Searched refs:sixteen_bytes (Results 1 - 2 of 2) sorted by relevance
/third_party/libsnd/src/ |
H A D | common.c | 985 unsigned char *ucptr, sixteen_bytes [16] = { 0 } ; in psf_binheader_readf() local 1025 byte_count += header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ; in psf_binheader_readf() 1029 intdata ^= sixteen_bytes [k] << k ; in psf_binheader_readf() 1054 byte_count += header_read (psf, sixteen_bytes, 3) ; in psf_binheader_readf() 1056 *intptr = GET_BE_3BYTE (sixteen_bytes) ; in psf_binheader_readf() 1058 *intptr = GET_LE_3BYTE (sixteen_bytes) ; in psf_binheader_readf() 1075 byte_count += header_read (psf, sixteen_bytes, 8) ; in psf_binheader_readf() 1077 countdata = psf_get_be64 (sixteen_bytes, 0) ; in psf_binheader_readf() 1079 countdata = psf_get_le64 (sixteen_bytes, in psf_binheader_readf() [all...] |
/third_party/gn/src/base/files/ |
H A D | file_util_win.cc | 170 uint64_t sixteen_bytes[2]; in RandomDataToGUIDString() local 173 RandBytes(&sixteen_bytes, sizeof(sixteen_bytes)); in RandomDataToGUIDString() 180 sixteen_bytes[0] &= 0xffffffff'ffff0fffULL; in RandomDataToGUIDString() 181 sixteen_bytes[0] |= 0x00000000'00004000ULL; in RandomDataToGUIDString() 185 sixteen_bytes[1] &= 0x3fffffff'ffffffffULL; in RandomDataToGUIDString() 186 sixteen_bytes[1] |= 0x80000000'00000000ULL; in RandomDataToGUIDString() 188 return RandomDataToGUIDString(sixteen_bytes); in RandomDataToGUIDString()
|
Completed in 4 milliseconds