/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
D | utime.c | 57 const struct utimbuf *times in utime() argument 64 if (times == (struct utimbuf *) NULL) in utime() 67 tv[0].tv_sec = times->actime; in utime() 68 tv[1].tv_sec = times->modtime; in utime()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | utime.h | 62 int utime (const char *path, const struct utimbuf *times); 63 int utimes (const char *path, const struct timeval *times);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 51 def utime(path, times): argument 52 return os.utime(LongFilePath(path), times)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/ |
D | EfiSetMemSSE2.asm | 54 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 55 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/ |
D | memsetSSE2.asm | 59 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 60 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | faqw.py | 19 t1 = os.times() # If this doesn't work, just get rid of the timing code!
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/ |
D | SetMem.S | 59 pshuflw $0, %xmm0, %xmm0 # xmm0[0..63] <- Value repeats 8 times 60 movlhps %xmm0, %xmm0 # xmm0 <- Value repeats 16 times
|
D | SetMem.asm | 54 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 55 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
D | SetMem.nasm | 57 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 58 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/ |
D | SetMem.asm | 59 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 60 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
D | SetMem.nasm | 58 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 59 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/ |
D | memsetSSE2.asm | 60 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 61 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | pybench.py | 214 times = [] variable in Test 236 self.times = [] 335 self.times.append(eff_time) 370 runs = len(self.times) 373 min_time = min(self.times) 374 total_time = reduce(operator.add, self.times, 0.0)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | RShiftU64.c | 51 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched in RShiftU64()
|
D | LShiftU64.c | 54 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched in LShiftU64()
|
D | LShiftU64.asm | 58 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
|
D | RShiftU64.S | 58 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
|
D | RShiftU64.asm | 56 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
|
D | LShiftU64.S | 60 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | Gpt.S | 210 .byte 0x1 # Read blocks at a time (To be fixed each times) 212 .word 0x000 # Destination Address offset (To be fixed each times) 213 .word 0x000 # Destination Address segment (To be fixed each times) 215 .long 0x0,0x0 # Start LBA (To be fixed each times)
|
D | Gpt.asm | 208 db 01h ; Read blocks at a time (To be fixed each times) 210 dw 0000h ; Destination Address offset (To be fixed each times) 211 dw 0000h ; Destination Address segment (To be fixed each times) 213 dd 0h, 0h ; Start LBA (To be fixed each times)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
D | iobench.py | 247 start = os.times() 255 end = os.times()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | timesoftfloat.txt | 67 underflow tininess is detected, `timesoftfloat' times the function both with 70 also times the function for all three rounding precision modes, one after
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | profile.py | 101 def _get_time_times(timer=os.times): 180 self.timer = os.times
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | SysCalls.c | 1444 const struct timeval *times in utimes() argument 1447 return va_Utimes(path, times); in utimes()
|