Searched refs:iszero (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | fp-bit.c | 631 if (iszero (b)) 633 if (iszero (a)) 641 if (iszero (a)) 818 if (iszero (a)) 823 if (iszero (b)) 1001 if (iszero (b)) 1130 if (iszero (a) && iszero (b)) 1134 if (iszero (a)) 1138 if (iszero (b)) 1427 if (iszero (&a)) [all …]
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lbaselib.c | 184 static int pairsmeta (lua_State *L, const char *method, int iszero, in pairsmeta() argument 190 if (iszero) lua_pushinteger(L, 0); /* and initial value */ in pairsmeta()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lbaselib.c | 209 static int pairsmeta (lua_State *L, const char *method, int iszero, in pairsmeta() argument 215 if (iszero) lua_pushinteger(L, 0); /* and initial value */ in pairsmeta()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 1132 boolean iszero = (op == '0'); in EmulateCBZ() 1136 if IsZero(operand1) == iszero then in EmulateCBZ()
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-isakmp.c | 754 iszero(const u_char *p, size_t l) in iszero() function 2833 if (iszero((const u_char *)&base->r_ck, sizeof(base->r_ck))) { in ikev1_print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 1918 llvm::Value *iszero = Builder.CreateIsNull(numElements, "isempty"); in EmitCXXAggrConstructorCall() local 1919 zeroCheckBranch = Builder.CreateCondBr(iszero, loopBB, loopBB); in EmitCXXAggrConstructorCall()
|