| /external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
| D | NativeMetadataCredentialsPlugin.cs | 26 …internal delegate void NativeMetadataInterceptor(IntPtr statePtr, IntPtr serviceUrlPtr, IntPtr met… in NativeMetadataInterceptor() 55 …private void NativeMetadataInterceptorHandler(IntPtr statePtr, IntPtr serviceUrlPtr, IntPtr method… in NativeMetadataInterceptorHandler()
|
| /external/skia/src/pdf/ |
| D | SkPDFGraphicState.cpp | 64 if (SkPDFIndirectReference* statePtr = fillMap.find(fillKey)) { in GetGraphicStateForPaint() local 84 if (SkPDFIndirectReference* statePtr = sMap.find(strokeKey)) { in GetGraphicStateForPaint() local
|
| /external/zstd/lib/common/ |
| D | fse.h | 514 MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable* ct) in FSE_initCState() 529 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2() 540 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol() 549 MEM_STATIC void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t* statePtr) in FSE_flushCState()
|
| D | xxhash.h | 2118 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() 2131 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() 2532 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 2545 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset() 4765 XXH_PUBLIC_API XXH_errorcode XXH3_freeState(XXH3_state_t* statePtr) in XXH3_freeState() 4779 XXH3_reset_internal(XXH3_state_t* statePtr, in XXH3_reset_internal() 4807 XXH3_64bits_reset(XXH3_state_t* statePtr) in XXH3_64bits_reset() 4816 XXH3_64bits_reset_withSecret(XXH3_state_t* statePtr, const void* secret, size_t secretSize) in XXH3_64bits_reset_withSecret() 4827 XXH3_64bits_reset_withSeed(XXH3_state_t* statePtr, XXH64_hash_t seed) in XXH3_64bits_reset_withSeed() 4839 XXH3_64bits_reset_withSecretandSeed(XXH3_state_t* statePtr, const void* secret, size_t secretSize, … in XXH3_64bits_reset_withSecretandSeed() [all …]
|
| D | fse_decompress.c | 251 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(sta… in FSE_decompress_usingDTable_generic() argument
|
| /external/vulkan-validation-layers/layers/ |
| D | xxhash.c | 354 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() 365 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() 724 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 735 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
|
| /external/angle/src/common/third_party/xxhash/ |
| D | xxhash.c | 426 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() 437 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() 887 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
|
| /external/lz4/lib/ |
| D | xxhash.c | 426 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() 437 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() 887 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
|
| D | lz4hc.c | 962 LZ4_streamHC_t* const statePtr = (LZ4_streamHC_t*)ALLOC(sizeof(LZ4_streamHC_t)); in LZ4_compress_HC() local 966 LZ4_streamHC_t* const statePtr = &state; in LZ4_compress_HC() local
|
| /external/zstd/contrib/linux-kernel/test/include/linux/ |
| D | xxhash.h | 494 XXH_API void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset() 507 XXH_API void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
|
| /external/mesa3d/src/util/ |
| D | xxhash.h | 841 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() 852 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() 1302 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 1313 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset()
|
| /external/virglrenderer/src/mesa/util/ |
| D | xxhash.h | 843 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() 854 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() 1304 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 1315 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset()
|
| /external/AFLplusplus/include/ |
| D | xxhash.h | 2312 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t *statePtr) { in XXH32_freeState() 2328 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t *statePtr, in XXH32_reset() 2847 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t *statePtr) { in XXH64_freeState() 2863 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t *statePtr, in XXH64_reset() 5272 XXH_PUBLIC_API XXH_errorcode XXH3_freeState(XXH3_state_t *statePtr) { in XXH3_freeState() 5287 static void XXH3_reset_internal(XXH3_state_t *statePtr, XXH64_hash_t seed, in XXH3_reset_internal() 5314 XXH_PUBLIC_API XXH_errorcode XXH3_64bits_reset(XXH3_state_t *statePtr) { in XXH3_64bits_reset() 5324 XXH3_state_t *statePtr, const void *secret, size_t secretSize) { in XXH3_64bits_reset_withSecret() 5335 XXH_PUBLIC_API XXH_errorcode XXH3_64bits_reset_withSeed(XXH3_state_t *statePtr, in XXH3_64bits_reset_withSeed() 6110 XXH_PUBLIC_API XXH_errorcode XXH3_128bits_reset(XXH3_state_t *statePtr) { in XXH3_128bits_reset() [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
| D | xxhash.h | 1978 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() 1991 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() 2537 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 2550 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset() 4621 XXH_PUBLIC_API XXH_errorcode XXH3_freeState(XXH3_state_t* statePtr) in XXH3_freeState() 4635 XXH3_reset_internal(XXH3_state_t* statePtr, in XXH3_reset_internal() 4662 XXH3_64bits_reset(XXH3_state_t* statePtr) in XXH3_64bits_reset() 4671 XXH3_64bits_reset_withSecret(XXH3_state_t* statePtr, const void* secret, size_t secretSize) in XXH3_64bits_reset_withSecret() 4682 XXH3_64bits_reset_withSeed(XXH3_state_t* statePtr, XXH64_hash_t seed) in XXH3_64bits_reset_withSeed() 5311 XXH3_128bits_reset(XXH3_state_t* statePtr) in XXH3_128bits_reset() [all …]
|
| /external/lz4/tests/ |
| D | fuzzer.c | 1198 { LZ4_stream_t* const statePtr = LZ4_createStream(); in FUZ_unitTests() local
|
| /external/zstd/lib/legacy/ |
| D | zstd_v01.c | 836 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(sta… in FSE_decompress_usingDTable_generic() argument
|
| D | zstd_v03.c | 1360 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(sta… in FSE_decompress_usingDTable_generic() argument
|
| D | zstd_v04.c | 1339 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(sta… in FSE_decompress_usingDTable_generic() argument
|
| D | zstd_v02.c | 1359 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(sta… in FSE_decompress_usingDTable_generic() argument
|
| D | zstd_v05.c | 1446 #define FSEv05_GETSYMBOL(statePtr) fast ? FSEv05_decodeSymbolFast(statePtr, &bitD) : FSEv05_decodeS… in FSEv05_decompress_usingDTable_generic() argument
|
| D | zstd_v06.c | 1588 #define FSEv06_GETSYMBOL(statePtr) fast ? FSEv06_decodeSymbolFast(statePtr, &bitD) : FSEv06_decodeS… in FSEv06_decompress_usingDTable_generic() argument
|
| D | zstd_v07.c | 1608 #define FSEv07_GETSYMBOL(statePtr) fast ? FSEv07_decodeSymbolFast(statePtr, &bitD) : FSEv07_decodeS… in FSEv07_decompress_usingDTable_generic() argument
|