Home
last modified time | relevance | path

Searched defs:times (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/x86/
Dhevc_idct.asm53 times 4 dw 80, 70 label
54 times 4 dw 57, 43 label
55 times 4 dw 25, 9 label
57 times 4 dw 87, 57 label
58 times 4 dw 9, -43 label
59 times 4 dw -80, -90 label
60 times 4 dw -70, -25 label
62 times 4 dw 80, 9 label
63 times 4 dw -70, -87 label
64 times 4 dw -25, 57 label
[all …]
Dvp9itxfm_16bpp.asm84 times 12 db 1 label
85 times 52 db 2 label
87 times 18 db 1 label
88 times 46 db 2 label
90 times 6 db 1 label
91 times 58 db 2 label
93 times 10 db 1 label
94 times 28 db 2 label
95 times 51 db 3 label
96 times 167 db 4 label
[all …]
Dvp9mc.asm31 times 16 db %1, %2 label
32 times 16 db %3, %4 label
33 times 16 db %5, %6 label
34 times 16 db %7, %8 label
38 times 8 dw %1 label
39 times 8 dw %2 label
40 times 8 dw %3 label
41 times 8 dw %4 label
42 times 8 dw %5 label
43 times 8 dw %6 label
[all …]
Dvp9itxfm.asm31 times 8 dw -%1, %2 label
33 times 8 dw %2, %1 label
37 times 8 dw -%2, -%1 label
40 times 8 dw -%2, %1 label
42 times 8 dw %1, %2 label
52 times 16 dw %1*2 label
78 times 4 dw 5283, 13377 label
80 times 4 dw 9929, 13377 label
82 times 4 dw 15212, -13377 label
84 times 4 dw 15212, 9929 label
[all …]
/third_party/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm53 times 1 << 14 db 15 label
54 times 1 << 13 db 14 label
55 times 1 << 12 db 13 label
56 times 1 << 11 db 12 label
57 times 1 << 10 db 11 label
58 times 1 << 9 db 10 label
59 times 1 << 8 db 9 label
60 times 1 << 7 db 8 label
61 times 1 << 6 db 7 label
62 times 1 << 5 db 6 label
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm53 times 1 << 14 db 15 label
54 times 1 << 13 db 14 label
55 times 1 << 12 db 13 label
56 times 1 << 11 db 12 label
57 times 1 << 10 db 11 label
58 times 1 << 9 db 10 label
59 times 1 << 8 db 9 label
60 times 1 << 7 db 8 label
61 times 1 << 6 db 7 label
62 times 1 << 5 db 6 label
[all …]
/third_party/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm52 times 1 << 14 db 15 label
53 times 1 << 13 db 14 label
54 times 1 << 12 db 13 label
55 times 1 << 11 db 12 label
56 times 1 << 10 db 11 label
57 times 1 << 9 db 10 label
58 times 1 << 8 db 9 label
59 times 1 << 7 db 8 label
60 times 1 << 6 db 7 label
61 times 1 << 5 db 6 label
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm52 times 1 << 14 db 15 label
53 times 1 << 13 db 14 label
54 times 1 << 12 db 13 label
55 times 1 << 11 db 12 label
56 times 1 << 10 db 11 label
57 times 1 << 9 db 10 label
58 times 1 << 8 db 9 label
59 times 1 << 7 db 8 label
60 times 1 << 6 db 7 label
61 times 1 << 5 db 6 label
[all …]
/third_party/rust/crates/rustix/tests/fs/
Dutimensat.rs23 let times = Timestamps { in test_utimensat() localVariable
75 let times = Timestamps { in test_utimensat_noent() localVariable
113 let times = Timestamps { in test_utimensat_notdir() localVariable
Dfutimens.rs17 let times = Timestamps { in test_futimens() localVariable
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp85 double midpoint(double *times, double i, int n) { in midpoint()
96 double medianof(double *times, int n, int type) { in medianof()
108 double qs(double *times, int n, double *q1, double *q2, double *q3) { in qs()
115 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { in uprv_getMeanTime()
201 double times[SAMPLES]; in uprv_getSieveTime() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dutimensat.c36 struct timespec times[] = {{.tv_sec = 0}, {.tv_sec = sec}}; in utimensat_0100() local
86 struct timespec times[] = {{.tv_sec = 0}, {.tv_sec = sec}}; in utimensat_time64_0100() local
/third_party/gn/src/gn/
Dfunction_write_file_unittest.cc95 struct timeval times[2] = {}; in TEST_F() local
100 struct timeval times[2] = {}; in TEST_F() local
/third_party/ltp/testcases/kernel/syscalls/futimesat/
Dfutimesat01.c59 int myfutimesat(int dirfd, const char *filename, struct timeval *times) in myfutimesat()
67 struct timeval times[2]; in main() local
/third_party/musl/porting/liteos_a/user/src/time/
Dtimes.c4 clock_t times(struct tms *tms) in times() function
Dutime.c7 int utime(const char *path, const struct utimbuf *times) in utime()
/third_party/musl/src/time/
Dtimes.c4 clock_t times(struct tms *tms) in times() function
Dutime.c6 int utime(const char *path, const struct utimbuf *times) in utime()
/third_party/ltp/testcases/kernel/syscalls/utime/
Dutime06.c60 static const struct utimbuf times; variable
69 const struct utimbuf *times; member
/third_party/rust/crates/nix/src/sys/
Dstat.rs365 let times: [libc::timeval; 2] = [*atime.as_ref(), *mtime.as_ref()]; in utimes() localVariable
397 let times: [libc::timeval; 2] = [*atime.as_ref(), *mtime.as_ref()]; in lutimes() localVariable
412 let times: [libc::timespec; 2] = [*atime.as_ref(), *mtime.as_ref()]; in futimens() localVariable
455 let times: [libc::timespec; 2] = [*atime.as_ref(), *mtime.as_ref()]; in utimensat() localVariable
/third_party/musl/src/legacy/
Dlutimes.c8 struct timespec times[2]; in lutimes() local
Dfutimes.c7 struct timespec times[2]; in futimes() local
/third_party/skia/docs/examples/
DPath_updateBoundsCache.cpp7 double times[2] = { 0, 0 }; in draw() local
/third_party/flutter/skia/docs/examples/
DPath_updateBoundsCache.cpp7 double times[2] = { 0, 0 }; in draw() local
/third_party/node/deps/npm/node_modules/JSONStream/test/
Dparsejson.js11 , times = 20 variable

123456