Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 27) sorted by relevance

12

/third_party/lib/acpica/generate/lint/
A Dreadme.txt9 std16.lnt - 16-bit options
10 std32.lnt - 32-bit options
11 std64.lnt - 64-bit options
12 options.lnt - common options
A Dstd32.lnt2 // Standard lint options
14 options.lnt
A Dstd64.lnt2 // Standard lint options
17 options.lnt
A Dstd16.lnt2 // Standard lint options
15 options.lnt -mL -si2 -spN2 -spF4 -sl4
A Doptions.lnt2 // options. Please adjust to suit your own policies
9 /* Global options */
/third_party/ulib/ngunwind/src/
A Delfxx.c187 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 Dwaitpid.c5 pid_t waitpid(pid_t pid, int* status, int options) { in waitpid() argument
A Dwaitid.c4 int waitid(idtype_t type, id_t id, siginfo_t* info, int options) { in waitid() argument
/third_party/uapp/dash/src/
A Doptions.c107 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 Djemalloc-config.in11 --config : Print configure options used to build jemalloc.
/third_party/ulib/musl/include/
A Dresolv.h28 unsigned long options; member
/third_party/dev/ethernet/e1000/
A DREADME144 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 De1000_82575.h80 } options; member
A Dfuchsia.c422 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 Drules.mk34 $(LOCAL_DIR)/src/options.c \
/third_party/ulib/backtrace/
A Dacinclude.m440 # Sets @VARIABLE@ to the subset of the given options which the
/third_party/ulib/lz4/
A Dlz4frame.c289 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 Dreadme.txt60 the same source modules with different options.
/third_party/ulib/jemalloc/
A DINSTALL23 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 DChangeLog165 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 Dchanges.txt4993 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 DINSTALL99 directory, passing on its command line any desired options.
A DWHATSNEW884 - 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 Djemalloc_internal_defs.h.in313 /* config.malloc_conf options string. */
/third_party/ulib/musl/ldso/
A Ddynlink.c2683 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()

Completed in 53 milliseconds

12