| /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/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/google/marlin/dataservices/rmnetctl/cli/ |
| D | rmnetcli.c | 61 #define _RMNETCLI_CHECKNULL(X) do { if (!X) { \ argument 66 #define _STRTOUI32(X) (uint32_t)strtoul(X, NULL, 0) argument 67 #define _STRTOUI16(X) (uint16_t)strtoul(X, NULL, 0) argument 68 #define _STRTOUI8(X) (uint8_t)strtoul(X, NULL, 0) argument 69 #define _STRTOI32(X) (int32_t)strtol(X, NULL, 0) 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/google/cuttlefish_common/guest/libs/platform_support/ |
| D | api_level_fixes.h | 74 #define VSOC_PLATFORM_SDK_BEFORE(X) (VSOC_PLATFORM_SDK_VERSION < VSOC_PLATFORM_SDK_##X) argument 75 #define VSOC_PLATFORM_SDK_AFTER(X) (VSOC_PLATFORM_SDK_VERSION > VSOC_PLATFORM_SDK_##X) argument 78 #define VSOC_STATIC_INITIALIZER(X) X: argument 80 #define VSOC_STATIC_INITIALIZER(X) .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/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/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.2/Lib/test/crashers/ |
| D | loosing_mro_ref.py | 32 X = type('X', (Base,), {MyKey(): 5}) variable
|
| /device/google/cuttlefish_common/guest/hals/sensors/ |
| D | sensors_hal.h | 34 #define VSOC_SENSORS_DEVICE_API_VERSION_ATLEAST(X) \ argument
|
| /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/google/marlin/dataservices/datatop/src/ |
| D | datatop_interface.h | 162 #define strlcpy(X,Y,Z) strcpy(X,Y) argument 163 #define strlcat(X,Y,Z) strcat(X,Y) argument
|
| D | datatop_sys_snap.c | 147 #define DO_DTOP_RUN_AND_LOG(X) \ argument
|
| /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
|
| /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/ |
| D | CirrusLogic5430UgaDraw.c | 130 UINTN X; in CirrusLogic5430UgaDrawBlt() local
|