Home
last modified time | relevance | path

Searched defs:a (Results 1 – 23 of 23) sorted by relevance

/trusty/user/base/lib/hwasan/test/
Dhwasan_test.c57 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/
Dblock_range.h66 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()
Dblock_mac.h76 const struct block_mac* a, in block_mac_same_block()
Dblock_mac.c76 const struct block_mac* a, in block_mac_eq()
/trusty/user/base/lib/libstdc++-trusty/test/
Dlibcxx_test.cpp131 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/
Dacvp.h22 static inline int StringEq(bssl::Span<const uint8_t> a, const char* b) { in StringEq()
/trusty/user/base/app/metrics/
Dclient.h45 static inline bool equal_uuid(const struct uuid* a, const struct uuid* b) { in equal_uuid()
/trusty/kernel/platform/generic-arm64/
Dsmc_service_access_policy.c41 static bool equal_uuid(const struct uuid* a, const struct uuid* b) { in equal_uuid()
/trusty/user/app/keymaster/
Dtrusty_keymaster_enforcement.cpp50 inline size_t min(size_t a, size_t b) { in min()
Dopenssl_keymaster_enforcement.cpp146 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/
Dcoverage.h71 static inline bool equal_uuid(const struct uuid* a, const struct uuid* b) { in equal_uuid()
/trusty/user/base/lib/dlmalloc/test/srv/
Ddlmalloc_app.cpp51 static void touch(volatile void* a) { in touch()
/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp58 static teeui::Color alfaCombineChannel(uint32_t shift, in alfaCombineChannel()
/trusty/kernel/lib/extmem/
Dexternal_memory.c42 struct ext_mem_obj* a = ext_mem_obj_from_bst_node(a_bst); in ext_mem_obj_cmp() local
/trusty/kernel/include/shared/lk/
Dtrusty_benchmark.h150 #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/
Dscudo_app.cpp72 static void touch(volatile void* a) { in touch()
/trusty/kernel/lib/trusty/
Dvqueue.c242 struct vqueue_mem_obj* a = vqueue_mem_obj_from_bst_node(a_bst); in vqueue_mem_obj_cmp() local
Dtrusty_virtio.c88 static int compare_client_ids(struct bst_node* a, struct bst_node* b) { in compare_client_ids()
Devent.c198 static int event_source_bst_compare(struct bst_node* a, struct bst_node* b) { in event_source_bst_compare()
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c1528 #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/
Dlib.rs271 ) -> Result<DiceArtifacts<'a>, HwBccError> { in get_dice_artifacts()
/trusty/user/app/keymint/
Dsecure_deletion_secret_manager.rs119 fn open_or_create(session: &'a mut Session) -> Result<SecureDeletionSecretFile<'a>, Error> { in open_or_create()
/trusty/user/app/storage/test/block_host_test/
Dblock_test.c3475 #define TEST(a, ...) \ argument