Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dffi_convert.rs9 pub fn __convert_mut<'a, S, D>(src: *mut S) -> Option<&'a mut D> { in __convert_mut()
13 pub fn __convert_ref<'a, S, D>(src: *const S) -> Option<&'a D> { in __convert_ref()
Dbitree.c8 #define smaller(root, a, b) (root->cmp((a)->value, (b)->value) == -1) argument
9 #define equal(root, a, b) (root->cmp((a)->value, (b)->value) == 0) argument
10 #define greater(root, a, b) (root->cmp((a)->value, (b)->value) == 1) argument
20 struct bt_root_t *bt_create_tree(struct bt_node_t *node, int (*cmp)(void *a, void *b), int (*releas… in bt_create_tree()
Dcpu.c112 uint32_t a = 0, b = 0, c = 0, d = 0; in cpu_get_core_crysral_freq() local
Drbtree.rs482 fn clone(&self) -> Keys<'a, K, V> { in clone()
527 fn clone(&self) -> Values<'a, K, V> { in clone()
575 fn clone(&self) -> ValuesMut<'a, K, V> { in clone()
690 fn clone(&self) -> Iter<'a, K, V> { in clone()
766 fn clone(&self) -> IterMut<'a, K, V> { in clone()
1780 let mut a = RBTree::new(); in test_extend_iter() localVariable
Didr.c10 static void __swap(struct idr_layer **a, struct idr_layer **b) in __swap()
Delf.rs400 ) -> Result<Option<elf::segment::SegmentTable<'a, AnyEndian>>, elf::ParseError> { in parse_segments()
Dlz4.c2167 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/DragonOS-0.1.8/user/apps/test_bind/
Dmain.c14 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
/DragonOS-0.1.8/kernel/src/ktest/
Dtest-bitree.c15 static int compare(void *a, void *b) in compare()
Dtest-idr.c70 int a[128]; in ktest_idr_case1() local
417 int a[N]; in ktest_idr_case5() local
/DragonOS-0.1.8/user/apps/http_server/
Dmain.c16 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
/DragonOS-0.1.8/kernel/src/driver/interrupt/apic/
Dapic.c283 uint a, b, c, d; in apic_local_apic_init() local
/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dahci.h188 uint8_t a : 1; // Auto-activate. Specifies if DMA Activate FIS is needed member
286 uint8_t a : 1; // ATAPI member