Home
last modified time | relevance | path

Searched full:maximal (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h21 * @STA_FLG_MAX_AGG_SIZE_MSK: maximal size for A-MPDU (mask)
22 * @STA_FLG_MAX_AGG_SIZE_SHIFT: maximal size for A-MPDU (bit shift)
23 * @STA_FLG_MAX_AGG_SIZE_8K: maximal size for A-MPDU (8k supported)
24 * @STA_FLG_MAX_AGG_SIZE_16K: maximal size for A-MPDU (16k supported)
25 * @STA_FLG_MAX_AGG_SIZE_32K: maximal size for A-MPDU (32k supported)
26 * @STA_FLG_MAX_AGG_SIZE_64K: maximal size for A-MPDU (64k supported)
27 * @STA_FLG_MAX_AGG_SIZE_128K: maximal size for A-MPDU (128k supported)
28 * @STA_FLG_MAX_AGG_SIZE_256K: maximal size for A-MPDU (256k supported)
29 * @STA_FLG_MAX_AGG_SIZE_512K: maximal size for A-MPDU (512k supported)
30 * @STA_FLG_MAX_AGG_SIZE_1024K: maximal siz
[all...]
H A Dtime-event.h71 /* If a Time Event has bounded repetitions, this is the maximal value */
136 /* If a Time Event has bounded repetitions, this is the maximal value */
206 * @max_frags: maximal number of fragments the Time Event can be divided to
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_STATUSINFO_new.pod34 in the given buffer, with the given maximal length.
38 in the given buffer, with the given maximal length.
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dsnps,dwc-ahci-common.yaml98 description: Maximal size of Tx DMA transactions in FIFO words
103 description: Maximal size of Rx DMA transactions in FIFO words
/freebsd/share/man/man4/
H A Dng_ubt.496 the current maximal length of the queue for the node.
99 length of the queue and sets the maximal length of the queue for the node.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h66 /// A structure that represents a maximal range of trace items associated to
81 /// A structure that represents a maximal range of trace items associated to
186 /// Get a maximal range of trace items that include the given \p item_index
197 /// Get a maximal range of trace items that include the given \p item_index
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc35 "Maximal size (in bytes) of redzones around heap objects.")
64 "ASan allocator flag. max_malloc_fill_size is the maximal amount of "
68 "ASan allocator flag. max_free_fill_size is the maximal amount of "
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc40 "HWASan allocator flag. max_malloc_fill_size is the maximal amount of "
49 "HWASan allocator flag. max_free_fill_size is the maximal amount of "
/freebsd/contrib/file/magic/Magdir/
H A Dmodem20 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
49 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
H A Dfonts274 # file 5.30 version assumes 00FFh as maximal number of tables
276 # maximal 27 tables found like in Skia.ttf
298 # search range = number of tables * 16 =< maximal number of tables * 16 = 27 * 16 = 432
325 # maximal 1227 name records found like in Apple Chancery.ttf
339 # maximal name string 806 like in c:\Windows\Fonts\palabi.ttf
/freebsd/bin/sh/
H A Dsh.12717 The maximal size of core dump files, in 512-byte blocks.
2722 The maximal size of the data segment of a process, in kilobytes.
2724 The maximal size of a file, in 512-byte blocks.
2726 The maximal number of kqueues
2731 The maximal size of memory that can be locked by a process, in
2734 The maximal resident set size of a process, in kilobytes.
2736 The maximal number of descriptors that could be opened by a process.
2738 The maximal number of process-shared locks
2743 The maximal number of pseudo-terminals for this user ID.
2745 The maximal size of the stack segment, in kilobytes.
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_CMP_STATUSINFO_new.3169 in the given buffer, with the given maximal length.
173 in the given buffer, with the given maximal length.
/freebsd/sys/contrib/device-tree/Bindings/net/ieee802154/
H A Dadf7242.txt5 - spi-max-frequency: maximal bus speed (12.5 MHz)
H A Dmrf24j40.txt7 - spi-max-frequency: maximal bus speed, should be set something under or equal
H A Dmcr20a.txt5 - spi-max-frequency: maximal bus speed, should be set to a frequency
H A Dat86rf230.txt6 - spi-max-frequency: maximal bus speed, should be set to 7500000 depends
H A Dcc2520.txt5 - spi-max-frequency: maximal bus speed (8000000), should be set to 4000000 depends
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h70 u_int32_t maxlen; /* maximal number of items in the queue */
156 u_int32_t maxlen; /* maximal number of items in the queue */
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-efm32.txt12 - clock-frequency : maximal I2C bus clock frequency in Hz.
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.h25 * The fields ctx.saltlen, ctx.adlen, ctx.outlen set the maximal salt, ad, out
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp62 STATISTIC(NegatorMaxDepthVisited, "Negator: Maximal traversal depth ever "
73 "Negator: Maximal number of values ever visited while attempting to "
78 "Negator: Maximal number of new instructions created during negation "
94 cl::desc("What is the maximal lookup depth when trying to "
297 LLVM_DEBUG(dbgs() << "Negator: reached maximal allowed traversal depth in " in visitImpl()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DListReducer.h69 // Maximal number of allowed splitting iterations, in reduceList()
73 // Maximal number of allowed single-element trim iterations. We add a in reduceList()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Datmel-pdmic.txt24 The maximal frequency that the micphone supports.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp48 // The transformation is applied to every maximal SCC that is not already
49 // recognized as a loop. The pass operates on all maximal SCCs found in the
52 // inside a maximal SCC is also transformed.
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h444 * Limit the maximal operational VLs. default is 1.
458 * The maximal time a message can stay in the incoming message
477 * The maximal time a packet can live at the head of a VL queue
481 * The maximal time a packet can live at the head of a VL queue
495 * The maximal time a packet can stay in a switch.
508 * This option defines maximal log file size in MB. When

12345678910>>...13