Searched refs:times (Results 126 - 150 of 183) sorted by relevance

12345678

/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_sse2.asm1103 times 16 db 128
1105 times 4 dw 4
1108 times 8 dw 8
1111 times 8 dw 0x400
1114 times 8 db 0
1115 times 8 db 1
H A Dloopfilter_sse2.asm1613 times 16 db 0xfe
1616 times 16 db 0x80
1619 times 16 db 0x01
1622 times 16 db 0x03
1625 times 16 db 0x04
1628 times 8 dw 0x0001
1631 times 8 dw 0x0900
1634 times 8 dw 0x003f
1637 times 16 db 0xe0
1640 times 1
[all...]
H A Dvp8_loopfilter_mmx.asm1726 times 8 db 0xfe
1729 times 8 db 0x80
1732 times 8 db 0x01
1735 times 8 db 0x03
1738 times 8 db 0x04
1741 times 4 dw 0x0001
1744 times 4 dw 0x1b00
1747 times 4 dw 0x1200
1750 times 4 dw 0x0900
1753 times
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp556 UDate times[] = { local
568 for (int i = 0; times[i] != 0; i++) {
570 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
574 ny->getOffset(times[i], FALSE, offset2, dst2, status);
583 if (rbtz->inDaylightTime(times[i], status) != ny->inDaylightTime(times[i], status)) {
2106 // Get test times
2107 UDate times[sizeof(TestDates) / (3 * sizeof(int32_t))]; local
2120 times[i] = cal.getTime(status);
2138 vtz->getOffset(times[
[all...]
H A Ddtfmttst.cpp2201 const UnicodeString times[] = { local
2205 int32_t times_length = sizeof(times)/sizeof(times[0]);
2207 UDate d = univ.parse(times[i], status);
2235 // generic times should parse the same no matter what the placement of the time zone string
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp739 // Create an array of transition times
741 UDate* times = (UDate*)uprv_malloc(sizeof(UDate) * size);
742 if (times == NULL) {
748 times[i] = parseDateTimeString(*datestr, fromOffset, status);
750 uprv_free(times);
755 times, size, DateTimeRule::UTC_TIME);
756 uprv_free(times);
2255 * Write start times defined by a DOM rule using VTIMEZONE RRULE
2289 * Write start times defined by a DOW rule using VTIMEZONE RRULE
2325 * Write start times define
[all...]
/external/libyuv/files/unit_test/
H A Dplanar_test.cc334 for (int times = 0; times < benchmark_iterations_; ++times) { \
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as215 // add v n times to data
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex211 inter-IO times.}
309 in additional real replay time, thus yielding less accurate replay times.
319 yield more accurate replay times.
460 This option requires a single parameter which specifies the number of times
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3_x86_64.asm16 pw_1: times 8 dw 1
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dquantize_ssse3_x86_64.asm14 pw_1: times 8 dw 1
/external/toybox/toys/pending/
H A Dtar.c446 struct timeval times[2] = {{file_hdr->mtime, 0},{file_hdr->mtime, 0}}; local
447 utimes(file_hdr->name, times);
/external/valgrind/none/tests/
H A Dcmdline1.stdout.exp70 of path prefixes. Use this flag multiple times
H A Dcmdline2.stdout.exp70 of path prefixes. Use this flag multiple times
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm692 times 8 dw 0x04
694 times 4 dd 8
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dintrapred_neon_asm.asm434 ; Process 8 rows in each single loop and loop 2 times to process 16 rows.
530 ; Process 8 rows in each single loop and loop 4 times to process 32 rows.
/external/webrtc/src/common_audio/signal_processing/include/
H A Dsignal_processing_library.h186 int times);
681 // # of times specified by the |times| parameter, the 32-bit addition will not
687 // - times : Number of additions to be performed
/external/libvorbis/doc/
H A D05-comment.tex52 4) iterate [user_comment_list_length] times {
/external/mksh/src/
H A Dmisc.c27 #include <sys/times.h>
807 /* matches one or more times */
809 /* matches zero or more times */
2101 if (/* ru == NULL || */ times(&tms) == (clock_t)-1)
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h930 #define __sanitizer_syscall_pre_utime(filename, times) \
931 __sanitizer_syscall_pre_impl_utime((long)(filename), (long)(times))
932 #define __sanitizer_syscall_post_utime(res, filename, times) \
933 __sanitizer_syscall_post_impl_utime(res, (long)(filename), (long)(times))
2516 void __sanitizer_syscall_pre_impl_utime(long filename, long times);
2517 void __sanitizer_syscall_post_impl_utime(long res, long filename, long times);
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm715 times ((last_branch_adr-$)>>31)+1 rep ; times 1 iff $ != last_branch_adr.
717 times ((last_branch_adr-$)>>31)+1 rep
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c1475 Call UPDATE_HASH() MIN_MATCH-3 more times
1698 Call UPDATE_HASH() MIN_MATCH-3 more times
1881 /* See how many times the previous byte repeats */
/external/zlib/src/
H A Ddeflate.c1476 Call UPDATE_HASH() MIN_MATCH-3 more times
1699 Call UPDATE_HASH() MIN_MATCH-3 more times
1882 /* See how many times the previous byte repeats */
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java644 final String[] times = { "2004 01 02 03:04 PST", "2004 07 08 09:10 PDT" };
645 for (int i = 0; i < times.length; ++i) {
647 Date d = univ.parse(times[i]);
673 errln("univ could not parse: " + times[i]);
680 // generic times should parse the same no matter what the placement of the time zone string
681 // should work for standard and daylight times
/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp259 TLI.setUnavailable(LibFunc::times);

Completed in 948 milliseconds

12345678