/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/ |
D | README.tcltk-AMD64 | 14 ..\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/ |
D | common_config.mk | 56 -fsingle-precision-constant \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | peephole.c | 39 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()
|
D | compile.c | 1612 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/ |
D | peephole.c | 39 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()
|
D | compile.c | 1589 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/ |
D | cortexm4.mk | 20 …p -mfpu=fpv4-sp-d16 -mno-thumb-interwork -ffast-math -fsingle-precision-constant -DARM -DUSE_NANOH…
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
D | PeiTscTimerLib.inf | 10 # The invariant TSC runs at a constant rate in all ACPI P-, C-. and T-states.
|
D | BaseTscTimerLib.inf | 13 # The invariant TSC runs at a constant rate in all ACPI P-, C-. and T-states.
|
D | DxeTscTimerLib.inf | 10 # The invariant TSC runs at a constant rate in all ACPI P-, C-. and T-states.
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | GccBase.lds | 35 * The contents of AutoGen.c files are constant from the POV of the program,
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | Thunk16.asm | 61 ; These are global constant to convey information to C code.
|
D | Thunk16.nasm | 59 ; These are global constant to convey information to C code.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | Thunk16.asm | 60 ; These are global constant to convey information to C code.
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | DecomprScratchEnd.fdf.inc | 55 # LzmaCustomDecompressLib uses a constant scratch buffer size of 64KB; see
|
/device/google/contexthub/firmware/app/ |
D | app.mk | 151 CFLAGS += -fsingle-precision-constant
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | C.g | 434 | constant 438 constant
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 49 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/ |
D | porting-guide.rst | 134 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 …]
|
D | platform-migration-guide.rst | 384 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/ |
D | test_import.py | 356 self.assertEqual(mod.constant.co_filename, foreign_code.co_filename)
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | Thunk16.nasm | 57 ; These are global constant to convey information to C code.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _json.c | 1263 _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.c | 1240 _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/ |
D | OpensslLib.inf | 578 # 1296: Extended constant initialiser used
|