Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 25 of 57) sorted by relevance

123

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Option.c40 UINT32 Point; in Ip4OptionIsValid() local
58 Point = Option[Cur + 2]; in Ip4OptionIsValid()
67 if ((Point > Len + 1) || (Point % 4 != 0)) { in Ip4OptionIsValid()
77 ((Rcvd && (Point != Len + 1)) || (!Rcvd && (Point != 4)))) { in Ip4OptionIsValid()
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/
DBasePeCoffGetEntryPointLib.uni2 // PE/COFF Entry Point Library implementation.
4 // PE/COFF Entry Point Library implementation.
18 #string STR_MODULE_ABSTRACT #language en-US "PE/COFF Entry Point Library implementation"
20 #string STR_MODULE_DESCRIPTION #language en-US "PE/COFF Entry Point Library implementation…
DBasePeCoffGetEntryPointLib.inf2 # PE/COFF Entry Point Library implementation.
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
D98_LINK.ASL78 // Point to specific byte.
95 // Point to the specific byte passed in
150 // Point to specific byte.
167 // Point to the specific byte passed in.
222 // Point to specific byte.
239 // Point to the specific byte passed in.
294 // Point to specific byte.
311 // Point to the specific byte passed in.
366 // Point to specific byte.
383 // Point to the specific byte passed in
[all …]
DGloblNvs.asl50 ACTT, 8, // (20) Active Trip Point
51 PSVT, 8, // (21) Passive Trip Point
52 TC1V, 8, // (22) Passive Trip Point TC1 Value
53 TC2V, 8, // (23) Passive Trip Point TC2 Value
54 TSPV, 8, // (24) Passive Trip Point TSP Value
55 CRTT, 8, // (25) Critical Trip Point
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_collections.py23 Point = namedtuple('Point', 'x y')
24 self.assertEqual(Point.__name__, 'Point')
25 self.assertEqual(Point.__slots__, ())
26 self.assertEqual(Point.__module__, __name__)
27 self.assertEqual(Point.__getitem__, tuple.__getitem__)
28 self.assertEqual(Point._fields, ('x', 'y'))
48 self.assertRaises(TypeError, Point._make, [11]) # catch too few args
49 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args
54 Point = namedtuple('Point', 'x y')
55 self.assertEqual(Point.__doc__, 'Point(x, y)')
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcollections.py637 Point = namedtuple('Point', 'x, y', True) variable
638 p = Point(x=10, y=20)
642 class Point(namedtuple('Point', 'x y')): class
650 for p in Point(3, 4), Point(14, 5/7.):
653 class Point(namedtuple('Point', 'x y')): class
660 print Point(11, 22)._replace(x=100)
662 Point3D = namedtuple('Point3D', Point._fields + ('z',))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcollections.py700 Point = namedtuple('Point', 'x, y', True) variable
701 p = Point(x=10, y=20)
705 class Point(namedtuple('Point', 'x y')): class
713 for p in Point(3, 4), Point(14, 5/7.):
716 class Point(namedtuple('Point', 'x y')): class
723 print Point(11, 22)._replace(x=100)
725 Point3D = namedtuple('Point3D', Point._fields + ('z',))
/device/linaro/bootloader/edk2/MdePkg/Library/UefiSalLib/
DUefiSalLib.uni4 // This instance of SAL library retrieves the SAL Entry Point from the SAL System Table
21 … #language en-US "This instance of SAL library retrieves the SAL Entry Point from the SAL Syste…
DUefiSalLib.inf4 # This instance of SAL library retrieves the SAL Entry Point from the SAL System Table
/device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreHobLib/
DDxeCoreHobLib.uni5 // Uses gHobList defined in the DXE Core Entry Point Library.
21 … DXE Core. Does not have a constructor. Uses gHobList defined in the DXE Core Entry Point Library."
DDxeCoreHobLib.inf5 # Uses gHobList defined in the DXE Core Entry Point Library.
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPalLib/
DUefiPalLib.uni4 // This instance of PAL library retrieves the PAL Entry Point from the SAL System Table
21 … #language en-US "This instance of PAL library retrieves the PAL Entry Point from the SAL Syste…
DUefiPalLib.inf4 # This instance of PAL library retrieves the PAL Entry Point from the SAL System Table
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPalLib/
DPeiPalLib.uni5 // Entry Point and layers on top of AsmPalCall() in the Base Library
21 … en-US "Instance of PAL Library that uses a PPI to retrieve the PAL Entry Point and layers on top …
DPeiPalLib.inf5 # Entry Point and layers on top of AsmPalCall() in the Base Library
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymactoolbox.h45 int PyMac_GetPoint(PyObject *, Point *); /* argument parser for Point */
46 PyObject *PyMac_BuildPoint(Point); /* Convert Point to PyObject */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymactoolbox.h45 int PyMac_GetPoint(PyObject *, Point *); /* argument parser for Point */
46 PyObject *PyMac_BuildPoint(Point); /* Convert Point to PyObject */
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl199 // Point to Status DWORD in the Arg3 buffer (STATUS)
203 // Point to Caps DWORDs of the Arg3 buffer (CAPABILITIES)
269 // Point to Status DWORD in the Arg0 buffer (STATUS)
272 // Point to Caps DWORDs of the Arg0 buffer (CAPABILITIES)
402 // Point to Status DWORD in the Arg0 buffer (STATUS)
406 // Point to Caps DWORDs of the Arg0 buffer (CAPABILITIES)
545 // Point to Status DWORD in the Arg0 buffer (STATUS)
549 // Point to Caps DWORDs of the Arg0 buffer (CAPABILITIES)
688 // Point to Status DWORD in the Arg0 buffer (STATUS)
692 // Point to Caps DWORDs of the Arg0 buffer (CAPABILITIES)
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbDesc.c672 UINT16 *Point; in UsbBuildLangTable() local
693 Point = Desc->String; in UsbBuildLangTable()
695 UsbDev->LangId[Index] = *Point; in UsbBuildLangTable()
696 Point++; in UsbBuildLangTable()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DDxeSmmDriverEntryPoint.uni18 #string STR_MODULE_ABSTRACT #language en-US "SMM Driver Entry Point Library"
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/RecoveryOemHookLib/
DRecoveryOemHookLib.inf2 # Library Hook Point functions for Intel QNC.
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/
DSec.inf2 # Entry Point of Emu Emulator
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
DProcessorAsms.S141 # Nothing. Goes to the Entry Point passing in the new parameters
179 # Nothing. Goes to the Entry Point passing in the new parameters
/device/linaro/bootloader/edk2/OvmfPkg/Sec/Ia32/
DSecEntry.nasm25 ; SecCore Entry Point

123