/src/sys/arch/hpcmips/stand/pbsdboot/ |
palette.c | 59 static void palette_setup(PALETTEENTRY *pal); 64 static HPALETTE pal = NULL; variable in typeref:typename:HPALETTE 92 pal = CreatePalette(logpal); 93 if (pal == NULL) { 112 palette_setup(PALETTEENTRY *pal) 117 pal[i].peFlags = PC_EXPLICIT; 118 pal[i].peRed = bivideo_cmap_r[i]; 119 pal[i].peGreen = bivideo_cmap_g[i]; 120 pal[i].peBlue = bivideo_cmap_b[i]; 136 if (pal != NULL) [all...] |
/src/usr.sbin/faithd/ |
ftp.c | 585 unsigned int af, hal, ho[16], pal, po[2]; local in function:ftp_copycommand 672 &pal, &po[0], &po[1]); 673 if (n != 21 || af != 6 || hal != 16|| pal != 2) {
|
/src/sys/arch/ia64/ia64/ |
machdep.c | 103 #include <machine/pal.h> 359 struct ia64_pal_result pal; local in function:calculate_frequencies 362 pal = ia64_call_pal_static(PAL_FREQ_RATIOS, 0, 0, 0); 363 if (sal.sal_status == 0 && pal.pal_status == 0) { 369 pal.pal_result[0] >> 32, 370 pal.pal_result[0] & ((1L << 32) - 1), 371 pal.pal_result[1] >> 32, 372 pal.pal_result[1] & ((1L << 32) - 1), 373 pal.pal_result[2] >> 32, 374 pal.pal_result[2] & ((1L << 32) - 1)) [all...] |
/src/sys/arch/x86/pci/ |
pci_ranges.c | 91 pci_alloc_dup(const pci_alloc_t *pal) 96 *npal = *pal; 101 pci_alloc_linkdup(pci_alloc_list_t *pals, const pci_alloc_t *pal) 105 if ((npal = pci_alloc_dup(pal)) == NULL) 123 io_range_extend(struct range_infer_ctx *ric, const pci_alloc_t *pal) 125 if (ric->ric_io_bottom > pal->pal_addr) 126 ric->ric_io_bottom = pal->pal_addr; 127 if (ric->ric_io_top < pal->pal_addr + pal->pal_size) 128 ric->ric_io_top = pal->pal_addr + pal->pal_size 138 pci_alloc_t pal = { local in function:io_range_extend_by_bar 178 }, pal[2]; local in function:io_range_extend_by_vga_enable 215 pci_alloc_t pal = { local in function:io_range_extend_by_win 266 pci_alloc_t pal = { local in function:io_range_extend_by_cbwin 388 pci_alloc_t pal = { local in function:mmio_range_extend_by_bar 447 }, pal; local in function:mmio_range_extend_by_vga_enable 478 pci_alloc_t pal = { local in function:mmio_range_extend_by_win 520 pci_alloc_t pal = { local in function:mmio_range_extend_by_prememwin 570 pci_alloc_t pal = { local in function:mmio_range_extend_by_cbwin 737 const pci_alloc_t *pal; local in function:pci_range_record 873 const pci_alloc_t *pal; local in function:pci_ranges_infer [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_fb.c | 82 u32 *pal = par->pseudo_palette; local in function:vmw_fb_setcolreg 92 pal[regno] = ((red & 0xff00) << 8) |
|
/src/usr.bin/ftp/ |
ftp.c | 1248 unsigned int af, hal, pal; local in function:initconn 1424 &pal, &port[0], &port[1]); 1430 if (af != 4 || hal != 4 || pal != 2) { 1459 &pal, &port[0], &port[1]); 1465 if (af != 6 || hal != 16 || pal != 2) {
|
/src/sys/dev/stbi/ |
stb_image.c | 3295 stbi_uc pal[256][4]; local in function:bmp_load 3384 pal[i][2] = get8u(s); 3385 pal[i][1] = get8u(s); 3386 pal[i][0] = get8u(s); 3388 pal[i][3] = 255; 3402 out[z++] = pal[v][0]; 3403 out[z++] = pal[v][1]; 3404 out[z++] = pal[v][2]; 3408 out[z++] = pal[v][0]; 3409 out[z++] = pal[v][1] 4326 uint8 pal[256][4]; member in struct:stbi_gif_struct [all...] |