/trusty/user/base/lib/hwasan/test/ |
D | hwasan_test.c | 57 static void touch(volatile void* a) { in touch() 68 int a = 0; in TEST() local 80 int a = 0; in TEST() local 93 int* a = malloc(sizeof(int)); in TEST() local 106 int* a = malloc(sizeof(int)); in TEST() local 120 int* a = malloc(sizeof(int)); in TEST() local 134 int8_t* a = malloc(size); in TEST() local 147 int8_t* a = malloc(size); in TEST() local 160 int8_t* a = malloc(size); in TEST() local 179 int8_t* a; in TEST() local [all …]
|
/trusty/user/app/storage/ |
D | block_range.h | 66 static inline bool block_range_overlap(const struct block_range a, in block_range_overlap() 80 static inline bool block_range_before(const struct block_range a, in block_range_before() 109 static inline bool block_range_eq(const struct block_range a, in block_range_eq()
|
D | block_mac.h | 76 const struct block_mac* a, in block_mac_same_block()
|
D | block_mac.c | 76 const struct block_mac* a, in block_mac_eq()
|
/trusty/user/base/lib/libstdc++-trusty/test/ |
D | libcxx_test.cpp | 131 std::unique_ptr<Counter> a(p); in TEST_F() local 152 std::shared_ptr<Counter> a; in TEST_F() local 171 std::shared_ptr<Counter> a(p); in TEST_F() local 216 std::weak_ptr<Counter> a(s); in TEST_F() local 239 std::string a("abcdefghijklmnopqrstuvwxyz!!!"); in TEST_F() local 249 std::string a("foo"); in TEST_F() local 284 std::vector<Counter> a(3); in TEST_F() local
|
/trusty/user/base/app/acvp/ |
D | acvp.h | 22 static inline int StringEq(bssl::Span<const uint8_t> a, const char* b) { in StringEq()
|
/trusty/user/base/app/metrics/ |
D | client.h | 45 static inline bool equal_uuid(const struct uuid* a, const struct uuid* b) { in equal_uuid()
|
/trusty/kernel/platform/generic-arm64/ |
D | smc_service_access_policy.c | 41 static bool equal_uuid(const struct uuid* a, const struct uuid* b) { in equal_uuid()
|
/trusty/user/app/keymaster/ |
D | trusty_keymaster_enforcement.cpp | 50 inline size_t min(size_t a, size_t b) { in min()
|
D | openssl_keymaster_enforcement.cpp | 146 inline bool operator==(const keymaster_blob_t& a, const keymaster_blob_t& b) { in operator ==() 155 bool operator==(const HmacSharingParameters& a, in operator ==()
|
/trusty/user/base/app/coverage/ |
D | coverage.h | 71 static inline bool equal_uuid(const struct uuid* a, const struct uuid* b) { in equal_uuid()
|
/trusty/user/base/lib/dlmalloc/test/srv/ |
D | dlmalloc_app.cpp | 51 static void touch(volatile void* a) { in touch()
|
/trusty/user/app/confirmationui/src/ |
D | trusty_confirmation_ui.cpp | 58 static teeui::Color alfaCombineChannel(uint32_t shift, in alfaCombineChannel()
|
/trusty/kernel/lib/extmem/ |
D | external_memory.c | 42 struct ext_mem_obj* a = ext_mem_obj_from_bst_node(a_bst); in ext_mem_obj_cmp() local
|
/trusty/kernel/include/shared/lk/ |
D | trusty_benchmark.h | 150 #define CAT(a, ...) PRIMITIVE_CAT(a, __VA_ARGS__) argument 151 #define PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ argument
|
/trusty/user/base/lib/scudo/test/srv/ |
D | scudo_app.cpp | 72 static void touch(volatile void* a) { in touch()
|
/trusty/kernel/lib/trusty/ |
D | vqueue.c | 242 struct vqueue_mem_obj* a = vqueue_mem_obj_from_bst_node(a_bst); in vqueue_mem_obj_cmp() local
|
D | trusty_virtio.c | 88 static int compare_client_ids(struct bst_node* a, struct bst_node* b) { in compare_client_ids()
|
D | event.c | 198 static int event_source_bst_compare(struct bst_node* a, struct bst_node* b) { in event_source_bst_compare()
|
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 1528 #define interlockedcompareexchange(a, b, c) __sync_val_compare_and_swap(a, c, b) argument 1648 #define MUNMAP_DEFAULT(a, s) munmap((a), (s)) argument 1705 #define MUNMAP_DEFAULT(a, s) win32munmap((a), (s)) argument 1741 #define CALL_MUNMAP(a, s) MUNMAP((a), (s)) argument 1743 #define CALL_MUNMAP(a, s) MUNMAP_DEFAULT((a), (s)) argument 1754 #define MUNMAP(a, s) (-1) argument 1758 #define CALL_MUNMAP(a, s) MUNMAP((a), (s)) argument 3024 #define ok_address(M, a) ((char*)(a) >= (M)->least_addr) argument 3033 #define ok_address(M, a) (1) argument 4915 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign() local [all …]
|
/trusty/user/base/lib/hwbcc/rust/src/ |
D | lib.rs | 271 ) -> Result<DiceArtifacts<'a>, HwBccError> { in get_dice_artifacts()
|
/trusty/user/app/keymint/ |
D | secure_deletion_secret_manager.rs | 119 fn open_or_create(session: &'a mut Session) -> Result<SecureDeletionSecretFile<'a>, Error> { in open_or_create()
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 3475 #define TEST(a, ...) \ argument
|