/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | ccompiler.py | 156 self.macros = [] 220 for defn in self.macros: 256 del self.macros[i] 259 self.macros.append (defn) 274 del self.macros[i] 277 self.macros.append (undefn) 373 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument 381 if macros is None: 382 macros = self.macros 383 elif isinstance(macros, list): [all …]
|
D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 85 macros, objects, extra_postargs, pp_opts, build = \ 86 self._setup_compile(output_dir, macros, include_dirs, sources, 365 macros=None, argument 370 (_, macros, include_dirs) = \ 371 self._fix_compile_args(None, macros, include_dirs) 372 pp_opts = gen_preprocess_options(macros, include_dirs)
|
D | unixccompiler.py | 146 output_file=None, macros=None, include_dirs=None, argument 148 ignore, macros, include_dirs = \ 149 self._fix_compile_args(None, macros, include_dirs) 150 pp_opts = gen_preprocess_options(macros, include_dirs)
|
D | msvccompiler.py | 110 self.macros = {} 117 self.macros["$(%s)" % macro] = d[key] 146 self.macros["$(FrameworkVersion)"] = d["version"] 149 for k, v in self.macros.items(): 350 output_dir=None, macros=None, include_dirs=None, debug=0, argument 354 macros, objects, extra_postargs, pp_opts, build = \ 355 self._setup_compile(output_dir, macros, include_dirs, sources,
|
D | msvc9compiler.py | 129 self.macros = {} 134 self.macros["$(%s)" % macro] = Reg.get_value(path, key) 165 self.macros["$(FrameworkVersion)"] = d["version"] 168 for k, v in self.macros.items(): 469 output_dir=None, macros=None, include_dirs=None, debug=0, argument 474 compile_info = self._setup_compile(output_dir, macros, include_dirs, 476 macros, objects, extra_postargs, pp_opts, build = compile_info
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | netrc.py | 30 self.macros = {} 56 self.macros[entryname] = [] 63 self.macros[entryname].append(line) 114 for macro in self.macros.keys(): 116 for line in self.macros[macro]:
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | README | 14 The driver requires that following macros are defined in the variant.h 25 * Define platform/variant dependent LPS22HB device macros 32 If these macros are not defined in the current variant the driver forces a compilation
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | UefiLib.uni | 4 // The UEFI Library provides functions and macros that simplify the development of 5 // UEFI Drivers and UEFI Applications. These functions and macros help manage EFI 24 …y provides functions and macros that simplify the development of UEFI Drivers and UEFI Application…
|
D | UefiLib.inf | 4 # The UEFI Library provides functions and macros that simplify the development of 5 # UEFI Drivers and UEFI Applications. These functions and macros help manage EFI
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 15 The driver requires that following macros are defined in the variant.h 25 * Define platform/variant dependent HTS221 device macros 33 If these macros are not defined in the current variant the driver forces a compilation
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/ |
D | CommonTools.env | 107 # Specify the path and macros for ASL tools 121 # Specify the path and macros for IA32 tools 129 # appropriate in the processor architecture specific macros (xxx_ARCH_FLAGS) or 130 # in the platform specific macros (xxx_PROJ_FLAGS) 159 # macros, xxx_STD_FLAGS defined above. Platform specific macros belong in the 160 # PlatformTools.env file in macros named xxx_PROJ_FLAGS. 205 # Specify the path and macros for the X64 (also called x86-64, EM64T, AMD64) tools 213 # appropriate in the processor architecture specific macros (xxx_ARCH_FLAGS) or 214 # in the platform specific macros (xxx_PROJ_FLAGS) 229 # macros, xxx_STD_FLAGS defined above. Platform specific macros belong in the [all …]
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | README | 14 The driver requires that following macros are defined in the variant.h 20 If these macros are not defined in the current variant the driver forces a 35 * Define platform/variant dependent ISL29034 device macros
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 17 The driver requires that following macros are defined in the variant.h 35 * Define platform/variant dependent ST_ACC44 device macros 53 If these macros are not defined in the current variant the driver forces a compilation
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 18 The driver requires that following macros are defined in the variant.h 44 * Define platform/variant dependent ST_MAG40 device macros 58 If these macros are not defined in the current variant the driver forces a compilation
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | build_clib.py | 196 macros = build_info.get('macros') 200 macros=macros,
|
D | build_ext.py | 404 macros = build_info.get('macros') 405 if macros: 408 for macro in macros: 489 macros = ext.define_macros[:] 491 macros.append((undef,)) 495 macros=macros,
|
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
D | Llvm_int_lib.h | 98 #error COUNT_LEADING_ZEROS() and COUNT_TRAILING_ZEROS() macros not ported to your compiler
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/ |
D | Port80Debug.asm | 3 ; Port 0x80 debug support macros
|
D | CommonMacros.inc | 3 ; Common macros used in the ResetVector VTF module.
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat-source.txt | 67 softfloat/bits*/softfloat-macros 74 Processor-Specific Optimization of `softfloat.c' Using `softfloat-macros' 170 of various sizes, and also defines certain C preprocessor macros that 244 softfloat/bits*/softfloat-macros 253 _Processor-Specific_Optimization_of_`softfloat.c'_Using_`softfloat-macros'_ 272 softfloat/bits*/softfloat-macros 358 Processor-Specific Optimization of `softfloat.c' Using `softfloat-macros' 360 The `softfloat-macros' source fragment defines arithmetic functions used 368 `softfloat-macros' uses four multiplies to achieve the same result. 370 To address these shortcomings, a customized version of `softfloat-macros'
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/ |
D | SaveRestoreSseNasm.inc | 23 ; Define SSE macros using SSE 4.1 instructions 37 ; Define SSE macros using SSE 2 instructions
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_netrc.py | 39 self.assertEqual(nrc.macros, {'macro1': ['line1\n', 'line2\n'],
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
D | SaveRestoreSse.inc | 23 ; Define SSE macros using SSE 4.1 instructions 34 ; Define SSE macros using SSE 2 instructions
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | README.txt | 39 must be 0 or 1 to tell the cpp macros in stringlib code if the object
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | README.txt | 39 must be 0 or 1 to tell the cpp macros in stringlib code if the object
|