Home
last modified time | relevance | path

Searched refs:size_t (Results 2576 - 2600 of 46505) sorted by relevance

1...<<101102103104105106107108109110>>...1861

/third_party/mbedtls/tests/include/test/drivers/
H A Dpake.h48 size_t forced_output_length;
70 size_t output_size,
71 size_t *output_length);
77 size_t input_length);
81 uint8_t *output, size_t output_size, size_t *output_length);
H A Dhash.h50 const uint8_t *input, size_t input_length,
51 uint8_t *hash, size_t hash_size, size_t *hash_length);
64 size_t input_length);
69 size_t hash_size,
70 size_t *hash_length);
/third_party/mbedtls/tests/src/
H A Dpsa_crypto_stubs.c17 size_t output_size) in psa_generate_random()
27 size_t data_size, in psa_export_key()
28 size_t *data_length) in psa_export_key()
39 size_t data_size, in psa_export_public_key()
40 size_t *data_length) in psa_export_public_key()
65 size_t data_length, in psa_import_key()
/third_party/ltp/testcases/kernel/controllers/memcg/
H A Dmemcontrol_common.h20 const size_t page_size = SAFE_SYSCONF(_SC_PAGESIZE); in values_close()
26 static inline void alloc_pagecache(const int fd, size_t size) in alloc_pagecache()
29 size_t i; in alloc_pagecache()
37 static inline void alloc_anon(const size_t size) in alloc_anon()
39 const size_t page_size = SAFE_SYSCONF(_SC_PAGESIZE); in alloc_anon()
41 size_t i; in alloc_anon()
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemchr.c5 #define SS (sizeof(size_t))
6 #define ALIGN (sizeof(size_t)-1)
7 #define ONES ((size_t)-1/UCHAR_MAX)
11 void *memchr(const void *src, int c, size_t n) in memchr()
18 typedef size_t __attribute__((__may_alias__)) word; in memchr()
20 size_t k = ONES * c; in memchr()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsearch.h21 int hcreate(size_t);
32 int hcreate_r(size_t, struct hsearch_data *);
40 void *lsearch(const void *, void *, size_t *, size_t,
42 void *lfind(const void *, const void *, size_t *, size_t,
/third_party/musl/src/string/
H A Dmemchr.c5 #define SS (sizeof(size_t))
6 #define ALIGN (sizeof(size_t)-1)
7 #define ONES ((size_t)-1/UCHAR_MAX)
11 void *memchr(const void *src, int c, size_t n) in memchr()
18 typedef size_t __attribute__((__may_alias__)) word; in memchr()
20 size_t k = ONES * c; in memchr()
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemchr.c5 #define SS (sizeof(size_t))
6 #define ALIGN (sizeof(size_t)-1)
7 #define ONES ((size_t)-1/UCHAR_MAX)
11 void *memchr(const void *src, int c, size_t n) in memchr()
18 typedef size_t __attribute__((__may_alias__)) word; in memchr()
20 size_t k = ONES * c; in memchr()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h21 int hcreate(size_t);
32 int hcreate_r(size_t, struct hsearch_data *);
40 void *lsearch(const void *, void *, size_t *, size_t,
42 void *lfind(const void *, const void *, size_t *, size_t,
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h21 int hcreate(size_t);
32 int hcreate_r(size_t, struct hsearch_data *);
40 void *lsearch(const void *, void *, size_t *, size_t,
42 void *lfind(const void *, const void *, size_t *, size_t,
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemchr.c5 #define SS (sizeof(size_t))
6 #define ALIGN (sizeof(size_t)-1)
7 #define ONES ((size_t)-1/UCHAR_MAX)
11 void *memchr(const void *src, int c, size_t n) in memchr()
18 typedef size_t __attribute__((__may_alias__)) word; in memchr()
20 size_t k = ONES * c; in memchr()
/third_party/node/deps/brotli/c/enc/
H A Dbit_cost.h22 const uint32_t* population, size_t size, size_t* total) { in ShannonEntropy()
23 size_t sum = 0; in ShannonEntropy()
26 size_t p; in ShannonEntropy()
45 const uint32_t* population, size_t size) { in BitsEntropy()
46 size_t sum; in BitsEntropy()
H A Dblock_encoder_inc.h15 const HistogramType* histograms, const size_t histograms_size, in BuildAndStoreEntropyCodes()
16 const size_t alphabet_size, HuffmanTree* tree, in BuildAndStoreEntropyCodes()
17 size_t* storage_ix, uint8_t* storage) { in BuildAndStoreEntropyCodes()
18 const size_t table_size = histograms_size * self->histogram_length_; in BuildAndStoreEntropyCodes()
24 size_t i; in BuildAndStoreEntropyCodes()
26 size_t ix = i * self->histogram_length_; in BuildAndStoreEntropyCodes()
/third_party/lz4/ossfuzz/
H A Dcompress_frame_fuzzer.c18 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
22 size_t const dstCapacitySeed = FUZZ_dataProducer_retrieve32(producer); in LLVMFuzzerTestOneInput()
25 size_t const compressBound = LZ4F_compressFrameBound(size, &prefs); in LLVMFuzzerTestOneInput()
26 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput()
35 size_t const dstSize = in LLVMFuzzerTestOneInput()
38 size_t const rtSize = FUZZ_decompressFrame(rt, size, dst, dstSize); in LLVMFuzzerTestOneInput()
/third_party/lzma/C/
H A DLzma2DecMt.h13 size_t inBufSize_ST;
14 size_t outStep_ST;
18 size_t inBufSize_MT;
19 size_t outBlockMax;
20 size_t inBlockMax;
54 // Byte *outBuf, size_t *outBufSize,
56 // const Byte *inData, size_t inDataSize,
75 Byte *data, size_t *outSize,
H A DLzmaLib.c11 Z7_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, in LzmaCompress()
12 unsigned char *outProps, size_t *outPropsSize, in LzmaCompress()
37 Z7_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, in LzmaUncompress()
38 const unsigned char *props, size_t propsSize) in LzmaUncompress()
/third_party/node/deps/v8/src/interpreter/
H A Dhandler-table-builder.h43 void SetTryRegionStart(int handler_id, size_t offset);
44 void SetTryRegionEnd(int handler_id, size_t offset);
45 void SetHandlerTarget(int handler_id, size_t offset);
51 size_t offset_start; // Bytecode offset starting try-region.
52 size_t offset_end; // Bytecode offset ending try-region.
53 size_t offset_target; // Bytecode offset of handler target.
/third_party/musl/include/
H A Dsearch.h21 int hcreate(size_t);
32 int hcreate_r(size_t, struct hsearch_data *);
40 void *lsearch(const void *, void *, size_t *, size_t,
42 void *lfind(const void *, const void *, size_t *, size_t,
/third_party/musl/libc-test/src/api/
H A Dsearch.c7 T(size_t) in f()
26 {int(*p)(size_t) = hcreate;} in f()
30 {void*(*p)(const void*,const void*,size_t*,size_t,int(*)(const void*,const void*)) = lfind;} in f()
31 {void*(*p)(const void*,void*,size_t*,size_t,int(*)(const void*,const void*)) = lsearch;} in f()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h18 void (*init_mac_key)(void *ctx, const unsigned char *inkey, size_t inlen);
39 size_t payload_length; /* AAD length in decrypt case */
48 size_t multiblock_max_send_fragment;
49 size_t multiblock_encrypt_len;
50 size_t tls_aad_pad;
63 # define NO_PAYLOAD_LENGTH ((size_t)-1)
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dcmll_platform.h30 size_t len, const CAMELLIA_KEY *key,
33 size_t len, const CAMELLIA_KEY *key,
36 size_t len, const CAMELLIA_KEY *key,
39 size_t len, const CAMELLIA_KEY *key,
42 size_t blocks, const CAMELLIA_KEY *key,
45 size_t blocks, const CAMELLIA_KEY *key,
/third_party/skia/src/gpu/
H A DGrDataUtils.h20 size_t GrNumBlocks(SkImage::CompressionType, SkISize baseDimensions);
23 size_t GrCompressedRowBytes(SkImage::CompressionType, int w);
33 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions,
34 SkTArray<size_t>* individualMipOffsets, int mipLevelCount);
42 bool GrClearImage(const GrImageInfo& dstInfo, void* dst, size_t dstRB, std::array<float, 4> color);
/third_party/openssl/include/crypto/
H A Dcmll_platform.h30 size_t len, const CAMELLIA_KEY *key,
33 size_t len, const CAMELLIA_KEY *key,
36 size_t len, const CAMELLIA_KEY *key,
39 size_t len, const CAMELLIA_KEY *key,
42 size_t blocks, const CAMELLIA_KEY *key,
45 size_t blocks, const CAMELLIA_KEY *key,
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h18 void (*init_mac_key)(void *ctx, const unsigned char *inkey, size_t inlen);
39 size_t payload_length; /* AAD length in decrypt case */
48 size_t multiblock_max_send_fragment;
49 size_t multiblock_encrypt_len;
50 size_t tls_aad_pad;
63 # define NO_PAYLOAD_LENGTH ((size_t)-1)
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbit_cost.h22 const uint32_t* population, size_t size, size_t* total) { in ShannonEntropy()
23 size_t sum = 0; in ShannonEntropy()
26 size_t p; in ShannonEntropy()
45 const uint32_t* population, size_t size) { in BitsEntropy()
46 size_t sum; in BitsEntropy()

Completed in 12 milliseconds

1...<<101102103104105106107108109110>>...1861