Home
last modified time | relevance | path

Searched defs:size3 (Results 1 – 12 of 12) sorted by relevance

/external/flac/include/share/
Dalloc.h94 static inline void *safe_malloc_add_3op_(size_t size1, size_t size2, size_t size3) in safe_malloc_add_3op_()
105 static inline void *safe_malloc_add_4op_(size_t size1, size_t size2, size_t size3, size_t size4) in safe_malloc_add_4op_()
121 static inline void *safe_malloc_mul_3op_(size_t size1, size_t size2, size_t size3) in safe_malloc_mul_3op_()
134 static inline void *safe_malloc_mul2add_(size_t size1, size_t size2, size_t size3) in safe_malloc_mul2add_()
144 static inline void *safe_malloc_muladd2_(size_t size1, size_t size2, size_t size3) in safe_malloc_muladd2_()
174 static inline void *safe_realloc_add_3op_(void *ptr, size_t size1, size_t size2, size_t size3) in safe_realloc_add_3op_()
185 static inline void *safe_realloc_add_4op_(void *ptr, size_t size1, size_t size2, size_t size3, size… in safe_realloc_add_4op_()
209 static inline void *safe_realloc_muladd2_(void *ptr, size_t size1, size_t size2, size_t size3) in safe_realloc_muladd2_()
/external/e2fsprogs/intl/
Dxsize.h68 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3()
78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4()
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dstd_based_type.hpp38 typedef tvec3<std::size_t, defaultp> size3; typedef
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp208 int size1, size2, size3; in test_kernel_arg_multi_setup_exhaustive() local
250 int size1, size2, size3; in test_kernel_arg_multi_setup_random() local
/external/llvm-project/compiler-rt/test/tsan/
Djava_find.cpp49 const int size3 = 1024; in main() local
/external/arm-trusted-firmware/plat/socionext/synquacer/include/
Dsq_common.h23 uint64_t size3; member
/external/zstd/tests/regression/
Ddata.c268 size_t const size3 = str3 == NULL ? 0 : strlen(str3); in cat3() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc274 const int64 size3 = dim_sizes[3]; in InitDims() local
/external/skia/tests/
DMatrixTest.cpp168 size_t size3 = SkMatrixPriv::ReadFromMemory(&m2, buffer, kBufferSize); in test_flatten() local
DPathTest.cpp2646 size_t size3 = p2.readFromMemory(buffer, 1024); in test_flattening() local
/external/skqp/tests/
DMatrixTest.cpp158 size_t size3 = SkMatrixPriv::ReadFromMemory(&m2, buffer, kBufferSize); in test_flatten() local
DPathTest.cpp2655 size_t size3 = p2.readFromMemory(buffer, 1024); in test_flattening() local