Home
last modified time | relevance | path

Searched refs:size_t (Results 2301 - 2325 of 38644) sorted by relevance

1...<<919293949596979899100>>...1546

/third_party/eudev/src/libudev/
H A Dlibudev-util.c53 char *result, size_t maxsize, int read_value) in util_resolve_subsys_kernel()
101 size_t l; in util_resolve_subsys_kernel()
114 ssize_t util_get_sys_core_link_value(struct udev *udev, const char *slink, const char *syspath, char *value, size_t size) in util_get_sys_core_link_value()
133 int util_resolve_sys_link(struct udev *udev, char *syspath, size_t size) in util_resolve_sys_link()
176 size_t util_path_encode(const char *src, char *dest, size_t size) in util_path_encode()
178 size_t i, j; in util_path_encode()
210 size_t len; in util_remove_trailing_chars()
219 int util_replace_whitespace(const char *str, char *to, size_t len) in util_replace_whitespace()
221 size_t in util_replace_whitespace()
[all...]
/third_party/curl/src/
H A Dtool_cb_hdr.c42 static char *parse_filename(const char *ptr, size_t len);
61 size_t loclen, FILE *stream);
68 size_t tool_header_cb(char *ptr, size_t size, size_t nmemb, void *userdata) in tool_header_cb()
76 const size_t cb = size * nmemb; in tool_header_cb()
84 if(size * nmemb > (size_t)CURL_MAX_HTTP_HEADER) { in tool_header_cb()
101 size_t rc = fwrite(ptr, size, nmemb, heads->stream); in tool_header_cb()
123 size_t etag_length = eot - etag_h + 1; in tool_header_cb()
151 size_t le in tool_header_cb()
[all...]
/third_party/backends/backend/
H A Dmicrotek.h225 size_t bpl; /* bytes per line */
226 size_t ppl; /* pixels per line */
230 size_t size; /* size (bytes) of ring buffer */
231 size_t initial_size; /* initial size of ring buffer */
233 size_t tail_blue; /* byte index, next blue line */
234 size_t tail_green; /* byte index, next green line */
235 size_t tail_red; /* byte index, next red line */
237 size_t blue_extra; /* unmatched blue bytes */
238 size_t green_extra; /* unmatched green bytes */
239 size_t red_extr
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_pdu.h383 coap_mid_t mid, size_t size);
423 size_t token_length,
443 size_t length,
461 size_t len,
485 size_t coap_add_option(coap_pdu_t *pdu,
487 size_t len,
502 size_t len,
517 uint8_t *coap_add_data_after(coap_pdu_t *pdu, size_t len);
532 size_t *len,
553 size_t *le
[all...]
/third_party/mbedtls/library/
H A Dbase64.c61 int mbedtls_base64_encode(unsigned char *dst, size_t dlen, size_t *olen, in mbedtls_base64_encode()
62 const unsigned char *src, size_t slen) in mbedtls_base64_encode()
64 size_t i, n; in mbedtls_base64_encode()
119 *olen = (size_t) (p - dst); in mbedtls_base64_encode()
128 int mbedtls_base64_decode(unsigned char *dst, size_t dlen, size_t *olen, in mbedtls_base64_decode()
129 const unsigned char *src, size_t slen) in mbedtls_base64_decode()
131 size_t i; /* index in source */ in mbedtls_base64_decode()
132 size_t in mbedtls_base64_decode()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprintf.cpp51 for (size_t buf_pos = 0; buf_pos < buffer.size(); ) { in print_formatted()
63 size_t fmt_last_pos = 0; in print_formatted()
64 size_t fmt_pos = 0; in print_formatted()
66 const size_t spec_pos = util_printf_next_spec_pos(format.c_str(), fmt_pos); in print_formatted()
67 const size_t cur_tok = format.rfind('%', spec_pos); in print_formatted()
68 const size_t next_spec = util_printf_next_spec_pos(format.c_str(), spec_pos); in print_formatted()
69 const size_t next_tok = next_spec == std::string::npos ? std::string::npos : in print_formatted()
72 size_t vec_pos = format.find_first_of("v", cur_tok + 1); in print_formatted()
73 size_t mod_pos = format.find_first_of("hl", cur_tok + 1); in print_formatted()
109 size_t in print_formatted()
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_frame.c40 size_t nghttp3_frame_write_hd_len(const nghttp3_frame_hd *hd) { in nghttp3_frame_write_hd_len()
46 size_t i; in nghttp3_frame_write_settings()
58 size_t nghttp3_frame_write_settings_len(int64_t *ppayloadlen, in nghttp3_frame_write_settings_len()
60 size_t payloadlen = 0; in nghttp3_frame_write_settings_len()
61 size_t i; in nghttp3_frame_write_settings_len()
82 size_t nghttp3_frame_write_goaway_len(int64_t *ppayloadlen, in nghttp3_frame_write_goaway_len()
84 size_t payloadlen = nghttp3_put_varint_len(fr->id); in nghttp3_frame_write_goaway_len()
113 size_t nghttp3_frame_write_priority_update_len( in nghttp3_frame_write_priority_update_len()
115 size_t payloadlen = nghttp3_put_varint_len(fr->pri_elem_id) + sizeof("u=U") - in nghttp3_frame_write_priority_update_len()
124 int nghttp3_nva_copy(nghttp3_nv **pnva, const nghttp3_nv *nva, size_t nvle
[all...]
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.cc73 size_t n = fread(&seed, sizeof(seed), 1, fp); in RandomNumberGenerator()
126 void RandomNumberGenerator::NextBytes(void* buffer, size_t buflen) { in NextBytes()
127 for (size_t n = 0; n < buflen; ++n) { in NextBytes()
145 size_t n) { in NextSample()
153 size_t smaller_part = static_cast<size_t>( in NextSample()
157 size_t counter = 0; in NextSample()
178 uint64_t max, size_t n, const std::unordered_set<uint64_t>& excluded) { in NextSampleSlow()
192 size_t larger_part = static_cast<size_t>( in NextSampleSlow()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c36 const unsigned char *in, size_t inl) in des_ede3_unwrap()
82 const unsigned char *in, size_t inl) in des_ede3_wrap()
85 size_t ivlen = TDES_IVLEN; in des_ede3_wrap()
86 size_t icvlen = TDES_IVLEN; in des_ede3_wrap()
87 size_t len = inl + ivlen + icvlen; in des_ede3_wrap()
112 const unsigned char *in, size_t inl) in tdes_wrap_cipher_internal()
128 unsigned char *out, size_t *outl, size_t outsize, in tdes_wrap_cipher()
129 const unsigned char *in, size_t inl) in tdes_wrap_cipher()
151 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *out
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dseed_src.c73 const unsigned char *pstr, size_t pstr_len, in seed_src_instantiate()
90 static int seed_src_generate(void *vseed, unsigned char *out, size_t outlen, in seed_src_generate()
94 ossl_unused size_t adin_len) in seed_src_generate()
97 size_t entropy_available; in seed_src_generate()
126 ossl_unused size_t ent_len, in seed_src_reseed()
128 ossl_unused size_t adin_len) in seed_src_reseed()
177 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed()
178 int entropy, size_t min_len, size_t max_len, in seed_get_seed()
180 const unsigned char *adin, size_t adin_le in seed_get_seed()
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Dffc.h102 size_t seedlen;
133 const unsigned char *seed, size_t seedlen);
144 size_t seedlen, int counter);
146 unsigned char **seed, size_t *seedlen,
158 int type, size_t L, size_t N,
161 int type, size_t L, size_t N,
166 size_t L, size_t
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_internal_shaders_autogen.h38 constexpr size_t kArrayLen = 0x00000018;
48 constexpr size_t kArrayLen = 0x00000004;
58 constexpr size_t kArrayLen = 0x00000004;
69 constexpr size_t kArrayLen = 0x00000003;
74 constexpr size_t kArrayLen = 0x00000001;
90 constexpr size_t kArrayLen = 0x00000008;
95 constexpr size_t kArrayLen = 0x00000001;
113 constexpr size_t kArrayLen = 0x0000000A;
139 constexpr size_t kArrayLen = 0x00000030;
162 constexpr size_t kArrayLe
[all...]
/third_party/skia/src/core/
H A DSkWriteBuffer.h28 virtual void writePad32(const void* buffer, size_t bytes) = 0;
30 virtual void writeByteArray(const void* data, size_t size) = 0;
64 virtual size_t writeStream(SkStream* stream, size_t length) = 0;
83 SkBinaryWriteBuffer(void* initialStorage, size_t storageSize);
86 void write(const void* buffer, size_t bytes) { in write()
89 void writePad32(const void* buffer, size_t bytes) override {
93 void reset(void* storage = nullptr, size_t storageSize = 0) { in reset()
97 size_t bytesWritten() const { return fWriter.bytesWritten(); } in bytesWritten()
103 void writeByteArray(const void* data, size_t siz
[all...]
/third_party/openssl/include/internal/
H A Dffc.h97 size_t seedlen;
128 const unsigned char *seed, size_t seedlen);
139 size_t seedlen, int counter);
141 unsigned char **seed, size_t *seedlen,
153 int type, size_t L, size_t N,
156 int type, size_t L, size_t N,
161 size_t L, size_t
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c36 const unsigned char *in, size_t inl) in des_ede3_unwrap()
82 const unsigned char *in, size_t inl) in des_ede3_wrap()
85 size_t ivlen = TDES_IVLEN; in des_ede3_wrap()
86 size_t icvlen = TDES_IVLEN; in des_ede3_wrap()
87 size_t len = inl + ivlen + icvlen; in des_ede3_wrap()
112 const unsigned char *in, size_t inl) in tdes_wrap_cipher_internal()
128 unsigned char *out, size_t *outl, size_t outsize, in tdes_wrap_cipher()
129 const unsigned char *in, size_t inl) in tdes_wrap_cipher()
151 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *out
[all...]
/third_party/openssl/providers/implementations/rands/
H A Dseed_src.c73 const unsigned char *pstr, size_t pstr_len, in seed_src_instantiate()
90 static int seed_src_generate(void *vseed, unsigned char *out, size_t outlen, in seed_src_generate()
94 ossl_unused size_t adin_len) in seed_src_generate()
97 size_t entropy_available; in seed_src_generate()
126 ossl_unused size_t ent_len, in seed_src_reseed()
128 ossl_unused size_t adin_len) in seed_src_reseed()
177 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed()
178 int entropy, size_t min_len, size_t max_len, in seed_get_seed()
180 const unsigned char *adin, size_t adin_le in seed_get_seed()
[all...]
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.h115 bool doLZW(const unsigned char* block, size_t bytesInBlock);
128 size_t irow; // Current output row, starting at zero.
129 size_t rowsRemaining; // Rows remaining to be output.
144 SkGIFLZWBlock(size_t position, size_t size) in SkGIFLZWBlock()
147 size_t blockPosition;
148 size_t blockSize;
171 void setTablePosition(size_t position) { in setTablePosition()
188 size_t m_position;
218 void addLzwBlock(size_t positio
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_timeout.c48 size_t pos;
49 size_t size;
86 static size_t
87 putBuffer (void *stream, size_t size, size_t nmemb, void *ptr) in putBuffer()
101 static size_t
102 putBuffer_fail (void *stream, size_t size, size_t nmemb, void *ptr) in putBuffer_fail()
108 static size_t
109 copyBuffer (void *ptr, size_t siz
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMinidump.h56 Expected<std::string> getString(size_t Offset) const;
110 MemoryInfoIterator(ArrayRef<uint8_t> Storage, size_t Stride) in MemoryInfoIterator()
131 size_t Stride;
155 size_t Offset, size_t Size);
162 size_t Offset, size_t Count);
166 DenseMap<minidump::StreamType, std::size_t> StreamMap) in MinidumpFile()
186 DenseMap<minidump::StreamType, std::size_t> StreamMap;
201 size_t Offse in getDataSliceAs()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator.h53 size_t offset;
63 size_t n;
87 Position InitOffset(CordRepBtree* tree, size_t offset);
103 Position Seek(size_t offset);
113 ReadResult Read(size_t edge_offset, size_t n);
119 Position Skip(size_t n);
177 size_t index = tree->index(edge_type); in Init()
190 size_t offset) { in Seek()
207 CordRepBtree* tree, size_t offse in InitOffset()
[all...]
/third_party/skia/experimental/sktext/src/
H A DLine.h65 GlyphPos(size_t runIndex, size_t glyphIndex) : fRunIndex(runIndex), fGlyphIndex(glyphIndex) { } in GlyphPos()
71 size_t runIndex() const { return fRunIndex; } in runIndex()
72 size_t glyphIndex() const { return fGlyphIndex; } in glyphIndex()
73 void setGlyphIndex(size_t index) { fGlyphIndex = index; } in setGlyphIndex()
78 size_t fRunIndex;
79 size_t fGlyphIndex;
87 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch()
148 void finish(size_t glyphIndex, size_t textInde
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_common.h230 size_t key_material;
231 size_t expanded_key_material;
232 size_t block_size; /* also iv_size */
253 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk);
256 size_t len);
260 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label,
261 const u8 *seed, size_t seed_len, u8 *out, size_t outlen);
266 size_t server_params_len, u8 *hash);
270 size_t server_params_le
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dtaxonomy.c28 static void no_mischief_strncpy(char *dst, const char *src, size_t n) in no_mischief_strncpy()
30 size_t i; in no_mischief_strncpy()
53 static int get_wps_name(char *name, size_t name_len, in get_wps_name()
54 const u8 *data, size_t data_len) in get_wps_name()
72 size_t n = (elen < name_len) ? elen : name_len; in get_wps_name()
85 static void ie_to_string(char *fstr, size_t fstr_len, const struct wpabuf *ies) in ie_to_string()
104 size_t ie_len; in ie_to_string()
140 size_t data_len = elen - 4; in ie_to_string()
240 struct sta_info *sta, char *buf, size_t buflen) in retrieve_sta_taxonomy()
270 const u8 *ie, size_t ie_le in taxonomy_sta_info_probe_req()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_common.h230 size_t key_material;
231 size_t expanded_key_material;
232 size_t block_size; /* also iv_size */
253 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk);
256 size_t len);
260 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label,
261 const u8 *seed, size_t seed_len, u8 *out, size_t outlen);
266 size_t server_params_len, u8 *hash);
270 size_t server_params_le
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dtaxonomy.c28 static void no_mischief_strncpy(char *dst, const char *src, size_t n) in no_mischief_strncpy()
30 size_t i; in no_mischief_strncpy()
53 static int get_wps_name(char *name, size_t name_len, in get_wps_name()
54 const u8 *data, size_t data_len) in get_wps_name()
72 size_t n = (elen < name_len) ? elen : name_len; in get_wps_name()
85 static void ie_to_string(char *fstr, size_t fstr_len, const struct wpabuf *ies) in ie_to_string()
104 size_t ie_len; in ie_to_string()
140 size_t data_len = elen - 4; in ie_to_string()
240 struct sta_info *sta, char *buf, size_t buflen) in retrieve_sta_taxonomy()
270 const u8 *ie, size_t ie_le in taxonomy_sta_info_probe_req()
[all...]

Completed in 20 milliseconds

1...<<919293949596979899100>>...1546