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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 150 bool have_ll = !have_z && (cur[0] == 'l' && cur[1] == 'l'); local
151 cur += have_ll * 2;
154 bool have_flags = have_width | have_z | have_ll;
159 dval = have_ll ? va_arg(args, s64)
168 uval = have_ll ? va_arg(args, u64)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 

Completed in 1502 milliseconds