Home
last modified time | relevance | path

Searched +defs:val +defs:buf (Results 476 – 500 of 3372) sorted by relevance

1...<<11121314151617181920>>...135

/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/src/proto/grpc/gcp/
H A Daltscontext.upb.h35 UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_parse(const char* buf, size_t size, upb_Arena… in grpc_gcp_AltsContext_parse()
44 UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_parse_ex(const char* buf, size_t size, in grpc_gcp_AltsContext_parse_ex()
151 …ext_peer_attributes_get(const grpc_gcp_AltsContext* msg, upb_StringView key, upb_StringView* val) { in grpc_gcp_AltsContext_peer_attributes_get()
210 …peer_attributes_set(grpc_gcp_AltsContext* msg, upb_StringView key, upb_StringView val, upb_Arena* … in grpc_gcp_AltsContext_peer_attributes_set()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Daltscontext.upb.h42 UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_parse(const char* buf, size_t size, upb_Arena… in grpc_gcp_AltsContext_parse()
50 UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_parse_ex(const char* buf, size_t size, in grpc_gcp_AltsContext_parse_ex()
151 …ext_peer_attributes_get(const grpc_gcp_AltsContext* msg, upb_StringView key, upb_StringView* val) { in grpc_gcp_AltsContext_peer_attributes_get()
202 …peer_attributes_set(grpc_gcp_AltsContext* msg, upb_StringView key, upb_StringView val, upb_Arena* … in grpc_gcp_AltsContext_peer_attributes_set()
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java213 StringBuffer buf = new StringBuffer(200); in toString() local
783 StringBuffer buf = new StringBuffer(); in genNames() local
787 String val = getData(j, counts[j]); in genNames() local
791 String val = getData(j, counts[j]); in genNames() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c206 char val; in trigger_tests() local
292 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints()
307 static void launch_watchpoints(char *buf, int mode, int len, in launch_watchpoints()
333 char buf[1024]; in launch_tests() local
/aosp_15_r20/external/ltp/include/
H A Dtst_safe_net.h29 #define SAFE_SETSOCKOPT_INT(fd, l, n, val) \ argument
35 #define SAFE_SEND(strict, sockfd, buf, len, flags) \ argument
38 #define SAFE_SENDTO(strict, fd, buf, len, flags, dest_addr, addrlen) \ argument
45 #define SAFE_RECV(msg_len, fd, buf, size, flags) \ argument
/aosp_15_r20/external/toybox/lib/
H A Dnet.c13 void xsetsockopt(int fd, int level, int opt, void *val, socklen_t len) in xsetsockopt()
100 void (*callback)(int fd, void *buf, size_t len), in pollinate()
151 void xsendto(int sockfd, void *buf, size_t len, struct sockaddr *dest) in xsendto()
161 int xrecvwait(int fd, char *buf, int len, union socksaddr *sa, int timeout) in xrecvwait()
/aosp_15_r20/external/tinyalsa/
H A Dpcm.c176 static void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_min()
193 static void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_max()
210 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int()
423 char *buf, unsigned int src_offset, in pcm_areas_copy()
442 static int pcm_mmap_transfer_areas(struct pcm *pcm, char *buf, in pcm_mmap_transfer_areas()
751 enum pcm_param param, unsigned int val) in pcm_params_set_min()
783 enum pcm_param param, unsigned int val) in pcm_params_set_max()
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dstring.cpp313 char buf[bufsize]; in i_to_string() local
321 string to_string(int val) { return i_to_string< string>(val); } in to_string()
322 string to_string(long val) { return i_to_string< string>(val); } in to_string()
323 string to_string(long long val) { return i_to_string< string>(val); } in to_string()
324 string to_string(unsigned val) { return i_to_string< string>(val); } in to_string()
325 string to_string(unsigned long val) { return i_to_string< string>(val); } in to_string()
326 string to_string(unsigned long long val) { return i_to_string< string>(val); } in to_string()
329 wstring to_wstring(int val) { return i_to_string<wstring>(val); } in to_wstring()
330 wstring to_wstring(long val) { return i_to_string<wstring>(val); } in to_wstring()
331 wstring to_wstring(long long val) { return i_to_string<wstring>(val); } in to_wstring()
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Dp256-nistz_test.cc54 P256_POINT val; in TEST() local
70 P256_POINT val; in TEST() local
84 P256_POINT_AFFINE val; in TEST() local
100 P256_POINT_AFFINE val; in TEST() local
196 char buf[2 * BN_BYTES + 1]; in FieldElementToString() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64_test.cc52 P256_POINT val; in TEST() local
68 P256_POINT val; in TEST() local
81 P256_POINT_AFFINE val; in TEST() local
97 P256_POINT_AFFINE val; in TEST() local
194 char buf[2 * BN_BYTES + 1]; in FieldElementToString() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/
H A Dp256-nistz_test.cc54 P256_POINT val; in TEST() local
70 P256_POINT val; in TEST() local
84 P256_POINT_AFFINE val; in TEST() local
100 P256_POINT_AFFINE val; in TEST() local
196 char buf[2 * BN_BYTES + 1]; in FieldElementToString() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64_test.cc52 P256_POINT val; in TEST() local
68 P256_POINT val; in TEST() local
81 P256_POINT_AFFINE val; in TEST() local
97 P256_POINT_AFFINE val; in TEST() local
194 char buf[2 * BN_BYTES + 1]; in FieldElementToString() local
/aosp_15_r20/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c290 char *buf; in srv_log() local
629 char buf[3 * ETH_ALEN]; in radius_server_get_new_session() local
799 u8 *buf, *pos, *end, type, sublen; in radius_server_hs20_missing_sim_pps() local
944 char buf[2 * 64 + 1]; in radius_server_encapsulate_eap() local
997 u8 *buf; in radius_server_encapsulate_eap() local
1013 u8 buf[1]; in radius_server_encapsulate_eap() local
1023 u8 *buf, *pos, hash[HS20_MOBILE_ID_HASH_LEN]; in radius_server_encapsulate_eap() local
1064 u8 buf[4] = { 0x01, 0x00, 0x00, 0x00 }; /* E=1 */ in radius_server_encapsulate_eap() local
1190 u8 buf[128]; in radius_server_macacl() local
1255 struct wpabuf *buf; in radius_server_reject() local
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dentities.c651 char buf[13], *ptr; in xmlEncodeEntitiesInternal() local
652 int val, l; in xmlEncodeEntitiesInternal() local
679 char buf[11], *ptr; in xmlEncodeEntitiesInternal() local
932 xmlDumpEntityDecl(xmlBufferPtr buf, xmlEntityPtr ent) { in xmlDumpEntityDecl()
951 xmlDumpEntityDeclScan(void *ent, void *buf, in xmlDumpEntityDeclScan()
964 xmlDumpEntitiesTable(xmlBufferPtr buf, xmlEntitiesTablePtr table) { in xmlDumpEntitiesTable()
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dutil.h243 inline void strtoval_impl(int64_t *val, const char *str, char **endptr, in strtoval_impl()
248 inline void strtoval_impl(uint64_t *val, const char *str, char **endptr, in strtoval_impl()
253 inline void strtoval_impl(double *val, const char *str, char **endptr) { in strtoval_impl()
259 inline void strtoval_impl(float *val, const char *str, char **endptr) { in strtoval_impl()
308 inline bool StringToFloatImpl(T *val, const char *const str) { in StringToFloatImpl()
324 template<typename T> inline bool StringToNumber(const char *s, T *val) { in StringToNumber()
377 template<> inline bool StringToNumber(const char *s, float *val) { in StringToNumber()
381 template<> inline bool StringToNumber(const char *s, double *val) { in StringToNumber()
386 int64_t val; variable
391 uint64_t val; variable
[all …]
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dutil.h243 inline void strtoval_impl(int64_t *val, const char *str, char **endptr, in strtoval_impl()
248 inline void strtoval_impl(uint64_t *val, const char *str, char **endptr, in strtoval_impl()
253 inline void strtoval_impl(double *val, const char *str, char **endptr) { in strtoval_impl()
259 inline void strtoval_impl(float *val, const char *str, char **endptr) { in strtoval_impl()
308 inline bool StringToFloatImpl(T *val, const char *const str) { in StringToFloatImpl()
324 template<typename T> inline bool StringToNumber(const char *s, T *val) { in StringToNumber()
377 template<> inline bool StringToNumber(const char *s, float *val) { in StringToNumber()
381 template<> inline bool StringToNumber(const char *s, double *val) { in StringToNumber()
386 int64_t val; variable
391 uint64_t val; variable
[all …]
/aosp_15_r20/external/flashrom/
H A Dserprog.c153 unsigned char buf[8]; in sp_synchronize() local
482 static void serprog_chip_writeb(const struct flashctx *flash, uint8_t val, in serprog_chip_writeb()
518 unsigned char buf[3]; in serprog_chip_readb() local
535 static int sp_do_read_n(uint8_t * buf, const chipaddr addr, size_t len) in sp_do_read_n()
559 static void serprog_chip_readn(const struct flashctx *flash, uint8_t * buf, in serprog_chip_readn()
575 unsigned char buf[4]; in serprog_delay() local
782 uint8_t buf[4]; in serprog_init() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-list.c16 char buf[BUFSIZ]; in dump_file_content() local
67 char *buf = NULL; in process_file_re() local
112 char *buf; in show_event() local
239 static int show_file_write(char *buf, int len, int flags) in show_file_write()
249 static char *get_event_file(const char *type, char *buf, int len) in get_event_file()
278 static int event_filter_write(char *buf, int len, int flags) in event_filter_write()
295 static int event_trigger_write(char *buf, int len, int flags) in event_trigger_write()
315 char *buf = NULL; in event_format_write() local
347 static int event_name(char *buf, int len, int flags) in event_name()
428 long long val; in show_options() local
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c184 struct wpabuf *buf) in format_wps_device_xml()
242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code()
266 static void http_put_date(struct wpabuf *buf) in http_put_date()
274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty()
306 struct wpabuf *buf; /* output buffer, allocated */ in web_connection_parse_get() local
582 char *val; in web_process_put_wlan_response() local
761 struct wpabuf *buf; in web_connection_send_reply() local
987 struct wpabuf *buf; in web_connection_parse_subscribe() local
1209 struct wpabuf *buf; in web_connection_parse_unsubscribe() local
1334 struct wpabuf *buf; in web_connection_unimplemented() local
/aosp_15_r20/external/skia/tools/
H A Dconvert-to-nia.cpp40 static inline void set_u32le(uint8_t* ptr, uint32_t val) { in set_u32le()
47 static inline void set_u64le(uint8_t* ptr, uint64_t val) { in set_u64le()
84 uint8_t buf[kBufferSize]; in write_nie_pixels() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/nolibc/
H A Dnolibc-test.c53 static char buf[12]; in itoa() local
145 #define EXPECT_NZ(cond, expr, val) \ argument
158 #define EXPECT_EQ(cond, expr, val) \ argument
161 static int expect_eq(int expr, int llen, int val) in expect_eq()
171 #define EXPECT_NE(cond, expr, val) \ argument
174 static int expect_ne(int expr, int llen, int val) in expect_ne()
184 #define EXPECT_GE(cond, expr, val) \ argument
187 static int expect_ge(int expr, int llen, int val) in expect_ge()
197 #define EXPECT_GT(cond, expr, val) \ argument
200 static int expect_gt(int expr, int llen, int val) in expect_gt()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/xds/annotations/v3/
Dversioning.upb.h41 …_VersioningAnnotation* xds_annotations_v3_VersioningAnnotation_parse(const char* buf, size_t size,… in xds_annotations_v3_VersioningAnnotation_parse()
49 …ersioningAnnotation* xds_annotations_v3_VersioningAnnotation_parse_ex(const char* buf, size_t size, in xds_annotations_v3_VersioningAnnotation_parse_ex()
103 …ioning(struct google_protobuf_MessageOptions* msg, const xds_annotations_v3_VersioningAnnotation* … in xds_annotations_v3_set_versioning()
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/udpa/annotations/
H A Dversioning.upb.h34 …ns_VersioningAnnotation* udpa_annotations_VersioningAnnotation_parse(const char* buf, size_t size,… in udpa_annotations_VersioningAnnotation_parse()
43 …_VersioningAnnotation* udpa_annotations_VersioningAnnotation_parse_ex(const char* buf, size_t size, in udpa_annotations_VersioningAnnotation_parse_ex()
99 …sioning(struct google_protobuf_MessageOptions* msg, const udpa_annotations_VersioningAnnotation* v… in udpa_annotations_set_versioning()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dfmt.rs209 let val = usize::MAX; in test_format_macro_interface() localVariable
239 let mut buf = String::new(); localVariable
269 let mut buf = String::new(); localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/udpa/annotations/
Dversioning.upb.h41 …ns_VersioningAnnotation* udpa_annotations_VersioningAnnotation_parse(const char* buf, size_t size,… in udpa_annotations_VersioningAnnotation_parse()
49 …_VersioningAnnotation* udpa_annotations_VersioningAnnotation_parse_ex(const char* buf, size_t size, in udpa_annotations_VersioningAnnotation_parse_ex()
103 …sioning(struct google_protobuf_MessageOptions* msg, const udpa_annotations_VersioningAnnotation* v… in udpa_annotations_set_versioning()

1...<<11121314151617181920>>...135