Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 14 of 14) sorted by relevance

/bionic/tests/libs/
Ddlopen_testlib_ifunc_variable_impl.cpp43 extern "C" const char* v1 = "unset";
54 return (fn_ptr)(choice == nullptr ? &v1 : &v2); in foo_ifunc()
DAndroid.bp1100 // lib v1 - this one used during static linking but never used at runtime
1101 // which forces libtest_versioned_uselibv1 to use function v1 from
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_string.h28 } v1; member
/bionic/libc/arch-riscv64/string/
Dstrcpy_v.S68 #define vMask2 v1
Dstpcpy_v.S67 #define vMask2 v1
Dstrcat_v.S68 #define vMask2 v1
Dstrncat_v.S69 #define vMask2 v1
Dstrncpy_v.S69 #define vMask2 v1
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsetup_data.h54 } __attribute__((packed)) v1; member
/bionic/libm/upstream-freebsd/lib/msun/src/
De_lgammaf_r.c61 v1 = 1.10958421e+00, /* 0x3f8e06db */ variable
183 p2 = one+y*(v1+y*(v2+y*v3)); in lgammaf_r()
De_lgamma_r.c132 v1 = 2.45597793713041134822e+00, /* 0x4003A5D7, 0xC2BD619C */ variable
267 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5)))); in lgamma_r()
/bionic/libc/kernel/uapi/linux/
Dfscrypt.h59 struct fscrypt_policy_v1 v1; member
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_lgammal_r.c121 v1 = 5.15937098592887275994320496999951947e+00L, variable
293 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+ in lgammal_r()
/bionic/libc/malloc_debug/
DREADME.md552 Android Native Heap Dump v1.0
604 Android P produces version v1.1 of the heap dump.
606 Android Native Heap Dump v1.1
608 The only difference between v1.0 and v1.1 is that the NUM\_ALLOCATIONS
609 value is always accurate in v1.1. A previous version of malloc debug set
610 NUM\_ALLOCATIONS to an incorrect value. For heap dump v1.0, the
614 Android Q introduces v1.2 of the heap dump. The new header looks like this:
616 Android Native Heap Dump v1.2
623 The new version no longer 0 pads the backtrace addresses. In v1.0/v1.1:
627 While v1.2: