Home
last modified time | relevance | path

Searched refs:size_t (Results 1 - 25 of 19316) sorted by relevance

12345678910>>...773

/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage.h18 void LoadA8ToRGBA8(size_t width,
19 size_t height,
20 size_t depth,
22 size_t inputRowPitch,
23 size_t inputDepthPitch,
25 size_t outputRowPitch,
26 size_t outputDepthPitch);
28 void LoadA8ToBGRA8(size_t width,
29 size_t height,
30 size_t dept
[all...]
H A Dloadimage.cpp18 void LoadA8ToRGBA8(size_t width, in LoadA8ToRGBA8()
19 size_t height, in LoadA8ToRGBA8()
20 size_t depth, in LoadA8ToRGBA8()
22 size_t inputRowPitch, in LoadA8ToRGBA8()
23 size_t inputDepthPitch, in LoadA8ToRGBA8()
25 size_t outputRowPitch, in LoadA8ToRGBA8()
26 size_t outputDepthPitch) in LoadA8ToRGBA8()
33 for (size_t z = 0; z < depth; z++) in LoadA8ToRGBA8()
35 for (size_t y = 0; y < height; y++) in LoadA8ToRGBA8()
42 size_t in LoadA8ToRGBA8()
[all...]
H A Dloadimage_etc.cpp59 size_t x, in decodeAsSingleETC2Channel()
60 size_t y, in decodeAsSingleETC2Channel()
61 size_t w, in decodeAsSingleETC2Channel()
62 size_t h, in decodeAsSingleETC2Channel()
63 size_t destPixelStride, in decodeAsSingleETC2Channel()
64 size_t destRowPitch, in decodeAsSingleETC2Channel()
67 for (size_t j = 0; j < 4 && (y + j) < h; j++) in decodeAsSingleETC2Channel()
70 for (size_t i = 0; i < 4 && (x + i) < w; i++) in decodeAsSingleETC2Channel()
87 size_t x, in decodeAsSingleEACChannel()
88 size_t in decodeAsSingleEACChannel()
[all...]
/third_party/mbedtls/tests/include/test/
H A Dcerts.h37 extern const size_t mbedtls_test_cas_len[];
41 extern const size_t mbedtls_test_cas_der_len[];
46 extern const size_t mbedtls_test_cas_pem_len;
67 extern const size_t mbedtls_test_ca_crt_ec_pem_len;
68 extern const size_t mbedtls_test_ca_key_ec_pem_len;
69 extern const size_t mbedtls_test_ca_pwd_ec_pem_len;
70 extern const size_t mbedtls_test_ca_key_rsa_pem_len;
71 extern const size_t mbedtls_test_ca_pwd_rsa_pem_len;
72 extern const size_t mbedtls_test_ca_crt_rsa_sha1_pem_len;
73 extern const size_t mbedtls_test_ca_crt_rsa_sha256_pem_le
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerMutate.h32 size_t Mutate_Custom(uint8_t *Data, size_t Size, size_t MaxSize);
34 size_t Mutate_CustomCrossOver(uint8_t *Data, size_t Size, size_t MaxSize);
36 size_t Mutate_ShuffleBytes(uint8_t *Data, size_t Size, size_t MaxSize);
38 size_t Mutate_EraseByte
[all...]
H A DFuzzerMutate.cpp21 const size_t Dictionary::kMaxDictSize;
71 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom()
72 size_t MaxSize) { in Mutate_Custom()
76 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver()
77 size_t MaxSize) { in Mutate_CustomCrossOver()
80 size_t Idx = Rand(Corpus->size()); in Mutate_CustomCrossOver()
86 size_t NewSize = EF->LLVMFuzzerCustomCrossOver( in Mutate_CustomCrossOver()
95 size_t MutationDispatche
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_driver_wrappers.h80 size_t key_buffer_size,
83 size_t input_length,
85 size_t signature_size,
86 size_t *signature_length);
91 size_t key_buffer_size,
94 size_t input_length,
96 size_t signature_length);
100 const uint8_t *key_buffer, size_t key_buffer_size,
101 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
102 uint8_t *signature, size_t signature_siz
[all...]
H A Dbignum_core.h102 size_t mbedtls_mpi_core_clz(mbedtls_mpi_uint a);
114 size_t mbedtls_mpi_core_bitlen(const mbedtls_mpi_uint *A, size_t A_limbs);
123 size_t A_limbs);
139 size_t A_limbs);
157 size_t limbs);
178 size_t limbs,
198 size_t limbs,
216 size_t X_limbs,
218 size_t input_lengt
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-statistics.h70 const std::vector<std::pair<Local<Context>, size_t>>&
72 size_t unattributed_size_in_bytes) = 0;
98 size_t read_only_space_size() { return read_only_space_size_; } in read_only_space_size()
99 size_t read_only_space_used_size() { return read_only_space_used_size_; } in read_only_space_used_size()
100 size_t read_only_space_physical_size() { in read_only_space_physical_size()
105 size_t read_only_space_size_;
106 size_t read_only_space_used_size_;
107 size_t read_only_space_physical_size_;
122 size_t total_heap_size() { return total_heap_size_; } in total_heap_size()
123 size_t total_heap_size_executabl in total_heap_size()
[all...]
/third_party/node/deps/v8/include/
H A Dv8-statistics.h70 const std::vector<std::pair<Local<Context>, size_t>>&
72 size_t unattributed_size_in_bytes) = 0;
98 size_t read_only_space_size() { return read_only_space_size_; } in read_only_space_size()
99 size_t read_only_space_used_size() { return read_only_space_used_size_; } in read_only_space_used_size()
100 size_t read_only_space_physical_size() { in read_only_space_physical_size()
105 size_t read_only_space_size_;
106 size_t read_only_space_used_size_;
107 size_t read_only_space_physical_size_;
122 size_t total_heap_size() { return total_heap_size_; } in total_heap_size()
123 size_t total_heap_size_executabl in total_heap_size()
[all...]
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h39 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *);
44 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *, const size_t *,
45 const size_t *, cl_uint, const cl_event *, cl_event *);
47 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
55 const char *, const void *, size_t, void *),
57 using clEnqueueCopyImageFunc = cl_int (*)(cl_command_queue, cl_mem, cl_mem, const size_t *, const size_t *,
58 const size_t *, cl_uin
[all...]
/third_party/libcoap/include/oscore/
H A Doscore_cbor.h74 size_t oscore_cbor_put_nil(uint8_t **buffer, size_t *buf_size);
76 size_t oscore_cbor_put_true(uint8_t **buffer, size_t *buf_size);
78 size_t oscore_cbor_put_false(uint8_t **buffer, size_t *buf_size);
80 size_t oscore_cbor_put_text(uint8_t **buffer,
81 size_t *buf_size,
83 size_t text_len);
85 size_t oscore_cbor_put_arra
[all...]
/third_party/mbedtls/include/psa/
H A Dcrypto.h324 size_t bits);
348 static size_t psa_get_key_bits(const psa_key_attributes_t *attributes);
648 size_t data_length,
743 size_t data_size,
744 size_t *data_length);
818 size_t data_size,
819 size_t *data_length);
862 size_t input_length,
864 size_t hash_size,
865 size_t *hash_lengt
[all...]
/third_party/mbedtls/tests/src/
H A Dcerts.c56 const size_t mbedtls_test_ca_crt_ec_pem_len =
58 const size_t mbedtls_test_ca_key_ec_pem_len =
60 const size_t mbedtls_test_ca_pwd_ec_pem_len =
62 const size_t mbedtls_test_ca_key_rsa_pem_len =
64 const size_t mbedtls_test_ca_pwd_rsa_pem_len =
66 const size_t mbedtls_test_ca_crt_rsa_sha1_pem_len =
68 const size_t mbedtls_test_ca_crt_rsa_sha256_pem_len =
71 const size_t mbedtls_test_ca_crt_ec_der_len =
73 const size_t mbedtls_test_ca_key_ec_der_len =
75 const size_t mbedtls_test_ca_pwd_ec_der_le
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position()
25 return BROTLI_MIN(size_t, 1, clamp); in UTF8Position()
31 return BROTLI_MIN(size_t, 2, clamp); in UTF8Position()
36 static size_t DecideMultiByteStatsLevel(size_t pos, size_t len, size_t mas
[all...]
H A Dhash_to_binary_tree_inc.h22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in HashTypeLength()
23 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in StoreLookahead()
36 size_t window_mask_;
69 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare()
81 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in HashMemAllocInBytes()
83 size_t input_size) { in HashMemAllocInBytes()
84 size_t num_nodes = (size_t)1 << params->lgwin; in HashMemAllocInBytes()
91 static BROTLI_INLINE size_t FN(LeftChildIndex)( in LeftChildIndex()
93 const size_t po in LeftChildIndex()
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position()
25 return BROTLI_MIN(size_t, 1, clamp); in UTF8Position()
31 return BROTLI_MIN(size_t, 2, clamp); in UTF8Position()
36 static size_t DecideMultiByteStatsLevel(size_t pos, size_t len, size_t mas
[all...]
H A Dhash_to_binary_tree_inc.h22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in HashTypeLength()
23 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in StoreLookahead()
36 size_t window_mask_;
69 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare()
81 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in HashMemAllocInBytes()
83 size_t input_size) { in HashMemAllocInBytes()
84 size_t num_nodes = (size_t)1 << params->lgwin; in HashMemAllocInBytes()
91 static BROTLI_INLINE size_t FN(LeftChildIndex)( in LeftChildIndex()
93 const size_t po in LeftChildIndex()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dcopyvertex.h18 size_t stride,
19 size_t count,
24 size_t inputComponentCount,
25 size_t outputComponentCount,
27 void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
29 template <size_t inputComponentCount, size_t outputComponentCount>
31 size_t stride,
32 size_t coun
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationCL_autogen.h25 size_t param_value_size,
27 const size_t *param_value_size_ret);
35 size_t param_value_size,
37 const size_t *param_value_size_ret);
43 size_t cb,
50 size_t cb,
57 size_t param_value_size,
59 const size_t *param_value_size_ret);
64 size_t param_value_size,
66 const size_t *param_value_size_re
[all...]
H A DCLCommandQueue.h28 size_t valueSize,
30 size_t *valueSizeRet) const;
38 size_t offset,
39 size_t size,
47 size_t offset,
48 size_t size,
56 const size_t *bufferOrigin,
57 const size_t *hostOrigin,
58 const size_t *region,
59 size_t bufferRowPitc
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_stubs_autogen.h21 size_t param_value_size,
23 size_t *param_value_size_ret);
31 size_t param_value_size,
33 size_t *param_value_size_ret);
53 size_t cb,
61 size_t cb,
69 size_t param_value_size,
71 size_t *param_value_size_ret);
84 size_t param_value_size,
86 size_t *param_value_size_re
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeArrayBuffer.hpp36 void* ArrayBuffer_AlignedMalloc (size_t numBytes, size_t alignment);
47 template <typename T, size_t Alignment = (sizeof(T) > 4 ? 4 : sizeof(T)), size_t Stride = sizeof(T)>
54 ArrayBuffer (size_t numElements);
55 ArrayBuffer (const T* ptr, size_t numElements);
61 void setStorage (size_t numElements); // !< \note after a succesful call buffer contents are undefined
63 size_t size (void) const throw();
66 T* getElementPtr (size_t elementNdx) throw();
67 const T* getElementPtr (size_t elementNd
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.h513 encoding_type check_bom(const uint8_t* byte, size_t length);
514 encoding_type check_bom(const char* byte, size_t length);
521 size_t bom_byte_size(encoding_type bom);
548 size_t count; // In case of error, indicates the position of the error. In case of success, indicates the number of code units validated/written.
552 simdutf_really_inline result(error_code, size_t);
867 simdutf_warn_unused simdutf::encoding_type autodetect_encoding(const char * input, size_t length) noexcept;
868 simdutf_really_inline simdutf_warn_unused simdutf::encoding_type autodetect_encoding(const uint8_t * input, size_t length) noexcept {
883 simdutf_warn_unused int detect_encodings(const char * input, size_t length) noexcept;
884 simdutf_really_inline simdutf_warn_unused int detect_encodings(const uint8_t * input, size_t length) noexcept {
899 simdutf_warn_unused bool validate_utf8(const char *buf, size_t le
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dmodes.h29 size_t len, const void *key,
33 size_t len, const void *key,
37 size_t blocks, const void *key,
41 size_t blocks, const void *key,
46 size_t len, const void *key,
49 size_t len, const void *key,
53 size_t len, const void *key,
59 size_t len, const void *key,
65 size_t len, const void *key,
70 size_t le
[all...]

Completed in 14 milliseconds

12345678910>>...773