OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tscp
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/aom_ports/
x86.h
284
unsigned int
tscp
;
local
285
__asm__ __volatile__("rdtscp\n\t" : "=a"(
tscp
) :);
286
return
tscp
;
288
unsigned int
tscp
;
289
asm volatile("rdtscp\n\t" : "=a"(
tscp
) :);
290
return
tscp
;
/external/libvpx/libvpx/vpx_ports/
x86.h
285
unsigned int
tscp
;
local
286
__asm__ __volatile__("rdtscp\n\t" : "=a"(
tscp
) :);
287
return
tscp
;
289
unsigned int
tscp
;
290
asm volatile("rdtscp\n\t" : "=a"(
tscp
) :);
291
return
tscp
;
Completed in 234 milliseconds