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

  /external/u-boot/include/
trace.h 102 int trace_init(void *buff, size_t buff_size);
  /external/freetype/src/base/
ftinit.c 54 #define FT_COMPONENT trace_init
  /external/u-boot/lib/
trace.c 278 int __attribute__((no_instrument_function)) trace_init(void *buff, function
  /external/u-boot/common/
board_r.c 88 trace_init(gd->trace_buff, CONFIG_TRACE_BUFFER_SIZE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 280 * trace functions. Initialized by trace_init().
285 trace_init(void) function
388 if (trace_init() == -1)
427 if (trace_init() == -1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 280 * trace functions. Initialized by trace_init().
285 trace_init(void) function
389 if (trace_init() == -1)
428 if (trace_init() == -1)
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 280 * trace functions. Initialized by trace_init().
285 trace_init(void) function
388 if (trace_init() == -1)
427 if (trace_init() == -1)
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 459 * trace functions. Initialized by trace_init().
464 trace_init(void) function
559 if (trace_init() == -1)
597 if (trace_init() == -1)
    [all...]

Completed in 136 milliseconds