Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/math/
Dround.c20 int e = u.i >> 52 & 0x7ff; in round() local
/DragonOS-0.1.8/user/libs/libc/src/math/
Dround.c18 int e = u.i >> 52 & 0x7ff; in round() local
/DragonOS-0.1.8/kernel/src/libs/
Delf.rs574 let e = self in load() localVariable
Dlz4.c438 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy8() local
500 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy32() local
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs685 let e: Result<FATDirEntry, SystemError> = in check_existence() localVariable
797 let e: FATDirEntry = self.find_entry(name, None, None, fs.clone())?; in remove() localVariable