Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 38) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/
DREADME.tcltk-AMD6414 ..\generic\tclExecute.c(394) : error C2099: initializer is not a constant
15 ..\generic\tclExecute.c(398) : error C2099: initializer is not a constant
/device/google/contexthub/firmware/build/
Dcommon_config.mk56 -fsingle-precision-constant \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpeephole.c39 PyObject *newconst, *constant; in tuple_of_constants() local
57 constant = PyList_GET_ITEM(consts, arg); in tuple_of_constants()
58 Py_INCREF(constant); in tuple_of_constants()
59 PyTuple_SET_ITEM(newconst, i, constant); in tuple_of_constants()
Dcompile.c1612 int constant; in compiler_if() local
1618 constant = expr_constant(s->v.If.test); in compiler_if()
1622 if (constant == 0) { in compiler_if()
1625 } else if (constant == 1) { in compiler_if()
1680 int constant = expr_constant(s->v.While.test); in compiler_while() local
1682 if (constant == 0) { in compiler_while()
1689 if (constant == -1) { in compiler_while()
1708 if (constant == -1) { in compiler_while()
1719 if (constant == -1) in compiler_while()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c39 PyObject *newconst, *constant; in tuple_of_constants() local
57 constant = PyList_GET_ITEM(consts, arg); in tuple_of_constants()
58 Py_INCREF(constant); in tuple_of_constants()
59 PyTuple_SET_ITEM(newconst, i, constant); in tuple_of_constants()
Dcompile.c1589 int constant; in compiler_if() local
1595 constant = expr_constant(s->v.If.test); in compiler_if()
1599 if (constant == 0) { in compiler_if()
1602 } else if (constant == 1) { in compiler_if()
1657 int constant = expr_constant(s->v.While.test); in compiler_while() local
1659 if (constant == 0) { in compiler_while()
1666 if (constant == -1) { in compiler_while()
1685 if (constant == -1) { in compiler_while()
1696 if (constant == -1) { in compiler_while()
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcortexm4.mk20 …p -mfpu=fpv4-sp-d16 -mno-thumb-interwork -ffast-math -fsingle-precision-constant -DARM -DUSE_NANOH…
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DPeiTscTimerLib.inf10 # The invariant TSC runs at a constant rate in all ACPI P-, C-. and T-states.
DBaseTscTimerLib.inf13 # The invariant TSC runs at a constant rate in all ACPI P-, C-. and T-states.
DDxeTscTimerLib.inf10 # The invariant TSC runs at a constant rate in all ACPI P-, C-. and T-states.
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DGccBase.lds35 * The contents of AutoGen.c files are constant from the POV of the program,
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DThunk16.asm61 ; These are global constant to convey information to C code.
DThunk16.nasm59 ; These are global constant to convey information to C code.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DThunk16.asm60 ; These are global constant to convey information to C code.
/device/linaro/bootloader/edk2/OvmfPkg/
DDecomprScratchEnd.fdf.inc55 # LzmaCustomDecompressLib uses a constant scratch buffer size of 64KB; see
/device/google/contexthub/firmware/app/
Dapp.mk151 CFLAGS += -fsingle-precision-constant
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DC.g434 | constant
438 constant
/device/google/contexthub/firmware/
DCodingStandard.txt49 24. Do not divide 64-bit values. If you simply must, only do so by a constant, and use cpuMath.h.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.rst134 Defines the normal stack memory available to each CPU. This constant is used
521 If the platform port uses the PL061 GPIO driver, the following constant may
530 If the platform port uses the partition driver, the following constant may
541 The following constant is optional. It should be defined to override the default
837 constant ``PLATFORM_STACK_SIZE``.
855 constant ``PLATFORM_STACK_SIZE``.
1050 address specified by the platform defined constant ``BL2_BASE``.
1293 through the optional constant ``SCP_BL2_BASE``. BL2 uses this information
1303 where BL31 is loaded through the constant ``BL31_BASE``. BL2 uses this
1310 through the optional constant ``BL32_BASE``. BL2 uses this information
[all …]
Dplatform-migration-guide.rst384 the stack allocated to each core is specified by the platform defined constant
402 the stack allocated to each core is specified by the platform defined constant
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_import.py356 self.assertEqual(mod.constant.co_filename, foreign_code.co_filename)
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DThunk16.nasm57 ; These are global constant to convey information to C code.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c1263 _parse_constant(PyScannerObject *s, char *constant, Py_ssize_t idx, Py_ssize_t *next_idx_ptr) { in _parse_constant() argument
1276 cstr = PyString_InternFromString(constant); in _parse_constant()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c1240 _parse_constant(PyScannerObject *s, char *constant, Py_ssize_t idx, Py_ssize_t *next_idx_ptr) { in _parse_constant() argument
1253 cstr = PyString_InternFromString(constant); in _parse_constant()
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DOpensslLib.inf578 # 1296: Extended constant initialiser used

12