Home
last modified time | relevance | path

Searched full:bigger (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_bf.txt18 #Bigger key
32 #Bigger key
47 #Bigger key
62 #Bigger key
H A Devpciph_rc5.txt25 #Self generated. Bigger key.
48 #Self generated. Bigger key.
73 #Self generated. Bigger key.
123 #bigger key
/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.h51 u16 cpuid; /* bigger than needed, see above for reason */
55 u16 dbuff; /* bigger than needed, see above for reason */
57 u16 hbuff; /* bigger than needed, see above for reason */
66 u32 rxmax; /* bigger than needed, see above for reason */
71 u16 lrxqthresh; /* bigger than needed, see above for reason */
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dt_gifconf.c34 be *bigger* than needed. (E.g., 32->0, 33->32.) The returned
37 AIX 4.3.3: Sometimes the returned ifc_len is bigger than the
58 So... if the returned ifc_len is bigger than the supplied one,
118 bigger size of returned data. If we never get anything in main()
119 bigger back, we discard the newer value and only keep in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_014_neg.ksh32 let bigger=$size*2
34 -O special_small_blocks=$bigger \
/freebsd/contrib/tzcode/
H A Ddate.c199 bool bigger = !ckd_mul(&size, size, 2) && size <= INDEX_MAX; in timeout() local
201 bool bigger = size <= INDEX_MAX / 2 && (size *= 2, true); in timeout()
203 char *newcp = bigger ? realloc(cp, size) : NULL; in timeout()
/freebsd/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.h224 * the bigger the dictionary, the better the compression ratio
235 * future, there may be match finders that support bigger
277 * bigger than dict_size, only the last dict_size bytes are
365 * Bigger values usually increase the compression ratio and
399 * Using a bigger depth value than the default can increase
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp42 assert(Numerator <= Denominator && "Probability cannot be bigger than 1!"); in BranchProbability()
55 assert(Numerator <= Denominator && "Probability cannot be bigger than 1!"); in getBranchProbability()
/freebsd/lib/geom/mirror/
H A Dgmirror.8174 Split read requests, which are bigger than or equal to slice size on N pieces,
187 balance algorithm and an I/O READ request is bigger than or equal to this value,
308 requests which are bigger than or equal to 2kB.
/freebsd/contrib/xz/src/xz/
H A Dxz.1768 These are useful only when compressing files bigger than
806 It is waste of memory to use a dictionary bigger than
967 If the input file is bigger than the sum of
1146 That way the limit is automatically bigger
1546 The bigger the dictionary, the higher is the chance
1551 a dictionary bigger than the uncompressed file is waste of memory.
1567 The same (or bigger) dictionary
2718 make the difference even bigger:
3108 can be modified to use a bigger dictionary:
3127 The dictionary size has to be significantly bigger
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dandestech,ativic32.txt5 bigger External Vector Interrupt Controller.
/freebsd/sys/geom/label/
H A Dg_label_ufs.c64 * In addition, media size can be a bit bigger than file system size. For
96 * Provider is bigger than expected; probe to see if there's a in g_label_ufs_ignore_bsdlabel_slice()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm630-sony-xperia-ganges-kirin.dts24 /* Reserve a bigger chunk of RAM for the higher-res display */
/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c212 // This works with dictionaries up to about 3 GiB. If bigger in lz_encoder_prepare()
247 // (size_t could do since we would need bigger than 32-bit address in lz_encoder_prepare()
298 // even though the effective value can be slightly bigger. in lz_encoder_prepare()
448 // If the preset dictionary is bigger than the actual in lz_encoder_init()
/freebsd/contrib/libpcap/
H A Dsf-pcap.c613 * Is the packet bigger than we consider sane? in pcap_next_packet()
619 * Is it bigger than the snapshot length? in pcap_next_packet()
621 * bigger than the maximum we consider sane; see in pcap_next_packet()
626 "invalid packet capture length %u, bigger than " in pcap_next_packet()
630 "invalid packet capture length %u, bigger than " in pcap_next_packet()
639 * The packet is bigger than the snapshot length in pcap_next_packet()
667 * bigger than the snapshot length, because they might in pcap_next_packet()
H A Dpcap-bt-monitor-linux.c195 * 0 (unspecified), or a value bigger than the normal maximum in bt_monitor_activate()
198 * If some application really *needs* a bigger snapshot in bt_monitor_activate()
H A Dpcap-haiku.c106 // packets grow bigger or the buffer grows smaller in future and the in pcap_read_haiku()
321 * 0 (unspecified), or a value bigger than the normal maximum in pcap_activate_haiku()
324 * If some application really *needs* a bigger snapshot in pcap_activate_haiku()
H A Dpcap-netmap.c246 * 0 (unspecified), or a value bigger than the normal maximum in pcap_netmap_activate()
249 * If some application really *needs* a bigger snapshot in pcap_netmap_activate()
H A Dpcap-septel.c190 * 0 (unspecified), or a value bigger than the normal maximum in septel_activate()
193 * If some application really *needs* a bigger snapshot in septel_activate()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md82 With `-B` option bigger files can be divided into smaller, independently compressed blocks.
89 … to the compressor. By default streaming compressor assumes that data is bigger than 256 KB but it…
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_crc32.c15 * but they are bigger and use more memory for the lookup table.
/freebsd/lib/libsys/
H A Dutrace.258 was bigger than
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.h170 // Biggest possible value of iv (may be bigger than actually possible)
187 // Biggest possible value of iv (may be bigger than actually possible)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fadvise/
H A Dfadvise_willneed.ksh41 # 6. latter data_size should be bigger than former one
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh72 log_pass "$TESTFILE0 is bigger than $TESTFILE1 ($FILE0_BLKS > $FILE1_BLKS)"

12345678910>>...24