HomeSort by relevance Sort by last modified time
    Searched defs:ms (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 616 SkScalar ms = 3.f * d[1] + tempSqrt; local
619 k[0] = ls * ms;
620 k[1] = (3.f * ls * ms - ls * mt - lt * ms) / 3.f;
621 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f;
622 k[3] = (lt - ls) * (mt - ms);
630 m[0] = ms * ms * ms;
651 SkScalar ms = d[1] + tempSqrt; local
778 SkScalar ms = d[1] + tempSqrt; local
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 302 double ms = timer.Elapsed().InMillisecondsF(); local
303 PrintF("[Lazy compilation of %s took %0.3f ms]\n", *stub->GetName(), ms);
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 88 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
89 CHECK(ms);
90 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator2_cache));
91 return reinterpret_cast<AllocatorCache *>(ms->allocator2_cache);
260 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
261 CHECK(ms);
262 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
263 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
485 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); local
486 AllocatorCache *ac = GetAllocatorCache(ms);
    [all...]
  /external/icu4c/common/
uniset_props.cpp 539 const UnicodeSet *ms = dynamic_cast<const UnicodeSet *>(m); local
540 if (ms == NULL) {
546 nested = const_cast<UnicodeSet*>(ms);
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 1364 UDate ms = cal->getTime(status); local
    [all...]
caltest.cpp 1032 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; local
1127 hr + ":" + min + ":" + sec + ":" + ms); local
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 319 int ms; local
325 ms = sysTime.wMilliseconds;
330 ms = tv.tv_usec/1000;
332 printf("%2d:%02d:%02d.%03d ", tm.tm_hour, tm.tm_min, tm.tm_sec, ms);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 497 modesettingPtr ms = modesettingPTR(pScrn); local
662 modesettingPtr ms = modesettingPTR(pScrn); local
671 debug_assert(ms->exa);
672 debug_assert(ms->exa->renderer);
711 port_priv_create(ms->exa->renderer);
724 /*modesettingPtr ms = modesettingPTR(pScrn);*/
  /external/mesa3d/src/mesa/main/
attrib.c 1290 const struct gl_multisample_attrib *ms; local
    [all...]
  /external/skia/src/gpu/
GrPathUtils.cpp 616 SkScalar ms = 3.f * d[1] + tempSqrt; local
619 k[0] = ls * ms;
620 k[1] = (3.f * ls * ms - ls * mt - lt * ms) / 3.f;
621 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f;
622 k[3] = (lt - ls) * (mt - ms);
630 m[0] = ms * ms * ms;
651 SkScalar ms = d[1] + tempSqrt; local
778 SkScalar ms = d[1] + tempSqrt; local
    [all...]
  /external/v8/src/
platform-cygwin.cc 189 unsigned int ms = static_cast<unsigned int>(milliseconds); local
190 usleep(1000 * ms);
platform-freebsd.cc 193 unsigned int ms = static_cast<unsigned int>(milliseconds); local
194 usleep(1000 * ms);
826 // Convert ms to us and subtract 100 us to compensate delays
platform-solaris.cc 205 useconds_t ms = static_cast<useconds_t>(milliseconds); local
206 usleep(1000 * ms);
830 // Convert ms to us and subtract 100 us to compensate delays
deoptimizer.cc 590 double ms = static_cast<double>(OS::Ticks() - start) / 1000; local
596 PrintF(" => node=%u, pc=0x%08" V8PRIxPTR ", state=%s, took %0.3f ms]\n",
602 ms);
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 1135 long long ms = WAIT_PERIOD_MS * (long long) waitCount; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 985 int s; long ms; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 313 final int ms = prefs.getInt(PREF_KEY_LONGPRESS_TIMEOUT, -1); local
314 return (ms >= 0) ? ms : readDefaultKeyLongpressTimeout(res);
323 final int ms = prefs.getInt(PREF_VIBRATION_DURATION_SETTINGS, -1); local
324 return (ms >= 0) ? ms : readDefaultKeypressVibrationDuration(res);
  /system/core/toolbox/
newfs_msdos.c 833 off_t ms, hs = 0; local
844 if (ioctl(fd, DIOCGMEDIASIZE, &ms) == -1) {
850 ms = st.st_size;
854 dlp.d_secperunit = ms / dlp.d_secsize;
860 dlp.d_secperunit = ms / dlp.d_secsize;
872 dlp.d_secperunit = ms / dlp.d_secsize;
889 hs = (ms / dlp.d_secsize) - dlp.d_secperunit;
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 1735 PRUint8 * ms; local
1796 PRUint8 * ms; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 519 struct msdos_super_block *ms = (struct msdos_super_block *) buf; local
530 tmp = (unsigned char *)&ms->ms_sector_size;
536 tmp = (unsigned char *)&ms->ms_dir_entries;
538 reserved = blkid_le16(ms->ms_reserved);
539 tmp = (unsigned char *)&ms->ms_sectors;
542 sect_count = blkid_le32(ms->ms_total_sect);
544 fat_length = blkid_le16(ms->ms_fat_length);
548 fat_size = fat_length * ms->ms_fats;
553 if (ms->ms_cluster_size == 0)
555 cluster_count /= ms->ms_cluster_size
645 struct msdos_super_block *ms; local
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub.c 378 HB_MultipleSubst* ms = &st->multiple; local
391 ms->SubstFormat = GET_UShort(); /* should be 1 */
398 ( error = _HB_OPEN_Load_Coverage( &ms->Coverage, stream ) ) != HB_Err_Ok )
405 count = ms->SequenceCount = GET_UShort();
409 ms->Sequence = NULL;
411 if ( ALLOC_ARRAY( ms->Sequence, count, HB_Sequence ) )
414 s = ms->Sequence;
441 _HB_OPEN_Free_Coverage( &ms->Coverage );
449 HB_MultipleSubst* ms = &st->multiple; local
454 if ( ms->Sequence
479 HB_MultipleSubst* ms = &st->multiple; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.c 378 HB_MultipleSubst* ms = &st->multiple; local
391 ms->SubstFormat = GET_UShort(); /* should be 1 */
398 ( error = _HB_OPEN_Load_Coverage( &ms->Coverage, stream ) ) != HB_Err_Ok )
405 count = ms->SequenceCount = GET_UShort();
409 ms->Sequence = NULL;
411 if ( ALLOC_ARRAY( ms->Sequence, count, HB_Sequence ) )
414 s = ms->Sequence;
441 _HB_OPEN_Free_Coverage( &ms->Coverage );
449 HB_MultipleSubst* ms = &st->multiple; local
454 if ( ms->Sequence
479 HB_MultipleSubst* ms = &st->multiple; local
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 911 int32_t y,m,d,hr,min,sec,ms; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1011 int ms = num_4x4_blocks_wide \/ 2; local
1485 const int ms = num_8x8_blocks_wide_lookup[bsize] \/ 2; local
1761 int ms = bs \/ 2; local
    [all...]
  /external/openssh/
sshconnect2.c 686 OM_uint32 status, ms, flags; local
700 gss_release_buffer(&ms, &send_tok);
725 gss_release_buffer(&ms, &mic);
808 OM_uint32 status, ms; local
825 gss_release_buffer(&ms, &send_tok);
    [all...]

Completed in 638 milliseconds

1 2 3 4 5 67 8 910