/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | hycon,hy46xx.yaml | 11 Glass: 0.3mm--4.0mm 12 PET/PMMA: 0.2mm--2.0mm 15 HY4621-NS32 < 5" 17 Glass: 0.3mm--8.0mm 18 PET/PMMA: 0.2mm--4.0mm 70 in the range from 0 to 5. 73 maximum: 5 76 description: Allows setting the sensitivity distance in the range from 0 to 5. 79 maximum: 5 114 interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.timecodes | 35 "<CR><LF>i ddd hh:mm:ss TZ=zz<CR><LF>" 41 hh:mm:ss = hours, minutes, seconds 53 "<CR><LF>iqyy ddd hh:mm:ss.fff ld" 56 poll: ?; offsets: Y = 2, D = 5, T = 9, A = 0, Q = 1 62 hh:mm:ss.fff = hours, minutes, seconds, milliseconds of day 78 "<CR><LF><^A>ddd:hh:mm:ssq<CR>" 82 hh:mm:ss = hours, minutes, seconds 95 "<CR>hh:mm:ss.f dd/mm/yy<CR>" 99 hh:mm:ss = hours, minutes, seconds 101 dd/mm = day, month [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | samsung,s6e8aa0.txt | 15 - panel-width-mm: physical panel width [mm] 16 - panel-height-mm: physical panel height [mm] 34 reset-gpios = <&gpy4 5 0>; 38 panel-width-mm = <58>; 39 panel-height-mm = <103>; 48 hfront-porch = <5>; 49 hback-porch = <5>; 50 hsync-len = <5>;
|
H A D | samsung,s6e8aa0.yaml | 43 panel-width-mm: 44 description: physical panel width [mm] 46 panel-height-mm: 47 description: physical panel height [mm] 78 reset-gpios = <&gpy4 5 0>; 82 panel-width-mm = <58>; 83 panel-height-mm = <103>; 92 hfront-porch = <5>; 93 hback-porch = <5>; 94 hsync-len = <5>;
|
H A D | mitsubishi,aa121td01.yaml | 38 width-mm: 41 height-mm: 53 - width-mm 54 - height-mm 64 width-mm = <261>; 65 height-mm = <163>; 77 vsync-len = <5>;
|
H A D | samsung,ld9040.yaml | 41 panel-width-mm: 42 description: physical panel width [mm] 44 panel-height-mm: 45 description: physical panel height [mm] 72 reset-gpios = <&gpy4 5 0>; 78 panel-width-mm = <90>; 79 panel-height-mm = <154>;
|
H A D | advantech,idk-2121wr.yaml | 31 width-mm: 34 height-mm: 74 - width-mm 75 - height-mm 85 width-mm = <476>; 86 height-mm = <268>; 99 vsync-len = <5>;
|
H A D | tpo,tpg110.yaml | 71 - width-mm 72 - height-mm 92 width-mm = <116>; 93 height-mm = <87>; 94 grestb-gpios = <&foo_gpio 5 1>;
|
/freebsd/contrib/bsddialog/lib/ |
H A D | datebox.c | 87 static int month_days(int yy, int mm) in month_days() argument 91 if (mm == 2) in month_days() 93 else if (mm == 4 || mm == 6 || mm == 9 || mm == 11) in month_days() 101 static int week_day(int yy, int mm, int dd) in week_day() argument 105 dd += mm < 3 ? yy-- : yy - 2; in week_day() 106 wd = 23*mm/9 + dd + 4 + yy/4 - yy/100 + yy/400; in week_day() 114 int *mm, in in init_date() argument 127 datectl(enum operation op,int * yy,int * mm,int * dd) datectl() argument 260 print_calendar(struct bsddialog_conf * conf,WINDOW * win,int yy,int mm,int dd,bool active) print_calendar() argument 335 int retval, sel, yy, mm, dd; bsddialog_calendar() local 544 build_dateitem(const char * format,int * yy,int * mm,int * dd,struct dateitem * dt) build_dateitem() argument 587 int retval, i, sel, yy, mm, dd; bsddialog_datebox() local [all...] |
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver34.html | 26 <p><tt><cr><lf>RQ_1C00LYYYY+DDDUTCS_HH:MM:SSL+5</tt></p> 40 MM = Minutes of current hour from 0 to 59<br> 43 mm = 10's milliseconds of the current second from 00 to 99<br> 45 +5 = UT1 correction, +/- .1 sec increments</p> 48 <p><tt><cr><lf>SQRYYYYDDD+HH:MM:SS.mmLT<cr></tt></p> 50 Q = Number of correlating time-frames, from 0 to 5<br> 55 MM = Minutes of current hour from 0 to 59<br> 57 mm = 10's milliseconds of the current second from 00 to 99<br> 62 <p><tt>S9+D 00 YYYY+DDDUTCS HH:MM:SSl+5</tt></p> 72 MM = minutes : = : = in sync ? = NOT in sync<br> [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_x86_64.h | 284 DEFINE_FP_ST(st, 3), DEFINE_FP_ST(st, 4), DEFINE_FP_ST(st, 5), 287 DEFINE_FP_MM(mm, 0, st0), DEFINE_FP_MM(mm, 1, st1), 288 DEFINE_FP_MM(mm, 2, st2), DEFINE_FP_MM(mm, 3, st3), 289 DEFINE_FP_MM(mm, 4, st4), DEFINE_FP_MM(mm, 5, st5), 290 DEFINE_FP_MM(mm, 6, st6), DEFINE_FP_MM(mm, 7, st7), 294 DEFINE_XMM(xmm, 3), DEFINE_XMM(xmm, 4), DEFINE_XMM(xmm, 5), 302 DEFINE_YMM(ymm, 3), DEFINE_YMM(ymm, 4), DEFINE_YMM(ymm, 5), 319 DEFINE_DR(dr, 4), DEFINE_DR(dr, 5), DEFINE_DR(dr, 6), DEFINE_DR(dr, 7)}; 435 UPDATE_FP_INFO(st, 5); 438 UPDATE_FP_INFO(mm, 0); [all …]
|
H A D | RegisterInfos_x86_64_with_base.h | 267 DEFINE_FP_ST(st, 3), DEFINE_FP_ST(st, 4), DEFINE_FP_ST(st, 5), 270 DEFINE_FP_MM(mm, 0, st0), DEFINE_FP_MM(mm, 1, st1), 271 DEFINE_FP_MM(mm, 2, st2), DEFINE_FP_MM(mm, 3, st3), 272 DEFINE_FP_MM(mm, 4, st4), DEFINE_FP_MM(mm, 5, st5), 273 DEFINE_FP_MM(mm, 6, st6), DEFINE_FP_MM(mm, [all...] |
H A D | RegisterInfos_i386.h | 256 DEFINE_FP_ST(st, 3), DEFINE_FP_ST(st, 4), DEFINE_FP_ST(st, 5), 259 DEFINE_FP_MM(mm, 0, st0), DEFINE_FP_MM(mm, 1, st1), 260 DEFINE_FP_MM(mm, 2, st2), DEFINE_FP_MM(mm, 3, st3), 261 DEFINE_FP_MM(mm, 4, st4), DEFINE_FP_MM(mm, 5, st5), 262 DEFINE_FP_MM(mm, 6, st6), DEFINE_FP_MM(mm, 7, st7), 266 DEFINE_XMM(xmm, 3), DEFINE_XMM(xmm, 4), DEFINE_XMM(xmm, 5), 271 DEFINE_YMM(ymm, 3), DEFINE_YMM(ymm, 4), DEFINE_YMM(ymm, 5), 285 DEFINE_DR(dr, 4), DEFINE_DR(dr, 5), DEFINE_DR(dr, 6), DEFINE_DR(dr, 7)};
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | ste-dma40.txt | 67 5: I2C port 3 80 18: USB OTG in/out endpoints 5 & 13 90 28: SD/MM controller 2 91 29: SD/MM controller 0 94 32: SD/MM controller 1 103 41: SD/MM controller 3 104 42: SD/MM controller 4 105 43: SD/MM controller 5 115 53: SLIMbus or HSI channel 5
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP10.td | 90 let ReleaseAtCycles = [ 5 ]; 100 let ReleaseAtCycles = [ 5 ]; 262 // A DX pipeline may take 5 cycles to complete. 264 let Latency = 5; 296 // A MM pipeline may take 10 cycles to complete. 301 // A MU pipeline may take 5 cycles to complete. 303 let Latency = 5; 352 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM. 359 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM. 366 // Save 1 cycles if pipeline MM read [all...] |
/freebsd/contrib/ntp/html/ |
H A D | parsedata.html | 46 …<b><i><STX></i>D:<i>dd.mm.yy</i>;T:<i>w</i>;U:<i>hh.mm.ss</i>;<i>uvxy</i><i><ETX></i><… 51 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots 53 <i>hh:mm:ss</i> = hour, minute, second, separated by dots 71 …<b><i><STX></i><i>dd.mm.yy</i>; <i>w</i>; <i>hh:mm:ss</i>; <i>tuvxyza</i><i><ETX></i><… 76 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots 78 <i>hh:mm:ss</i> = hour, minute, second, separated by colons 93 …<b><i><STX></i><i>dd.mm.yy</i>; <i>w</i>; <i>hh:mm:ss</i>; <i>+uu:uu</i>; <i>uvxyzab</i>; <i… 98 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots 100 <i>hh:mm:ss</i> = hour, minute, second, separated by colons 116 \x02 09.07.93; 5; 08:48:26; +00:00; ; 49.5736N 11.0280E 373m \x03 [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_ulink.c | 244 * <CR><LF>S9+D 00 YYYY+DDDUTCS HH:MM:SSL+5 (33x) in ulink_receive() 245 * <CR><LF>R5_1C00LYYYY+DDDUTCS HH:MM:SSL+5 (325) in ulink_receive() 258 * <CR><LF>R5_1C00LYYYY+DDDUTCS HH:MM:SSL+5 in ulink_receive() 261 * 5 R1 is unreadable, R5 is best in ulink_receive() 281 * MM Minutes 00-59 in ulink_receive() 287 * +5 UT1 correction (sign + digit )) in ulink_receive() 327 * <CR><LF>S9+D 00 YYYY+DDDUTCS HH:MM in ulink_receive() [all...] |
/freebsd/usr.bin/pom/ |
H A D | pom.c | 118 tmd.tm_mon = strtol(odate + 5, NULL, 10) - 1; in main() 177 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; in potm() local 184 Ec = 360 / PI * ECCEN * sin(dtor(Msol)); /* sec 42 #5 */ in potm() 189 Mm = l - (0.1114041 * days) - Pzero; /* sec 61 #5 */ in potm() 190 adj360(&Mm); in potm() 193 Ev = 1.2739 * sin(dtor(2*(l - LambdaSol) - Mm)); /* sec 61 #7 */ in potm() 196 Mmprime = Mm + Ev - Ac - A3; /* sec 61 #9 */ in potm() 238 fprintf(stderr, "Usage: %s [-p] [-d yyyy.mm.dd] [-t hh:mm:ss]\n", in usage()
|
/freebsd/contrib/unbound/compat/ |
H A D | getentropy_solaris.c | 57 #define REPEAT 5 330 struct mm { in getentropy_fallback() struct 333 } mm[] = { in getentropy_fallback() local 336 { 5, MAP_FAILED }, { 3, MAP_FAILED }, in getentropy_fallback() 342 for (m = 0; m < sizeof mm/sizeof(mm[0]); m++) { in getentropy_fallback() 343 HX(mm[m].p = mmap(NULL, in getentropy_fallback() 344 mm[m].npg * pgs, in getentropy_fallback() 347 (off_t)0), mm[m].p); in getentropy_fallback() 348 if (mm[m].p != MAP_FAILED) { in getentropy_fallback() 352 p = mm[m].p; in getentropy_fallback() [all …]
|
H A D | getentropy_osx.c | 68 #define REPEAT 5 308 struct mm { in getentropy_fallback() struct 311 } mm[] = { in getentropy_fallback() local 314 { 5, MAP_FAILED }, { 3, MAP_FAILED }, in getentropy_fallback() 320 for (m = 0; m < sizeof mm/sizeof(mm[0]); m++) { in getentropy_fallback() 321 HX(mm[m].p = mmap(NULL, in getentropy_fallback() 322 mm[m].npg * pgs, in getentropy_fallback() 325 (off_t)0), mm[m].p); in getentropy_fallback() 326 if (mm[m].p != MAP_FAILED) { in getentropy_fallback() 330 p = mm[m].p; in getentropy_fallback() [all …]
|
H A D | getentropy_linux.c | 73 #define REPEAT 5 408 struct mm { in getentropy_fallback() struct 411 } mm[] = { in getentropy_fallback() local 414 { 5, MAP_FAILED }, { 3, MAP_FAILED }, in getentropy_fallback() 420 for (m = 0; m < sizeof mm/sizeof(mm[0]); m++) { in getentropy_fallback() 421 HX(mm[m].p = mmap(NULL, in getentropy_fallback() 422 mm[m].npg * pgs, in getentropy_fallback() 425 (off_t)0), mm[m].p); in getentropy_fallback() 426 if (mm[m].p != MAP_FAILED) { in getentropy_fallback() 430 p = mm[m].p; in getentropy_fallback() [all …]
|
/freebsd/contrib/openbsm/bin/auditreduce/ |
H A D | auditreduce.1 | 37 .Op Fl a Ar YYYYMMDD Ns Op Ar HH Ns Op Ar MM Ns Op Ar SS 38 .Op Fl b Ar YYYYMMDD Ns Op Ar HH Ns Op Ar MM Ns Op Ar SS 71 .It Fl a Ar YYYYMMDD Ns Op Ar HH Ns Op Ar MM Ns Op Ar SS 73 .It Fl b Ar YYYYMMDD Ns Op Ar HH Ns Op Ar MM Ns Op Ar SS 79 .Xr audit_control 5 99 .Xr audit_event 5 183 .Xr audit_control 5 , 184 .Xr audit_event 5
|
/freebsd/usr.bin/calendar/ |
H A D | dates.c | 83 static struct cal_day * find_day(int yy, int mm, int dd); 243 printf("%-5d (wday:%d)\n", y->year, y->firstdayofweek); in dumpdates() 246 printf("-- %-5d (julian:%d, dow:%d)\n", m->month, in dumpdates() 250 printf(" -- %-5d (julian:%d, dow:%d)\n", in dumpdates() 261 remember_ymd(int yy, int mm, int dd) in remember_ymd() argument 268 printf("remember_ymd: %d - %d - %d\n", yy, mm, dd); in remember_ymd() 278 if (m->month != mm) { in remember_ymd() 347 first_dayofweek_of_month(int yy, int mm) in first_dayofweek_of_month() argument 360 if (m->month == mm) in first_dayofweek_of_month() 409 find_day(int yy, int mm, int dd) in find_day() argument [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | vacuum-cleaner | 16 # int32_t min_ceil; /* 4: 100 mm == 10 cm == min. ceil */ 17 # int32_t max_ceil; /* 8: 10000 mm == 100 m == max. ceil */ 18 # int32_t max_climb; /* 12: 50 mm = 5 cm == max. height to climb */ 23 # int32_t used_blocks; /* 32: 5/45/33/... == # of block entries used! */
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | parse-duration.h | 48 yy-mm-dd 49 yy Y mm M ww W dd D 55 5 years is always 1825 days, not 1826 or 1827 depending on leap year 62 * The meanings are yy years, mm months, ww weeks and dd days. 68 hh:mm:ss 69 hh H mm M ss S
|