Searched refs:shape (Results 1 – 1 of 1) sorted by relevance
35 long shape, index; in __sysconf() local46 shape = __libc_alpha_cache_shape[index]; in __sysconf()47 if (shape == -2) in __sysconf()107 shape = __libc_alpha_cache_shape[index]; in __sysconf()110 if (shape <= 0) in __sysconf()111 return shape; in __sysconf()116 return shape & -0x100; in __sysconf()118 return shape & 0xf; in __sysconf()120 return 1L << ((shape >> 4) & 0xf); in __sysconf()
Completed in 3 milliseconds