Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 168) sorted by relevance

1234567

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_asynchat.py122 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/
Defi32.asm62 @@: ; loop through all IDT entries exception handlers a…
69loop @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…
Defi64.asm71 @@: ; loop through all IDT entries exception handlers a…
79loop @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…
Defi32.S60 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…
Defi64.S74 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/
Dtf_printf.c89 loop: in tf_printf()
121 goto loop; in tf_printf()
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DEfiLoadFv.cmm30 ; 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/
Dhashlib.py207 loop = 1
209 prev = prf(salt + struct.pack(b'>I', loop))
214 loop += 1
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
DNmakeSubdirs.bat20 :loop label
34 goto loop
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
Dccbench.py203 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/
DPageTables64.asm60 loop clearPageTablesMemoryLoop
85 loop pageTableEntriesLoop
/device/linaro/bootloader/edk2/BaseTools/
Dtoolsetup.bat33 :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/
Dfvp_helpers.S168 loop: label
171 b.gt loop
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiCopyMemSSE2.c89 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()
DPower10U64.c68 loop _Power10U64_Wend in Power10U64()
DEfiCopyMem.S104 jmp _StartByteCopy # back to top of loop
169 jmp _CopyRemainingBytes # back to top of loop
193 jmp _CopyOverlappedLoop # back to top of loop
DEfiCopyMem.c92 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()
DEfiCopyMem.asm102 jmp _StartByteCopy ; back to top of loop
167 jmp SHORT _CopyRemainingBytes ; back to top of loop
191 jmp _CopyOverlappedLoop ; back to top of loop
DPower10U64.asm76 loop _Power10U64_Wend
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DQsort.c132 loop: SWAPINIT(a, es); in qsort()
202 goto loop; in qsort()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/
DSetMem64.S42 loop L0
DSetMem64.asm46 loop @B
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
DSetMem64.S44 loop L0
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/Ia32/
DSetMem64.S43 loop L0
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/
DSetMem64.asm44 loop @B

1234567