Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 5686) sorted by relevance

12345678910>>...228

/third_party/python/Modules/_blake2/impl/
Dblake2s-load-sse2.h17 #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 …]
Dblake2s-load-xop.h30 #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 …]
Dblake2s-load-sse41.h17 #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 …]
/third_party/libunwind/tests/
DLrs-race.c49 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/gettext/gnulib-local/lib/libxml/
Dbuf.c89 #define UPDATE_COMPAT(buf) \ argument
100 #define CHECK_COMPAT(buf) \ argument
109 #define UPDATE_COMPAT(buf) argument
110 #define CHECK_COMPAT(buf) argument
121 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError()
136 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError()
225 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
296 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme()
317 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme()
358 xmlBufFree(xmlBufPtr buf) { in xmlBufFree()
[all …]
/third_party/libxml2/
Dbuf.c64 #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/
Du_dynarray.h54 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 …]
Du_idalloc.c40 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/node/deps/npm/node_modules/string_decoder/lib/
Dstring_decoder.js107 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/
Dstring_decoder.js107 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/
Dstring_decoder.js107 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/
Dstring_decoder.js107 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/
Dstring_decoder.js107 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/
Dstring_decoder.js107 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/flush-write-stream/node_modules/string_decoder/lib/
Dstring_decoder.js107 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/
Dstring_decoder.js107 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/
Dstring_decoder.js107 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/
Dstring_decoder.js107 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/utils/
Dwpabuf.h23 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/
Dwpabuf.h23 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/glib/gio/
Dglocalfileinfo.h146 inline static gboolean _g_stat_has_field (const GLocalFileStat *buf, GLocalFileStatField field) { … in _g_stat_has_field()
148 inline static guint16 _g_stat_mode (const GLocalFileStat *buf) { return buf->stx_mode; } in _g_stat_mode()
149 inline static guint32 _g_stat_nlink (const GLocalFileStat *buf) { return buf->stx_nlink; } in _g_stat_nlink()
150 inline static dev_t _g_stat_dev (const GLocalFileStat *buf) { return makedev (buf->stx_de… in _g_stat_dev()
151 inline static guint64 _g_stat_ino (const GLocalFileStat *buf) { return buf->stx_ino; } in _g_stat_ino()
152 inline static guint64 _g_stat_size (const GLocalFileStat *buf) { return buf->stx_size; } in _g_stat_size()
154 inline static guint32 _g_stat_uid (const GLocalFileStat *buf) { return buf->stx_uid; } in _g_stat_uid()
155 inline static guint32 _g_stat_gid (const GLocalFileStat *buf) { return buf->stx_gid; } in _g_stat_gid()
156 inline static dev_t _g_stat_rdev (const GLocalFileStat *buf) { return makedev (buf->stx_rd… in _g_stat_rdev()
157 inline static guint32 _g_stat_blksize (const GLocalFileStat *buf) { return buf->stx_blksize; } in _g_stat_blksize()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_build.c18 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/src/p2p/
Dp2p_build.c18 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/node/test/parallel/
Dtest-buffer-swap.js8 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/mindspore/third_party/securec/src/
Dsecurecutil.h249 unsigned char buf[1]; /* Performance optimization code structure assignment length 1 bytes */ member
252 unsigned char buf[2]; /* Performance optimization code structure assignment length 2 bytes */ member
255 unsigned char buf[3]; /* Performance optimization code structure assignment length 3 bytes */ member
258 unsigned char buf[4]; /* Performance optimization code structure assignment length 4 bytes */ member
261 unsigned char buf[5]; /* Performance optimization code structure assignment length 5 bytes */ member
264 unsigned char buf[6]; /* Performance optimization code structure assignment length 6 bytes */ member
267 unsigned char buf[7]; /* Performance optimization code structure assignment length 7 bytes */ member
270 unsigned char buf[8]; /* Performance optimization code structure assignment length 8 bytes */ member
273 unsigned char buf[9]; /* Performance optimization code structure assignment length 9 bytes */ member
276 unsigned char buf[10]; /* Performance optimization code structure assignment length 10 bytes */ member
[all …]

12345678910>>...228