Home
last modified time | relevance | path

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

123

/external/curl/lib/
Dx509asn1.c112 const char *beg, const char *end) in Curl_getASN1Element()
190 static const char *bool2str(const char *beg, const char *end) in bool2str()
201 static const char *octet2str(const char *beg, const char *end) in octet2str()
218 static const char *bit2str(const char *beg, const char *end) in bit2str()
228 static const char *int2str(const char *beg, const char *end) in int2str()
345 static const char *string2str(int type, const char *beg, const char *end) in string2str()
377 static int encodeOID(char *buf, int n, const char *beg, const char *end) in encodeOID()
416 static const char *OID2str(const char *beg, const char *end, bool symbolic) in OID2str()
446 static const char *GTime2str(const char *beg, const char *end) in GTime2str()
509 static const char *UTime2str(const char *beg, const char *end) in UTime2str()
[all …]
/external/compiler-rt/lib/msan/
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()
Dmsan_poisoning.cc48 uptr beg = d & ~3UL; in CopyOrigin() local
152 uptr beg = x & ~3UL; // align down. in SetOrigin() local
/external/fio/lib/
Dstrntol.c13 const char *beg = str; in strntol() local
Dpattern.c25 static const char *parse_string(const char *beg, char *out, in parse_string()
65 static const char *parse_number(const char *beg, char *out, in parse_number()
257 const char *beg, *end, *out_beg = out; in parse_and_fill_pattern() local
/external/compiler-rt/lib/asan/
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
Dasan_report.h22 uptr beg; member
Dasan_interface_internal.h48 uptr beg; // The address of the global. member
Dasan_fake_stack.cc118 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack() local
249 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, in __asan_addr_is_in_fake_stack()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.h40 uptr beg, size; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp159 inline void fillBits (IterT beg, const IterT end, const deUint8 pattern = 0xdeu) in fillBits()
167 bool checkBits (IterT beg, const IterT end, const deUint8 pattern = 0xdeu) in checkBits()
/external/compiler-rt/test/asan/TestCases/
Dcontiguous_container.cc12 char *beg = new char[capacity]; in TestContainer() local
/external/compiler-rt/test/asan/TestCases/Posix/
Dgc-test.cc24 void *beg, *end; in Thread() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cc104 static void ProtectRange(uptr beg, uptr end) { in ProtectRange()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java30 private int beg; field in DistinguishedNameParser
/external/pdfium/third_party/zlib_v128/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
Ddeflate.c766 uInt beg = s->pending; /* start of bytes to update crc */ in deflate() local
794 uInt beg = s->pending; /* start of bytes to update crc */ in deflate() local
825 uInt beg = s->pending; /* start of bytes to update crc */ in deflate() local
/external/syslinux/com32/lib/zlib/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
Ddeflate.c684 uInt beg = s->pending; /* start of bytes to update crc */ local
712 uInt beg = s->pending; /* start of bytes to update crc */ local
743 uInt beg = s->pending; /* start of bytes to update crc */ local
/external/python/cpython2/Modules/zlib/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
Ddeflate.c767 uInt beg = s->pending; /* start of bytes to update crc */ local
795 uInt beg = s->pending; /* start of bytes to update crc */ local
826 uInt beg = s->pending; /* start of bytes to update crc */ local
/external/zlib/src/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java141 int beg = RubyNumeric.num2int(range.first(context)); in index() local
148 int beg = RubyNumeric.num2int(args[0]); in index() local
/external/zlib/src/contrib/masmx64/
Dinffas8664.c89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member
/external/zlib/src/contrib/inflate86/
Dinffas86.c84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member

123