Searched refs:zeros (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/
H A Drandomdev.c129 char zeros[(512 - kBSizeInBits) / 8]; variable
216 // add zeros to fill the internal SHA-1 buffer
217 SHA1Update (&g_sha1_ctx, (const u_int8_t *)zeros, sizeof (zeros));
328 memset (zeros, 0, sizeof (zeros));
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dstrlen.s42 ; The test maps any non-zero byte to zeros and any zero byte to 0x80,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s1757 ; This function is primarily used whenever we detect a VRSave that is all zeros.
H A Dhw_vm.s316 subfic r7,r7,46 ; Get number of leading zeros
1275 subfic r5,r5,46 ; Get number of leading zeros
4466 subfic r5,r5,46 ; Get number of leading zeros
4910 /* int mapalc1(struct mappingblok *mb) - Finds, allocates, and zeros a free 1-bit mapping entry
5256 ; Here we exit with va[0:35] shifted into r8[14:51], zeros elsewhere, or
5257 ; va[18:35] shifted into r8[0:17], zeros elsewhere on 32-bit machines

Completed in 99 milliseconds