HomeSort by relevance Sort by last modified time
    Searched refs:this_id (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /bionic/libc/tzcode/
bionic.cpp 168 char this_id[NAME_LENGTH + 1]; local
169 memcpy(this_id, entry->buf, NAME_LENGTH);
170 this_id[NAME_LENGTH] = '\0';
172 if (strcmp(this_id, olson_id) == 0) {
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 99 // Test that this_id is a descendant of prev_id (or they are simply equal).
103 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id);
msan.cc 574 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id) {
575 Origin o = Origin::FromRawId(this_id);

Completed in 144 milliseconds