Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtQemuKernel.dsc140 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
DArmVirtQemu.dsc140 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt25 #261. (Changed in MR19) Defer token fetch for C++ mode
27 Item #216 has been revised to indicate that use of the defer fetch
665 interactive lexer option (except, perhaps, when using the deferred fetch
672 #216. (Changed in MR19) Defer token fetch for C++ mode
685 ZZDEFER_FETCH defined, the fetch of new tokens by consume() is deferred
692 routines will defeat the effort to defer the fetch because the
DCHANGES_SUMMARY.txt43 #216. Defer token fetch for C++ mode
46 ZZDEFER_FETCH defined, the fetch of new tokens by consume() is deferred
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt192 indicates a base value and a number of bits to fetch after the code that is
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dalgorithm.txt192 indicates a base value and a number of bits to fetch after the code that is
/device/generic/opengl-transport/host/commands/emugen/
DREADME176 the encoder context. For example, such callback could fetch the
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt690 #261. (Changed in MR23) Defer token fetch for C++ mode
692 Item #216 has been revised to indicate that use of the defer fetch
1341 interactive lexer option (except, perhaps, when using the deferred fetch
1348 #216. (Changed in MR19) Defer token fetch for C++ mode
1361 ZZDEFER_FETCH defined, the fetch of new tokens by consume() is deferred
1368 routines will defeat the effort to defer the fetch because the
DCHANGES_SUMMARY.txt43 #216. Defer token fetch for C++ mode
46 ZZDEFER_FETCH defined, the fetch of new tokens by consume() is deferred
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-update.rst79 platform, which BL1 uses to fetch an image descriptor (``image_desc_t``) via a
Dporting-guide.rst315 BL2U image identifier, used by BL1 to fetch an image descriptor
323 SCP\_BL2U image identifier, used by BL1 to fetch an image descriptor
338 NS\_BL1U image identifier, used by BL1 to fetch an image descriptor
352 NS\_BL2U image identifier, used by BL1 to fetch an image descriptor
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimaplib.py432 def fetch(self, message_set, message_parts): member in IMAP4