Home
last modified time | relevance | path

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

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