Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 70) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymath.h73 # 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 …]
Dpy_curses.h116 #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
Dpyport.h447 #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/
Dpymath.h73 # 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 …]
Dpy_curses.h116 #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
Dpyport.h446 #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/
Drmnetcli.c61 #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/
Dgles_functions.h26 #define LIST_GLES1_FUNCTIONS(X, Y) \ argument
30 #define LIST_GLES3_FUNCTIONS(X, Y) \ argument
/device/google/cuttlefish_common/guest/libs/platform_support/
Dapi_level_fixes.h74 #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/
DBltLibSample.c76 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/
DCommands.c466 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/
Dpyport.h462 #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/
Dpyport.h447 #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/
Dloosing_mro_ref.py32 X = type('X', (Base,), {MyKey(): 5}) variable
/device/google/cuttlefish_common/guest/hals/sensors/
Dsensors_hal.h34 #define VSOC_SENSORS_DEVICE_API_VERSION_ATLEAST(X) \ argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
DPrint.c93 IN UINTN X, in _IPrint()
354 IN UINTN X, in PrintXY()
/device/google/marlin/dataservices/datatop/src/
Ddatatop_interface.h162 #define strlcpy(X,Y,Z) strcpy(X,Y) argument
163 #define strlcat(X,Y,Z) strcat(X,Y) argument
Ddatatop_sys_snap.c147 #define DO_DTOP_RUN_AND_LOG(X) \ argument
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c240 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/
DUpdateAcpiTable.c25 #define CORECOUNT(X) ((X) * CORE_NUM_PER_SOCKET) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DPrint.c118 IN UINTN X, in _IPrint()
380 IN UINTN X, in PrintXY()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_slice.py113 class X(object): class
Dtest_typechecks.py76 class X: class
Dtest_traceback.py150 class X(Exception): class
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430UgaDraw.c130 UINTN X; in CirrusLogic5430UgaDrawBlt() local

123