/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | t_ether_aton.c | 73 #define ZERO { 0, 0, 0, 0, 0, 0 } macro 74 { ZERO, "0:1:2-3:04:05:06", ENAMETOOLONG }, 75 { ZERO, "0:1:2-3:04:", ENOBUFS }, 76 { ZERO, "0:1:2-3:04:x7", EINVAL }, 77 { ZERO, "1:x-3:04:05:7", EINVAL }, 78 { ZERO, NULL, 0 },
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetHandling.c | 234 ZERO(rpkt); 235 ZERO(host); 248 ZERO(rpkt); 249 ZERO(host); 262 ZERO(rpkt); in test_HandleKodDemobilize() 263 ZERO(host); in test_HandleKodDemobilize() 280 ZERO(rpkt); in test_HandleKodRate() 282 ZERO(host); in test_HandleKodRate() 303 ZERO(rpkt); in test_HandleCorrectPacket() 304 ZERO(hos in test_HandleCorrectPacket() [all...] |
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher_aarch64_neon.c | 78 : [ZERO] "=w" (ZERO), \ 107 : [ZERO] "w" (ZERO), [IP] "Q" (*ip)) 128 register unsigned char ZERO asm("v0") __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 137 unsigned char ZERO __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() local 163 register unsigned char ZERO asm("v0") __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() 172 unsigned char ZERO __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() local
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-func-empty.mk | 13 ZERO= 0 85 .if empty(ZERO) 87 .elif ${ZERO} 89 .elif ${ZERO} == ""
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsInstPrinter.cpp | 277 return (isReg<Mips::ZERO>(MI, 0) && isReg<Mips::ZERO>(MI, 1) && in printAlias() 279 (isReg<Mips::ZERO>(MI, 1) && in printAlias() 288 return isReg<Mips::ZERO>(MI, 1) && in printAlias() 296 return isReg<Mips::ZERO>(MI, 0) && in printAlias() 309 return (isReg<Mips::ZERO>(MI, 0) && in printAlias() 324 return isReg<Mips::ZERO>(MI, 2) && in printAlias() 334 return isReg<Mips::ZERO>(MI, 2) && in printAlias()
|
H A D | MipsTargetStreamer.cpp | 290 emitRR(Opc, Mips::ZERO, Mips::ZERO, IDLoc, STI); in emitEmptyDelaySlot() 297 emitRRI(Opc, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI); in emitEmptyDelaySlot() 302 emitRR(Mips::MOVE16_MM, Mips::ZERO, Mips::ZERO, IDLoc, STI); in emitNop() 304 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI); in emitNop() 341 if (BaseReg != Mips::ZERO) in emitStoreWithImmOffset() 377 if (BaseReg != Mips::ZERO) in emitLoadWithImmOffset() 1250 emitRRR(Mips::OR64, RegOrOffset, GPReg, Mips::ZERO, SMLoc(), &STI); in emitDirectiveCpsetup() 1289 Inst.addOperand(MCOperand::createReg(Mips::ZERO)); in emitDirectiveCpreturn()
|
H A D | MipsABIInfo.cpp | 91 return ArePtrs64bit() ? Mips::ZERO_64 : Mips::ZERO; in GetNullPtr() 95 return AreGprs64bit() ? Mips::ZERO_64 : Mips::ZERO; in GetZeroReg()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 84 unsigned ZERO = Mips::ZERO; in expandAtomicCmpSwapSubword() local 169 .addReg(ZERO) in expandAtomicCmpSwapSubword() 213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 232 ZERO = Mips::ZERO; in expandAtomicCmpSwap() 237 ZERO = Mips::ZERO_64; in expandAtomicCmpSwap() 286 BuildMI(loop2MBB, DL, TII->get(MOVE), Scratch).addReg(NewVal).addReg(ZERO); in expandAtomicCmpSwap() 290 .addReg(Scratch, RegState::Kill).addReg(ZERO).addMBB(loop1MBB); in expandAtomicCmpSwap() 463 .addReg(Mips::ZERO) in expandAtomicBinOpSubword() 500 .addReg(Mips::ZERO) in expandAtomicBinOpSubword() 536 .addReg(Mips::ZERO); in expandAtomicBinOpSubword() [all …]
|
H A D | MipsMTInstrInfo.td | 180 def : MipsInstAlias<"dmt", (DMT ZERO), 1>, ASE_MT; 182 def : MipsInstAlias<"emt", (EMT ZERO), 1>, ASE_MT; 184 def : MipsInstAlias<"dvpe", (DVPE ZERO), 1>, ASE_MT; 186 def : MipsInstAlias<"evpe", (EVPE ZERO), 1>, ASE_MT; 188 def : MipsInstAlias<"yield $rs", (YIELD ZERO, GPR32Opnd:$rs), 1>, ASE_MT;
|
H A D | MipsSEFrameLowering.cpp | 416 unsigned ZERO = ABI.GetNullPtr(); in emitPrologue() local 528 BuildMI(MBB, MBBI, dl, TII.get(MOVE), FP).addReg(SP).addReg(ZERO) in emitPrologue() 545 BuildMI(MBB, MBBI, dl, TII.get(ADDiu), VR).addReg(ZERO).addImm(MaxAlign); in emitPrologue() 553 .addReg(ZERO); in emitPrologue() 635 unsigned SrcReg = Mips::ZERO; in emitInterruptPrologueStub() 665 .addReg(Mips::ZERO) in emitInterruptPrologueStub() 674 .addReg(Mips::ZERO) in emitInterruptPrologueStub() 702 unsigned ZERO = ABI.GetNullPtr(); in emitEpilogue() local 714 BuildMI(MBB, I, DL, TII.get(MOVE), SP).addReg(FP).addReg(ZERO); in emitEpilogue() 757 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::DI), Mips::ZERO); in emitInterruptEpilogueStub()
|
H A D | MicroMipsInstrInfo.td | 1170 defm : MipsHiLoRelocs<LUi_MM, ADDiu_MM, ZERO, GPR32Opnd>, ISA_MICROMIPS; 1200 defm : MaterializeImms<i32, ZERO, ADDiu_MM, LUi_MM, ORi_MM>, ISA_MICROMIPS; 1205 (NOR_MM GPR32Opnd:$in, ZERO)>, ISA_MICROMIPS; 1275 SLTiu_MM, ZERO>, ISA_MICROMIPS32_NOT_MIPS32R6; 1282 defm : SeteqPats<GPR32, SLTiu_MM, XOR_MM, SLTu_MM, ZERO>, ISA_MICROMIPS; 1328 def : MipsInstAlias<"nop", (SLL_MM ZERO, ZERO, 0), 1>, ISA_MICROMIPS; 1329 def : MipsInstAlias<"nop", (MOVE16_MM ZERO, ZERO), 1>, ISA_MICROMIPS; 1330 def : MipsInstAlias<"ei", (EI_MM ZERO), 1>, ISA_MICROMIPS; 1331 def : MipsInstAlias<"di", (DI_MM ZERO), 1>, ISA_MICROMIPS; 1333 (SUB_MM GPR32Opnd:$rt, ZERO, GPR32Opnd:$rs), 1>, [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 57 [B0] ZERO A19 ; high part of accumulator 87 [B0] ZERO A19 ; high part of accumulator 138 [B0] ZERO A1 ; carry flag 163 [B0] ZERO A2 ; borrow flag 207 ||[ A1] ZERO A1 234 || ZERO B19 ; high part of accumulator 244 || ZERO B7 246 || ZERO A1 274 || ZERO.S B19 ; high part of accumulator
|
H A D | rsaz-avx2.pl | 420 $ZERO = $ACC9; 438 vpxor $ZERO, $ZERO, $ZERO 441 vpblendd \$3, $ZERO, $TEMP1, $TEMP0 444 vpblendd \$3, $TEMP2, $ZERO, $TEMP2 670 vpxor $ZERO, $ZERO, $ZERO 694 vpblendd \$3, $ZERO, $TEMP1, $TEMP0 702 vpblendd \$3, $TEMP4, $ZERO, $TEMP4 718 vpblendd \$3, $ZERO, $TEMP1, $TEMP0 728 vpblendd \$3, $TEMP4, $ZERO, $TEMP4 751 vpblendd \$3, $ZERO, $TEMP1, $TEMP0 [all …]
|
/freebsd/tools/test/devrandom/ |
H A D | hammer.urandom | 10 open(ZERO, "/dev/zero") || die "Cannot open /dev/zero - $!\n"; 15 sysread(ZERO, $b, 20);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 110 (RA.getReg() != PPC::ZERO && RA.getReg() != PPC::ZERO8); in checkOpConstraints() 123 (RT.getReg() == PPC::ZERO || RT.getReg() == PPC::ZERO8)) in checkOpConstraints() 209 if (RA.getReg() == PPC::ZERO || RA.getReg() == PPC::ZERO8) in checkOpConstraints() 220 if (RA.getReg() == PPC::ZERO || RA.getReg() == PPC::ZERO8) in checkOpConstraints()
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | field.h | 79 static const gf ZERO = {{{0}}}, ONE = {{{1}}}; variable 128 gf_sub(c, ZERO, c); in gf_mulw() 154 gf_sub(y, ZERO, x); in gf_cond_neg()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_debug.cpp | 68 int volatile *ZERO = (int *)0; in __kmp_debug_assert() local 69 ++(*ZERO); in __kmp_debug_assert()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfsqrt.S | 278 #define ZERO r11:10 macro 281 ZERO = #0 define 284 REM_HI_TMP = sub(REM_HI,ZERO,P_CARRY1):carry 300 REM_HI_TMP = sub(REM_HI,ZERO,P_CARRY2):carry 314 P_TMP = cmp.eq(REM_LO,ZERO) // is the low part zero
|
H A D | dfaddsub.S | 121 #define ZERO r15:14 macro 122 ZERO = #0 define 125 NO_STICKIES = cmp.eq(ATMP2,ZERO) 297 #undef ZERO
|
/freebsd/contrib/ntp/libntp/ |
H A D | syssignal.c | 38 ZERO(vec); in signal_no_reset() 72 ZERO(sv); in signal_no_reset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2060 if (Inst.getOperand(1).getReg() == Mips::ZERO || in processInstruction() 2086 if (Inst.getOperand(SecondOp).getReg() == Mips::ZERO || in processInstruction() 2088 if (Inst.getOperand(FirstOp).getReg() == Mips::ZERO || in processInstruction() 2101 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction() 2102 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction() 2977 bool UseSrcReg = SrcReg != Mips::NoRegister && SrcReg != Mips::ZERO && in loadAndAddSymbolAddress() 3297 case Mips::ZERO: return Mips::AT; in nextReg() 3328 case Mips::RA: return Mips::ZERO; in nextReg() 3459 unsigned TmpReg = Mips::ZERO; in expandLoadSingleImmToFPR() 3467 if (TmpReg != Mips::ZERO && loadImmediate(ImmOp32, TmpReg, Mips::NoRegister, in expandLoadSingleImmToFPR() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_signd.c | 41 ZERO(addr); in ux_socket_connect() 167 ZERO(samba_pkt); in send_via_ntp_signd()
|
H A D | refclock_nmea.c | 408 ZERO(up->tally); in nmea_start() 654 ZERO(tofs); in nmea_procrec() 655 ZERO(date); in nmea_procrec() 656 ZERO(wgps); in nmea_procrec() 657 ZERO(dntp); in nmea_procrec() 1147 ZERO(up->tally); in nmea_poll() 1503 ZERO(ts); in _parse_frac() 1797 ZERO(ai_hint); in nmead_open()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 866 ZERO(tmplist); in readvar() 905 ZERO(tmplist); in writevar() 974 ZERO(tmplist); in clockvar() 1085 ZERO(tmplist); in mreadvar() 1725 ZERO(estoffset); in doprintpeers() 1726 ZERO(estdelay); in doprintpeers() 1727 ZERO(estjitter); in doprintpeers() 1728 ZERO(estdisp); in doprintpeers() 1770 ZERO(u32); in doprintpeers() 1794 ZERO(u3 in doprintpeers() [all...] |
/freebsd/contrib/ntp/include/ |
H A D | lib_strbuf.h |
|