/third_party/python/Modules/_blake2/impl/ |
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-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-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/gettext/gnulib-local/lib/libxml/ |
D | buf.c | 89 #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/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/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/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/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/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/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/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/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/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() 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/glib/gio/ |
D | glocalfileinfo.h | 146 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/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/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/lwip/src/api/ |
D | netbuf.c | 65 struct netbuf *buf; in netbuf_new() local 81 netbuf_delete(struct netbuf *buf) in netbuf_delete() 102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() 127 netbuf_free(struct netbuf *buf) in netbuf_free() 151 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() 196 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) in netbuf_data() 222 netbuf_next(struct netbuf *buf) in netbuf_next() 244 netbuf_first(struct netbuf *buf) in netbuf_first()
|
/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/libxkbcommon/src/xkbcomp/ |
D | keymap-dump.c | 59 struct buf { struct 60 char *buf; member 66 do_realloc(struct buf *buf, size_t at_least) in do_realloc() 83 check_write_buf(struct buf *buf, const char *fmt, ...) in check_write_buf() 120 #define write_buf(buf, ...) do { \ argument 126 write_vmods(struct xkb_keymap *keymap, struct buf *buf) in write_vmods() 150 write_keycodes(struct xkb_keymap *keymap, struct buf *buf) in write_keycodes() 193 write_types(struct xkb_keymap *keymap, struct buf *buf) in write_types() 246 write_led_map(struct xkb_keymap *keymap, struct buf *buf, in write_led_map() 296 write_action(struct xkb_keymap *keymap, struct buf *buf, in write_action() [all …]
|