/external/curl/lib/ |
D | x509asn1.c | 112 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/ |
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()
|
D | msan_poisoning.cc | 48 uptr beg = d & ~3UL; in CopyOrigin() local 152 uptr beg = x & ~3UL; // align down. in SetOrigin() local
|
/external/fio/lib/ |
D | strntol.c | 13 const char *beg = str; in strntol() local
|
D | pattern.c | 25 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/ |
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
|
D | asan_report.h | 22 uptr beg; member
|
D | asan_interface_internal.h | 48 uptr beg; // The address of the global. member
|
D | asan_fake_stack.cc | 118 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/ |
D | sanitizer_tls_get_addr.h | 40 uptr beg, size; member
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.hpp | 159 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/ |
D | contiguous_container.cc | 12 char *beg = new char[capacity]; in TestContainer() local
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | gc-test.cc | 24 void *beg, *end; in Thread() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_posix.cc | 104 static void ProtectRange(uptr beg, uptr end) { in ProtectRange()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
D | DistinguishedNameParser.java | 30 private int beg; field in DistinguishedNameParser
|
/external/pdfium/third_party/zlib_v128/ |
D | inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
|
D | deflate.c | 766 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/ |
D | inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
|
D | deflate.c | 684 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/ |
D | inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
|
D | deflate.c | 767 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/ |
D | inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyRepeatedField.java | 141 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/ |
D | inffas8664.c | 89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member
|
/external/zlib/src/contrib/inflate86/ |
D | inffas86.c | 84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member
|