Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/ncurses/menu/
HDm_post.c133 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-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrFormats.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 …]
HDVEInstrVec.td149 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 …]
HDVEInstrInfo.td553 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-14-stable/sys/dev/fb/
HDvga.c444 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 …]
HDfbreg.h129 int cx, int cy);
228 #define vidd_fill_rect(adp, val, x, y, cx, cy) \ argument
230 (cx), (cy))
HDs3_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()
HDvesa.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-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ScheduleBtVer2.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 …]
HDX86ScheduleZnver3.td36 // Assuming a maximum dispatch of 8 ops/cy and a mispredict cost of 12cy from
/freebsd-14-stable/contrib/dialog/po/
HDcy.po11 "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
12 "Language: cy\n"
/freebsd-14-stable/sbin/fdisk/
HDfdisk.c698 int cy, sec; in dos() local
708 cy = partp->dp_start / dos_cylsecs; in dos()
710 partp->dp_scyl = DOSCYL(cy); in dos()
711 partp->dp_ssect = DOSSECT(sec, cy); in dos()
716 cy = end / dos_cylsecs; in dos()
718 partp->dp_ecyl = DOSCYL(cy); in dos()
719 partp->dp_esect = DOSSECT(sec, cy); in dos()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
HDVEDisassembler.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-14-stable/crypto/openssl/crypto/perlasm/
HDppc-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-14-stable/contrib/ntp/libntp/
HDntp_calendar.c1834 uint32_t sw, cy, Q; in isocal_split_eraweeks() local
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()
/freebsd-14-stable/usr.sbin/pmcstudy/
HDpmcstudy.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-14-stable/sys/arm/ti/am335x/
HDam335x_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-14-stable/sys/arm/freescale/imx/
HDimx51_ipuv3.c756 ipu3fb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in ipu3fb_fill_rect() argument
/freebsd-14-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_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-14-stable/share/misc/
HDcommitters-ports.dot170 cy [label="Cy Schubert\ncy@FreeBSD.org\n2001/11/13"]
662 nectar -> cy
HDcommitters-src.dot151 cy [label="Cy Schubert\ncy@FreeBSD.org\n2013/04/23"]
555 glebius -> cy
HDiso639506 cy wel cym Welsh
/freebsd-14-stable/sys/powerpc/ofw/
HDofw_syscons.c755 ofwfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in ofwfb_fill_rect() argument
/freebsd-14-stable/usr.bin/vi/catalog/
HDpolish.UTF-8.base115 122 "Nowy katalog bieżący: %s"
/freebsd-14-stable/sys/contrib/openzfs/
HDAUTHORS161 Cy Schubert <cy@FreeBSD.org>

12