| /third_party/lib/acpica/generate/lint/ |
| A D | readme.txt | 9 std16.lnt - 16-bit options 10 std32.lnt - 32-bit options 11 std64.lnt - 64-bit options 12 options.lnt - common options
|
| A D | std32.lnt | 2 // Standard lint options 14 options.lnt
|
| A D | std64.lnt | 2 // Standard lint options 17 options.lnt
|
| A D | std16.lnt | 2 // Standard lint options 15 options.lnt -mL -si2 -spN2 -spF4 -sl4
|
| A D | options.lnt | 2 // options. Please adjust to suit your own policies 9 /* Global options */
|
| /third_party/ulib/ngunwind/src/ |
| A D | elfxx.c | 187 lzma_stream_flags options; in xz_uncompressed_size() local 194 if (lzma_stream_footer_decode (&options, footer) != LZMA_OK) in xz_uncompressed_size() 197 if (length < LZMA_STREAM_HEADER_SIZE + options.backward_size) in xz_uncompressed_size() 200 uint8_t *indexdata = footer - options.backward_size; in xz_uncompressed_size() 202 &pos, options.backward_size) != LZMA_OK) in xz_uncompressed_size() 205 if (lzma_index_size (index) == options.backward_size) in xz_uncompressed_size()
|
| /third_party/ulib/musl/src/process/ |
| A D | waitpid.c | 5 pid_t waitpid(pid_t pid, int* status, int options) { in waitpid() argument
|
| A D | waitid.c | 4 int waitid(idtype_t type, id_t id, siginfo_t* info, int options) { in waitid() argument
|
| /third_party/uapp/dash/src/ |
| A D | options.c | 107 static int options(int); 138 login |= options(1); in procargs() 198 options(int cmdline) in options() function 383 options(0); in setcmd()
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jemalloc-config.in | 11 --config : Print configure options used to build jemalloc.
|
| /third_party/ulib/musl/include/ |
| A D | resolv.h | 28 unsigned long options; member
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 144 This driver supports the following media type options: 266 To enable polling in the driver, add the following options to the kernel 269 options DEVICE_POLLING 270 options HZ=1000 303 options=3 <RXCSUM,TXCSUM> 368 Use one of the following options:
|
| A D | e1000_82575.h | 80 } options; member
|
| A D | fuchsia.c | 422 static zx_status_t e1000_query(void* ctx, uint32_t options, ethmac_info_t* info) { in e1000_query() argument 425 if (options) { in e1000_query() 501 static zx_status_t e1000_queue_tx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { in e1000_queue_tx() argument
|
| /third_party/uapp/dash/ |
| A D | rules.mk | 34 $(LOCAL_DIR)/src/options.c \
|
| /third_party/ulib/backtrace/ |
| A D | acinclude.m4 | 40 # Sets @VARIABLE@ to the subset of the given options which the
|
| /third_party/ulib/lz4/ |
| A D | lz4frame.c | 289 LZ4F_compressOptions_t options; in LZ4F_compressFrame() local 296 memset(&options, 0, sizeof(options)); in LZ4F_compressFrame() 319 options.stableSrc = 1; in LZ4F_compressFrame() 328 errorCode = LZ4F_compressUpdate(&cctxI, dstPtr, dstEnd-dstPtr, srcBuffer, srcSize, &options); in LZ4F_compressFrame() 332 …errorCode = LZ4F_compressEnd(&cctxI, dstPtr, dstEnd-dstPtr, &options); /* flush last block, and … in LZ4F_compressFrame()
|
| /third_party/lib/acpica/generate/unix/ |
| A D | readme.txt | 60 the same source modules with different options.
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 23 The 'configure' script supports numerous options that allow control of which 28 Print a definitive list of options. 92 Embed <malloc_conf> as a run-time options string that is processed prior to
|
| A D | ChangeLog | 165 options string during configuration. This was motivated by the desire to 210 + Don't discard curl options if timeout is not defined. (@djwatson) 323 --with-lg-tiny-min options, which can be used to tweak page and size class 435 - Remove the --enable-dss options, and make dss non-optional on all platforms 595 custom run-time options.
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 4993 options. 5110 (enable) options. 12672 options used during generation. 12757 options used during generation. 12807 options used during generation. 12943 options used during generation. 13025 options used during generation. 13090 options used during generation. 13153 options used during generation. 13227 options used during generation. [all …]
|
| /third_party/ulib/musl/ |
| A D | INSTALL | 99 directory, passing on its command line any desired options.
|
| A D | WHATSNEW | 884 - further emulation of atomic close-on-exec/nonblock options for old kernels 1221 - new options --preload and --library-path to dynamic linker 1307 - syslog options LOG_CONS and LOG_PERROR 1379 - getopt_long abbreviated options 1527 - better configure detection of unsupported compiler options
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal_defs.h.in | 313 /* config.malloc_conf options string. */
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 2683 uint32_t options = ZX_VM_PERM_READ | ZX_VM_PERM_EXECUTE | (writable ? ZX_VM_PERM_WRITE : 0); in __sanitizer_change_code_protection() local 2684 zx_status_t status = _zx_vmar_protect(p->vmar, options, (zx_vaddr_t)addr, len); in __sanitizer_change_code_protection()
|