Home
last modified time | relevance | path

Searched defs:beg (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/curl/lib/vtls/
H A Dx509asn1.c182 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/
Ddate_parsing.hpp157 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 Dasan_poisoning.cc117 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 Duser_defined_char_type.pass.cpp89 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 Dmsan_linux.cc38 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 Dmsan_poisoning.cc48 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/
Dparser.cc42 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 Dparser.cc42 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/
Dtime_serialize.hpp222 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 DSingleFunctionEffects.h37 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/
Ddeflate.c690 #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/
Dstring.cc102 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 Dstring.cc102 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/
Ddeflate.c755 #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/
Ddeflate.c755 #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 Ddeflate.c984 #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 Dsanitizer_allocator.h338 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/
Dparsing.hpp59 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 Ddeflate.c696 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 Ddynamic_annotations.h445 #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/
Ddynamic_annotations.h445 #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 Ddynamic_annotations.h434 #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 Ddynamic_annotations.h431 #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 Ddynamic_annotations.h442 #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 Ddynamic_annotations.h431 #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

12345678910>>...13