Searched refs:zero (Results 1 - 25 of 35) sorted by relevance

12

/haiku/src/libs/icon/flat_icon/
H A DFlatIconFormat.cpp122 uint8 zero = 0; local
123 return buffer.Write(zero) && buffer.Write(zero)
124 && buffer.Write(zero);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa2.h40 /**/ zero = {{0x00000000, 0x00000000} }, /* 0 */ variable
60 /**/ zero = {{0x00000000, 0x00000000} }, /* 0 */ variable
80 #define ZERO zero.d
H A Dmpexp.h84 /**/ zero = {{0x00000000, 0x00000000} }, /* 0 */ variable
143 /**/ zero = {{0x00000000, 0x00000000} }, /* 0 */ variable
153 #define ZERO zero.d
/haiku/src/system/libroot/posix/glibc/arch/x86_64/
H A Dadd_n.S39 movq %rcx, %rax # zero %rax
H A Dsub_n.S39 movq %rcx, %rax # zero %rax
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DChecksum.h26 uint32 zero = 0; local
33 crc = calculate_crc32c(crc, (uint8*)&zero, sizeof(uint32));
48 // zero the CRC field
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dacos.s25 fabs # fix sign of zero (matters in downward rounding mode)
/haiku/src/libs/compat/freebsd_network/
H A Dmalloc.cpp52 const bool zero = (flags & M_ZERO) != 0, dontWait = (flags & M_NOWAIT) != 0; local
56 uint32 creationFlags = (zero ? 0 : CREATE_AREA_DONT_CLEAR)
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S36 mov 0,%o0 ! zero cy_limb
51 srl %g5,0,%i0 ! zero hi bits
65 srl %i4,0,%g5 ! zero high 32 bits of lo product
H A Dmul_1.S40 mov 0,%o0 ! zero cy_limb
54 srl %g5,0,%i0 ! zero hi bits
67 srl %i4,0,%g5 ! zero high 32 bits of lo product
H A Dsubmul_1.S35 mov 0,%o0 ! zero cy_limb
50 srl %g5,0,%i0 ! zero hi bits
64 srl %i4,0,%g5 ! zero high 32 bits of lo product
/haiku/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h62 uint32 zero : 1; // 21 member in struct:segment_descriptor
135 desc->zero = 0;
157 desc->zero = 0;
/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.h123 void zero();
H A DRawBuffer.cpp204 void RawBuffer::zero() { function in class:RawBuffer
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Dcrt0-efi-riscv64.S158 bne a0, zero, 0f
/haiku/src/tests/system/network/icmp/
H A Dbig_datagram.cpp28 u_int8_t zero; member in struct:pseudo_header
121 pHeader.zero = 0;
/haiku/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh5 dd if=/dev/zero of=$IMG bs=1024 count=1440 && \
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_implode.c125 /* Round towards zero, i.e., down. */
195 * N.B.: this conversion always rounds towards zero (this is a peculiarity
216 * bit. Then ``round'' towards zero, i.e., just set an
243 * N.B.: this conversion always rounds towards zero (this is a peculiarity
267 * zero, i.e., just set an inexact exception if sticky
343 * fraction at all, since both 1.0 and 2.0 are zero under the
406 goto zero;
409 zero: res[1] = 0;
468 goto zero;
471 zero
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dscsi-mmc.h151 uint8 zero; member in struct:__anon13
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_address.cpp263 means that (starting with LSB) consists zero or more unset bits, followed
273 bool zero = false;
277 if (zero)
280 zero = true;
284 if (zero)
287 zero = true;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4_address.cpp234 means that (starting with LSB) consists zero or more unset bits, followed
248 bool zero = true; local
252 if (zero)
253 zero = false;
254 } else if (!zero)
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1518 static Operand zero(int64(0LL));
1531 if (rhs == zero)
1532 throw ParseException("division by zero", token.position);
1540 if (rhs == zero)
1541 throw ParseException("modulo by zero", token.position);
1548 value.SetTo((value != zero)
1549 && (_ParseUnary() != zero));
1556 value.SetTo((value != zero)
1557 || (_ParseUnary() != zero));
1624 Operand zero((int6
[all...]
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp64 uint32 zero; member in union:icmp_header::__anon2526
589 icmpHeader->zero = 0;
/haiku/src/libs/libtelnet/
H A Dkerberos5.c306 int zero = 0; local
329 &zero);
/haiku/src/tests/kits/app/bmessage/
H A DMessageItemTest.h127 template<class T, T zero = T(), T invalid = T()>
130 inline static T Zero() { return zero; }

Completed in 121 milliseconds

12