Home
last modified time | relevance | path

Searched defs:bytePtr (Results 1 – 15 of 15) sorted by relevance

/external/skia/tests/
DCachedDecodingPixelRefTest.cpp65 char* bytePtr = static_cast<char*>(pixels); in onGetPixels() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp169 const deUint8* bytePtr = reinterpret_cast<const deUint8*>(valuePtr); in isValueZero() local
297 const deUint8* bytePtr = reinterpret_cast<const deUint8*>(valuePtr); in logValue() local
/external/skia/src/effects/
DSkTableColorFilter.cpp127 auto apply_table_to_component = [&](skvm::F32 c, const uint8_t* bytePtr) -> skvm::F32 { in onProgram()
/external/cronet/third_party/icu/source/common/
Dicuplug.cpp81 uint8_t *bytePtr = (uint8_t *)list; in uplug_removeEntryAt() local
/external/icu/icu4c/source/common/
Dicuplug.cpp81 uint8_t *bytePtr = (uint8_t *)list; in uplug_removeEntryAt() local
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c249 UInt8 * bytePtr; in DecodeVCountValue() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp257 auto bytePtr = reinterpret_cast<unsigned char*>(location); in fillWithRandomData() local
/external/zstd/lib/common/
Dxxhash.h1805 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE32() local
1814 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE32() local
2334 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE64() local
2347 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE64() local
/external/AFLplusplus/include/
Dxxhash.h1925 const xxh_u8 *bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE32() local
1933 const xxh_u8 *bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE32() local
2595 const xxh_u8 *bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE64() local
2605 const xxh_u8 *bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE64() local
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h1651 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE32() local
1660 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE32() local
2235 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readLE64() local
2248 const xxh_u8* bytePtr = (const xxh_u8 *)memPtr; in XXH_readBE64() local
/external/zstd/lib/dictBuilder/
Dzdict.c659 { const BYTE* bytePtr; in ZDICT_countEStats() local
/external/dng_sdk/source/
Ddng_read_image.cpp140 inline void DecodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels) in DecodeDeltaBytes()
Ddng_image_writer.cpp2828 inline void EncodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels) in EncodeDeltaBytes()
/external/lz4/lib/
Dlz4hc.c218 { const BYTE* bytePtr = (const BYTE*)(&pattern) + 3; /* works for any endianness */ in LZ4HC_reverseCountPattern() local
/external/angle/src/tests/gl_tests/
DUniformBufferTest.cpp597 const GLubyte *bytePtr = reinterpret_cast<const GLubyte *>(mapPtr); in TEST_P() local