/external/python/cpython3/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 …]
|
/external/fastrpc/inc/ |
D | sbuf_parser.h | 98 static __inline void sbuf_parser_init(struct sbuf* buf, const char *data, int dataLen) { in sbuf_parser_init() 103 static __inline char *sbuf_cur(struct sbuf* buf) { in sbuf_cur() 108 static __inline int sbuf_peek(struct sbuf* buf, char* c) { in sbuf_peek() 117 static __inline int sbuf_end(struct sbuf* buf) { in sbuf_end() 122 static __inline int sbuf_chars(struct sbuf *buf, const char *chars) { in sbuf_chars() 138 static __inline int sbuf_notchars(struct sbuf *buf, const char *chars) { in sbuf_notchars() 154 static __inline int sbuf_char(struct sbuf *buf, const char t) { in sbuf_char() 160 static __inline int sbuf_notchar(struct sbuf *buf, const char t) { in sbuf_notchar() 168 static __inline int sbuf_any(struct sbuf* buf) { in sbuf_any() 182 static __inline int sbuf_range(struct sbuf *buf, const char *chars) { in sbuf_range() [all …]
|
/external/rust/crates/byteorder/src/ |
D | io.rs | 56 let mut buf = [0; 1]; in read_u8() localVariable 86 let mut buf = [0; 1]; in read_i8() localVariable 113 let mut buf = [0; 2]; in read_u16() localVariable 140 let mut buf = [0; 2]; in read_i16() localVariable 166 let mut buf = [0; 3]; in read_u24() localVariable 192 let mut buf = [0; 3]; in read_i24() localVariable 218 let mut buf = [0; 4]; in read_u32() localVariable 244 let mut buf = [0; 4]; in read_i32() localVariable 270 let mut buf = [0; 6]; in read_u48() localVariable 296 let mut buf = [0; 6]; in read_i48() localVariable [all …]
|
/external/cronet/third_party/libxml/src/ |
D | buf.c | 62 #define UPDATE_COMPAT(buf) \ argument 73 #define CHECK_COMPAT(buf) \ argument 82 #define UPDATE_COMPAT(buf) argument 83 #define CHECK_COMPAT(buf) argument 94 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError() 109 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError() 198 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach() 226 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme() 247 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme() 286 xmlBufFree(xmlBufPtr buf) { in xmlBufFree() [all …]
|
/external/libxml2/ |
D | buf.c | 62 #define UPDATE_COMPAT(buf) \ argument 73 #define CHECK_COMPAT(buf) \ argument 82 #define UPDATE_COMPAT(buf) argument 83 #define CHECK_COMPAT(buf) argument 94 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError() 109 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError() 198 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach() 226 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme() 247 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme() 286 xmlBufFree(xmlBufPtr buf) { in xmlBufFree() [all …]
|
/external/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 …]
|
/external/wpa_supplicant_8/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 …]
|
D | wpabuf.c | 22 static struct wpabuf_trace * wpabuf_get_trace(const struct wpabuf *buf) in wpabuf_get_trace() 30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow() 49 struct wpabuf *buf = *_buf; in wpabuf_resize() local 118 struct wpabuf *buf; in wpabuf_alloc() local 140 struct wpabuf *buf; in wpabuf_alloc_ext_data() local 162 struct wpabuf *buf = wpabuf_alloc(len); in wpabuf_alloc_copy() local 171 struct wpabuf *buf = wpabuf_alloc(wpabuf_len(src)); in wpabuf_dup() local 182 void wpabuf_free(struct wpabuf *buf) in wpabuf_free() 208 void wpabuf_clear_free(struct wpabuf *buf) in wpabuf_clear_free() 217 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put() [all …]
|
/external/clang/test/Analysis/ |
D | out-of-bounds.c | 7 int buf[100]; in test1() local 12 int buf[100]; in test1_ok() local 36 int buf[100]; in test1_ptr() local 42 int buf[100]; in test1_ptr_ok() local 52 int buf[100]; in test1_ptr_arith() local 59 int buf[100]; in test1_ptr_arith_ok() local 66 int buf[100]; in test1_ptr_arith_bad() local 73 int buf[100]; in test1_ptr_arith_ok2() local 83 int buf[100]; in test2() local 92 int buf[100]; in test2_ptr() local [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/ |
D | ranges_uninitialized_default_construct.pass.cpp | 45 Buffer<Counted, 1> buf; in main() local 69 Buffer<Counted, 5> buf; in main() local 82 Buffer<Counted, N> buf; in main() local 96 Buffer<Counted, 5> buf; in main() local 110 Buffer<Counted, 5> buf; in main() local 123 Buffer<Counted, 5> buf; in main() local 138 Buffer<Counted, 5> buf; in main() local 153 Buffer<Counted, 5> buf; in main() local 169 Buffer<Counted, N> buf; in main() local 181 Buffer<Counted, N> buf; in main() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/ |
D | ranges_uninitialized_value_construct.pass.cpp | 47 Buffer<Counted, 1> buf; in main() local 71 Buffer<Counted, N> buf; in main() local 84 Buffer<Counted, N> buf; in main() local 98 Buffer<Counted, 5> buf; in main() local 111 Buffer<Counted, 5> buf; in main() local 124 Buffer<Counted, 5> buf; in main() local 156 Buffer<Counted, 5> buf; in main() local 172 Buffer<Counted, 5> buf; in main() local 189 Buffer<Counted, N> buf; in main() local 201 Buffer<Counted, N> buf; in main() local
|
/external/kmod/shared/ |
D | strbuf.c | 31 static bool buf_grow(struct strbuf *buf, size_t newsize) in buf_grow() 52 void strbuf_init(struct strbuf *buf) in strbuf_init() 59 void strbuf_release(struct strbuf *buf) in strbuf_release() 64 char *strbuf_steal(struct strbuf *buf) in strbuf_steal() 77 const char *strbuf_str(struct strbuf *buf) in strbuf_str() 85 bool strbuf_pushchar(struct strbuf *buf, char ch) in strbuf_pushchar() 94 unsigned strbuf_pushchars(struct strbuf *buf, const char *str) in strbuf_pushchars() 112 void strbuf_popchar(struct strbuf *buf) in strbuf_popchar() 118 void strbuf_popchars(struct strbuf *buf, unsigned n) in strbuf_popchars() 124 void strbuf_clear(struct strbuf *buf) in strbuf_clear()
|
/external/cronet/net/ntlm/ |
D | ntlm_buffer_reader_unittest.cc | 13 const uint8_t buf[1] = {0}; in TEST() local 78 const uint8_t buf[2] = {0x22, 0x11}; in TEST() local 91 const uint8_t buf[4] = {0x44, 0x33, 0x22, 0x11}; in TEST() local 104 const uint8_t buf[8] = {0x88, 0x77, 0x66, 0x55, 0x44, 0x33, 0x22, 0x11}; in TEST() local 129 const uint8_t buf[8] = {0x22, 0x11, 0xFF, 0xEE, 0x88, 0x77, 0x66, 0x55}; in TEST() local 144 const uint8_t buf[7] = {0}; in TEST() local 152 const uint8_t buf[8] = {0xff, 0xff, 0x11, 0x22, 0x33, 0x44, 0xff, 0xff}; in TEST() local 179 const uint8_t buf[4] = {0}; in TEST() local 188 const uint8_t buf[4] = {0}; in TEST() local 197 const uint8_t buf[kSecurityBufferLen] = {0}; in TEST() local [all …]
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_build.c | 19 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token) in p2p_buf_add_action_hdr() 30 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, in p2p_buf_add_public_action_hdr() 43 u8 * p2p_buf_add_ie_hdr(struct wpabuf *buf) in p2p_buf_add_ie_hdr() 56 void p2p_buf_update_ie_hdr(struct wpabuf *buf, u8 *len) in p2p_buf_update_ie_hdr() 63 void p2p_buf_add_capability(struct wpabuf *buf, u8 dev_capab, u8 group_capab) in p2p_buf_add_capability() 75 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent) in p2p_buf_add_go_intent() 86 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel() 100 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel() 114 void p2p_buf_add_pref_channel_list(struct wpabuf *buf, in p2p_buf_add_pref_channel_list() 154 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list() [all …]
|
/external/rust/crates/byteorder/benches/ |
D | bench.rs | 18 let buf = $data; localVariable 28 let buf = $data; localVariable 38 let buf = $data; localVariable 61 let buf = $data; localVariable 71 let buf = $data; localVariable 81 let buf = $data; localVariable 91 let mut buf = $data; localVariable 102 let mut buf = $data; localVariable 113 let mut buf = $data; localVariable
|
/external/rust/crates/tokio-util/tests/ |
D | codecs.rs | 10 let buf = &mut BytesMut::new(); in bytes_decoder() localVariable 29 let mut buf = BytesMut::new(); in bytes_encoder() localVariable 37 let mut buf = BytesMut::with_capacity(INITIAL_CAPACITY); in bytes_encoder() localVariable 49 let buf = &mut BytesMut::new(); in lines_decoder() localVariable 70 let buf = &mut BytesMut::new(); in lines_decoder_max_length() localVariable 134 let buf = &mut BytesMut::new(); in lines_decoder_max_length_underrun() localVariable 155 let buf = &mut BytesMut::new(); in lines_decoder_max_length_bursts() localVariable 171 let buf = &mut BytesMut::new(); in lines_decoder_max_length_big_burst() localVariable 185 let buf = &mut BytesMut::new(); in lines_decoder_max_length_newline_between_decodes() localVariable 201 let buf = &mut BytesMut::new(); in lines_decoder_discard_repeat() localVariable [all …]
|
/external/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 …]
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | snprintf_default.c | 12 static int __snprintf_l3protocol(char *buf, in __snprintf_l3protocol() 22 int __snprintf_protocol(char *buf, in __snprintf_protocol() 32 static int __snprintf_timeout(char *buf, in __snprintf_timeout() 39 static int __snprintf_protoinfo(char *buf, in __snprintf_protoinfo() 49 static int __snprintf_protoinfo_sctp(char *buf, in __snprintf_protoinfo_sctp() 59 static int __snprintf_protoinfo_dccp(char *buf, in __snprintf_protoinfo_dccp() 69 static int __snprintf_address_ipv4(char *buf, in __snprintf_address_ipv4() 88 static int __snprintf_address_ipv6(char *buf, in __snprintf_address_ipv6() 117 int __snprintf_address(char *buf, in __snprintf_address() 139 int __snprintf_proto(char *buf, in __snprintf_proto() [all …]
|
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/ |
D | string.pass.cpp | 24 std::stringbuf buf("testing"); in main() local 28 std::stringbuf buf("testing", std::ios_base::in); in main() local 32 std::stringbuf buf("testing", std::ios_base::out); in main() local 36 std::wstringbuf buf(L"testing"); in main() local 40 std::wstringbuf buf(L"testing", std::ios_base::in); in main() local 44 std::wstringbuf buf(L"testing", std::ios_base::out); in main() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/ |
D | ranges_uninitialized_fill.pass.cpp | 51 Buffer<Counted, 1> buf; in main() local 77 Buffer<Counted, N> buf; in main() local 91 Buffer<Counted, N> buf; in main() local 106 Buffer<Counted, 5> buf; in main() local 120 Buffer<Counted, 5> buf; in main() local 134 Buffer<Counted, 5> buf; in main() local 168 Buffer<Counted, 5> buf; in main() local 186 Buffer<Counted, 5> buf; in main() local 204 Buffer<Counted, N> buf; in main() local 218 Buffer<Counted, N> buf; in main() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/string.streams/stringbuf/stringbuf.cons/ |
D | string.pass.cpp | 25 std::stringbuf buf("testing"); in main() local 29 std::stringbuf buf("testing", std::ios_base::in); in main() local 33 std::stringbuf buf("testing", std::ios_base::out); in main() local 38 std::wstringbuf buf(L"testing"); in main() local 42 std::wstringbuf buf(L"testing", std::ios_base::in); in main() local 46 std::wstringbuf buf(L"testing", std::ios_base::out); in main() local
|
/external/rust/crates/tempfile/tests/ |
D | spooled.rs | 10 let mut buf = Vec::new(); in test_automatic_rollover() localVariable 43 let mut buf = Vec::new(); in test_explicit_rollover() localVariable 99 let mut buf = Vec::new(); in test_seek_read() localVariable 120 let mut buf = [0; 5]; in test_seek_read() localVariable 129 let mut buf = [0; 15]; in test_seek_read() localVariable 157 let mut buf = Vec::new(); in test_overwrite_middle() localVariable 181 let mut buf = Vec::new(); in test_overwrite_and_extend_buffer() localVariable 198 let mut buf = Vec::new(); in test_overwrite_and_extend_rollover() localVariable 209 let mut buf = Vec::new(); in test_sparse() localVariable 236 let mut buf = Vec::new(); in test_sparse_write_rollover() localVariable [all …]
|
/external/rust/crates/bytes/benches/ |
D | bytes_mut.rs | 34 let mut buf = BytesMut::with_capacity(4096); in deref_unique() localVariable 46 let mut buf = BytesMut::with_capacity(4096); in deref_unique_unroll() localVariable 65 let mut buf = BytesMut::with_capacity(4096); in deref_shared() localVariable 108 let mut buf = BytesMut::with_capacity(128); in alloc_write_split_to_mid() localVariable 119 let mut buf = BytesMut::with_capacity(1024); in drain_write_drain() localVariable 134 let mut buf = BytesMut::with_capacity(128); in fmt_write() localVariable 149 let mut buf = BytesMut::with_capacity(256); in bytes_mut_extend() localVariable 168 let mut buf = BytesMut::with_capacity(256); in put_slice_bytes_mut() localVariable 185 let mut buf = BytesMut::with_capacity(256); in put_u8_bytes_mut() localVariable 202 let mut buf = Vec::<u8>::with_capacity(256); in put_slice_vec() localVariable [all …]
|