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

1 2 3 4 5 6

  /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/external/bsd/ntp/dist/tests/libntp/
decodenetnum.c 43 ZERO(expected);
59 ZERO(expected);
86 ZERO(expected);
121 ZERO(expected);
152 ZERO(expected);
186 ZERO(expected);
222 ZERO(expected);
msyslog.c 107 ZERO(exp_buf);
108 ZERO(act_buf);
123 ZERO(act_buf);
socktoa.c 56 ZERO(input);
90 ZERO(input);
  /src/external/bsd/ntp/dist/sntp/tests/
packetHandling.c 236 ZERO(rpkt);
237 ZERO(host);
250 ZERO(rpkt);
251 ZERO(host);
264 ZERO(rpkt);
265 ZERO(host);
282 ZERO(rpkt);
284 ZERO(host);
305 ZERO(rpkt);
306 ZERO(host)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsInstPrinter.cpp 224 // beq $zero, $zero, $L2 => b $L2
225 // beq $r0, $zero, $L2 => beqz $r0, $L2
226 return (isReg<Mips::ZERO>(MI, 0) && isReg<Mips::ZERO>(MI, 1) &&
228 (isReg<Mips::ZERO>(MI, 1) && printAlias("beqz", MI, 0, 2, OS));
230 // beq $r0, $zero, $L2 => beqz $r0, $L2
234 // bne $r0, $zero, $L2 => bnez $r0, $L2
235 return isReg<Mips::ZERO>(MI, 1) && printAlias("bnez", MI, 0, 2, OS);
237 // bne $r0, $zero, $L2 => bnez $r0, $L
    [all...]
MipsABIInfo.cpp 90 return ArePtrs64bit() ? Mips::ZERO_64 : Mips::ZERO;
94 return AreGprs64bit() ? Mips::ZERO_64 : Mips::ZERO;
  /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/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/external/bsd/ntp/dist/include/
ntp_malloc.h 61 #define ZERO(var) zero_mem(&(var), sizeof(var))
ntp_syscall.h 41 ZERO(tntx);
  /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/bsd/ntp/dist/libntp/
syssignal.c 40 ZERO(vec);
74 ZERO(sv);
is_ip_address.c 74 ZERO(hints);
dofptoa.c 34 * Zero out the buffer
36 ZERO(cbuf);
socktohost.c 59 ZERO(hints);
  /src/external/mit/isl/dist/
isl_pw_scale_templ.c 21 PW *zero; local
23 zero = FN(PW,ZERO)(space OPT_TYPE_ARG(pw->));
25 return 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...]
  /src/games/countmail/
countmail 129 "") set ZERO ;;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMacroFusion.cpp 89 // lxvd2x(ra) cannot be zero
95 (RA.getReg() != PPC::ZERO && RA.getReg() != PPC::ZERO8);
106 // ld(rt) cannot be zero
108 (RT.getReg() == PPC::ZERO || RT.getReg() == PPC::ZERO8))
  /src/external/bsd/ntp/dist/ntpd/
ntp_signd.c 43 ZERO(addr);
135 * sent an all-zero signature, and we therefore know
169 ZERO(samba_pkt);
  /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;

Completed in 43 milliseconds

1 2 3 4 5 6