OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__itt_fstrdup
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/third_party/vtune/
ittnotify_config.h
246
#define
__itt_fstrdup
(s) _strdup(s)
macro
282
#define
__itt_fstrdup
(s) strdup(s)
macro
408
h->nameA = n ?
__itt_fstrdup
(n) : NULL; \
441
h->nameA = name ?
__itt_fstrdup
(name) : NULL; \
471
h->strA = name ?
__itt_fstrdup
(name) : NULL; \
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h
212
#define
__itt_fstrdup
(s) _strdup(s)
macro
253
#define
__itt_fstrdup
(s) strdup(s)
macro
379
h->nameA = n ?
__itt_fstrdup
(n) : NULL; \
412
h->nameA = name ?
__itt_fstrdup
(name) : NULL; \
442
h->strA = name ?
__itt_fstrdup
(name) : NULL; \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h
212
#define
__itt_fstrdup
(s) _strdup(s)
macro
253
#define
__itt_fstrdup
(s) strdup(s)
macro
379
h->nameA = n ?
__itt_fstrdup
(n) : NULL; \
412
h->nameA = name ?
__itt_fstrdup
(name) : NULL; \
442
h->strA = name ?
__itt_fstrdup
(name) : NULL; \
Completed in 1959 milliseconds