Home
last modified time | relevance | path

Searched refs:Bletch (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h323 #define Bletch 0x10 macro
360 #define Bletch 4 macro
387 #define Bletch 2 macro
Ddtoa.c349 if (j & Bletch) {
351 j &= Bletch - 1;
Dgdtoa.c362 if (j & Bletch) { in gdtoa()
364 j &= Bletch - 1; in gdtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c245 #define Bletch 0x10 macro
2520 if (j & Bletch) { in _Py_dg_dtoa()
2522 j &= Bletch - 1; in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c262 #define Bletch 0x10 macro
2551 if (j & Bletch) { in _Py_dg_dtoa()
2553 j &= Bletch - 1; in _Py_dg_dtoa()