Home
last modified time | relevance | path

Searched defs:x (Results 1 – 21 of 21) sorted by relevance

/trusty/user/app/storage/
Ddebug.h30 #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
Dfs.h29 #define full_assert(x) \ argument
Dfile.c32 #define BIT_MASK(x) \ argument
Dblock_tree.c3072 static double log_n(double n, double x) { in log_n()
/trusty/kernel/include/
Dtrusty_log.h25 #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/
Dtrusty_log.h62 #define TLOGD(x...) \ argument
70 #define TLOGI(x...) \ argument
78 #define TLOGW(x...) \ argument
86 #define TLOGE(x...) \ argument
94 #define TLOGC(x...) \ argument
Dtrusty_app_manifest.h33 #define CONCAT(x, y) x##y argument
34 #define XCONCAT(x, y) CONCAT(x, y) argument
/trusty/kernel/lib/version/
Dversion.c26 #define STRINGIFY(x) #x argument
27 #define TOSTRING(x) STRINGIFY(x) argument
/trusty/user/base/lib/freetype-stub/
Dmock_libc.c30 void longjmp(jmp_buf jmp, int x) { in longjmp()
/trusty/kernel/lib/backtrace/
Delf_sym.h63 #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/
Dmain.c71 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/
Dtidl.h53 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/
Dfsl_caam_internal.h109 #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/
Dconsumer_ctl.h30 #define MS_TO_NS(x) ((x)*1000000ULL) argument
/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp202 -> teeui::Error { in renderAndSwap()
/trusty/user/app/confirmationui/test/
Dmain.cpp105 teeui::Color color) -> teeui::Error { in TEST_P()
/trusty/user/base/lib/sancov/
Dsancov.c223 for (uint32_t* x = start; x < stop; x++) { in __sanitizer_cov_trace_pc_guard_init() local
/trusty/user/app/keymaster/device_unittest/
Dmain.cpp32 #define typeof(x) __typeof__(x) argument
/trusty/user/app/keymaster/host_unittest/
Dmain.cpp44 #define typeof(x) __typeof__(x) argument
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c1450 #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/
Dtrusty_unittest.h239 #define STRINGIFY(x) #x argument