/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_asynchat.py | 122 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 153 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 174 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 186 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 196 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 207 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 219 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | efi32.asm | 62 @@: ; loop through all IDT entries exception handlers a… 69 …loop @b ; loop back through again until all descriptors are in… 75 ;@@: ; loop through all IDT entries exception handlers … 81 ; loop @b ; loop back through again until all descriptors ar…
|
D | efi64.asm | 71 @@: ; loop through all IDT entries exception handlers a… 79 …loop @b ; loop back through again until all descriptors are in… 85 ;@@: ; loop through all IDT entries exception handlers … 92 ; loop @b ; loop back through again until all descriptors ar…
|
D | efi32.S | 60 LOOP_1: # loop through all IDT entries exception handlers a… 67 …loopl LOOP_1 # loop back through again until all descriptors are… 73 #@@: ; loop through all IDT entries exception handlers … 79 # loop @b ; loop back through again until all descriptors ar…
|
D | efi64.S | 74 LOOP_1: # loop through all IDT entries exception handlers a… 82 …loopl LOOP_1 # loop back through again until all descriptors are in… 88 #@@: ; loop through all IDT entries exception handlers … 95 # loop @b ; loop back through again until all descriptors ar…
|
/device/linaro/bootloader/arm-trusted-firmware/common/ |
D | tf_printf.c | 89 loop: in tf_printf() 121 goto loop; in tf_printf()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/ |
D | EfiLoadFv.cmm | 30 ; loop through ffs files 58 ) ; end fv ffs loop 80 ; loop through sections in file 101 ) ; end section loop
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | hashlib.py | 207 loop = 1 209 prev = prf(salt + struct.pack(b'>I', loop)) 214 loop += 1
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/ |
D | NmakeSubdirs.bat | 20 :loop label 34 goto loop
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
D | ccbench.py | 203 loop = TimedLoop(func, args) 210 results.append(loop(start_time, THROUGHPUT_DURATION, 226 results.append(loop(start_time, THROUGHPUT_DURATION, 321 loop = TimedLoop(func, args) 332 loop(start_time, duration * 1.5, end_event, do_yield=False) 452 loop = TimedLoop(func, args) 463 loop(start_time, duration * 1.5, end_event, do_yield=False)
|
/device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/ |
D | PageTables64.asm | 60 loop clearPageTablesMemoryLoop 85 loop pageTableEntriesLoop
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | toolsetup.bat | 33 :loop label 38 goto loop 43 goto loop 48 goto loop 53 goto loop 60 goto loop 65 goto loop 77 goto loop
|
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/aarch64/ |
D | fvp_helpers.S | 168 loop: label 171 b.gt loop
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiCopyMemSSE2.c | 89 jmp _StartByteCopy ; back to top of loop in EfiCommonLibCopyMem() 141 jmp SHORT _CopyRemainingBytes ; back to top of loop in EfiCommonLibCopyMem() local 165 jmp _CopyOverlappedLoop ; back to top of loop in EfiCommonLibCopyMem()
|
D | Power10U64.c | 68 loop _Power10U64_Wend in Power10U64()
|
D | EfiCopyMem.S | 104 jmp _StartByteCopy # back to top of loop 169 jmp _CopyRemainingBytes # back to top of loop 193 jmp _CopyOverlappedLoop # back to top of loop
|
D | EfiCopyMem.c | 92 jmp _StartByteCopy ; back to top of loop in EfiCommonLibCopyMem() 157 jmp SHORT _CopyRemainingBytes ; back to top of loop in EfiCommonLibCopyMem() local 181 jmp _CopyOverlappedLoop ; back to top of loop in EfiCommonLibCopyMem()
|
D | EfiCopyMem.asm | 102 jmp _StartByteCopy ; back to top of loop 167 jmp SHORT _CopyRemainingBytes ; back to top of loop 191 jmp _CopyOverlappedLoop ; back to top of loop
|
D | Power10U64.asm | 76 loop _Power10U64_Wend
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Qsort.c | 132 loop: SWAPINIT(a, es); in qsort() 202 goto loop; in qsort()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/ |
D | SetMem64.S | 42 loop L0
|
D | SetMem64.asm | 46 loop @B
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/ |
D | SetMem64.S | 44 loop L0
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/Ia32/ |
D | SetMem64.S | 43 loop L0
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ |
D | SetMem64.asm | 44 loop @B
|