Home
last modified time | relevance | path

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

12345678910>>...376

/external/python/cpython3/Modules/_blake2/impl/
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 …]
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 …]
/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
Dfht_neon.c4 static inline void helper_float_1(float* buf) { in helper_float_1()
15 static inline void helper_float_2(float* buf) { in helper_float_2()
64 void helper_float_3_recursive(float* buf, int depth) { in helper_float_3_recursive()
121 void helper_float_3(float* buf) { in helper_float_3()
125 void helper_float_4_recursive(float* buf, int depth) { in helper_float_4_recursive()
182 void helper_float_4(float* buf) { in helper_float_4()
186 void helper_float_5_recursive(float* buf, int depth) { in helper_float_5_recursive()
243 void helper_float_5(float* buf) { in helper_float_5()
247 void helper_float_6_recursive(float* buf, int depth) { in helper_float_6_recursive()
350 void helper_float_6(float* buf) { in helper_float_6()
[all …]
/external/fastrpc/inc/
Dsbuf_parser.h98 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/byteorder-1.5.0/src/
Dio.rs56 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/stable/third_party/rust/chromium_crates_io/vendor/byteorder-1.5.0/src/
Dio.rs56 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/rust/android-crates-io/crates/byteorder/src/
Dio.rs56 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/tot/third_party/libxml/src/
Dbuf.c36 #define BUF_ERROR(buf) ((buf)->flags & (BUF_FLAG_OOM | BUF_FLAG_OVERFLOW)) argument
37 #define BUF_STATIC(buf) ((buf)->flags & BUF_FLAG_STATIC) argument
65 #define UPDATE_COMPAT(buf) \ argument
76 #define CHECK_COMPAT(buf) \ argument
85 #define UPDATE_COMPAT(buf) argument
86 #define CHECK_COMPAT(buf) argument
97 xmlBufMemoryError(xmlBufPtr buf) in xmlBufMemoryError()
111 xmlBufOverflowError(xmlBufPtr buf) in xmlBufOverflowError()
217 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
247 xmlBufFree(xmlBufPtr buf) { in xmlBufFree()
[all …]
/external/libxml2/
Dbuf.c36 #define BUF_ERROR(buf) ((buf)->flags & (BUF_FLAG_OOM | BUF_FLAG_OVERFLOW)) argument
37 #define BUF_STATIC(buf) ((buf)->flags & BUF_FLAG_STATIC) argument
65 #define UPDATE_COMPAT(buf) \ argument
76 #define CHECK_COMPAT(buf) \ argument
85 #define UPDATE_COMPAT(buf) argument
86 #define CHECK_COMPAT(buf) argument
97 xmlBufMemoryError(xmlBufPtr buf) in xmlBufMemoryError()
111 xmlBufOverflowError(xmlBufPtr buf) in xmlBufOverflowError()
217 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
247 xmlBufFree(xmlBufPtr buf) { in xmlBufFree()
[all …]
/external/cronet/stable/third_party/libxml/src/
Dbuf.c36 #define BUF_ERROR(buf) ((buf)->flags & (BUF_FLAG_OOM | BUF_FLAG_OVERFLOW)) argument
37 #define BUF_STATIC(buf) ((buf)->flags & BUF_FLAG_STATIC) argument
65 #define UPDATE_COMPAT(buf) \ argument
76 #define CHECK_COMPAT(buf) \ argument
85 #define UPDATE_COMPAT(buf) argument
86 #define CHECK_COMPAT(buf) argument
97 xmlBufMemoryError(xmlBufPtr buf) in xmlBufMemoryError()
111 xmlBufOverflowError(xmlBufPtr buf) in xmlBufOverflowError()
217 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
247 xmlBufFree(xmlBufPtr buf) { in xmlBufFree()
[all …]
/external/ltp/libs/ujson/
Dujson_reader.c21 static inline int buf_empty(ujson_reader *buf) in buf_empty()
26 static int eatws(ujson_reader *buf) in eatws()
45 static char getb(ujson_reader *buf) in getb()
53 static char peekb_off(ujson_reader *buf, size_t off) in peekb_off()
61 static char peekb(ujson_reader *buf) in peekb()
69 static int eatb(ujson_reader *buf, char ch) in eatb()
78 static int eatb2(ujson_reader *buf, char ch1, char ch2) in eatb2()
87 static int eatstr(ujson_reader *buf, const char *str) in eatstr()
112 static int32_t parse_ucode_cp(ujson_reader *buf) in parse_ucode_cp()
129 static unsigned int parse_ucode_esc(ujson_reader *buf, char *str, in parse_ucode_esc()
[all …]
/external/mesa3d/src/util/
Du_dynarray.h56 util_dynarray_init(struct util_dynarray *buf, void *mem_ctx) in util_dynarray_init()
63 util_dynarray_init_from_stack(struct util_dynarray *buf, void *data, unsigned capacity) in util_dynarray_init_from_stack()
72 util_dynarray_fini(struct util_dynarray *buf) in util_dynarray_fini()
86 util_dynarray_clear(struct util_dynarray *buf) in util_dynarray_clear()
94 util_dynarray_ensure_cap(struct util_dynarray *buf, unsigned newcap) in util_dynarray_ensure_cap()
123 util_dynarray_resize_bytes(struct util_dynarray *buf, unsigned nelts, size_t eltsize) in util_dynarray_resize_bytes()
139 util_dynarray_clone(struct util_dynarray *buf, void *mem_ctx, in util_dynarray_clone()
148 util_dynarray_grow_bytes(struct util_dynarray *buf, unsigned ngrow, size_t eltsize) in util_dynarray_grow_bytes()
167 util_dynarray_trim(struct util_dynarray *buf) in util_dynarray_trim()
193 util_dynarray_append_dynarray(struct util_dynarray *buf, in util_dynarray_append_dynarray()
[all …]
Du_idalloc.c40 util_idalloc_exists(struct util_idalloc *buf, unsigned id) in util_idalloc_exists()
47 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements) in util_idalloc_resize()
58 util_idalloc_init(struct util_idalloc *buf, unsigned initial_num_ids) in util_idalloc_init()
66 util_idalloc_fini(struct util_idalloc *buf) in util_idalloc_fini()
73 util_idalloc_alloc(struct util_idalloc *buf) in util_idalloc_alloc()
98 find_free_block(struct util_idalloc *buf, unsigned start) in find_free_block()
109 util_idalloc_alloc_range(struct util_idalloc *buf, unsigned num) in util_idalloc_alloc_range()
156 util_idalloc_free(struct util_idalloc *buf, unsigned id) in util_idalloc_free()
174 util_idalloc_reserve(struct util_idalloc *buf, unsigned id) in util_idalloc_reserve()
189 util_idalloc_mt_init(struct util_idalloc_mt *buf, in util_idalloc_mt_init()
[all …]
/external/wpa_supplicant_8/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 …]
/external/clang/test/Analysis/
Dout-of-bounds.c7 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/wpa_supplicant_8/src/p2p/
Dp2p_build.c19 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 u8 * p2p_buf_add_p2p2_ie_hdr(struct wpabuf *buf) in p2p_buf_add_p2p2_ie_hdr()
76 void p2p_buf_add_capability(struct wpabuf *buf, u8 dev_capab, u8 group_capab) in p2p_buf_add_capability()
88 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent) in p2p_buf_add_go_intent()
99 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel()
113 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel()
127 void p2p_buf_add_pref_channel_list(struct wpabuf *buf, in p2p_buf_add_pref_channel_list()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/
Dtest_buf.rs9 let mut buf = &b"hello"[..]; in test_fresh_cursor_vec() localVariable
27 let mut buf = &b"\x21zomg"[..]; in test_get_u8() localVariable
33 let mut buf = &b"\x21\x54zomg"[..]; in test_get_u16() localVariable
35 let mut buf = &b"\x21\x54zomg"[..]; in test_get_u16() localVariable
41 let mut buf = &b"\xd6zomg"[..]; in test_get_int() localVariable
43 let mut buf = &b"\xd6zomg"[..]; in test_get_int() localVariable
46 let mut buf = &b"\xfe\x1d\xc0zomg"[..]; in test_get_int() localVariable
48 let mut buf = &b"\xfe\x1d\xc0zomg"[..]; in test_get_int() localVariable
55 let mut buf = &b"\x21"[..]; in test_get_u16_buffer_underflow() localVariable
62 let buf = &b"hello world"[..]; in test_bufs_vec() localVariable
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/
Dtest_buf.rs9 let mut buf = &b"hello"[..]; in test_fresh_cursor_vec() localVariable
27 let mut buf = &b"\x21zomg"[..]; in test_get_u8() localVariable
33 let mut buf = &b"\x21\x54zomg"[..]; in test_get_u16() localVariable
35 let mut buf = &b"\x21\x54zomg"[..]; in test_get_u16() localVariable
41 let mut buf = &b"\xd6zomg"[..]; in test_get_int() localVariable
43 let mut buf = &b"\xd6zomg"[..]; in test_get_int() localVariable
46 let mut buf = &b"\xfe\x1d\xc0zomg"[..]; in test_get_int() localVariable
48 let mut buf = &b"\xfe\x1d\xc0zomg"[..]; in test_get_int() localVariable
55 let mut buf = &b"\x21"[..]; in test_get_u16_buffer_underflow() localVariable
62 let buf = &b"hello world"[..]; in test_bufs_vec() localVariable
[all …]
/external/kmod/shared/
Dstrbuf.c31 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/rust/android-crates-io/crates/tokio-util/tests/
Dcodecs.rs10 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
68 let buf = &mut BytesMut::new(); in lines_decoder_invalid_utf8() localVariable
83 let buf = &mut BytesMut::new(); in lines_decoder_max_length() localVariable
127 let buf = &mut BytesMut::new(); in lines_decoder_max_length_underrun() localVariable
148 let buf = &mut BytesMut::new(); in lines_decoder_max_length_bursts() localVariable
164 let buf = &mut BytesMut::new(); in lines_decoder_max_length_big_burst() localVariable
178 let buf = &mut BytesMut::new(); in lines_decoder_max_length_newline_between_decodes() localVariable
[all …]
/external/rust/android-crates-io/crates/byteorder/benches/
Dbench.rs18 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/byteorder-1.5.0/benches/
Dbench.rs18 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/cronet/stable/third_party/rust/chromium_crates_io/vendor/byteorder-1.5.0/benches/
Dbench.rs18 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/cronet/stable/net/ntlm/
Dntlm_buffer_reader_unittest.cc18 const uint8_t buf[1] = {0}; in TEST() local
83 const uint8_t buf[2] = {0x22, 0x11}; in TEST() local
96 const uint8_t buf[4] = {0x44, 0x33, 0x22, 0x11}; in TEST() local
109 const uint8_t buf[8] = {0x88, 0x77, 0x66, 0x55, 0x44, 0x33, 0x22, 0x11}; in TEST() local
134 const uint8_t buf[8] = {0x22, 0x11, 0xFF, 0xEE, 0x88, 0x77, 0x66, 0x55}; in TEST() local
149 const uint8_t buf[7] = {0}; in TEST() local
157 const uint8_t buf[8] = {0xff, 0xff, 0x11, 0x22, 0x33, 0x44, 0xff, 0xff}; in TEST() local
184 const uint8_t buf[4] = {0}; in TEST() local
193 const uint8_t buf[4] = {0}; in TEST() local
202 const uint8_t buf[kSecurityBufferLen] = {0}; in TEST() local
[all …]

12345678910>>...376