Searched refs:unpack_bytes (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/src/G72x/ |
D | g72x.c | 41 static int unpack_bytes (int bits, int blocksize, const unsigned char * block, short * samples) ; 246 count = unpack_bytes (pstate->codec_bits, pstate->blocksize, block, samples) ; in g72x_decode_block() 605 unpack_bytes (int bits, int blocksize, const unsigned char * block, short * samples) in unpack_bytes() function
|
/third_party/python/Lib/ |
D | xdrlib.py | 220 unpack_bytes = unpack_string variable in Unpacker
|
/third_party/astc-encoder/Source/ |
D | astcenccli_image_load_store.cpp | 2328 static unsigned int unpack_bytes( in unpack_bytes() function 2361 unsigned int magicval = unpack_bytes(hdr.magic[0], hdr.magic[1], hdr.magic[2], hdr.magic[3]); in load_cimage() 2373 unsigned int dim_x = unpack_bytes(hdr.dim_x[0], hdr.dim_x[1], hdr.dim_x[2], 0); in load_cimage() 2374 unsigned int dim_y = unpack_bytes(hdr.dim_y[0], hdr.dim_y[1], hdr.dim_y[2], 0); in load_cimage() 2375 unsigned int dim_z = unpack_bytes(hdr.dim_z[0], hdr.dim_z[1], hdr.dim_z[2], 0); in load_cimage()
|
/third_party/python/Doc/library/ |
D | xdrlib.rst | 221 .. method:: Unpacker.unpack_bytes()
|