Searched refs:BytesPutLe32 (Results 1 – 2 of 2) sorted by relevance
879 void BytesPutLe32(void *ptr, uint32_t v) in BytesPutLe32() function913 BytesPutLe32(p, v & 0xffffffff); in BytesPutLe64()914 BytesPutLe32(p + 4, (v >> 32) & 0xffffffff); in BytesPutLe64()
372 void BytesPutLe32(void *ptr, uint32_t v);
Completed in 11 milliseconds