Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 67) sorted by relevance

123

/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Dutime.c57 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/
Dutime.h62 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/
DLongFilePathOs.py51 def utime(path, times): argument
52 return os.utime(LongFilePath(path), times)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
DEfiSetMemSSE2.asm54 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/
DmemsetSSE2.asm59 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/
Dfaqw.py19 t1 = os.times() # If this doesn't work, just get rid of the timing code!
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
DSetMem.S59 pshuflw $0, %xmm0, %xmm0 # xmm0[0..63] <- Value repeats 8 times
60 movlhps %xmm0, %xmm0 # xmm0 <- Value repeats 16 times
DSetMem.asm54 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times
55 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
DSetMem.nasm57 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/
DSetMem.asm59 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times
60 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
DSetMem.nasm58 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/
DmemsetSSE2.asm60 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/
Dpybench.py214 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/
DRShiftU64.c51 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched in RShiftU64()
DLShiftU64.c54 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched in LShiftU64()
DLShiftU64.asm58 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
DRShiftU64.S58 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
DRShiftU64.asm56 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
DLShiftU64.S60 # 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/
DGpt.S210 .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)
DGpt.asm208 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/
Diobench.py247 start = os.times()
255 end = os.times()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dtimesoftfloat.txt67 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/
Dprofile.py101 def _get_time_times(timer=os.times):
180 self.timer = os.times
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c1444 const struct timeval *times in utimes() argument
1447 return va_Utimes(path, times); in utimes()

123