Home
last modified time | relevance | path

Searched defs:res (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/kernel/src/arch/x86_64/math/
Dbitcount.h27 int res = 0; in __clzl() local
46 int res = 0; in __clzll() local
/DragonOS-0.1.2/kernel/src/common/math/
Dpow.c12 int64_t res = 1; in pow() local
/DragonOS-0.1.2/user/libs/libc/src/math/
Dpow.c6 int64_t res = 1; in pow() local
/DragonOS-0.1.2/kernel/src/driver/pci/
Dpci.c482 …evice_structure(uint8_t class_code, uint8_t sub_class, struct pci_device_structure_header_t *res[] in pci_get_device_structure()
/DragonOS-0.1.2/kernel/src/ipc/
Dsignal.rs424 let res = handle_signal(sig_number, ka.unwrap(), &info.unwrap(), &oldset, regs); in do_signal() localVariable