Home
last modified time | relevance | path

Searched defs:Leaf (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
DObservable.h178 // Protocol Definitions
179 //
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciUrb.c217 static UINT32 Leaf[32] = {0, 16, 8, 24, 4, 20, 12, 28, 2, 18, 10, 26, 6, 22, 14, 30, 1, 17, in OhciInitializeInterruptList() local
857 static UINT32 Leaf[] = {32,16,8,4,2,1}; in OhciFreeFixedIntMemory() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpytree.py351 class Leaf(Base): class