/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | CommentParsing.py | 404 for Mod in GetSplitValueList(SupMode, TAB_SPACE_SPLIT): 405 if not Mod: 407 elif Mod not in SUP_MODULE_LIST: 410 ST.WRN_INVALID_MODULE_TYPE%Mod, 414 SupModuleList.append(Mod)
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecImpl.c | 47 UINT8 Mod; in IpSecValidAddressRange() local 64 Mod = (UINT8) (PrefixLength % 8); in IpSecValidAddressRange() 71 if (Mod > 0) { in IpSecValidAddressRange() 72 Mask = (UINT8) (0xFF << (8 - Mod)); in IpSecValidAddressRange() 112 UINT8 Mod; in IpSecExtractAddressRange() local 121 Mod = (UINT8) (PrefixLength % 8); in IpSecExtractAddressRange() 129 if (Mod > 0) { in IpSecExtractAddressRange() 130 Mask = (UINT8) (0xFF << (8 - Mod)); in IpSecExtractAddressRange()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | ast.txt | 78 Mod: (left, right)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/ |
D | FrontPageStrings.uni | 36 … #language fr-FR "Demander le Modèle d'Ordinateur 1000Z A Fabriqué par Intel®"
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | FrontPageStrings.uni | 36 … #language fr-FR "Demander le Modèle d'Ordinateur 1000Z A Fabriqué par Intel®"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | Python.asdl | 94 operator = Add | Sub | Mult | Div | Mod | Pow | LShift
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | build.py | 410 … Dependency.extend([ModuleMakeUnit(Mod, Target) for Mod in self.BuildObject.ModuleAutoGenList]) 976 for Mod in AutoGenObject.ModuleBuildDirectoryList: 977 … NewBuildCommand = BuildCommand + ['-f', os.path.normpath(os.path.join(Mod, makefile)), 'pbuild'] 993 for Mod in AutoGenObject.ModuleBuildDirectoryList: 994 ModMakefile = os.path.normpath(os.path.join(Mod, makefile))
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | CommonXml.py | 96 …[Mod for Mod in GetSplitValueList(XmlAttribute(Item, 'SupModList'), DataType.TAB_SPACE_SPLIT) if M…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | Python-ast.h | 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enumerator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enumerator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ast.c | 356 return Mod; in get_operator() 503 return Mod; in ast_for_augassign()
|
D | compile.c | 2241 case Mod: in binop() 2308 case Mod: in inplace_binop()
|
D | Python-ast.c | 3032 case Mod: in ast2obj_operator() 6017 *out = Mod; in obj2ast_operator()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ast.c | 356 return Mod; in get_operator() 503 return Mod; in ast_for_augassign()
|
D | compile.c | 2261 case Mod: in binop() 2328 case Mod: in inplace_binop()
|
D | Python-ast.c | 3049 case Mod: in ast2obj_operator() 6034 *out = Mod; in obj2ast_operator()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | ast.py | 938 class Mod(Node): class
|
D | transformer.py | 704 node = Mod([node, right])
|