/aosp_15_r20/external/curl/lib/vtls/ |
H A D | x509asn1.c | 182 const char *beg, const char *end) in getASN1Element() 269 const char *beg, const char *end) in bool2str() 282 const char *beg, const char *end) in octet2str() 293 const char *beg, const char *end) in bit2str() 308 const char *beg, const char *end) in int2str() 420 const char *beg, const char *end) in encodeOID() 456 const char *beg, const char *end, bool symbolic) in OID2str() 481 const char *beg, const char *end) in GTime2str() 561 const char *beg, const char *end) in Curl_x509_GTime2str() 573 const char *beg, const char *end) in UTime2str() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | date_parsing.hpp | 157 for(tokenizer_iterator beg=tok.begin(); in parse_date() local 222 from_stream_type(iterator_type& beg, in from_stream_type() 239 from_stream_type(iterator_type& beg, in from_stream_type() 254 date_type from_stream_type(iterator_type& beg, in from_stream_type() 283 from_stream_type(iterator_type& beg, in from_stream_type()
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_poisoning.cc | 117 ShadowSegmentEndpoint beg(beg_addr); in __asan_poison_memory_region() local 157 ShadowSegmentEndpoint beg(beg_addr); in __asan_unpoison_memory_region() local 185 uptr __asan_region_is_poisoned(uptr beg, uptr size) { in __asan_region_is_poisoned() 334 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_annotate_contiguous_container() local 382 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_contiguous_container_find_bad_address() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/locale.categories/category.numeric/locale.num.get/ |
H A D | user_defined_char_type.pass.cpp | 89 const char_type* scan_is(mask m, const char_type* beg, const char_type* end) const { in scan_is() argument 96 const char_type* scan_not(mask m, const char_type* beg, const char_type* end) const { in scan_not() argument 110 const char* widen(const char* beg, const char* end, char_type* dst) const { in widen() argument 117 …const char_type* narrow(const char_type* beg, const char_type* end, char /*dflt*/, char* dst) cons… in narrow() argument
|
/aosp_15_r20/external/compiler-rt/lib/msan/ |
H A D | msan_linux.cc | 38 void ReportMapRange(const char *descr, uptr beg, uptr size) { in ReportMapRange() 45 static bool CheckMemoryRangeAvailability(uptr beg, uptr size) { in CheckMemoryRangeAvailability() 56 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange()
|
H A D | msan_poisoning.cc | 48 uptr beg = d & ~3UL; in CopyOrigin() local 152 uptr beg = x & ~3UL; // align down. in SetOrigin() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | parser.cc | 42 uint8_t* beg = parser->cur_line; in handle_response_line() local 94 uint8_t* beg = parser->cur_line; in handle_request_line() local 172 uint8_t* beg = parser->cur_line; in add_header() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/ |
H A D | parser.cc | 42 uint8_t* beg = parser->cur_line; in handle_response_line() local 94 uint8_t* beg = parser->cur_line; in handle_request_line() local 172 uint8_t* beg = parser->cur_line; in add_header() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/posix_time/ |
D | time_serialize.hpp | 222 posix_time::ptime beg(tp.begin().date(), tp.begin().time_of_day()); in save() local 239 posix_time::ptime beg(d,td); in load() local 254 posix_time::ptime beg(d,td); in load_construct_data() local
|
/aosp_15_r20/external/oboe/apps/fxlab/app/src/main/cpp/effects/ |
H A D | SingleFunctionEffects.h | 37 void overdrive(iter_type beg, iter_type end) { in overdrive() 49 void distortion(iter_type beg, iter_type end) { in distortion()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | deflate.c | 690 #define HCRC_UPDATE(beg) \ argument 820 uint32_t beg = s->pending; /* start of bytes to update crc */ in PREFIX() local 846 uint32_t beg = s->pending; /* start of bytes to update crc */ in PREFIX() local 869 uint32_t beg = s->pending; /* start of bytes to update crc */ in PREFIX() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | string.cc | 102 const uint8_t* const beg = reinterpret_cast<const uint8_t*>(buf); in hexdump() local 114 const uint8_t* const beg = reinterpret_cast<const uint8_t*>(buf); in asciidump() local 287 static void add_string_to_split(const char* beg, const char* end, char*** strs, in add_string_to_split()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/ |
H A D | string.cc | 102 const uint8_t* const beg = reinterpret_cast<const uint8_t*>(buf); in hexdump() local 114 const uint8_t* const beg = reinterpret_cast<const uint8_t*>(buf); in asciidump() local 287 static void add_string_to_split(const char* beg, const char* end, char*** strs, in add_string_to_split()
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 755 #define HCRC_UPDATE(beg) \ argument 902 ulg beg = s->pending; /* start of bytes to update crc */ local 929 ulg beg = s->pending; /* start of bytes to update crc */ local 951 ulg beg = s->pending; /* start of bytes to update crc */ local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | deflate.c | 755 #define HCRC_UPDATE(beg) \ argument 902 ulg beg = s->pending; /* start of bytes to update crc */ local 929 ulg beg = s->pending; /* start of bytes to update crc */ local 951 ulg beg = s->pending; /* start of bytes to update crc */ local
|
/aosp_15_r20/external/zlib/ |
H A D | deflate.c | 984 #define HCRC_UPDATE(beg) \ argument 1130 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() local 1157 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() local 1179 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() local
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator.h | 338 void MapWithCallback(uptr beg, uptr size) { in MapWithCallback() 343 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback() 391 uptr beg = chunk_idx * size; in GetBlockBegin() local 730 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback() 743 uptr beg = ComputeRegionBeg(mem); in GetMetaData() local 786 uptr beg = ComputeRegionBeg(mem); in GetBlockBegin() local 1191 uptr beg = 0, end = n - 1; in GetBlockBeginFastLocked() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/include/boost/format/ |
D | parsing.hpp | 59 Iter wrap_scan_notdigit(const Facet & fac, Iter beg, Iter end) { in wrap_scan_notdigit() 454 const typename String::size_type beg, in append_string()
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 696 uInt beg = s->pending; /* start of bytes to update crc */ local 724 uInt beg = s->pending; /* start of bytes to update crc */ local 755 uInt beg = s->pending; /* start of bytes to update crc */ local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/ |
H A D | dynamic_annotations.h | 445 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ argument 454 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) // empty argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 445 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ argument 454 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) // empty argument
|
/aosp_15_r20/external/abseil-cpp/absl/base/ |
H A D | dynamic_annotations.h | 434 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ argument 443 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) // empty argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/ |
H A D | dynamic_annotations.h | 431 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ argument 440 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) // empty argument
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/ |
H A D | dynamic_annotations.h | 442 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ argument 451 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) // empty argument
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/ |
H A D | dynamic_annotations.h | 431 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ argument 440 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) // empty argument
|