Searched refs:__hwcap (Results 1 - 21 of 21) sorted by relevance
/third_party/musl/src/fenv/i386/ |
H A D | fenv.s | 1 .hidden __hwcap 11 1: addl $__hwcap-1b,(%esp) 76 1: addl $__hwcap-1b,(%esp) 105 1: addl $__hwcap-1b,(%esp) 137 1: addl $__hwcap-1b,(%esp) 157 1: addl $__hwcap-1b,(%esp)
|
/third_party/musl/src/thread/sh/ |
H A D | __set_thread_area.c | 31 if (__hwcap & CPU_HAS_CAS_L) in __set_thread_area() 33 else if (__hwcap & CPU_HAS_LLSC) in __set_thread_area()
|
/third_party/musl/src/setjmp/powerpc/ |
H A D | setjmp.S | 43 .hidden __hwcap 44 .long __hwcap-.
|
H A D | longjmp.S | 43 .hidden __hwcap 44 .long __hwcap-.
|
/third_party/musl/src/setjmp/arm/ |
H A D | setjmp.S | 50 .hidden __hwcap 52 1: .word __hwcap-1b
|
H A D | longjmp.S | 48 .hidden __hwcap 50 1: .word __hwcap-1b
|
/third_party/musl/src/internal/ |
H A D | libc.c | 5 size_t __hwcap; variable
|
H A D | libc.h | 62 extern hidden size_t __hwcap;
|
/third_party/musl/porting/liteos_a/user/src/thread/arm/ |
H A D | __set_thread_area.c | 33 if (__hwcap & HWCAP_TLS) { in __set_thread_area()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | libc.h | 69 extern hidden size_t __hwcap;
|
/third_party/musl/src/thread/arm/ |
H A D | __set_thread_area.c | 33 if (__hwcap & HWCAP_TLS) { in __set_thread_area()
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
H A D | libc.h | 52 extern hidden size_t __hwcap;
|
/third_party/musl/porting/linux/user/src/env/ |
H A D | __libc_start_main.c | 31 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/src/env/ |
H A D | __libc_start_main.c | 33 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __libc_start_main.c | 30 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
H A D | __libc_start_main.c | 31 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1729 search_vec(auxv, &__hwcap, AT_HWCAP); in __dls2b()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1728 search_vec(auxv, &__hwcap, AT_HWCAP); in __dls2b()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1823 search_vec(auxv, &__hwcap, AT_HWCAP);
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 2854 search_vec(auxv, &__hwcap, AT_HWCAP); in __dls2b()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 3084 search_vec(auxv, &__hwcap, AT_HWCAP); in __dls2b()
|
Completed in 30 milliseconds