Searched refs:times (Results 251 - 275 of 389) sorted by relevance

<<111213141516

/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djdsammmx.asm29 PW_ONE times 4 dw 1
30 PW_TWO times 4 dw 2
31 PW_THREE times 4 dw 3
32 PW_SEVEN times 4 dw 7
33 PW_EIGHT times 4 dw 8
H A Djdsamss2-64.asm30 PW_ONE times 8 dw 1
31 PW_TWO times 8 dw 2
32 PW_THREE times 8 dw 3
33 PW_SEVEN times 8 dw 7
34 PW_EIGHT times 8 dw 8
H A Djdsamss2.asm29 PW_ONE times 8 dw 1
30 PW_TWO times 8 dw 2
31 PW_THREE times 8 dw 3
32 PW_SEVEN times 8 dw 7
33 PW_EIGHT times 8 dw 8
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp154 * This class draws multiple times with different workload sizes (set
284 vector<float> times = frameTimes; local
285 std::sort(times.begin(), times.end());
286 return times.size() % 2 == 0 ?
287 (times[times.size()/2-1] + times[times.size()/2])*0.5f :
288 times[time
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp154 * This class draws multiple times with different workload sizes (set
284 vector<float> times = frameTimes; local
285 std::sort(times.begin(), times.end());
286 return times.size() % 2 == 0 ?
287 (times[times.size()/2-1] + times[times.size()/2])*0.5f :
288 times[time
[all...]
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_32.asm59 ; unroll four times
139 ; unroll four times
210 ; unroll four times
300 .L4: ; unroll 4 times
397 .L4: ; unroll 4 times
H A Dx86p_16.asm183 ; unroll four times
417 ; unroll 4 times
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm702 times 8 dw 0x0004
705 times 8 dw 0x8A8C
708 times 8 dw 0x4E7B
H A Dpostproc_sse2.asm157 ; dup the first byte into the left border 8 times
498 ; dup the first byte into the left border 8 times
723 times 4 dd 8
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
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm702 times 8 dw 0x0004
705 times 8 dw 0x8A8C
708 times 8 dw 0x4E7B
H A Dpostproc_sse2.asm157 ; dup the first byte into the left border 8 times
498 ; dup the first byte into the left border 8 times
723 times 4 dd 8
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c30 #include <sys/times.h>
305 gki_cb.com.OSTicks = (UINT32) times(0);
/external/chromium_org/build/android/pylib/utils/
H A Djson_results_generator.py147 TIMES = 'times'
219 times = TestTimingsTrie(self._test_results_map.values())
221 WriteJSON(times, file_path)
/external/chromium_org/components/sync_driver/
H A Dsync_prefs.cc385 void SyncPrefs::SetRemainingRollbackTries(int times) { argument
386 pref_service_->SetInteger(prefs::kSyncRemainingRollbackTries, times);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_glibc.cc361 int WRAP(utimes)(const char *filename, const struct timeval *times) {
362 ERRNO_RTN(ki_utimes(filename, times));
H A Dkernel_proxy.cc679 int KernelProxy::futimens(int fd, const struct timespec times[2]) { argument
687 error = handle->node()->Futimens(times);
885 int KernelProxy::utimens(const char* path, const struct timespec times[2]) { argument
890 int result = futimens(fd, times);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c157 gki_cb.com.OSTicks = (UINT32) times(0);
1061 gki_cb.com.OSTicks = times(0);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c154 gki_cb.com.OSTicks = (UINT32) times(0);
1038 gki_cb.com.OSTicks = times(0);
/external/libpng/
H A Dpng.c3168 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, argument
3171 /* Return a * times / divisor, rounded. */
3174 if (a == 0 || times == 0)
3183 r *= times;
3203 if (times < 0)
3204 negative = !negative, T = -times;
3206 T = times;
3218 /* Can't overflow because the a*times bit is only 30
3287 png_muldiv_warn(png_const_structrp png_ptr, png_fixed_point a, png_int_32 times, argument
3292 if (png_muldiv(&result, a, times, diviso
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java1219 * @param times number of indents to write
1222 private void writeIndent(int times) throws IOException argument
1224 for (int i = options.getBaseIndent() + times; i > 0; i--)
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h634 /// clock_t times(struct tms *buffer);
635 times, enumerator in enum:llvm::LibFunc::Func
656 /// int utime(const char *path, const struct utimbuf *times);
658 /// int utimes(const char *path, const struct timeval times[2]);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1464 int32_t times = 20; local
1480 doYEAR_WOYLoop(cal, sdf, times, status);
1481 //loop_addroll(cal, /*sdf,*/ times, UCAL_YEAR_WOY, UCAL_YEAR, status);
1483 loop_addroll(cal, /*sdf,*/ times, UCAL_DOW_LOCAL, UCAL_DAY_OF_WEEK, status);
1488 doYEAR_WOYLoop(cal, sdf, times, status);
1489 //loop_addroll(cal, /*sdf,*/ times, UCAL_YEAR_WOY, UCAL_YEAR, status);
1491 loop_addroll(cal, /*sdf,*/ times, UCAL_DOW_LOCAL, UCAL_DAY_OF_WEEK, status);
1496 doYEAR_WOYLoop(cal, sdf, times, status);
1497 //loop_addroll(cal, /*sdf,*/ times, Calendar::YEAR_WOY, Calendar::YEAR, status);
1499 loop_addroll(cal, /*sdf,*/ times, UCAL_DOW_LOCA
1576 loop_addroll(Calendar *cal, int times, UCalendarDateFields field, UCalendarDateFields field2, UErrorCode& errorCode) argument
1621 doYEAR_WOYLoop(Calendar *cal, SimpleDateFormat *sdf, int32_t times, UErrorCode& errorCode) argument
[all...]
/external/chromium_org/tools/
H A Dbisect-builds.py562 # Run the build as many times as specified.
697 @param num_runs Number of times to run each build for asking good/bad.
1042 parser.add_option('-t', '--times',
1045 help='Number of times to run each build before asking '
1129 if opts.times < 1:
1130 print('Number of times to run (%d) must be greater than or equal to 1.' %
1131 opts.times)
1146 context, opts.times, opts.command, args, opts.profile,
/external/chromium_org/ui/file_manager/gallery/js/
H A Dslide_mode.js736 var times = values[SlideMode.OVERWRITE_BUBBLE_KEY] || 0;
737 if (times < SlideMode.OVERWRITE_BUBBLE_MAX_TIMES) {
741 items[SlideMode.OVERWRITE_BUBBLE_KEY] = times + 1;
1020 * Local storage key for the number of times that

Completed in 670 milliseconds

<<111213141516