HomeSort by relevance Sort by last modified time
    Searched defs:ms (Results 226 - 250 of 429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/asan/
asan_allocator.cc 197 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
198 CHECK(ms);
199 return &ms->allocator_cache;
202 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
203 CHECK(ms);
204 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
205 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
500 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); local
501 AllocatorCache *ac = GetAllocatorCache(ms);
502 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac), m
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 535 const UnicodeSet *ms = dynamic_cast<const UnicodeSet *>(m); local
536 if (ms == NULL) {
542 nested = const_cast<UnicodeSet*>(ms);
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 1368 UDate ms = cal->getTime(status); local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 1935 long ms = getTimeInMillis(); local
1953 long ms = getTimeInMillis(); local
1976 long ms = getTimeInMillis(); local
1994 long ms = getTimeInMillis(); local
    [all...]
  /external/kernel-headers/original/uapi/drm/
via_drm.h 153 __u32 ms; member in struct:_drm_via_futex
  /external/libdrm/include/drm/
via_drm.h 151 __u32 ms; member in struct:_drm_via_futex
  /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/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 226 CFWL_MsgKillFocus ms; local
227 ms.m_pDstTarget = pPrev;
228 ms.m_pSrcTarget = pPrev;
230 ms.m_dwExtend = 1;
234 pDelegate->OnProcessMessage(&ms);
247 CFWL_MsgSetFocus ms; local
248 ms.m_pDstTarget = pFocus;
250 ms.m_dwExtend = 1;
254 pDelegate->OnProcessMessage(&ms);
    [all...]
  /external/v8/src/wasm/
ast-decoder.cc 155 double ms = decode_timer.Elapsed().InMillisecondsF(); local
156 PrintF(" - decoding took %0.3f ms\n", ms);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 1005 long ns, ms; \/\/ measure in nanosecs, but wait in millisecs local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Date.java 1237 int ms = date.getMillis(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
via_drm.h 151 __u32 ms; member in struct:_drm_via_futex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
via_drm.h 151 __u32 ms; member in struct:_drm_via_futex
  /system/core/toolbox/
newfs_msdos.c 852 off_t ms, hs = 0; local
863 if (ioctl(fd, DIOCGMEDIASIZE, &ms) == -1) {
869 ms = st.st_size;
873 dlp.d_secperunit = ms / dlp.d_secsize;
879 dlp.d_secperunit = ms / dlp.d_secsize;
891 dlp.d_secperunit = ms / dlp.d_secsize;
908 hs = (ms / dlp.d_secsize) - dlp.d_secperunit;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-macho.c 1709 bfd_mach_o_section *ms = bfd_mach_o_get_mach_o_section (sec); local
1766 bfd_mach_o_section *ms = bfd_mach_o_get_mach_o_section (sec); local
    [all...]
  /external/dhcpcd-6.8.2/
dhcp6.c 1019 time_t ms; local
1088 ts_to_ms(ms, &RTprev);
1089 ms = (time_t)((double)ms * rnd);
1090 ms_to_ts(&RTprev, ms);
1101 ts_to_ms(ms, &RTprev);
1102 ms = (time_t)((double)ms * rnd);
1103 ms_to_ts(&RTprev, ms);
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 517 struct msdos_super_block *ms = (struct msdos_super_block *) buf; local
528 tmp = (unsigned char *)&ms->ms_sector_size;
534 tmp = (unsigned char *)&ms->ms_dir_entries;
536 reserved = blkid_le16(ms->ms_reserved);
537 tmp = (unsigned char *)&ms->ms_sectors;
540 sect_count = blkid_le32(ms->ms_total_sect);
542 fat_length = blkid_le16(ms->ms_fat_length);
546 fat_size = fat_length * ms->ms_fats;
551 if (ms->ms_cluster_size == 0)
553 cluster_count /= ms->ms_cluster_size
643 struct msdos_super_block *ms; local
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 285 struct stat64 ms; local
291 if (stat64(mnt->mnt_fsname, &ms) < 0)
293 if (sb.st_rdev != ms.st_rdev)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 147 long[] ms = new long[2]; local
153 ms[sign] = millis;
159 ": " + ms[0] + ".." + ms[1] +
263 errln("Round-trip failure: " + y + "-" + (m+1) + "-"+d+" =>ms=> " +
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 1546 MessageFormat ms = new MessageFormat("{number} {date}", ULocale.ENGLISH); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegression.java 761 int ms = h*ONE_HOUR; local
769 ms);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 899 ICUResourceBundle ms = (ICUResourceBundle) bundle.get("layout"); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 919 int32_t y,m,d,hr,min,sec,ms; local
    [all...]

Completed in 1750 milliseconds

1 2 3 4 5 6 7 8 91011>>