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

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
assert.h 49 #ifndef PLAT_LOG_LEVEL_ASSERT
50 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL
55 # if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
57 # elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
68 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
70 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
assert.c 13 * Only print the output if PLAT_LOG_LEVEL_ASSERT is higher or equal to
17 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
24 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/include/
platform_def.h 133 * optimization by fixing the PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO (40).
135 #define PLAT_LOG_LEVEL_ASSERT 40

Completed in 83 milliseconds