| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/ |
| H A D | tst.complex.d | 47 tick-10ms 48 /i < 10/ 55 tick-10ms 56 /i == 5 || i == 10/ 58 printf("i == 5 (or) i == 10\n"); 61 tick-10ms 67 tick-10ms 73 tick-10ms 79 tick-10ms 85 tick-10ms [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/ |
| H A D | tst.fill1.d | 49 #pragma D option statusrate=10ms 54 tick-10ms 59 tick-10ms 64 tick-10ms 69 tick-10ms 74 tick-10ms 79 tick-10ms 84 tick-10ms 89 tick-10ms 94 tick-10ms [all …]
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zinject.8 | 86 For example, with a single lane delay of 10 ms 87 .No (\& Ns Fl D Ar 10 : Ns Ar 1 ) , 89 at a time with each request taking 10 ms to complete. 90 So, if only a single request is submitted every 10 ms, the 91 average latency will be 10 ms; but if more than one request 92 is submitted every 10 ms, the average latency will be more 93 than 10 ms. 95 Similarly, if a delay of 10 ms is specified to have two 97 .No (\& Ns Fl D Ar 10 : Ns Ar 2 ) , 99 two requests at a time, each with a minimum latency of 10 ms. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | stmpe.txt | 14 0 -> 10 us 18 4 -> 1 ms 19 5 -> 5 ms 20 6 -> 10 ms 21 7 -> 50 ms 23 0 -> 10 us 26 3 -> 1 ms 27 4 -> 5 ms 28 5 -> 10 ms 29 6 -> 50 ms [all …]
|
| H A D | brcm,iproc-touchscreen.txt | 20 - settling_timeout: The settling duration (in ms) is the amount of time 24 0 = 0.008 ms 25 1 = 0.01 ms 26 2 = 0.02 ms 27 3 = 0.04 ms 28 4 = 0.08 ms 29 5 = 0.16 ms 30 6 = 0.32 ms 31 7 = 0.64 ms 32 8 = 1.28 ms [all …]
|
| /freebsd/usr.sbin/traceroute/ |
| H A D | traceroute.8 | 90 .Pq Dv 10 296 1 helios.ee.lbl.gov (128.3.112.1) 19 ms 19 ms 0 ms 297 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms 298 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms 299 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms 300 5 ccn-nerif22.Berkeley.EDU (128.32.168.22) 39 ms 39 ms 39 ms 301 6 128.32.197.4 (128.32.197.4) 40 ms 59 ms 59 ms 302 7 131.119.2.5 (131.119.2.5) 59 ms 59 ms 59 ms 303 8 129.140.70.13 (129.140.70.13) 99 ms 99 ms 80 ms 304 9 129.140.71.6 (129.140.71.6) 139 ms 239 ms 319 ms [all …]
|
| /freebsd/contrib/file/src/ |
| H A D | readelf.c | 69 toomany(struct magic_set *ms, const char *name, uint16_t num) in toomany() argument 71 if (ms->flags & MAGIC_MIME) in toomany() 73 if (file_printf(ms, ", too many %s (%u)", name, num) == -1) in toomany() 351 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core() argument 362 if (ms->flags & MAGIC_MIME) in dophn_core() 366 if (file_printf(ms, ", no program header") == -1) in dophn_core() 371 if (file_printf(ms, ", corrupted program header size") == -1) in dophn_core() 382 if (file_printf(ms, in dophn_core() 405 if (file_printf(ms, " can't read note section at %jd", in dophn_core() 414 offset = donote(ms, nbuf, offset, CAST(size_t, bufsize), in dophn_core() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | rohm,bd71847-pmic.yaml | 65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s 67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s 71 rohm,short-press-ms: 75 - 10 [all...] |
| H A D | rohm,bd71837-pmic.yaml | 65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s 67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s 71 rohm,short-press-ms: 75 - 10 91 rohm,long-press-ms: 95 - 10 142 rohm,short-press-ms = <10>; 143 rohm,long-press-ms = <2000>;
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.trunc0.d | 30 #pragma D option aggrate=1ms 31 #pragma D option switchrate=50ms 35 tick-100ms 36 /i < 10/ 38 @[i] = sum(10 - i); 42 tick-100ms 48 tick-100ms 49 /i == 10/
|
| H A D | tst.quantround.d | 35 tick-10ms 41 tick-10ms 47 tick-10ms 53 tick-10ms
|
| H A D | tst.lquantround.d | 35 tick-10ms 41 tick-10ms 47 tick-10ms 53 tick-10ms
|
| H A D | err.D_CLEAR_AGGARG.bad.d | 41 #pragma D option aggrate=10ms 42 #pragma D option switchrate=10ms 50 tick-100ms 57 tick-100ms 58 /i == 10/ 70 tick-100ms
|
| H A D | err.D_CLEAR_PROTO.bad.d | 41 #pragma D option aggrate=10ms 42 #pragma D option switchrate=10ms 50 tick-100ms 57 tick-100ms 58 /i == 10/ 70 tick-100ms
|
| H A D | tst.lquantzero.d | 39 tick-1ms 45 tick-1ms 51 tick-1ms 55 @one[i] = lquantize(0, 10, 20, 1, incr); 58 @four[i] = lquantize(0, -10, 10, 1, incr); 59 @five[i] = lquantize(0, -10, 0, 1, incr); 60 @six[i] = lquantize(0, -10, -1, 1, incr); 61 @seven[i] = lquantize(0, -10, -2, 1, incr); 64 tick-1ms
|
| /freebsd/sys/dev/usb/ |
| H A D | usb.h | 86 #define USB_ISOC_TIME_MAX 128 /* ms */ 92 #define USB_POWER_DOWN_TIME 200 /* ms */ 93 #define USB_PORT_POWER_DOWN_TIME 100 /* ms */ 103 #define USB_PORT_RESET_DELAY_SPEC 10 /* ms */ 104 #define USB_PORT_ROOT_RESET_DELAY_SPEC 50 /* ms */ 105 #define USB_PORT_RESET_RECOVERY_SPEC 10 /* ms */ 106 #define USB_PORT_POWERUP_DELAY_SPEC 100 /* ms */ 107 #define USB_PORT_RESUME_DELAY_SPEC 20 /* ms */ 108 #define USB_SET_ADDRESS_SETTLE_SPEC 2 /* ms */ 109 #define USB_RESUME_DELAY_SPEC (20*5) /* ms */ [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs42l42.txt | 34 0 - 0ms, 35 1 - 125ms, 36 2 - 250ms, 37 3 - 500ms, 38 4 - 750ms, 46 0 - 0ms, 47 1 - 125ms, 48 2 - 250ms, 49 3 - 500ms, 50 4 - 750ms, [all …]
|
| H A D | cirrus,cs42l42.yaml | 80 0 - 0ms 81 1 - 125ms 82 2 - 250ms 83 3 - 500ms 84 4 - 750ms 99 0 - 0ms 100 1 - 125ms 101 2 - 250ms 102 3 - 500ms 103 4 - 750ms [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/ |
| H A D | tst.negorder.d | 35 tick-1ms 41 tick-1ms 47 tick-1ms 51 @llquanty[i] = llquantize(1, 10, 0, 10, 10, incr); 54 tick-1ms
|
| /freebsd/usr.sbin/gstat/ |
| H A D | gstat.c | 152 else if (!strcmp(p, "ms")) in main() 263 PRINTMSG(" r/s kB kBps ms/r "); in main() 264 PRINTMSG(" w/s kB kBps ms/w "); in main() 267 PRINTMSG(" r/s kBps ms/r "); in main() 268 PRINTMSG(" w/s kBps ms/w "); in main() 273 PRINTMSG(" ms/d "); in main() 275 PRINTMSG(" d/s kBps ms/d "); in main() 278 PRINTMSG(" o/s ms/o "); in main() 284 PRINTMSG(",read-KiB/s,ms/read"); in main() 286 PRINTMSG(",write-KiB/s,ms/write"); in main() [all …]
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | virtual_oss.8 | 73 If the argument is suffixed by "ms" it is interpreted as milliseconds. 169 Set receive filter size in number of samples or <milliseconds>ms for the next 172 Set transmit filter size in number of samples or <milliseconds>ms for the next 208 -c 2 -r 48000 -b 16 -s 4ms -f /dev/dspX \\ 235 -C 16 -c 8 -r 48000 -b 32 -s 4ms -f /dev/dspX \\ 238 -a 13 -b 16 -c 2 -m 10,10,11,11 -d vdsp.fld \\ 244 -a 0 -b 32 -c 2 -m 10,10,11,11 -w vdsp.rec.fld.wav -l vdsp.rec.fld \\ 249 -M o,10,0,0,0,0 \\ 270 -s 4ms \\ 285 -C 2 -c 2 -r 48000 -b 16 -s 4ms \\ [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | ole2compounddocs | 68 #>0 lestring16 x \b, 1st %.10s 81 #>384 lestring16 x \b, 4th %.10s 83 #>512 lestring16 x \b, 5th %.10s 85 #>640 lestring16 x \b, 6th %.10s 87 #>768 lestring16 x \b, 7th %.10s 101 # Last update on 10/23/2006 by Lester Hightower 121 !:mime application/vnd.ms-works 128 !:mime application/vnd.ms-works 137 !:mime application/vnd.ms-excel 145 !:mime application/vnd.ms-powerpoint [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | pwm-backlight.txt | 13 - post-pwm-on-delay-ms: Delay in ms between setting an initial (non-zero) PWM 15 - pwm-off-delay-ms: Delay in ms between disabling the backlight using GPIO 45 post-pwm-on-delay-ms = <10>; 46 pwm-off-delay-ms = <10>;
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.rc | 185 FONT 8, "MS Sans Serif" 191 FONT 8, "MS Sans Serif", 0, 0, 0x0 205 FONT 8, "MS Sans Serif", 0, 0, 0x0 208 BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,10,127,64,10 210 BS_AUTORADIOBUTTON | WS_TABSTOP,77,127,68,10 212 BS_AUTORADIOBUTTON | WS_TABSTOP,148,127,52,10 231 FONT 8, "MS Sans Serif" 238 LTEXT "Log File Location:",IDC_LOG_FILE_LOCATION_LABEL,10,182, 247 FONT 8, "MS Sans Serif" 256 FONT 8, "MS Sans Serif" [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.ftruncate.ksh | 31 tick-10ms 36 tick-10ms 37 /i == 10/ 42 tick-10ms
|