Home
last modified time | relevance | path

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

/hyp/interfaces/util/include/
A Dutil.h20 #define util_is_baligned(x, a) (assert(util_is_p2(a)), (((x) & ((a)-1U)) == 0U)) argument
22 #define util_add_overflows(a, b) ((a) > ~(__typeof__((a) + (b)))(b)) argument
25 #define util_is_baligned_assert(x, a) \ argument
30 #define util_balign_down(x, a) ((x) & ~((a)-1U)) argument
32 #define util_balign_down(x, a) \ argument
35 #define util_balign_up(x, a) util_balign_down((x) + ((a)-1U), a) argument
40 #define util_round_down(x, a) ((x) - ((x) % (a))) argument
41 #define util_round_up(x, a) util_round_down((x) + ((a)-1U), (a)) argument
67 #define util_array_size(a) (sizeof(a) / sizeof((a)[0])) argument
/hyp/misc/prng_simple/src/
A Dchacha20.c23 Qround(uint32_t (*state)[16], index_t a, index_t b, index_t c, index_t d) in Qround()
/hyp/core/util/src/
A Dlist.c93 bool (*compare_fn)(list_node_t *a, in list_insert_in_order_explicit()
130 bool (*compare_fn)(list_node_t *a, list_node_t *b)) in list_insert_in_order()
/hyp/core/rcu_bitmap/src/
A Drcu_bitmap.c41 is_before(count_t a, count_t b) in is_before()
/hyp/mem/addrspace/src/
A Dhypercalls.c319 addrspace_ptr_result_t a = cspace_lookup_addrspace( in hypercall_addrspace_lookup() local
/hyp/misc/gpt/src/
A Dgpt.c89 entries_equal(gpt_entry_t a, gpt_entry_t b) in entries_equal()
334 check_ptes_consistent(gpt_pte_t a, gpt_pte_t b, size_t offset) in check_ptes_consistent()
/hyp/vm/psci/src/
A Dpsci_common.c211 psci_mpidr_matches_thread(MPIDR_EL1_t a, psci_mpidr_t b) in psci_mpidr_matches_thread()

Completed in 30 milliseconds