Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c177 UINT32 remainder; in SecSetTimer() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h417 STRINGLIB_CHAR *remainder; in parse_number() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c2155 set remainder; in MR_backTraceReport() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h417 STRINGLIB_CHAR *remainder; in parse_number() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py5083 def remainder(self, a, b): member in Context