OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_flags
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/unit_test/
cpu_test.cc
22
int
cpu_flags
= TestCpuFlag(~kCpuInitialized);
local
23
printf("Cpu Flags %x\n",
cpu_flags
);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp
302
# define BOOST_MATH_INSTRUMENT_FPU do{ fexcept_t
cpu_flags
; fegetexceptflag(&
cpu_flags
, FE_ALL_EXCEPT); BOOST_MATH_INSTRUMENT_VARIABLE(
cpu_flags
); } while(0);
/external/qemu/
exec.c
2944
int
cpu_flags
;
local
[
all
...]
Completed in 362 milliseconds