HomeSort by relevance Sort by last modified time
    Searched defs:ms (Results 251 - 275 of 558) sorted by null

<<11121314151617181920>>

  /system/core/toolbox/
newfs_msdos.c 853 off_t ms, hs = 0; local
864 if (ioctl(fd, DIOCGMEDIASIZE, &ms) == -1) {
870 ms = st.st_size;
874 dlp.d_secperunit = ms / dlp.d_secsize;
880 dlp.d_secperunit = ms / dlp.d_secsize;
892 dlp.d_secperunit = ms / dlp.d_secsize;
909 hs = (ms / dlp.d_secsize) - dlp.d_secperunit;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-macho.c 1697 bfd_mach_o_section *ms = bfd_mach_o_get_mach_o_section (sec); local
1754 bfd_mach_o_section *ms = bfd_mach_o_get_mach_o_section (sec); local
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
LoginActivityTest.java 740 SystemClock.sleep(MyAutofillCallback.MY_TIMEOUT.ms());
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 2046 MergeState ms; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 2045 MergeState ms; 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
645 struct msdos_super_block *ms; local
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 229 struct stat64 ms; local
235 if (stat64(mnt->mnt_fsname, &ms) < 0)
237 if (sb.st_rdev != ms.st_rdev)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 151 long[] ms = new long[2]; local
157 ms[sign] = millis;
163 ": " + ms[0] + ".." + ms[1] +
267 errln("Round-trip failure: " + y + "-" + (m+1) + "-"+d+" =>ms=> " +
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 1583 MessageFormat ms = new MessageFormat("{number} {date}", ULocale.ENGLISH); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 777 int ms = h*ONE_HOUR; local
785 ms);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 927 int32_t y,m,d,hr,min,sec,ms; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 1092 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; local
1187 hr + ":" + min + ":" + sec + ":" + ms); local
2467 int32_t ms; member in class:CalFields
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 148 long[] ms = new long[2]; local
154 ms[sign] = millis;
160 ": " + ms[0] + ".." + ms[1] +
264 errln("Round-trip failure: " + y + "-" + (m+1) + "-"+d+" =>ms=> " +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 1580 MessageFormat ms = new MessageFormat("{number} {date}", ULocale.ENGLISH); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 774 int ms = h*ONE_HOUR; local
782 ms);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 377 int num_samples = pipeline->graphics.ms.num_samples;
378 struct radv_multisample_state *ms = &pipeline->graphics.ms; local
382 radeon_emit(cmd_buffer->cs, ms->pa_sc_aa_mask[0]);
383 radeon_emit(cmd_buffer->cs, ms->pa_sc_aa_mask[1]);
385 radeon_set_context_reg(cmd_buffer->cs, CM_R_028804_DB_EQAA, ms->db_eqaa);
386 radeon_set_context_reg(cmd_buffer->cs, EG_R_028A4C_PA_SC_MODE_CNTL_1, ms->pa_sc_mode_cntl_1);
388 if (old_pipeline && num_samples == old_pipeline->graphics.ms.num_samples)
392 radeon_emit(cmd_buffer->cs, ms->pa_sc_line_cntl);
393 radeon_emit(cmd_buffer->cs, ms->pa_sc_aa_config)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.cpp 1638 Value *ms = bld.mkOp2v(OP_ADD, TYPE_U32, bld.getScratch(), ms_x, ms_y); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c 1584 boolean scaled, clamped, ms, flip_x = FALSE, flip_y = FALSE; local
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c 1770 int ms; local
2208 int ms; local
    [all...]
  /external/python/cpython2/Objects/
listobject.c 2049 MergeState ms; local
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 2214 int ms; local
2694 int ms; local
    [all...]
selectmodule.c 531 _PyTime_t timeout, ms, deadline; local
541 ms = -1;
554 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING);
555 if (ms < INT_MIN || ms > INT_MAX) {
582 poll_result = poll(self->ufds, self->ufd_len, (int)ms);
600 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING);
886 _PyTime_t timeout, ms, deadline = 0; local
898 ms = -1;
910 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING)
1498 _PyTime_t timeout, ms, deadline; local
    [all...]
  /external/python/cpython3/Objects/
listobject.c 1914 MergeState ms; local
    [all...]
  /external/selinux/mcstrans/src/
mcstrans.c 1258 long int ms; local
1260 ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.tv_usec/1000);
1262 ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.tv_usec/1000);
1263 log_debug(" compute_raw_from_trans in %ld ms'\n", ms);
1471 long int ms; local
1586 long int ms; local
1725 long int ms; local
    [all...]

Completed in 1365 milliseconds

<<11121314151617181920>>