/DragonOS-0.1.7/user/libs/libc/src/ |
D | ctype.c | 4 int isprint(int c) in isprint() 14 int islower(int c) in islower() 24 int isupper(int c) in isupper() 34 int isalpha(int c) in isalpha() 44 int isdigit(int c) in isdigit() 54 int toupper(int c) in toupper() 63 int tolower(int c) in tolower() 72 int isspace(int c) in isspace()
|
D | stdio.c | 30 unsigned int c; in getchar() local 40 int putchar(int c) in putchar()
|
/DragonOS-0.1.7/kernel/src/include/DragonOS/ |
D | stdint.h | 145 # define __INT64_C(c) c ## L argument 146 # define __UINT64_C(c) c ## UL argument 148 # define __INT64_C(c) c ## LL argument 149 # define __UINT64_C(c) c ## ULL argument 287 # define INT8_C(c) c argument 288 # define INT16_C(c) c argument 289 # define INT32_C(c) c argument 291 # define INT64_C(c) c ## L argument 293 # define INT64_C(c) c ## LL argument 297 # define UINT8_C(c) c argument [all …]
|
/DragonOS-0.1.7/user/libs/libc/src/include/export/ |
D | stdint.h | 145 # define __INT64_C(c) c ## L argument 146 # define __UINT64_C(c) c ## UL argument 148 # define __INT64_C(c) c ## LL argument 149 # define __UINT64_C(c) c ## ULL argument 287 # define INT8_C(c) c argument 288 # define INT16_C(c) c argument 289 # define INT32_C(c) c argument 291 # define INT64_C(c) c ## L argument 293 # define INT64_C(c) c ## LL argument 297 # define UINT8_C(c) c argument [all …]
|
D | printf.h | 16 #define is_digit(c) ((c) >= '0' && (c) <= '9') // 用来判断是否是数字的宏 argument
|
/DragonOS-0.1.7/kernel/src/arch/x86_64/include/asm/ |
D | asm.h | 28 #define CC_SET(c) "\n\t/* output condition code " #c "*/\n" argument 30 #define CC_OUT(c) "=@cc" #c argument 32 #define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" argument 33 #define CC_OUT(c) [_cc_##c] "=qm" argument
|
/DragonOS-0.1.7/kernel/src/libs/libUI/ |
D | textui.h | 49 char c; member 58 unsigned c : 16; member
|
/DragonOS-0.1.7/kernel/src/common/ |
D | printk.h | 16 #define is_digit(c) ((c) >= '0' && (c) <= '9') // 用来判断是否是数字的宏 argument
|
D | glib.h | 92 void *memset_c(void *dst, uint8_t c, size_t count) in memset_c()
|
/DragonOS-0.1.7/kernel/src/libs/ |
D | cpu.c | 112 uint32_t a = 0, b = 0, c = 0, d = 0; in cpu_get_core_crysral_freq() local
|
D | lz4.c | 250 #define LZ4_STATIC_ASSERT(c) \ argument 337 BYTE c[4]; in LZ4_isLittleEndian() member 1856 char c; in LZ4_stream_t_alignment() member
|
/DragonOS-0.1.7/user/libs/libKeyboard/ |
D | keyboard.c | 295 int c = keyboard_get_scancode(fd); in keyboard_analyze_keycode() local
|
/DragonOS-0.1.7/kernel/src/driver/mouse/ |
D | ps2_mouse.c | 9 static int c = 0; variable
|
/DragonOS-0.1.7/kernel/src/driver/interrupt/apic/ |
D | apic.c | 280 uint a, b, c, d; in apic_local_apic_init() local
|
/DragonOS-0.1.7/kernel/src/driver/disk/ahci/ |
D | ahci.h | 63 uint8_t c : 1; // 1: Command, 0: Control member 292 uint8_t c : 1; // Clear busy upon R_OK member
|
/DragonOS-0.1.7/kernel/src/filesystem/fat/ |
D | entry.rs | 473 let c: Cluster = fs.allocate_cluster(Some(prev_cluster))?; in find_free_entries() localVariable
|