Searched refs:sels (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ppc/ |
H A D | cpu.c | 61 int sels[2] = {CTL_MACHDEP, CPU_ALTIVEC}; in ff_get_cpu_flags_ppc() 63 int sels[2] = {CTL_HW, HW_VECTORUNIT}; in ff_get_cpu_flags_ppc() 69 err = sysctl(sels, 2, &has_vu, &len, NULL, 0); in ff_get_cpu_flags_ppc()
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2015-3290.c | 151 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in ssptr() local 152 return &sels->ss; in ssptr() 158 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in csptr() local 159 return &sels->cs; in csptr()
|
/third_party/mesa3d/src/util/ |
H A D | u_cpu_detect.c | 134 int sels[2] = {CTL_HW, HW_VECTORUNIT}; in check_os_altivec_support() local 136 int sels[2] = {CTL_MACHDEP, CPU_ALTIVEC}; in check_os_altivec_support() local 142 err = sysctl(sels, 2, &has_vu, &len, NULL, 0); in check_os_altivec_support()
|
Completed in 3 milliseconds