HomeSort by relevance Sort by last modified time
    Searched refs:__itt_fstrdup (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/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; \

Completed in 73 milliseconds