| /freebsd/contrib/ncurses/menu/ |
| H A D | m_post.c | 133 int cy = -1, cx = -1; in MENU_EXPORT() local 141 getyx(menu->win, cy, cx); in MENU_EXPORT() 159 assert(cx >= 0 && cy >= 0); in MENU_EXPORT() 174 if ((cy + j) < getmaxy(menu->win)) in MENU_EXPORT() 175 (void)mvwaddch(menu->win, cy + j, cx - 1, menu->pad); in MENU_EXPORT() 237 int i, j, cy, cx; in _nc_Draw_Menu() local 240 getyx(menu->win, cy, cx); in _nc_Draw_Menu() 243 wmove(menu->win, cy + j, cx); in _nc_Draw_Menu() 249 wmove(menu->win, cy, cx + menu->spc_cols); in _nc_Draw_Menu()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrFormats.td | 72 bits<1> cy = 1; 80 let Inst{47} = cy; 104 let cy = 0; 121 bits<1> cy = 1; 131 let Inst{47} = cy; 148 bits<1> cy = 1; 160 let Inst{47} = cy; 212 bits<1> cy = 1; 225 let Inst{47} = cy; 251 bits<1> cy = 1; [all …]
|
| H A D | VEInstrVec.td | 149 let cy = 0 in 153 let cy = 0, cz = 0 in 200 let cy = 0 in 204 let cy = 0, cz = 0 in 265 let cy = 0 in 271 let cy = 0, cz = 0 in 317 let cy = 0 in 323 let cy = 0, cz = 0 in 361 let cy = 0 in 365 let cy = 0, cz = 0 in [all …]
|
| H A D | VEInstrInfo.td | 553 let cy = 0 in 561 let cy = 0, cz = 0 in 582 let cy = 0 in 590 let cy = 0, cz = 0 in 633 let cy = 0 in 637 let cy = 0, cz = 0 in 652 let cy = 0 in 655 let cy = 0, cz = 0 in 669 let cy = 0 in 672 let cy = 0, cz = 0 in [all …]
|
| /freebsd/sys/dev/fb/ |
| H A D | vga.c | 444 int cx, int cy); 446 int cx, int cy); 448 int cx, int cy); 450 int cx, int cy); 452 int cx, int cy); 2582 planar_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in planar_fill_rect() argument 2599 while (cy > 0) { in planar_fill_rect() 2642 --cy; in planar_fill_rect() 2651 packed_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in packed_fill_rect() argument 2662 while (cy > 0) { in packed_fill_rect() [all …]
|
| H A D | fbreg.h | 129 int cx, int cy); 228 #define vidd_fill_rect(adp, val, x, y, cx, cy) \ argument 230 (cx), (cy))
|
| H A D | s3_pci.c | 404 s3lfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in s3lfb_fill_rect() argument 406 return (*prevvidsw->fill_rect)(adp, val, x, y, cx, cy); in s3lfb_fill_rect()
|
| H A D | vesa.c | 1664 vesa_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in vesa_fill_rect() argument 1667 return ((*prevvidsw->fill_rect)(adp, val, x, y, cx, cy)); in vesa_fill_rect()
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | MainFrm.cpp | 224 cs.cy = rect.bottom - rect.top; in PreCreateWindow() 232 if ( cs.cy <= 0 ) in PreCreateWindow() 233 cs.cy = CLeashFrame::s_rectDefault.bottom; in PreCreateWindow() 238 cs.cy = CLeashFrame::s_rectDefault.bottom; in PreCreateWindow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBtVer2.td | 181 // Instructions that have local forwarding disabled have an extra +1cy latency. 185 // benefit from STLF, and their observed latency is 6cy. That is the reason why 186 // this write adds two extra cycles (instead of just 1cy for the store). 429 // XADD %ecx, (%rsp) ## Instruction latency: 11cy 430 // ## ECX write Latency: 3cy 434 // latency is assumed to be 3cy. 447 // LOCK XADD %ecx, (%rsp) ## Instruction Latency: 16cy 448 // ## ECX write Latency: 11cy 450 // The value of ECX becomes available only after 11cy from the start of 462 // the output register operand becomes visible after 11cy [all...] |
| /freebsd/contrib/dialog/po/ |
| H A D | cy.po | 11 "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" 12 "Language: cy\n"
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | krb5routines.c | 592 lpdt->cy = 20 + (numlines + tb_cnt + 4) * 14; in MultiInputDialog() 617 lpdit->cy = 14; in MultiInputDialog() 639 lpdit->cy = 14; in MultiInputDialog() 663 lpdit->cy = 14; in MultiInputDialog() 694 lpdit->cy = 14; in MultiInputDialog() 717 lpdit->cy = 14; in MultiInputDialog()
|
| H A D | winutil.c | 57 pwdcharsz.cx / 2, pwdcharsz.cy, TRUE); in MITPasswordEditProc()
|
| /freebsd/sbin/fdisk/ |
| H A D | fdisk.c | 701 int cy, sec; in dos() local 711 cy = partp->dp_start / dos_cylsecs; in dos() 713 partp->dp_scyl = DOSCYL(cy); in dos() 714 partp->dp_ssect = DOSSECT(sec, cy); in dos() 719 cy = end / dos_cylsecs; in dos() 721 partp->dp_ecyl = DOSCYL(cy); in dos() 722 partp->dp_esect = DOSSECT(sec, cy); in dos()
|
| /freebsd/krb5/ |
| H A D | README | 12 cy@freebsd.org
|
| /freebsd/bin/sh/tests/parser/ |
| H A D | dollar-quote5.0 | 6 [ $'\ca\cb\cc\cd\ce\cf\cg\ch\ci\cj\ck\cl\cm\cn\co\cp\cq\cr\cs\ct\cu\cv\cw\cx\cy\cz' = $'\001\002\00…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/ |
| H A D | VEDisassembler.cpp | 319 bool cy = fieldFromInstruction(insn, 47, 1); in DecodeASX() local 335 if (cy) { in DecodeASX() 470 bool cy = fieldFromInstruction(insn, 47, 1); in DecodeCAS() local 485 if (cy && !isImmOnly) { in DecodeCAS() 602 bool cy = fieldFromInstruction(insn, 47, 1); in DecodeBranchCondition() local 610 if (cy) { in DecodeBranchCondition()
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | ppc-xlate.pl | 383 my ($f, $rt, $ra, $rb, $cy) = @_; # only cy==0 is specified in 3.0B 384 " .long ".sprintf "0x%X",(31<<26)|($rt<<21)|($ra<<16)|($rb<<11)|($cy<<9)|(170<<1);
|
| /freebsd/ |
| H A D | MAINTAINERS | 40 sbin/ipf cy Pre-commit review requested. 103 sys/netpfil/ipfilter cy Pre-commit review requested.
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | ntp_calendar.c | 1834 uint32_t sw, cy, Q; in isocal_split_eraweeks() 1879 cy = sw / 8192u; /* sw >> 13 , let the compiler sort it out */ in isocal_split_eraweeks() 1885 res.hi = 100*cc + cy; in isocal_split_eraweeks() 1835 uint32_t sw, cy, Q; isocal_split_eraweeks() local
|
| /freebsd/usr.sbin/pmcstudy/ |
| H A D | pmcstudy.c | 1378 double con, un, cl1, cl2, cl3, cy, res; in clears_broad() local 1390 cy = cyc->vals[pos] * 1.0; in clears_broad() 1396 cy = cyc->sum * 1.0; in clears_broad() 1400 res = ((cl1 + cl2 + cl3 + cy) * con)/un; in clears_broad()
|
| /freebsd/sys/arm/ti/am335x/ |
| H A D | am335x_lcd_syscons.c | 619 am335x_syscons_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in am335x_syscons_fill_rect() argument
|
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fb.c | 709 bcmfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in bcmfb_fill_rect() argument
|
| /freebsd/share/misc/ |
| H A D | committers-ports.dot | 174 cy [label="Cy Schubert\ncy@FreeBSD.org\n2001/11/13"] 688 nectar -> cy
|
| /freebsd/sys/powerpc/ofw/ |
| H A D | ofw_syscons.c | 754 ofwfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in ofwfb_fill_rect() argument
|