/trusty/user/app/storage/ |
D | debug.h | 30 #define TRACEFF(f, str, x...) \ argument 35 #define LTRACEF_LEVEL(level, x...) \ argument 49 #define pr_err(x...) LTRACEF_LEVEL(TRACE_LEVEL_ERROR, x) argument 50 #define pr_warn(x...) LTRACEF_LEVEL(TRACE_LEVEL_WARNING, x) argument 51 #define pr_init(x...) LTRACEF_LEVEL(TRACE_LEVEL_INIT, x) argument 52 #define pr_write(x...) LTRACEF_LEVEL(TRACE_LEVEL_WRITE, x) argument 53 #define pr_read(x...) LTRACEF_LEVEL(TRACE_LEVEL_READ, x) argument
|
D | fs.h | 29 #define full_assert(x) \ argument
|
D | file.c | 32 #define BIT_MASK(x) \ argument
|
D | block_tree.c | 3072 static double log_n(double n, double x) { in log_n()
|
/trusty/kernel/include/ |
D | trusty_log.h | 25 #define _tlog(level, fmt, x...) dprintf(level, fmt, ##x) argument 28 #define TLOG(fmt, x...) _tlog(ALWAYS, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) argument 31 #define TLOGD(fmt, x...) _tlog(SPEW, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) argument 34 #define TLOGI(fmt, x...) _tlog(SPEW, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) argument 37 #define TLOGW(fmt, x...) _tlog(INFO, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) argument 40 #define TLOGE(fmt, x...) \ argument 44 #define TLOGC(fmt, x...) \ argument
|
/trusty/user/base/include/user/ |
D | trusty_log.h | 62 #define TLOGD(x...) \ argument 70 #define TLOGI(x...) \ argument 78 #define TLOGW(x...) \ argument 86 #define TLOGE(x...) \ argument 94 #define TLOGC(x...) \ argument
|
D | trusty_app_manifest.h | 33 #define CONCAT(x, y) x##y argument 34 #define XCONCAT(x, y) CONCAT(x, y) argument
|
/trusty/kernel/lib/version/ |
D | version.c | 26 #define STRINGIFY(x) #x argument 27 #define TOSTRING(x) STRINGIFY(x) argument
|
/trusty/user/base/lib/freetype-stub/ |
D | mock_libc.c | 30 void longjmp(jmp_buf jmp, int x) { in longjmp()
|
/trusty/kernel/lib/backtrace/ |
D | elf_sym.h | 63 #define ELF_ST_BIND(x) ((x) >> 4) argument 64 #define ELF_ST_TYPE(x) (((unsigned int)x) & 0xf) argument
|
/trusty/user/base/lib/secure_fb/test/ |
D | main.c | 71 const uint32_t x, in set_pixel() 105 for (uint32_t x = 0; x < fb_info->width; x++) { in TEST_F() local
|
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/ |
D | tidl.h | 53 auto&& move(T&& x) { in move() 129 static void send_handles(void* x, handle_t*& hptr) { in send_handles() 132 static void recv_handles(void* x, handle_t*& hptr) { in recv_handles()
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | fsl_caam_internal.h | 109 #define PAGE(x) (x << 16) argument 110 #define PARTITION(x) (x << 8) argument 120 #define PARTITION_OWNER(x) (0x3 << (x * 2)) argument
|
/trusty/user/app/sample/stats-test/include/ |
D | consumer_ctl.h | 30 #define MS_TO_NS(x) ((x)*1000000ULL) argument
|
/trusty/user/app/confirmationui/src/ |
D | trusty_confirmation_ui.cpp | 202 -> teeui::Error { in renderAndSwap()
|
/trusty/user/app/confirmationui/test/ |
D | main.cpp | 105 teeui::Color color) -> teeui::Error { in TEST_P()
|
/trusty/user/base/lib/sancov/ |
D | sancov.c | 223 for (uint32_t* x = start; x < stop; x++) { in __sanitizer_cov_trace_pc_guard_init() local
|
/trusty/user/app/keymaster/device_unittest/ |
D | main.cpp | 32 #define typeof(x) __typeof__(x) argument
|
/trusty/user/app/keymaster/host_unittest/ |
D | main.cpp | 44 #define typeof(x) __typeof__(x) argument
|
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 1450 #define assert(x) if(!(x)) ABORT argument 1456 #define assert(x) argument 2023 #define pthread_mutexattr_settype(x,y) pthread_mutexattr_setkind_np(x,y) argument 2942 #define least_bit(x) ((x) & -(x)) argument 2945 #define left_bits(x) ((x<<1) | -(x<<1)) argument 2948 #define same_or_left_bits(x) ((x) | -(x)) argument 3399 static int bin_find(mstate m, mchunkptr x) { in bin_find()
|
/trusty/kernel/include/shared/lk/ |
D | trusty_unittest.h | 239 #define STRINGIFY(x) #x argument
|