Home
last modified time | relevance | path

Searched refs:worst (Results 1 – 25 of 44) sorted by relevance

12

/src/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c828 int worst = 0; in main() local
836 worst = result; in main()
839 return (grace(worst)); in main()
846 int worst = 0; in main() local
854 worst = result; in main()
857 return (grace(worst)); in main()
864 int worst = 0; in main() local
876 worst = result; in main()
880 return (grace(worst)); in main()
888 int worst = recv(queue); in main() local
[all …]
/src/crypto/openssl/test/recipes/15-test_mp_rsa_data/
H A Dplain_text1 It was the best of times, it was the worst of times,
/src/sys/dev/iicbus/controller/qcom/
H A Dgeni_iic_var.h52 unsigned worst; member
H A Dgeni_iic.c283 if (msec > sc->worst) { in geniiic_read()
285 "Tworst from %u to %u\n", sc->worst, msec); in geniiic_read()
287 sc->worst = msec; in geniiic_read()
/src/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl902 worst = 0
909 worst = max(worst, thisval)
913 return worst
/src/sys/netgraph/bluetooth/l2cap/
H A DTODO35 1K of information for every channel, then worst case is that we need
/src/sys/contrib/device-tree/Bindings/regulator/
H A Dvctrl.txt29 down in the worst case (lightest expected load).
/src/crypto/openssl/doc/man3/
H A DOSSL_ERR_STATE_save.pod67 errors on such failure. At worst the restored error entries will be
/src/contrib/libdivsufsort/
H A DREADME.md10 The algorithm runs in O(n log n) worst-case time using only 5n+O(1) bytes of memory space, where n …
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFive7.td11 /// c is true if mx has the worst case behavior compared to LMULs in MxList.
12 /// On the SiFive7, the worst case LMUL is the Largest LMUL
13 /// and the worst case sew is the smallest SEW for that LMUL.
19 /// c is true if mx and sew have the worst case behavior compared to LMULs in
20 /// MxList. On the SiFive7, the worst case LMUL is the Largest LMUL
21 /// and the worst case sew is the smallest SEW for that LMUL.
H A DRISCVSchedSiFiveP600.td11 /// c is true if mx has the worst case behavior compared to LMULs in MxList.
12 /// On the SiFiveP600, the worst case LMUL is the Largest LMUL
13 /// and the worst case sew is the smallest SEW for that LMUL.
/src/crypto/openssl/doc/designs/ddd/
H A DWINDOWS.md79 place, we don't need to be particularly worried about this. But in the worst
/src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-jaguar-pre-ict-tester.dtso106 * the worst case scenario and the pass scenario expect
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td166 // Estimated worst case
171 // Estimated worst case
H A DMipsScheduleGeneric.td161 // Estimated worst case
166 // Estimated worst case
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSISchedule.td193 // write sequence. Just assume worst case here.
/src/usr.bin/m4/TEST/
H A Dtest.m4205 worst, the dragon becomes a much larger dragon or multiplies into several
/src/sys/contrib/zlib/doc/
H A Dalgorithm.txt32 To avoid a worst-case situation, very long hash chains are arbitrarily
H A Drfc1951.txt132 format defined here, the worst case expansion is 5 bytes per 32K-
815 that are too old. To avoid a worst-case situation, very long hash
/src/contrib/llvm-project/libcxx/include/
H A Dprint260 // The buffer uses the worst-case estimate and should never resize.
/src/contrib/ntp/
H A DNEWS1270 CVSS2: MED 4.9 (AV:N/AC:H/Au:N/C:N/I:N/A:C) (worst case)
1271 CVSS3: MED 4.4 CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H (worst case)
2257 The usual worst-case effect of this vulnerability is that the
2482 CVSS: (AV:N/AC:M/Au:N/C:N/I:N/A:P) Base Score: 4.3-5.0 at worst
2516 CVSS: (AV:N/AC:H/Au:M/C:N/I:C/A:C) Base Score: 6.2 worst case
2584 CVSS: (AV:N/AC:H/Au:M/C:N/I:C/A:C) Base Score: 6.8, worst case
2611 CVSS: (AV:N/AC:H/Au:M/C:N/I:N/A:C) Base Score: 4.6, worst case
2640 CVSS: (AV:N/AC:H/Au:M/C:N/I:P/A:C) Base Score: 5.2, worst case
2665 CVSS: (AV:N/AC:H/Au:N/C:N/I:P/A:P) Base Score: 4.0, worst case
2693 5.9 unusual worst case
[all …]
/src/contrib/bc/manuals/
H A Dalgorithms.md53 complexity of `O(n^(2*log_2(3)))` (best case) and `O(n^3)` (worst case).
/src/contrib/ntp/sntp/m4/
H A Dntp_libntp.m41102 ntp_warning='Which is the worst of the three'
/src/crypto/heimdal/appl/telnet/
H A DChangeLog817 It's possible to overflow tgetent so that's a bad idea. The worst
/src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td448 // At worst, this expands into 2 4-byte instructions.

12