/third_party/python/Modules/_blake2/impl/ |
D | blake2s-load-sse41.h | 17 #define LOAD_MSG_0_1(buf) \ argument 20 #define LOAD_MSG_0_2(buf) \ argument 23 #define LOAD_MSG_0_3(buf) \ argument 26 #define LOAD_MSG_0_4(buf) \ argument 29 #define LOAD_MSG_1_1(buf) \ argument 35 #define LOAD_MSG_1_2(buf) \ argument 41 #define LOAD_MSG_1_3(buf) \ argument 47 #define LOAD_MSG_1_4(buf) \ argument 53 #define LOAD_MSG_2_1(buf) \ argument 59 #define LOAD_MSG_2_2(buf) \ argument [all …]
|
D | blake2s-load-xop.h | 30 #define LOAD_MSG_0_1(buf) \ argument 33 #define LOAD_MSG_0_2(buf) \ argument 36 #define LOAD_MSG_0_3(buf) \ argument 39 #define LOAD_MSG_0_4(buf) \ argument 42 #define LOAD_MSG_1_1(buf) \ argument 46 #define LOAD_MSG_1_2(buf) \ argument 50 #define LOAD_MSG_1_3(buf) \ argument 54 #define LOAD_MSG_1_4(buf) \ argument 58 #define LOAD_MSG_2_1(buf) \ argument 62 #define LOAD_MSG_2_2(buf) \ argument [all …]
|
D | blake2s-load-sse2.h | 17 #define LOAD_MSG_0_1(buf) buf = _mm_set_epi32(m6,m4,m2,m0) argument 18 #define LOAD_MSG_0_2(buf) buf = _mm_set_epi32(m7,m5,m3,m1) argument 19 #define LOAD_MSG_0_3(buf) buf = _mm_set_epi32(m14,m12,m10,m8) argument 20 #define LOAD_MSG_0_4(buf) buf = _mm_set_epi32(m15,m13,m11,m9) argument 21 #define LOAD_MSG_1_1(buf) buf = _mm_set_epi32(m13,m9,m4,m14) argument 22 #define LOAD_MSG_1_2(buf) buf = _mm_set_epi32(m6,m15,m8,m10) argument 23 #define LOAD_MSG_1_3(buf) buf = _mm_set_epi32(m5,m11,m0,m1) argument 24 #define LOAD_MSG_1_4(buf) buf = _mm_set_epi32(m3,m7,m2,m12) argument 25 #define LOAD_MSG_2_1(buf) buf = _mm_set_epi32(m15,m5,m12,m11) argument 26 #define LOAD_MSG_2_2(buf) buf = _mm_set_epi32(m13,m2,m0,m8) argument [all …]
|
/third_party/libunwind/tests/ |
D | Lrs-race.c | 49 void *buf[20]; in foo_0() local 59 void *buf[20]; in foo_1() local 69 void *buf[20]; in foo_2() local 79 void *buf[20]; in foo_3() local 89 void *buf[20]; in foo_4() local 99 void *buf[20]; in foo_5() local 109 void *buf[20]; in foo_6() local 119 void *buf[20]; in foo_7() local 129 void *buf[20]; in foo_8() local 139 void *buf[20]; in foo_9() local [all …]
|
/third_party/libxml2/ |
D | buf.c | 64 #define UPDATE_COMPAT(buf) \ argument 75 #define CHECK_COMPAT(buf) \ argument 84 #define UPDATE_COMPAT(buf) argument 85 #define CHECK_COMPAT(buf) argument 96 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError() 111 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError() 202 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach() 273 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme() 294 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme() 335 xmlBufFree(xmlBufPtr buf) { in xmlBufFree() [all …]
|
/third_party/mesa3d/src/util/ |
D | u_dynarray.h | 54 util_dynarray_init(struct util_dynarray *buf, void *mem_ctx) in util_dynarray_init() 61 util_dynarray_fini(struct util_dynarray *buf) in util_dynarray_fini() 74 util_dynarray_clear(struct util_dynarray *buf) in util_dynarray_clear() 82 util_dynarray_ensure_cap(struct util_dynarray *buf, unsigned newcap) in util_dynarray_ensure_cap() 105 util_dynarray_resize_bytes(struct util_dynarray *buf, unsigned nelts, size_t eltsize) in util_dynarray_resize_bytes() 121 util_dynarray_clone(struct util_dynarray *buf, void *mem_ctx, in util_dynarray_clone() 130 util_dynarray_grow_bytes(struct util_dynarray *buf, unsigned ngrow, size_t eltsize) in util_dynarray_grow_bytes() 149 util_dynarray_trim(struct util_dynarray *buf) in util_dynarray_trim() 171 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow_bytes((buf… argument 173 #define util_dynarray_resize(buf, type, nelts) util_dynarray_resize_bytes(buf, (nelts), sizeof(type… argument [all …]
|
D | u_idalloc.c | 40 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements) in util_idalloc_resize() 51 util_idalloc_init(struct util_idalloc *buf, unsigned initial_num_ids) in util_idalloc_init() 59 util_idalloc_fini(struct util_idalloc *buf) in util_idalloc_fini() 66 util_idalloc_alloc(struct util_idalloc *buf) in util_idalloc_alloc() 89 find_free_block(struct util_idalloc *buf, unsigned start) in find_free_block() 100 util_idalloc_alloc_range(struct util_idalloc *buf, unsigned num) in util_idalloc_alloc_range() 145 util_idalloc_free(struct util_idalloc *buf, unsigned id) in util_idalloc_free() 154 util_idalloc_reserve(struct util_idalloc *buf, unsigned id) in util_idalloc_reserve() 162 util_idalloc_mt_init(struct util_idalloc_mt *buf, in util_idalloc_mt_init() 177 util_idalloc_mt_init_tc(struct util_idalloc_mt *buf) in util_idalloc_mt_init_tc() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | wpabuf.h | 23 u8 *buf; /* pointer to the head of the buffer */ member 48 static inline size_t wpabuf_size(const struct wpabuf *buf) in wpabuf_size() 58 static inline size_t wpabuf_len(const struct wpabuf *buf) in wpabuf_len() 68 static inline size_t wpabuf_tailroom(const struct wpabuf *buf) in wpabuf_tailroom() 78 static inline const void * wpabuf_head(const struct wpabuf *buf) in wpabuf_head() 83 static inline const u8 * wpabuf_head_u8(const struct wpabuf *buf) in wpabuf_head_u8() 93 static inline void * wpabuf_mhead(struct wpabuf *buf) in wpabuf_mhead() 98 static inline u8 * wpabuf_mhead_u8(struct wpabuf *buf) in wpabuf_mhead_u8() 103 static inline void wpabuf_put_u8(struct wpabuf *buf, u8 data) in wpabuf_put_u8() 109 static inline void wpabuf_put_le16(struct wpabuf *buf, u16 data) in wpabuf_put_le16() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | wpabuf.h | 23 u8 *buf; /* pointer to the head of the buffer */ member 48 static inline size_t wpabuf_size(const struct wpabuf *buf) in wpabuf_size() 58 static inline size_t wpabuf_len(const struct wpabuf *buf) in wpabuf_len() 68 static inline size_t wpabuf_tailroom(const struct wpabuf *buf) in wpabuf_tailroom() 93 static inline const void * wpabuf_head(const struct wpabuf *buf) in wpabuf_head() 98 static inline const u8 * wpabuf_head_u8(const struct wpabuf *buf) in wpabuf_head_u8() 108 static inline void * wpabuf_mhead(struct wpabuf *buf) in wpabuf_mhead() 113 static inline u8 * wpabuf_mhead_u8(struct wpabuf *buf) in wpabuf_mhead_u8() 118 static inline void wpabuf_put_u8(struct wpabuf *buf, u8 data) in wpabuf_put_u8() 124 static inline void wpabuf_put_le16(struct wpabuf *buf, u16 data) in wpabuf_put_le16() [all …]
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/through2/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/from2/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/string_decoder/lib/ |
D | string_decoder.js | 107 StringDecoder.prototype.write = function (buf) { argument 129 StringDecoder.prototype.fillLast = function (buf) { argument 148 function utf8CheckIncomplete(self, buf, i) { argument 181 function utf8CheckExtraBytes(self, buf, p) { argument 201 function utf8FillLast(buf) { argument 216 function utf8Text(buf, i) { argument 227 function utf8End(buf) { argument 237 function utf16Text(buf, i) { argument 260 function utf16End(buf) { argument 269 function base64Text(buf, i) { argument [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_build.c | 18 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token) in p2p_buf_add_action_hdr() 29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, in p2p_buf_add_public_action_hdr() 42 u8 * p2p_buf_add_ie_hdr(struct wpabuf *buf) in p2p_buf_add_ie_hdr() 55 void p2p_buf_update_ie_hdr(struct wpabuf *buf, u8 *len) in p2p_buf_update_ie_hdr() 62 void p2p_buf_add_capability(struct wpabuf *buf, u8 dev_capab, u8 group_capab) in p2p_buf_add_capability() 74 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent) in p2p_buf_add_go_intent() 85 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel() 99 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel() 113 void p2p_buf_add_pref_channel_list(struct wpabuf *buf, in p2p_buf_add_pref_channel_list() 151 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_build.c | 18 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token) in p2p_buf_add_action_hdr() 29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, in p2p_buf_add_public_action_hdr() 42 u8 * p2p_buf_add_ie_hdr(struct wpabuf *buf) in p2p_buf_add_ie_hdr() 55 void p2p_buf_update_ie_hdr(struct wpabuf *buf, u8 *len) in p2p_buf_update_ie_hdr() 62 void p2p_buf_add_capability(struct wpabuf *buf, u8 dev_capab, u8 group_capab) in p2p_buf_add_capability() 74 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent) in p2p_buf_add_go_intent() 85 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel() 99 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel() 113 void p2p_buf_add_pref_channel_list(struct wpabuf *buf, in p2p_buf_add_pref_channel_list() 151 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list() [all …]
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_hilog_vsnprint_f_p.c | 43 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0010() local 57 char *buf = NULL; in vsnprintfp_s_0020() local 70 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0030() local 84 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0040() local 98 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0050() local 112 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0060() local 126 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0070() local 140 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0080() local 153 char buf[2] = {0}; in vsnprintfp_s_0090() local 166 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0100() local [all …]
|
/third_party/node/test/parallel/ |
D | test-buffer-swap.js | 8 const buf = Buffer.from([0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, constant 31 const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7]); constant 52 const buf = Buffer.from([0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, constant 70 const buf = Buffer.from(bufData.buffer, bufData.byteOffset); constant 79 const buf = Buffer.from(bufData.buffer); constant 93 const buf = Buffer.from(bufData.buffer, bufData.byteOffset); constant 109 const buf = Buffer.from(bufData.buffer, bufData.byteOffset); constant 127 const buf = Buffer.from(bufData.buffer, bufData.byteOffset); constant 145 const buf = Buffer.from(bufData.buffer, bufData.byteOffset); constant
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | BufferValidationTests.cpp | 167 dawn::Buffer buf = CreateMapReadBuffer(4); in TEST_F() local 181 dawn::Buffer buf = CreateMapWriteBuffer(4); in TEST_F() local 215 dawn::Buffer buf = device.CreateBuffer(&descriptor); in TEST_F() local 230 dawn::Buffer buf = device.CreateBuffer(&descriptor); in TEST_F() local 241 dawn::Buffer buf = CreateMapReadBuffer(4); in TEST_F() local 258 dawn::Buffer buf = CreateMapWriteBuffer(4); in TEST_F() local 276 dawn::Buffer buf = CreateMapReadBuffer(4); in TEST_F() local 292 dawn::Buffer buf = CreateMapWriteBuffer(4); in TEST_F() local 311 dawn::Buffer buf = CreateMapReadBuffer(4); in TEST_F() local 330 dawn::Buffer buf = CreateMapWriteBuffer(4); in TEST_F() local [all …]
|
/third_party/lwip/src/include/lwip/ |
D | netbuf.h | 88 #define netbuf_copy_partial(buf, dataptr, len, offset) \ argument 90 #define netbuf_copy(buf,dataptr,len) netbuf_copy_partial(buf, dataptr, len, 0) argument 91 #define netbuf_take(buf, dataptr, len) pbuf_take((buf)->p, dataptr, len) argument 92 #define netbuf_len(buf) ((buf)->p->tot_len) argument 93 #define netbuf_fromaddr(buf) (&((buf)->addr)) argument 94 #define netbuf_set_fromaddr(buf, fromaddr) ip_addr_set(&((buf)->addr), fromaddr) argument 95 #define netbuf_fromport(buf) ((buf)->port) argument 97 #define netbuf_destaddr(buf) (&((buf)->toaddr)) argument 98 #define netbuf_set_destaddr(buf, destaddr) ip_addr_set(&((buf)->toaddr), destaddr) argument 100 #define netbuf_destport(buf) (((buf)->flags & NETBUF_FLAG_DESTADDR) ? (buf)->toport_chksum … argument [all …]
|