Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/ncurses/menu/
H A Dm_post.c134 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()
232 int i, j, cy, cx; in _nc_Draw_Menu() local
235 getyx(menu->win, cy, cx); in _nc_Draw_Menu()
238 wmove(menu->win, cy + j, cx); in _nc_Draw_Menu()
244 wmove(menu->win, cy, cx + menu->spc_cols); in _nc_Draw_Menu()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrFormats.td72 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 DVEInstrVec.td149 let cy = 0 in
200 let cy = 0 in
265 let cy = 0 in
317 let cy = 0 in
361 let cy = 0 in
383 let cy = 0 in
397 let cy = 0 in
417 let cy = 0 in
434 let cy = 0 in
472 let cy = 0 in
[all …]
H A DVEInstrInfo.td553 let cy = 0 in
582 let cy = 0 in
633 let cy = 0 in
652 let cy = 0 in
669 let cy = 0 in
696 let cy = 0 in
713 let cy = 0 in
734 let cy = 0 in
766 let cy = 0 in
784 let cy = 0 in
[all …]
/freebsd/sys/dev/fb/
H A Dvga.c444 int cx, int cy);
2599 while (cy > 0) { in planar_fill_rect()
2642 --cy; in planar_fill_rect()
2662 while (cy > 0) { in packed_fill_rect()
2680 --cy; in packed_fill_rect()
2700 while (cy > 0) { in direct_fill_rect16()
2718 --cy; in direct_fill_rect16()
2740 while (cy > 0) { in direct_fill_rect24()
2762 --cy; in direct_fill_rect24()
2782 while (cy > 0) { in direct_fill_rect32()
[all …]
H A Dfbreg.h129 int cx, int cy);
228 #define vidd_fill_rect(adp, val, x, y, cx, cy) \ argument
230 (cx), (cy))
H A Ds3_pci.c404 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 Dvesa.c1664 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/contrib/dialog/po/
H A Dcy.po11 "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
12 "Language: cy\n"
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleBtVer2.td181 // 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. However, we want to
[all …]
/freebsd/sbin/fdisk/
H A Dfdisk.c694 int cy, sec; in dos() local
704 cy = partp->dp_start / dos_cylsecs; in dos()
706 partp->dp_scyl = DOSCYL(cy); in dos()
707 partp->dp_ssect = DOSSECT(sec, cy); in dos()
712 cy = end / dos_cylsecs; in dos()
714 partp->dp_ecyl = DOSCYL(cy); in dos()
715 partp->dp_esect = DOSSECT(sec, cy); in dos()
/freebsd/bin/sh/tests/parser/
H A Ddollar-quote5.06 [ $'\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 DVEDisassembler.cpp319 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 Dppc-xlate.pl375 my ($f, $rt, $ra, $rb, $cy) = @_; # only cy==0 is specified in 3.0B
376 " .long ".sprintf "0x%X",(31<<26)|($rt<<21)|($ra<<16)|($rb<<11)|($cy<<9)|(170<<1);
/freebsd/
H A DMAINTAINERS42 sbin/ipf cy Pre-commit review requested.
101 sys/netpfil/ipfilter cy Pre-commit review requested.
/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c1835 uint32_t sw, cy, Q; in isocal_split_eraweeks() local
1880 cy = sw / 8192u; /* sw >> 13 , let the compiler sort it out */ in isocal_split_eraweeks()
1886 res.hi = 100*cc + cy; in isocal_split_eraweeks()
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c1378 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 Dam335x_lcd_syscons.c619 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 Dbcm2835_fb.c709 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 Dcommitters-ports.dot172 cy [label="Cy Schubert\ncy@FreeBSD.org\n2001/11/13"]
673 nectar -> cy
H A Dcommitters-src.dot153 cy [label="Cy Schubert\ncy@FreeBSD.org\n2013/04/23"]
564 glebius -> cy
H A Diso639506 cy wel cym Welsh
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c754 ofwfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in ofwfb_fill_rect() argument
/freebsd/usr.bin/vi/catalog/
H A Dpolish.UTF-8.base115 122 "Nowy katalog bieżący: %s"
/freebsd/sys/contrib/openzfs/
H A DAUTHORS159 Cy Schubert <cy@FreeBSD.org>

12