Home
last modified time | relevance | path

Searched refs:size_t (Results 3576 - 3600 of 20613) sorted by relevance

1...<<141142143144145146147148149150>>...825

/third_party/mesa3d/src/util/
H A Du_qsort.h35 void util_tls_qsort_r(void *base, size_t nmemb, size_t size,
55 util_qsort_r(void *base, size_t nmemb, size_t size, in util_qsort_r()
/third_party/musl/include/
H A Dmqueue.h26 ssize_t mq_receive(mqd_t, char *, size_t, unsigned *);
27 int mq_send(mqd_t, const char *, size_t, unsigned);
29 ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespec *__restrict);
30 int mq_timedsend(mqd_t, const char *, size_t, unsigned, const struct timespec *);
/third_party/musl/ldso/linux/
H A Dns_config.h36 size_t num; /** Number of entries in list */
37 size_t size; /** Storage size */
43 size_t num;
44 size_t size;
/third_party/node/deps/openssl/openssl/crypto/async/
H A Dasync_local.h61 size_t numadd;
62 size_t numdel;
72 size_t curr_size;
73 size_t max_size;
/third_party/node/deps/uv/src/unix/
H A Drandom-sysctl-linux.c36 size_t* oldlenp;
38 size_t newlen;
43 int uv__random_sysctl(void* buf, size_t buflen) { in uv__random_sysctl()
49 size_t n; in uv__random_sysctl()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-gst.h56 size_t gst_transcode_buffer(void *codec_info, uint32_t timestamp, const uint8_t *input_buffer, size_t input_size, uint8_t *output_buffer, size_t output_size, size_t *processed);
/third_party/openssl/crypto/async/
H A Dasync_local.h61 size_t numadd;
62 size_t numdel;
72 size_t curr_size;
73 size_t max_size;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.h40 size_t colorFormatsCount,
42 size_t depthStencilFormatCount,
45 template <size_t ColorFormatCount, size_t DepthStencilFormatCount>
/third_party/skia/src/core/
H A DSkMiniRecorder.h48 template <size_t A, size_t B>
49 struct Max { static const size_t val = A > B ? A : B; };
51 static const size_t kInlineStorage =
H A DSkCompressedDataUtils.h33 size_t SK_API SkCompressedDataSize(SkImage::CompressionType, SkISize baseDimensions,
34 SkTArray<size_t>* individualMipOffsets, bool mipMapped);
35 size_t SkCompressedBlockSize(SkImage::CompressionType type);
40 size_t SkCompressedFormatDataSize(SkImage::CompressionType compressionType,
/third_party/skia/src/gpu/
H A DGrSurface.cpp18 size_t GrSurface::ComputeSize(const GrBackendFormat& format, in ComputeSize()
29 size_t colorSize; in ComputeSize()
40 colorSize = (size_t)dimensions.width() * dimensions.height() * in ComputeSize()
45 size_t finalSize = colorSamplesPerPixel * colorSize; in ComputeSize()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DChunkedCommandHandler.cpp27 size_t size) { in HandleCommands()
33 size_t chunkSize = std::min(size, mChunkedCommandRemainingSize); in HandleCommands()
61 size_t commandSize, in BeginChunkedCommandData()
62 size_t initialSize) { in BeginChunkedCommandData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSmallVector.cpp42 void SmallVectorBase::grow_pod(void *FirstEl, size_t MinCapacity, in grow_pod()
43 size_t TSize) { in grow_pod()
48 size_t NewCapacity = 2 * capacity() + 1; // Always grow. in grow_pod()
50 std::min(std::max(NewCapacity, MinCapacity), size_t(UINT32_MAX)); in grow_pod()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dseed_material.h35 constexpr size_t SeedBitsToBlocks(size_t seed_size) { in SeedBitsToBlocks()
41 constexpr size_t kEntropyBitsNeeded = 256;
45 constexpr size_t kEntropyBlocksNeeded =
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_reader.cc29 absl::string_view CordRepBtreeReader::Read(size_t n, size_t chunk_size, in Read()
36 const size_t offset = chunk_size ? edge->length - chunk_size : 0; in Read()
54 const size_t consumed_by_read = n - chunk_size - result.n; in Read()
/third_party/skia/experimental/graphite/src/
H A DCopyTask.cpp19 size_t bufferOffset, in Make()
20 size_t bufferRowBytes) { in Make()
31 size_t bufferOffset, in CopyTextureToBufferTask()
32 size_t bufferRowBytes) in CopyTextureToBufferTask()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.h93 size_t eap_fast_a_id_len;
210 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
228 size_t eap_req_id_text_len;
254 size_t buflen);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh.h17 int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf,
20 size_t len);
28 const u8 *ies, size_t ie_len);
36 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
26 u8 *data, size_t data_len) in aes_ctr_encrypt()
29 size_t j, len, left = data_len; in aes_ctr_encrypt()
68 u8 *data, size_t data_len) in aes_128_ctr_encrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh.h19 int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf,
22 size_t len);
30 const u8 *ies, size_t ie_len);
38 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
26 u8 *data, size_t data_len) in aes_ctr_encrypt()
29 size_t j, len, left = data_len; in aes_ctr_encrypt()
68 u8 *data, size_t data_len) in aes_128_ctr_encrypt()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp106 // static const size_t kAdditionalSize = (size_t)1 << 32; // for debug
107 static const size_t kAdditionalSize = (size_t)1 << 16;
139 static void RandGen(Byte *buf, size_t size) in RandGen()
142 const size_t size4 = size & ~((size_t)3); in RandGen()
143 size_t i; in RandGen()
178 const size_t bufSize = Size(); in GenerateSimpleRandom()
180 for (size_t in GenerateSimpleRandom()
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c374 size_t *dst_len;
412 size_t buffersize;
807 size_t len; in get_max_buffer_size()
1244 size_t len; in sanei_scsi_open_extended()
1460 size_t new_size, old_size; in sanei_scsi_open_extended()
1670 const void *cmd, size_t cmd_size, in sanei_scsi_req_enter2()
1671 const void *src, size_t src_size, in sanei_scsi_req_enter2()
1672 void *dst, size_t * dst_size, void **idp) in sanei_scsi_req_enter2()
1816 const void *cmd, size_t cmd_size, in sanei_scsi_cmd2()
1817 const void *src, size_t src_siz in sanei_scsi_cmd2()
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp69 size_t argc = PARAM_2; in Ldiv()
91 size_t argc = PARAM_2; in LLdiv()
113 size_t argc = PARAM_7; in Lcong48()
140 size_t argc = PARAM_1; in Rand()
164 size_t argc = PARAM_1; in LLabs()
177 size_t argc = PARAM_1; in Labs()
190 size_t argc = PARAM_1; in RandR()
224 size_t argc = PARAM_3; in Seed48()
242 size_t argc = PARAM_1; in Srand()
261 size_t arg in Srand48()
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs55 pub aio_nbytes: ::size_t,
79 pub gl_pathc: ::size_t,
81 pub gl_offs: ::size_t,
95 pub msg_iovlen: ::size_t,
97 pub msg_controllen: ::size_t,
102 pub cmsg_len: ::size_t,
142 pub arena: ::size_t,
143 pub ordblks: ::size_t,
144 pub smblks: ::size_t,
145 pub hblks: ::size_t,
[all...]

Completed in 18 milliseconds

1...<<141142143144145146147148149150>>...825