/DragonOS-0.1.8/kernel/src/libs/ |
D | ffi_convert.rs | 9 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()
|
D | bitree.c | 8 #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()
|
D | cpu.c | 112 uint32_t a = 0, b = 0, c = 0, d = 0; in cpu_get_core_crysral_freq() local
|
D | rbtree.rs | 482 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
|
D | idr.c | 10 static void __swap(struct idr_layer **a, struct idr_layer **b) in __swap()
|
D | elf.rs | 400 ) -> Result<Option<elf::segment::SegmentTable<'a, AnyEndian>>, elf::ParseError> { in parse_segments()
|
D | lz4.c | 2167 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
/DragonOS-0.1.8/user/apps/test_bind/ |
D | main.c | 14 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
|
/DragonOS-0.1.8/kernel/src/ktest/ |
D | test-bitree.c | 15 static int compare(void *a, void *b) in compare()
|
D | test-idr.c | 70 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/ |
D | main.c | 16 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
|
/DragonOS-0.1.8/kernel/src/driver/interrupt/apic/ |
D | apic.c | 283 uint a, b, c, d; in apic_local_apic_init() local
|
/DragonOS-0.1.8/kernel/src/driver/disk/ahci/ |
D | ahci.h | 188 uint8_t a : 1; // Auto-activate. Specifies if DMA Activate FIS is needed member 286 uint8_t a : 1; // ATAPI member
|