Home
last modified time | relevance | path

Searched refs:size_t (Results 3626 - 3650 of 38644) sorted by relevance

1...<<141142143144145146147148149150>>...1546

/third_party/openssl/test/testutil/
H A Dtu_local.h10 #include <stdlib.h> /* size_t */
18 int openssl_error_cb(const char *str, size_t len, void *u);
29 const char *op, const char *m1, size_t l1,
30 const char *m2, size_t l2);
46 const unsigned char *m1, size_t l1,
47 const unsigned char *m2, size_t l2);
/third_party/python/Include/cpython/
H A Dlongobject.h34 (size_t)-1 is returned and OverflowError set if the true result doesn't
35 fit in a size_t.
37 PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
61 const unsigned char* bytes, size_t n,
84 unsigned char* bytes, size_t n,
94 PyAPI_FUNC(PyObject *) _PyLong_Rshift(PyObject *, size_t);
95 PyAPI_FUNC(PyObject *) _PyLong_Lshift(PyObject *, size_t);
/third_party/skia/src/gpu/
H A DGrGpuBuffer.cpp12 GrGpuBuffer::GrGpuBuffer(GrGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrGpuBuffer()
45 bool GrGpuBuffer::updateData(const void* src, size_t srcSizeInBytes) { in updateData()
61 void GrGpuBuffer::ComputeScratchKeyForDynamicBuffer(size_t size, GrGpuBufferType intendedType, in ComputeScratchKeyForDynamicBuffer()
64 GrScratchKey::Builder builder(key, kType, 1 + (sizeof(size_t) + 3) / 4); in ComputeScratchKeyForDynamicBuffer()
67 if (sizeof(size_t) > 4) { in ComputeScratchKeyForDynamicBuffer()
H A DGrEagerVertexAllocator.h29 virtual void* lock(size_t stride, int eagerCount) = 0;
58 void* lock(size_t stride, int eagerCount) final;
68 size_t fLockStride;
82 void* lock(size_t stride, int eagerCount) override;
91 size_t fLockStride = 0;
/third_party/openssl/include/internal/
H A Dpassphrase.h51 size_t passphrase_len;
82 size_t cached_passphrase_len;
92 size_t passphrase_len);
105 int ossl_pw_get_passphrase(char *pass, size_t pass_size, size_t *pass_len,
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dwrite_bits.h34 static BROTLI_INLINE void BrotliWriteBits(size_t n_bits, in BrotliWriteBits()
36 size_t* BROTLI_RESTRICT pos, in BrotliWriteBits()
60 const size_t bits_reserved_in_first_byte = (*pos & 7); in BrotliWriteBits()
61 size_t bits_left_to_write; in BrotliWriteBits()
77 size_t pos, uint8_t* array) { in BrotliWriteBitsPrepareStorage()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dfthash.h63 size_t data;
110 size_t data,
116 size_t data,
120 size_t*
124 size_t*
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
H A DAnnotations.h29 /// std::vector<size_t> PP = Example.points(); // all unnamed points
30 /// size_t P = Example.point(); // there must be exactly one
51 size_t Begin = 0;
52 size_t End = 0;
69 size_t point(llvm::StringRef Name = "") const;
71 std::vector<size_t> points(llvm::StringRef Name = "") const;
81 llvm::StringMap<llvm::SmallVector<size_t, 1>> Points;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_global.cpp62 size_t ArraySizeInBytes;
72 size_t NumArraysElements = sizeof(Arrays) / sizeof(*Arrays);
74 size_t getNumArrays() { return NumArraysElements; } in getNumArrays()
76 const uint8_t *getArray(size_t WhichArray, size_t &Len) { in getArray()
H A Dtest_stacksave_main.c26 size_t TotalTests = 0; in DECLARE_TESTS()
27 size_t Passes = 0; in DECLARE_TESTS()
28 size_t Failures = 0; in DECLARE_TESTS()
38 const static size_t NumFuncs = sizeof(Funcs) / sizeof(*Funcs); in DECLARE_TESTS()
40 for (size_t f = 0; f < NumFuncs; ++f) { in DECLARE_TESTS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h45 size_t Depth = 0;
48 size_t Head = 0;
57 size_t getDepth() const { return Depth; } in getDepth()
59 unsigned& operator[](size_t idx) const { in operator []()
67 void reset(size_t d = 1) { in reset()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-mixed-disasm.cc42 size_t GetGeneratedCharCount() const { return generated_chars_; } in GetGeneratedCharCount()
50 size_t generated_chars_;
59 const size_t buffer_size = 256 * KBytes; in main()
79 size_t iterations = 0; in main()
80 size_t generated_chars = 0; in main()
/third_party/skia/modules/skottie/src/effects/
H A DMotionBlurEffect.h23 size_t samples_per_frame,
39 SkRect seekToSample(size_t sample_idx, const SkMatrix& ctm) const;
43 size_t sample_count, float phase, float dt);
46 const size_t fSampleCount;
51 size_t fVisibleSampleCount = 0;
/third_party/spirv-tools/test/fuzzers/
H A Dspvtools_opt_fuzzer_common.cpp24 const uint8_t* data, size_t size, in OptFuzzerTestOneInput()
39 size_t count = 0; in OptFuzzerTestOneInput()
40 for (size_t i = 0; (i + 3) < size; i += 4) { in OptFuzzerTestOneInput()
47 const size_t kFinalIdLimit = UINT32_MAX; in OptFuzzerTestOneInput()
53 const size_t kInitialIdLimit = kFinalIdLimit - 1000000U; in OptFuzzerTestOneInput()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha256-kdf.c32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf()
33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha256_kdf()
34 u8 *out, size_t outlen) in hmac_sha256_kdf()
39 size_t len[4]; in hmac_sha256_kdf()
40 size_t pos, clen; in hmac_sha256_kdf()
H A Dsha384-kdf.c32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf()
33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha384_kdf()
34 u8 *out, size_t outlen) in hmac_sha384_kdf()
39 size_t len[4]; in hmac_sha384_kdf()
40 size_t pos, clen; in hmac_sha384_kdf()
H A Dsha512-kdf.c32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf()
33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha512_kdf()
34 u8 *out, size_t outlen) in hmac_sha512_kdf()
39 size_t len[4]; in hmac_sha512_kdf()
40 size_t pos, clen; in hmac_sha512_kdf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha256-kdf.c32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf()
33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha256_kdf()
34 u8 *out, size_t outlen) in hmac_sha256_kdf()
39 size_t len[4]; in hmac_sha256_kdf()
40 size_t pos, clen; in hmac_sha256_kdf()
H A Dsha384-kdf.c32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf()
33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha384_kdf()
34 u8 *out, size_t outlen) in hmac_sha384_kdf()
39 size_t len[4]; in hmac_sha384_kdf()
40 size_t pos, clen; in hmac_sha384_kdf()
H A Dsha512-kdf.c32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf()
33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha512_kdf()
34 u8 *out, size_t outlen) in hmac_sha512_kdf()
39 size_t len[4]; in hmac_sha512_kdf()
40 size_t pos, clen; in hmac_sha512_kdf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.h17 const u8 *buf, size_t len, unsigned int freq);
19 const u8 *data, size_t data_len, int ok);
22 const u8 *query, size_t query_len,
23 const u8 *data, size_t data_len);
29 char *buf, size_t buflen);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DShaderExecutable11.h29 ShaderExecutable11(const void *function, size_t length, d3d11::PixelShader &&executable);
31 size_t length,
34 ShaderExecutable11(const void *function, size_t length, d3d11::GeometryShader &&executable);
35 ShaderExecutable11(const void *function, size_t length, d3d11::ComputeShader &&executable);
56 UniformStorage11(size_t initialSize);
/third_party/cJSON/
H A DcJSON.c90 size_t position;
170 void *(CJSON_CDECL *allocate)(size_t size);
172 void *(CJSON_CDECL *reallocate)(void *pointer, size_t size);
177 static void * CJSON_CDECL internal_malloc(size_t size) in internal_malloc()
185 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc()
202 size_t length = 0; in cJSON_strdup()
308 size_t length;
309 size_t offset;
310 size_t depth; /* How deeply nested (in arrays/objects) is the input at the current offset. */
331 size_t in parse_number()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c28 #define WLCORE_MAX_BLOCK_SIZE ((size_t)(4*PAGE_SIZE))
31 int wl1271_format_buffer(char __user *userbuf, size_t count, in wl1271_format_buffer()
81 size_t count, loff_t *ppos) in tx_queue_len_read()
130 size_t count, loff_t *ppos) \
140 size_t count, loff_t *ppos) \
181 size_t count, loff_t *ppos) in gpio_power_read()
196 size_t count, loff_t *ppos) in gpio_power_write()
228 size_t count, loff_t *ppos) in start_recovery_write()
246 size_t count, loff_t *ppos) in dynamic_ps_timeout_read()
257 size_t coun in dynamic_ps_timeout_write()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c28 #define WLCORE_MAX_BLOCK_SIZE ((size_t)(4*PAGE_SIZE))
31 int wl1271_format_buffer(char __user *userbuf, size_t count, in wl1271_format_buffer()
79 size_t count, loff_t *ppos) in tx_queue_len_read()
125 size_t count, loff_t *ppos) \
135 size_t count, loff_t *ppos) \
176 size_t count, loff_t *ppos) in gpio_power_read()
191 size_t count, loff_t *ppos) in gpio_power_write()
223 size_t count, loff_t *ppos) in start_recovery_write()
241 size_t count, loff_t *ppos) in dynamic_ps_timeout_read()
252 size_t coun in dynamic_ps_timeout_write()
[all...]

Completed in 16 milliseconds

1...<<141142143144145146147148149150>>...1546