/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pymath.h | 73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) argument 75 # define Py_FORCE_DOUBLE(X) (X) argument 95 #define Py_IS_NAN(X) isnan(X) argument 97 #define Py_IS_NAN(X) ((X) != (X)) argument 115 # define Py_IS_INFINITY(X) isinf(X) argument 117 # define Py_IS_INFINITY(X) ((X) && \ argument 130 #define Py_IS_FINITE(X) isfinite(X) argument 132 #define Py_IS_FINITE(X) finite(X) argument 134 #define Py_IS_FINITE(X) (!Py_IS_INFINITY(X) && !Py_IS_NAN(X)) argument 185 #define Py_OVERFLOWED(X) isinf(X) argument [all …]
|
D | py_curses.h | 116 #define NoArgNoReturnFunction(X) \ argument 122 #define NoArgOrFlagNoReturnFunction(X) \ argument 138 #define NoArgReturnIntFunction(X) \ argument 145 #define NoArgReturnStringFunction(X) \ argument 151 #define NoArgTrueFalseFunction(X) \ argument 162 #define NoArgNoReturnVoidFunction(X) \ argument
|
D | pyport.h | 446 #define Py_FORCE_EXPANSION(X) X argument 471 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; argument 475 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ argument 487 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) argument 503 #define Py_ADJUST_ERANGE1(X) \ argument 513 #define Py_ADJUST_ERANGE2(X, Y) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pymath.h | 73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) argument 75 # define Py_FORCE_DOUBLE(X) (X) argument 95 #define Py_IS_NAN(X) isnan(X) argument 97 #define Py_IS_NAN(X) ((X) != (X)) argument 115 # define Py_IS_INFINITY(X) isinf(X) argument 117 # define Py_IS_INFINITY(X) ((X) && \ argument 130 #define Py_IS_FINITE(X) isfinite(X) argument 132 #define Py_IS_FINITE(X) finite(X) argument 134 #define Py_IS_FINITE(X) (!Py_IS_INFINITY(X) && !Py_IS_NAN(X)) argument 185 #define Py_OVERFLOWED(X) isinf(X) argument [all …]
|
D | py_curses.h | 116 #define NoArgNoReturnFunction(X) \ argument 122 #define NoArgOrFlagNoReturnFunction(X) \ argument 138 #define NoArgReturnIntFunction(X) \ argument 145 #define NoArgReturnStringFunction(X) \ argument 151 #define NoArgTrueFalseFunction(X) \ argument 162 #define NoArgNoReturnVoidFunction(X) \ argument
|
D | pyport.h | 447 #define Py_FORCE_EXPANSION(X) X argument 472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; argument 476 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ argument 488 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) argument 504 #define Py_ADJUST_ERANGE1(X) \ argument 514 #define Py_ADJUST_ERANGE2(X, Y) \ argument
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles_functions.h | 26 #define LIST_GLES1_FUNCTIONS(X, Y) \ argument 30 #define LIST_GLES3_FUNCTIONS(X, Y) \ argument
|
/device/generic/goldfish-opengl/system/hals/ |
D | debug.h | 22 #define RETURN(X) return (X) argument 24 #define RETURN_ERROR(X) \ argument
|
/device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/ |
D | BltLibSample.c | 76 UINTN X; in TestFills() local 109 UINTN X; in TestColor1() local 164 IN UINTN X, in Uint32Dist() 187 UINTN X, Y; in TestColor() local
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/ |
D | Commands.c | 466 IN UINT32 X, in VirtioGpuSetScanout() 499 IN UINT32 X, in VirtioGpuTransferToHost2d() 533 IN UINT32 X, in VirtioGpuResourceFlush()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
D | pyport.h | 447 #define Py_FORCE_EXPANSION(X) X argument 472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; argument 476 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ argument 488 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) argument 504 #define Py_ADJUST_ERANGE1(X) \ argument 514 #define Py_ADJUST_ERANGE2(X, Y) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
D | pyport.h | 462 #define Py_FORCE_EXPANSION(X) X argument 487 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; argument 491 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ argument 503 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) argument 519 #define Py_ADJUST_ERANGE1(X) \ argument 529 #define Py_ADJUST_ERANGE2(X, Y) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/ |
D | loosing_mro_ref.py | 32 X = type('X', (Base,), {MyKey(): 5}) variable
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
D | Print.c | 93 IN UINTN X, in _IPrint() 354 IN UINTN X, in PrintXY()
|
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/ |
D | FrameBufferBltLib.c | 240 UINTN X; in BltLibVideoFill() local 433 UINTN X; in BltLibVideoToBltBufferEx() local 577 UINTN X; in BltLibBufferToVideoEx() local
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/HisiAcpiPlatformDxe/ |
D | UpdateAcpiTable.c | 25 #define CORECOUNT(X) ((X) * CORE_NUM_PER_SOCKET) argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
D | Print.c | 118 IN UINTN X, in _IPrint() 380 IN UINTN X, in PrintXY()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_slice.py | 113 class X(object): class
|
D | test_typechecks.py | 76 class X: class
|
D | test_traceback.py | 150 class X(Exception): class
|
D | inspect_fodder2.py | 94 class X: class
|
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/ |
D | CirrusLogic5430UgaDraw.c | 130 UINTN X; in CirrusLogic5430UgaDrawBlt() local
|
D | CirrusLogic5430GraphicsOutput.c | 233 UINTN X; in CirrusLogic5430GraphicsOutputBlt() local
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/ |
D | PL011Uart.h | 89 #define PL011_UARTPID2_VER(X) (((X) >> 4) & 0xF) argument
|
/device/google/contexthub/firmware/os/inc/ |
D | toolchain.h | 45 #define WEAK_ALIAS(X,Y) _Pragma(PRAGMA_HELPER(X,Y,weak)) void X(void) argument
|