Home
last modified time | relevance | path

Searched +defs:val +defs:end (Results 1 – 25 of 1500) sorted by relevance

12345678910>>...60

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Ddecode.c48 const char *ptr, *end; member
307 char* end; in jsondec_number() local
308 double val = strtod(start, &end); in jsondec_number() local
355 const char* end; in jsondec_codepoint() local
398 static void jsondec_resize(jsondec* d, char** buf, char** end, char** buf_end) { in jsondec_resize()
412 char* end = NULL; in jsondec_string() local
545 static char* jsondec_partialbase64(jsondec* d, const char* ptr, const char* end, in jsondec_partialbase64()
547 int32_t val = -1; in jsondec_partialbase64() local
578 const char* end = ptr + str.size; in jsondec_base64() local
582 int val = jsondec_base64_tablelookup(ptr[0]) << 18 | in jsondec_base64() local
[all …]
Dencode.c47 char *buf, *ptr, *end; member
216 static void jsonenc_enum(int32_t val, const upb_FieldDef* f, jsonenc* e) { in jsonenc_enum()
240 const unsigned char* end = UPB_PTRADD(ptr, str.size); in jsonenc_bytes() local
276 const char* end = UPB_PTRADD(ptr, str.size); in jsonenc_stringbody() local
321 static bool upb_JsonEncode_HandleSpecialDoubles(jsonenc* e, double val) { in upb_JsonEncode_HandleSpecialDoubles()
334 static void upb_JsonEncode_Double(jsonenc* e, double val) { in upb_JsonEncode_Double()
341 static void upb_JsonEncode_Float(jsonenc* e, float val) { in upb_JsonEncode_Float()
351 upb_MessageValue val = upb_Message_GetFieldByDef(msg, val_f); in jsonenc_wrapper() local
358 const char* end = type_url.data + type_url.size; in jsonenc_getanymsg() local
433 const char* end = ptr + path.size; in jsonenc_fieldpath() local
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/
H A Ddecode.c40 const char *ptr, *end; member
333 char* end; in jsondec_number() local
334 double val = strtod(nullz, &end); in jsondec_number() local
381 const char* end; in jsondec_codepoint() local
424 static void jsondec_resize(jsondec* d, char** buf, char** end, char** buf_end) { in jsondec_resize()
438 char* end = NULL; in jsondec_string() local
571 static char* jsondec_partialbase64(jsondec* d, const char* ptr, const char* end, in jsondec_partialbase64()
573 int32_t val = -1; in jsondec_partialbase64() local
604 const char* end = ptr + str.size; in jsondec_base64() local
608 int val = jsondec_base64_tablelookup(ptr[0]) << 18 | in jsondec_base64() local
[all …]
H A Dencode.c27 char *buf, *ptr, *end; member
196 static void jsonenc_enum(int32_t val, const upb_FieldDef* f, jsonenc* e) { in jsonenc_enum()
220 const unsigned char* end = UPB_PTRADD(ptr, str.size); in jsonenc_bytes() local
256 const char* end = UPB_PTRADD(ptr, str.size); in jsonenc_stringbody() local
301 static bool upb_JsonEncode_HandleSpecialDoubles(jsonenc* e, double val) { in upb_JsonEncode_HandleSpecialDoubles()
314 static void upb_JsonEncode_Double(jsonenc* e, double val) { in upb_JsonEncode_Double()
321 static void upb_JsonEncode_Float(jsonenc* e, float val) { in upb_JsonEncode_Float()
331 upb_MessageValue val = upb_Message_GetFieldByDef(msg, val_f); in jsonenc_wrapper() local
338 const char* end = type_url.data + type_url.size; in jsonenc_getanymsg() local
413 const char* end = ptr + path.size; in jsonenc_fieldpath() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Integer/
H A DParsingTest.java119 private static void check(int expected, String val) { in check()
126 private static void checkFailure(String val) { in checkFailure()
137 private static void checkNumberFormatException(String val, int start, int end, int radix) { in checkNumberFormatException()
151 private static void checkIndexOutOfBoundsException(String val, int start, int end, int radix) { in checkIndexOutOfBoundsException()
165 private static void checkNull(int start, int end, int radix) { in checkNull()
179 private static void check(int expected, String val, int start, int end, int radix) { in check()
189 private static int Integer_parseInt(String val, int start, int end, int radix) { in Integer_parseInt()
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Long/
H A DParsingTest.java115 private static void check(long expected, String val) { in check()
122 private static void checkFailure(String val) { in checkFailure()
133 private static void checkNumberFormatException(String val, int start, int end, int radix) { in checkNumberFormatException()
147 private static void checkIndexOutOfBoundsException(String val, int start, int end, int radix) { in checkIndexOutOfBoundsException()
161 private static void checkNull(int start, int end, int radix) { in checkNull()
175 private static void check(long expected, String val, int start, int end, int radix) { in check()
185 private static long Long_parseLong(String val, int start, int end, int radix) { in Long_parseLong()
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c586 int *num_server, const char *val, int def_port, in hostapd_config_read_radius_addr()
612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client()
638 int val = 0, last; in hostapd_config_parse_key_mgmt() local
639 char *start, *end, *buf; in hostapd_config_parse_key_mgmt() local
749 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() local
766 char *val) in hostapd_config_read_wep()
818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
836 static int hostapd_parse_intlist(int **int_list, char *val) in hostapd_parse_intlist()
840 char *pos, *end; in hostapd_parse_intlist() local
1239 static u8 find_bit_offset(u8 val) in find_bit_offset()
[all …]
/aosp_15_r20/external/mbedtls/library/
H A Dasn1parse.c28 const unsigned char *end, in mbedtls_asn1_get_len()
61 const unsigned char *end, in mbedtls_asn1_get_tag()
80 const unsigned char *end, in mbedtls_asn1_get_bool()
81 int *val) in mbedtls_asn1_get_bool()
101 const unsigned char *end, in asn1_get_tagged_int()
102 int tag, int *val) in asn1_get_tagged_int()
148 const unsigned char *end, in mbedtls_asn1_get_int()
149 int *val) in mbedtls_asn1_get_int()
155 const unsigned char *end, in mbedtls_asn1_get_enum()
156 int *val) in mbedtls_asn1_get_enum()
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dasn1parse.c29 const unsigned char *end, in mbedtls_asn1_get_len()
62 const unsigned char *end, in mbedtls_asn1_get_tag()
81 const unsigned char *end, in mbedtls_asn1_get_bool()
82 int *val) in mbedtls_asn1_get_bool()
102 const unsigned char *end, in asn1_get_tagged_int()
103 int tag, int *val) in asn1_get_tagged_int()
149 const unsigned char *end, in mbedtls_asn1_get_int()
150 int *val) in mbedtls_asn1_get_int()
156 const unsigned char *end, in mbedtls_asn1_get_enum()
157 int *val) in mbedtls_asn1_get_enum()
[all …]
/aosp_15_r20/external/libaom/aom_ports/
H A Dmem_ops_aligned.h31 #define swap_endian_16(val, raw) \ argument
35 #define swap_endian_32(val, raw) \ argument
40 #define swap_endian_16_se(val, raw) \ argument
45 #define swap_endian_32_se(val, raw) swap_endian_32(val, raw) argument
47 #define mem_get_ne_aligned_generic(end, sz) \ argument
54 #define mem_get_sne_aligned_generic(end, sz) \ argument
61 #define mem_get_se_aligned_generic(end, sz) \ argument
70 #define mem_get_sse_aligned_generic(end, sz) \ argument
79 #define mem_put_ne_aligned_generic(end, sz) \ argument
86 #define mem_put_se_aligned_generic(end, sz) \ argument
/aosp_15_r20/external/libvpx/vpx_ports/
H A Dmem_ops_aligned.h30 #define swap_endian_16(val, raw) \ argument
34 #define swap_endian_32(val, raw) \ argument
39 #define swap_endian_16_se(val, raw) \ argument
44 #define swap_endian_32_se(val, raw) swap_endian_32(val, raw) argument
46 #define mem_get_ne_aligned_generic(end, sz) \ argument
53 #define mem_get_sne_aligned_generic(end, sz) \ argument
60 #define mem_get_se_aligned_generic(end, sz) \ argument
69 #define mem_get_sse_aligned_generic(end, sz) \ argument
78 #define mem_put_ne_aligned_generic(end, sz) \ argument
85 #define mem_put_se_aligned_generic(end, sz) \ argument
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/text/
H A Dencode.c38 char *buf, *ptr, *end; member
101 static void txtenc_enum(int32_t val, const upb_FieldDef* f, txtenc* e) { in txtenc_enum()
178 size_t end = i + 1; in SkipPassthroughBytes() local
198 const char* end = ptr + len; in upb_HardenedPrintString() local
217 const char* end = ptr + data.size; in txtenc_bytes() local
230 static void txtenc_field(txtenc* e, upb_MessageValue val, in txtenc_field()
322 upb_MessageValue val, const upb_FieldDef* f) { in txtenc_mapentry()
355 upb_MessageValue key, val; in txtenc_map() local
369 upb_MessageValue key, val; in txtenc_map() local
415 uint64_t val; in txtenc_unknown() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
357 size_t end = i + count; in upb_Array_Delete() local
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1106 const char* end) { in fastdecode_boundscheck()
1115 const char* end) { in fastdecode_boundscheck2()
1174 void* end; member
[all …]
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
357 size_t end = i + count; in upb_Array_Delete() local
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1435 const char* end) { in fastdecode_boundscheck()
1444 const char* end) { in fastdecode_boundscheck2()
1503 void* end; member
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
357 size_t end = i + count; in upb_Array_Delete() local
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1435 const char* end) { in fastdecode_boundscheck()
1444 const char* end) { in fastdecode_boundscheck2()
1503 void* end; member
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
357 size_t end = i + count; in upb_Array_Delete() local
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1106 const char* end) { in fastdecode_boundscheck()
1115 const char* end) { in fastdecode_boundscheck2()
1174 void* end; member
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Djson.c21 char *end = txt + maxlen; in json_escape_string() local
64 static char * json_parse_string(const char **json_pos, const char *end) in json_parse_string()
160 static int json_parse_number(const char **json_pos, const char *end, in json_parse_number()
223 const char *pos, *end; in json_parse() local
603 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int()
609 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string()
616 const void *val, size_t len) in json_add_string_escape()
631 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url()
645 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64()
/aosp_15_r20/external/armnn/src/armnnUtils/test/
H A DTransformIteratorTest.cpp19 static int square(const int val) in square()
24 static std::string concat(const std::string val) in concat()
38 TransformIterator<decltype(&square), std::vector<int>::const_iterator> end() const in end() function
53 TransformIterator<decltype(&concat), std::vector<std::string>::const_iterator> end() const in end() function
65 for(auto val : wrapperStringClass) variable
72 for(auto val : wrapperTestClass) variable
80 for(auto val : wrapperTestClass.m_Vec) variable
94 for(auto val : transformedVec) variable
/aosp_15_r20/external/mesa3d/src/broadcom/cle/
H A Dv3d_packet_helpers.h38 __gen_offset(uint64_t v, uint32_t start, uint32_t end) in __gen_offset()
51 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint()
53 uint64_t val = 0; in __gen_unpack_uint() local
65 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_sint()
68 int64_t val = __gen_unpack_uint(cl, start, end); in __gen_unpack_sint() local
75 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_sfixed()
83 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_ufixed()
91 __gen_unpack_float(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_float()
102 __gen_unpack_f187(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_f187()
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dserializable.h99 inline uint8_t* append_uint32_to_buf(uint8_t* buf, const uint8_t* end, T value) { in append_uint32_to_buf()
100 uint32_t val = static_cast<uint32_t>(value); in append_uint32_to_buf() local
107 inline uint8_t* append_uint64_to_buf(uint8_t* buf, const uint8_t* end, uint64_t value) { in append_uint64_to_buf()
117 inline uint8_t* append_size_and_data_to_buf(uint8_t* buf, const uint8_t* end, const void* data, in append_size_and_data_to_buf()
129 uint8_t* append_collection_to_buf(uint8_t* buf, const uint8_t* end, const T& value) { in append_collection_to_buf()
144 inline uint8_t* append_uint32_array_to_buf(uint8_t* buf, const uint8_t* end, const T* data, in append_uint32_array_to_buf()
181 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_uint32_from_buf()
182 uint32_t val; in copy_uint32_from_buf() local
192 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { in copy_uint64_from_buf()
203 inline bool copy_uint32_array_from_buf(const uint8_t** buf_ptr, const uint8_t* end, in copy_uint32_array_from_buf()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_fold.cpp51 int64_t& end, in handleNegativeStartEndIndex()
94 int64_t axis = axesAttr[i], start = startsAttr[i], end = endsAttr[i]; in runTorchSlice_opset9() local
190 int64_t start = starts_a[i], end = ends_a[i], axis = axes[i]; in runTorchSlice_opset10() local
210 auto end = inputTensorValues[1].item<float>(); in runTorchArange_opset11() local
217 auto end = inputTensorValues[1].item<double>(); in runTorchArange_opset11() local
224 auto end = inputTensorValues[1].item<int16_t>(); in runTorchArange_opset11() local
231 auto end = inputTensorValues[1].item<int>(); in runTorchArange_opset11() local
238 auto end = inputTensorValues[1].item<int64_t>(); in runTorchArange_opset11() local
545 bool isConstant(Value* val, const ValueToParamPairMap& valsToParamsMap) { in isConstant()
571 for (auto val : node->inputs()) { in getValues() local
[all …]
/aosp_15_r20/external/libwebsockets/lib/system/metrics/
H A Dmetrics.c29 lws_metrics_tag_add(lws_dll2_owner_t *owner, const char *name, const char *val) in lws_metrics_tag_add()
69 lws_metrics_tag_wsi_add(struct lws *wsi, const char *name, const char *val) in lws_metrics_tag_wsi_add()
78 lws_metrics_tag_ss_add(struct lws_ss_handle *ss, const char *name, const char *val) in lws_metrics_tag_ss_add()
86 const char *val) in lws_metrics_tag_sspc_add()
111 char *end = buf + len - 1, *p = buf; in lws_metrics_tags_serialize() local
599 char desc[192], d1[48], *p = desc, *end = desc + sizeof(desc); in lws_metrics_hist_bump_describe_wsi() local
733 char *end = buf + len - 1, *obuf = buf; in _lws_metrics_format() local
782 char *end = buf + len - 1, *obuf = buf; in lws_metrics_format() local
852 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val) in lws_metric_event()
/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_cs.h37 const uint8_t *end; member
42 const uint8_t *end; member
65 const uint8_t *end; member
78 const uint8_t *end; member
112 const void *val, in vkr_cs_encoder_write()
170 void *val, in vkr_cs_decoder_peek_internal()
188 vkr_cs_decoder_read(struct vkr_cs_decoder *dec, size_t size, void *val, size_t val_size) in vkr_cs_decoder_read()
197 void *val, in vkr_cs_decoder_peek()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSpmmReduceKernel.cpp27 inline void _update(at::opmath_type<scalar_t>* out_ptr, int64_t e, int64_t c, const scalar_t val, c… in _update()
102 utils::parallel_sparse_csr(csr_data, M, nnz, [&](int64_t begin, int64_t end) { in spmm_reduce_kernel_impl()
132 scalar_t val = val_data[e]; in spmm_reduce_kernel_impl() local
153 inline void update_with_index(scalar_t *val, scalar_t new_val, index_t *arg, index_t new_arg) { in update_with_index()
200 at::parallel_for(0, M, 1, [&](int64_t begin, int64_t end) { in spmm_reduce_arg_kernel_impl()
223 opmath_t val = opmath_t(val_data[e]); in spmm_reduce_arg_kernel_impl() local
269 at::parallel_for(0, nnz, 1, [&](int64_t begin, int64_t end) { in spmm_reduce_backward_input_kernel_impl()
273 scalar_t val = vec::map2_reduce_all<scalar_t>( in spmm_reduce_backward_input_kernel_impl() local
320 at::parallel_for(0, M, 1, [&](int64_t begin, int64_t end) { in spmm_reduce_backward_input_arg_kernel_impl()
364 at::parallel_for(0, nnz, 1, [&](int64_t begin, int64_t end) { in spmm_reduce_normalize_values_kernel_impl()
[all …]
/aosp_15_r20/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c212 const rdataOPT *const end = (const rdataOPT *)&rd->data[rr->rdlength]; in GetRRDisplayString_rdb() local
523 int val = v0 * 100 + v1 * 10 + v2; in AppendDNSNameString() local
609 const mDNSu8 *const end = src + len; // Work out where the label ends in ConvertDomainLabelToCString_withescape() local
661 const mDNSu8 *const end = &UTF8Name[1] + UTF8Name[0]; in ConvertUTF8PstringToRFC1034HostLabel() local
916 mDNSu32 val = 0, multiplier = 1; in RemoveLabelSuffix() local
940 mDNSexport void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText) in AppendLabelSuffix()
967 mDNSu32 val = 0; in IncrementLabelSuffix() local
1484 const mDNSu8 *end = rd->u.txt.c + rdlength; in ValidateRData() local
1523 mDNSexport const mDNSu8 *FindCompressionPointer(const mDNSu8 *const base, const mDNSu8 *const end, … in FindCompressionPointer()
1630 mDNSlocal mDNSu8 *putVal16(mDNSu8 *ptr, mDNSu16 val) in putVal16()
[all …]

12345678910>>...60