Home
last modified time | relevance | path

Searched refs:pal (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/sys/arch/x86/pci/
H A Dpci_ranges.c91 pci_alloc_dup(const pci_alloc_t *pal) in pci_alloc_dup() argument
96 *npal = *pal; in pci_alloc_dup()
101 pci_alloc_linkdup(pci_alloc_list_t *pals, const pci_alloc_t *pal) in pci_alloc_linkdup() argument
105 if ((npal = pci_alloc_dup(pal)) == NULL) in pci_alloc_linkdup()
123 io_range_extend(struct range_infer_ctx *ric, const pci_alloc_t *pal) in io_range_extend() argument
125 if (ric->ric_io_bottom > pal->pal_addr) in io_range_extend()
126 ric->ric_io_bottom = pal->pal_addr; in io_range_extend()
127 if (ric->ric_io_top < pal->pal_addr + pal->pal_size) in io_range_extend()
128 ric->ric_io_top = pal->pal_addr + pal->pal_size; in io_range_extend()
130 return pci_alloc_linkdup(&ric->ric_pals, pal); in io_range_extend()
[all …]
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dpalette.c59 static void palette_setup(PALETTEENTRY *pal);
64 static HPALETTE pal = NULL; variable
92 pal = CreatePalette(logpal); in palette_init()
93 if (pal == NULL) { in palette_init()
112 palette_setup(PALETTEENTRY *pal) in palette_setup() argument
117 pal[i].peFlags = PC_EXPLICIT; in palette_setup()
118 pal[i].peRed = bivideo_cmap_r[i]; in palette_setup()
119 pal[i].peGreen = bivideo_cmap_g[i]; in palette_setup()
120 pal[i].peBlue = bivideo_cmap_b[i]; in palette_setup()
136 if (pal != NULL) { in palette_set()
[all …]
/netbsd-src/sys/arch/ia64/ia64/
H A Dmachdep.c359 struct ia64_pal_result pal; in calculate_frequencies() local
362 pal = ia64_call_pal_static(PAL_FREQ_RATIOS, 0, 0, 0); in calculate_frequencies()
363 if (sal.sal_status == 0 && pal.pal_status == 0) { in calculate_frequencies()
369 pal.pal_result[0] >> 32, in calculate_frequencies()
370 pal.pal_result[0] & ((1L << 32) - 1), in calculate_frequencies()
371 pal.pal_result[1] >> 32, in calculate_frequencies()
372 pal.pal_result[1] & ((1L << 32) - 1), in calculate_frequencies()
373 pal.pal_result[2] >> 32, in calculate_frequencies()
374 pal.pal_result[2] & ((1L << 32) - 1)); in calculate_frequencies()
377 sal.sal_result[0] * (pal.pal_result[0] >> 32) in calculate_frequencies()
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Dgrf_rhreg.h164 "C" void RZ3LoadPalette (unsigned char * pal, unsigned char firstcol, unsigned char colors);
258 void RZ3LoadPalette(unsigned char * pal, unsigned char firstcol, unsigned char colors);
261 * Loads the palette-registers. "pal" points to an array of unsigned char
690 void RZ3LoadPalette(struct grf_softc *gp, unsigned char *pal,
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Decx_kmgmt.c160 size_t pal = key1->keylen; in ecx_match() local
166 && pal == pbl in ecx_match()
167 && CRYPTO_memcmp(pa, pb, pal) == 0; in ecx_match()
175 size_t pal = key1->keylen; in ecx_match() local
181 && pal == pbl in ecx_match()
182 && CRYPTO_memcmp(pa, pb, pal) == 0; in ecx_match()
/netbsd-src/tests/usr.bin/grep/
H A Dd_context_c.out2 A pig is a pal, who'll boost your morale,
H A Dd_context_a.out1 A pig is a pal, who'll boost your morale,
H A Dd_context_a.in3 A pig is a pal, who'll boost your morale,
H A Dd_context_d.out3 d_context_a.in:A pig is a pal, who'll boost your morale,
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A DMakefile22 SRCS+= efifpswa.c pal.S
/netbsd-src/sys/arch/alpha/include/
H A DMakefile18 pal.h param.h pcb.h pio.h pmap.h proc.h profile.h prom.h psl.h \
/netbsd-src/sys/arch/ia64/include/
H A DMakefile12 md_var.h mutex.h pal.h param.h pcb.h pmap.h proc.h profile.h pte.h \
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c3295 stbi_uc pal[256][4]; in bmp_load() local
3384 pal[i][2] = get8u(s); in bmp_load()
3385 pal[i][1] = get8u(s); in bmp_load()
3386 pal[i][0] = get8u(s); in bmp_load()
3388 pal[i][3] = 255; in bmp_load()
3402 out[z++] = pal[v][0]; in bmp_load()
3403 out[z++] = pal[v][1]; in bmp_load()
3404 out[z++] = pal[v][2]; in bmp_load()
3408 out[z++] = pal[v][0]; in bmp_load()
3409 out[z++] = pal[v][1]; in bmp_load()
[all …]
/netbsd-src/usr.sbin/faithd/
H A Dftp.c585 unsigned int af, hal, ho[16], pal, po[2]; in ftp_copycommand() local
672 &pal, &po[0], &po[1]); in ftp_copycommand()
673 if (n != 21 || af != 6 || hal != 16|| pal != 2) { in ftp_copycommand()
/netbsd-src/external/bsd/openpam/dist/
H A DCREDITS18 Ankita Pal <pal.ankita.ankita@gmail.com>
/netbsd-src/usr.bin/ftp/
H A Dftp.c1248 unsigned int af, hal, pal; in initconn() local
1424 &pal, &port[0], &port[1]); in initconn()
1430 if (af != 4 || hal != 4 || pal != 2) { in initconn()
1459 &pal, &port[0], &port[1]); in initconn()
1465 if (af != 6 || hal != 16 || pal != 2) { in initconn()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dmeson8b-ec100.dts41 pal-switch {
42 label = "pal";
/netbsd-src/sys/arch/ia64/conf/
H A Dfiles.ia6446 file arch/ia64/ia64/pal.S
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUUsage.rst79 - AMD's PAL runtime using the *pal-amdhsa* loader on
83 runtime using the *pal-amdpal* loader on Windows and Linux
219 ``gfx600`` - ``tahiti`` ``amdgcn`` dGPU - Does not - *pal-amdpal*
224 ``gfx601`` - ``pitcairn`` ``amdgcn`` dGPU - Does not - *pal-amdpal*
229 ``gfx602`` - ``hainan`` ``amdgcn`` dGPU - Does not - *pal-amdpal*
237 … flat - *pal-amdhsa* - A6 Pro-7050B
238 … scratch - *pal-amdpal* - A8-7100
247 … flat - *pal-amdhsa* - FirePro W9100
248 … scratch - *pal-amdpal* - FirePro S9150
251 … flat - *pal-amdhsa* - Radeon R9 290x
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fb.c82 u32 *pal = par->pseudo_palette; in vmw_fb_setcolreg() local
92 pal[regno] = ((red & 0xff00) << 8) | in vmw_fb_setcolreg()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dcp-demangle.c3164 struct demangle_component **pal; in d_template_args_1() local
3179 pal = &al; in d_template_args_1()
3188 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL); in d_template_args_1()
3189 if (*pal == NULL) in d_template_args_1()
3191 pal = &d_right (*pal); in d_template_args_1()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dcp-demangle.c3206 struct demangle_component **pal; in d_template_args_1() local
3221 pal = &al; in d_template_args_1()
3230 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL); in d_template_args_1()
3231 if (*pal == NULL) in d_template_args_1()
3233 pal = &d_right (*pal); in d_template_args_1()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dcp-demangle.c3179 struct demangle_component **pal; in d_template_args_1() local
3194 pal = &al; in d_template_args_1()
3203 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL); in d_template_args_1()
3204 if (*pal == NULL) in d_template_args_1()
3206 pal = &d_right (*pal); in d_template_args_1()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dcp-demangle.c3303 struct demangle_component **pal; in d_template_args_1() local
3318 pal = &al; in d_template_args_1()
3327 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL); in d_template_args_1()
3328 if (*pal == NULL) in d_template_args_1()
3330 pal = &d_right (*pal); in d_template_args_1()
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-2021469 * cgen-trace.c, cgen-utils.c, dv-cfi.c, dv-pal.c, dv-sockser.c,
911 * callback.c, cgen-scache.c, dv-glue.c, dv-pal.c, dv-sockser.c,
1501 * dv-pal.c: Include config.h and sim-main.h.
2382 * callback.c, dv-pal.c, dv-sockser.c, hw-base.c, hw-device.c,
2436 * callback.c, cgen-engine.h, dv-core.c, dv-glue.c, dv-pal.c,
2621 * dv-pal.c (hw_pal_ports, dv_pal_descriptor): Likewise.
3336 * dv-glue.c, dv-pal.c, hw-base.c, hw-base.h, hw-device.c: Ditto.
4744 * dv-pal.c: Include hw-main.h and sim-io.h.
4764 * hw-base.c, dv-pal.c, dv-glue.c: Update
4813 * dv-pal.c: Update.
[all …]

12