Home
last modified time | relevance | path

Searched refs:_cpu_check_features (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c56 static void _cpu_check_features(void);
61 // _cpu_check_features() doesn't need to do anything on mac/arm since all
70 pthread_once(&cpu_check_inited_once, _cpu_check_features); in cpu_check_features()
77 _cpu_check_features(); in _cpu_check_features_forwarder()
97 static void _cpu_check_features(void) in _cpu_check_features() function
138 static void _cpu_check_features(void) in _cpu_check_features() function
/third_party/skia/third_party/externals/zlib/
H A Dcpu_features.c56 static void _cpu_check_features(void);
61 // _cpu_check_features() doesn't need to do anything on mac/arm since all
70 pthread_once(&cpu_check_inited_once, _cpu_check_features); in cpu_check_features()
77 _cpu_check_features(); in _cpu_check_features_forwarder()
97 static void _cpu_check_features(void) in _cpu_check_features() function
138 static void _cpu_check_features(void) in _cpu_check_features() function
/third_party/node/deps/zlib/
H A Dcpu_features.c62 static void _cpu_check_features(void);
67 // _cpu_check_features() doesn't need to do anything on mac/arm since all
76 pthread_once(&cpu_check_inited_once, _cpu_check_features); in cpu_check_features()
83 _cpu_check_features(); in _cpu_check_features_forwarder()
99 static void _cpu_check_features(void) in _cpu_check_features() function
156 static void _cpu_check_features(void) in _cpu_check_features() function

Completed in 2 milliseconds