Searched refs:__libc_alpha_cache_shape (Results 1 – 4 of 4) sorted by relevance
21 extern long __libc_alpha_cache_shape[4];25 __libc_alpha_cache_shape[0] = av->a_un.a_val; \28 __libc_alpha_cache_shape[1] = av->a_un.a_val; \31 __libc_alpha_cache_shape[2] = av->a_un.a_val; \34 __libc_alpha_cache_shape[3] = av->a_un.a_val; \
29 extern long __libc_alpha_cache_shape[4];46 shape = __libc_alpha_cache_shape[index]; in __sysconf()103 __libc_alpha_cache_shape[0] = shape_l1i; in __sysconf()104 __libc_alpha_cache_shape[1] = shape_l1d; in __sysconf()105 __libc_alpha_cache_shape[2] = shape_l2; in __sysconf()106 __libc_alpha_cache_shape[3] = shape_l3; in __sysconf()107 shape = __libc_alpha_cache_shape[index]; in __sysconf()
3 long __libc_alpha_cache_shape[4] = { -2, -2, -2, -2 }; variable
93 __libc_alpha_cache_shape;98 __libc_alpha_cache_shape;
Completed in 5 milliseconds