Searched refs:needs (Results 1 - 25 of 94) sorted by relevance

1234

/freebsd-13-stable/sys/mips/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
H A D_types.h46 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/riscv/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
H A Dprofile.h38 #error this file needs sys/cdefs.h as a prerequisite
H A D_types.h39 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/arm/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
H A D_types.h45 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/arm64/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
H A Dprofile.h38 #error this file needs sys/cdefs.h as a prerequisite
H A D_types.h39 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/powerpc/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
H A D_types.h45 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/x86/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
/freebsd-13-stable/sys/sys/
H A Dsyslimits.h40 #error this file needs sys/cdefs.h as a prerequisite
H A Dlinker_set.h36 #error this file needs sys/cdefs.h as a prerequisite
71 #error this file needs to be ported to your compiler
/freebsd-13-stable/sys/amd64/include/
H A Din_cksum.h41 #error this file needs sys/cdefs.h as a prerequisite
H A Dprofile.h39 #error this file needs sys/cdefs.h as a prerequisite
75 #error this file needs to be ported to your compiler
/freebsd-13-stable/lib/ncurses/
H A Dconfig.mk25 # everyone needs this
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c400 if(n->needs[algo] == 0) {
401 n->needs[algo] = 1;
415 memset(n->needs, 0, sizeof(uint8_t)*ALGO_NEEDS_MAX);
418 log_assert(n->needs[algo] == 0);
419 n->needs[algo] = 1;
432 memset(n->needs, 0, sizeof(uint8_t)*ALGO_NEEDS_MAX);
440 if(n->needs[algo] == 0) {
441 n->needs[algo] = 1;
452 if(n->needs[algo]) {
453 n->needs[alg
495 struct algo_needs needs; local
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c985 /* HP Z3801A needs 7-bit, odd parity */
1548 * Note that the receive time fudge value only needs to move the receive
1677 u_int needs; /* needed number of samples */ local
1696 needs = peer->reach;
1697 needs -= (needs >> 1) & 0x55;
1698 needs = (needs & 0x33) + ((needs >> 2) & 0x33);
1699 needs
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S9 # If this appears to be slow, the caller needs to pass in number of generic,
150 # If this appears to be slow, the caller needs to pass in number of generic,
/freebsd-13-stable/sys/i386/include/
H A Din_cksum.h41 #error this file needs sys/cdefs.h as a prerequisite
H A Dprofile.h39 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/dev/ce/
H A Dmachdep.h79 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/dev/cp/
H A Dmachdep.h79 #error this file needs sys/cdefs.h as a prerequisite

Completed in 301 milliseconds

1234