HomeSort by: relevance | last modified time | path
    Searched defs:ZERO (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
cond-func-empty.mk 13 ZERO= 0
82 # The variable ZERO has the numeric value 0, but is not empty. This is a
83 # subtle difference between using either 'empty(ZERO)' or the expression
84 # '${ZERO}' in a condition.
85 .if empty(ZERO)
87 .elif ${ZERO}
89 .elif ${ZERO} == ""
varmod-select-words.mk 23 ZERO= 0
170 @echo 'LIST:[$${ZERO}]="${LIST:[${ZERO}]}"'
171 @echo 'LIST:[$${ZERO}x$${ONE}]="${LIST:[${ZERO}x${ONE}]}"'
  /src/external/bsd/ntp/dist/include/
ntp_malloc.h 61 #define ZERO(var) zero_mem(&(var), sizeof(var))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
enumval.c 20 enum { ZERO };
31 return ZERO; /* This is here to ensure it survives into the debug info. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
enumval.c 20 enum { ZERO };
31 return ZERO; /* This is here to ensure it survives into the debug info. */
  /src/tests/lib/libc/net/
t_ether_aton.c 62 #define ZERO { 0, 0, 0, 0, 0, 0 }
63 { ZERO, "0:1:2-3:04:05:06", ENAMETOOLONG },
64 { ZERO, "0:1:2-3:04:", ENOBUFS },
65 { ZERO, "0:1:2-3:04:x7", EINVAL },
66 { ZERO, "1:x-3:04:05:7", EINVAL },
67 { ZERO, NULL, 0 },
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/x86_64/
aes-gcm-avx512.S     [all...]
  /src/external/gpl2/grep/dist/intl/
gettextP.h 104 doesn't allow zero sized arrays. */
106 # define ZERO 0
108 # define ZERO 1
119 char domainname[ZERO];
  /src/external/gpl3/gcc/dist/libquadmath/math/
logq.c 123 #define ZERO logtbl[38]
201 return -0.5Q / ZERO;
206 return (x - x) / ZERO;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
logq.c 123 #define ZERO logtbl[38]
201 return -0.5Q / ZERO;
206 return (x - x) / ZERO;
  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
field.h 78 static const gf ZERO = { { { 0 } } }, ONE = { { { 1 } } };
127 gf_sub(c, ZERO, c);
153 gf_sub(y, ZERO, x);
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
field.h 79 static const gf ZERO = {{{0}}}, ONE = {{{1}}};
128 gf_sub(c, ZERO, c);
154 gf_sub(y, ZERO, x);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
field.h 74 static const gf ZERO = {{{0}}}, ONE = {{{1}}};
123 gf_sub(c, ZERO, c);
149 gf_sub(y, ZERO, x);
  /src/external/gpl2/texinfo/dist/intl/
gettextP.h 131 doesn't allow zero sized arrays. */
133 # define ZERO 0
135 # define ZERO 1
146 char domainname[ZERO];
  /src/external/gpl3/gcc.old/dist/intl/
gettextP.h 138 doesn't allow zero sized arrays. */
140 # define ZERO 0
142 # define ZERO 1
153 char domainname[ZERO];
  /src/usr.bin/seq/
seq.c 47 #define ZERO '0'
114 char pad = ZERO;
180 /* Plan 9/GNU don't do zero */
182 errx(1, "zero %screment", (first < last)? "in" : "de");
449 /* zero shall have no sign */
  /src/external/bsd/dhcpcd/dist/src/
arp.c 98 #define ZERO(l) CHECK(memset, 0, l)
105 ZERO(sizeof(tip->s_addr));
106 ZERO(ifp->hwlen);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
gettextP.h 190 doesn't allow zero sized arrays. */
192 # define ZERO 0
194 # define ZERO 1
204 char domainname[ZERO];
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
aes-gcm-avx512.pl 113 # ; Zero HKeys storage from the stack if they are stored there
139 # (4) -> +160-byte XMM storage (Windows only, zero on Linux)
1710 # ;; if no partial block present then LENGTH/DATA_OFFSET will be set to zero
1942 # ;; zero bytes outside the mask before hashing
2139 # ;; NOTE: for $NUM_BLOCKS = 16, $LENGTH, stored in [PBlockLen] is never zero
2672 # ;; zero bytes outside the mask before hashing
2688 # ;; zero bytes outside the mask before hashing
4830 # ;;; More specifically, ALL_F should follow SHIFT_MASK, and ZERO should follow ALL_F
4845 ZERO:
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp 84 unsigned ZERO = Mips::ZERO;
169 .addReg(ZERO)
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE;
232 ZERO = Mips::ZERO;
237 ZERO = Mips::ZERO_64;
286 BuildMI(loop2MBB, DL, TII->get(MOVE), Scratch).addReg(NewVal).addReg(ZERO);
290 .addReg(Scratch, RegState::Kill).addReg(ZERO).addMBB(loop1MBB);
446 .addReg(Mips::ZERO)
    [all...]
MipsSEFrameLowering.cpp 416 unsigned ZERO = ABI.GetNullPtr();
529 BuildMI(MBB, MBBI, dl, TII.get(MOVE), FP).addReg(SP).addReg(ZERO)
539 // addiu $Reg, $zero, -MaxAlignment
546 BuildMI(MBB, MBBI, dl, TII.get(ADDiu), VR).addReg(ZERO).addImm(MaxAlign);
554 .addReg(ZERO);
633 // interrupts need to be masked off with zero, EIC from the Cause register.
636 unsigned SrcReg = Mips::ZERO;
666 .addReg(Mips::ZERO)
675 .addReg(Mips::ZERO)
703 unsigned ZERO = ABI.GetNullPtr()
    [all...]
MipsSEInstrInfo.cpp 52 (MI.getOperand(2).isImm()) && // the imm is zero
74 (MI.getOperand(2).isImm()) && // the imm is zero
95 Opc = Mips::OR, ZeroReg = Mips::ZERO;
192 if (MI.getOperand(2).getReg() == Mips::ZERO)
626 unsigned ZEROReg = STI.isABI_N64() ? Mips::ZERO_64 : Mips::ZERO;
894 unsigned ZERO = Subtarget.isGP64bit() ? Mips::ZERO_64 : Mips::ZERO;
898 // addu $ra, $v0, $zero
905 .addReg(ZERO);
908 .addReg(ZERO);
    [all...]
  /src/lib/libcrypt/
crypt.c 136 * most significant ones. The low two bits of each byte are zero. (Thus,
164 * high-order zero, providing fast indexing into a 64-bit wide SPE.) On the
256 #define ZERO(d,d0,d1) d0 = 0, d1 = 0
310 ZERO(D,D0,D1);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 126 /// Special weight used for cases with exact zero probability.
127 ZERO = 0x0,
128 /// Minimal possible non zero weight.
131 UNREACHABLE = ZERO,
427 // in all zero probabilities and the error stays big. In this case we
851 // Avoid adjustment of ZERO weight since it should remain unchanged.
852 Weight != static_cast<uint32_t>(BlockExecWeight::ZERO)) {
861 // Avoid adjustment of ZERO weight since it should remain unchanged.
862 Weight != static_cast<uint32_t>(BlockExecWeight::ZERO)) {
881 // equally likely. Bail out early to not deal with devision by zero
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/mips/
macdefs.h 138 #define ZERO 0
261 { -1 }, /* $zero */ \

Completed in 73 milliseconds

1 2