Home
last modified time | relevance | path

Searched refs:prg (Results 1 – 25 of 3707) sorted by relevance

12345678910>>...149

/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/prg/
H A Dprg.go1 package prg package
12 type prg struct { struct
75 func (prg *prg) Locale() string { argument
139 func (prg *prg) MonthsNarrow() []string { argument
149 func (prg *prg) MonthsWide() []string { argument
169 func (prg *prg) WeekdaysNarrow() []string { argument
179 func (prg *prg) WeekdaysShort() []string { argument
189 func (prg *prg) WeekdaysWide() []string { argument
194 func (prg *prg) Decimal() string { argument
199 func (prg *prg) Group() string { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/prg/
H A Dprg.go1 package prg package
12 type prg struct { struct
75 func (prg *prg) Locale() string { argument
139 func (prg *prg) MonthsNarrow() []string { argument
149 func (prg *prg) MonthsWide() []string { argument
169 func (prg *prg) WeekdaysNarrow() []string { argument
179 func (prg *prg) WeekdaysShort() []string { argument
189 func (prg *prg) WeekdaysWide() []string { argument
194 func (prg *prg) Decimal() string { argument
199 func (prg *prg) Group() string { argument
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/prg/
H A Dprg.go1 package prg package
12 type prg struct { struct
75 func (prg *prg) Locale() string { argument
139 func (prg *prg) MonthsNarrow() []string { argument
149 func (prg *prg) MonthsWide() []string { argument
169 func (prg *prg) WeekdaysNarrow() []string { argument
179 func (prg *prg) WeekdaysShort() []string { argument
189 func (prg *prg) WeekdaysWide() []string { argument
194 func (prg *prg) Decimal() string { argument
199 func (prg *prg) Group() string { argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-prg.c89 struct ipu_prg *prg; in ipu_prg_lookup_by_phandle() local
97 prg->id = ipu_id; in ipu_prg_lookup_by_phandle()
99 return prg; in ipu_prg_lookup_by_phandle()
147 if (!prg) in ipu_prg_enable()
158 if (!prg) in ipu_prg_disable()
362 struct ipu_prg *prg; in ipu_prg_probe() local
366 prg = devm_kzalloc(dev, sizeof(*prg), GFP_KERNEL); in ipu_prg_probe()
367 if (!prg) in ipu_prg_probe()
384 prg->iomuxc_gpr = in ipu_prg_probe()
391 if (!prg->pres[i]) in ipu_prg_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-prg.c89 struct ipu_prg *prg; in ipu_prg_lookup_by_phandle() local
97 prg->id = ipu_id; in ipu_prg_lookup_by_phandle()
99 return prg; in ipu_prg_lookup_by_phandle()
147 if (!prg) in ipu_prg_enable()
158 if (!prg) in ipu_prg_disable()
362 struct ipu_prg *prg; in ipu_prg_probe() local
366 prg = devm_kzalloc(dev, sizeof(*prg), GFP_KERNEL); in ipu_prg_probe()
367 if (!prg) in ipu_prg_probe()
384 prg->iomuxc_gpr = in ipu_prg_probe()
391 if (!prg->pres[i]) in ipu_prg_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-prg.c89 struct ipu_prg *prg; in ipu_prg_lookup_by_phandle() local
97 prg->id = ipu_id; in ipu_prg_lookup_by_phandle()
99 return prg; in ipu_prg_lookup_by_phandle()
147 if (!prg) in ipu_prg_enable()
158 if (!prg) in ipu_prg_disable()
362 struct ipu_prg *prg; in ipu_prg_probe() local
366 prg = devm_kzalloc(dev, sizeof(*prg), GFP_KERNEL); in ipu_prg_probe()
367 if (!prg) in ipu_prg_probe()
384 prg->iomuxc_gpr = in ipu_prg_probe()
391 if (!prg->pres[i]) in ipu_prg_probe()
[all …]
/dports/math/clasp/clasp-3.3.5/tests/
H A Drule_test.cpp52 LogicProgram prg; variable
209 LogicProgram prg; variable
223 prg.endProgram();
235 prg.endProgram();
251 prg.endProgram();
265 lpAdd(prg,
272 lpAdd(prg,
275 prg.endProgram();
514 lpAdd(prg,
529 prg.start(ctx);
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/tests/
H A Drule_test.cpp52 LogicProgram prg; variable
209 LogicProgram prg; variable
223 prg.endProgram();
235 prg.endProgram();
251 prg.endProgram();
265 lpAdd(prg,
272 lpAdd(prg,
275 prg.endProgram();
514 lpAdd(prg,
529 prg.start(ctx);
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/tests/
H A Drule_test.cpp52 LogicProgram prg; variable
209 LogicProgram prg; variable
223 prg.endProgram();
235 prg.endProgram();
251 prg.endProgram();
265 lpAdd(prg,
272 lpAdd(prg,
275 prg.endProgram();
514 lpAdd(prg,
529 prg.start(ctx);
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/prg_001/
H A Dprg_001.go76 return prg.locale
81 return prg.pluralsCardinal
86 return prg.pluralsOrdinal
91 return prg.pluralsRange
150 return prg.monthsWide[1:]
170 return prg.daysNarrow
180 return prg.daysShort
190 return prg.daysWide
195 return prg.decimal
200 return prg.group
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/prg_001/
H A Dprg_001.go76 return prg.locale
81 return prg.pluralsCardinal
86 return prg.pluralsOrdinal
91 return prg.pluralsRange
150 return prg.monthsWide[1:]
170 return prg.daysNarrow
180 return prg.daysShort
190 return prg.daysWide
195 return prg.decimal
200 return prg.group
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/prg_001/
H A Dprg_001.go76 return prg.locale
81 return prg.pluralsCardinal
86 return prg.pluralsOrdinal
91 return prg.pluralsRange
150 return prg.monthsWide[1:]
170 return prg.daysNarrow
180 return prg.daysShort
190 return prg.daysWide
195 return prg.decimal
200 return prg.group
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dyglshaderes.c109 prg = p; in Ygl_uniformNormal()
120 prg = p; in Ygl_cleanupNormal()
209 prg = p; in Ygl_uniformWindow()
221 prg = p; in Ygl_cleanupWindow()
272 prg = p; in Ygl_uniformVdp1Normal()
642 if( prg->bwin0 && !prg->bwin1 ) in Ygl_uniformStartVDP2Window()
650 }else if( !prg->bwin0 && prg->bwin1 ) { in Ygl_uniformStartVDP2Window()
658 }else if( prg->bwin0 && prg->bwin1 ) { in Ygl_uniformStartVDP2Window()
662 if (prg->logwin0 == 1 && prg->logwin0 == 1){ in Ygl_uniformStartVDP2Window()
673 if (prg->logwin0 == 1 && prg->logwin0 == 1){ in Ygl_uniformStartVDP2Window()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_shader/
H A Dshader_gl_cg.c433 if (cg->prg[i].fprg && cg->prg[i].fprg != cg->prg[0].fprg) in gl_cg_deinit_progs()
435 if (cg->prg[i].vprg && cg->prg[i].vprg != cg->prg[0].vprg) in gl_cg_deinit_progs()
444 memset(cg->prg, 0, sizeof(cg->prg)); in gl_cg_deinit_progs()
651 cg->prg[1] = cg->prg[0]; in gl_cg_load_plain()
789 gl_cg_set_shaders(cg->prg[i].fprg, cg->prg[i].vprg); in gl_cg_set_program_attributes()
889 gl_cg_set_pass_attrib(&cg->prg[i], &cg->prg[i].fbo[j], in gl_cg_set_program_attributes()
1014 cg->prg[cg->shader->passes + 1] = cg->prg[0]; in gl_cg_init()
1017 cg->prg[VIDEO_SHADER_STOCK_BLEND] = cg->prg[0]; in gl_cg_init()
1019 gl_cg_set_shaders(cg->prg[1].fprg, cg->prg[1].vprg); in gl_cg_init()
1035 if (cg && cg->prg[idx].vprg && cg->prg[idx].fprg) in gl_cg_use()
[all …]
/dports/devel/cc65/cc65-2.19/testcode/lib/accelerator/
H A DMakefile3 all: c64-scpu-test.prg c128-scpu-test.prg c64dtv-test.prg \
4 c64-c128-test.prg c128-test.prg chameleon-test.prg \
5 c65-test.prg turbomaster-test.prg
7 c64-scpu-test.prg: c64-c128-scpu-test.c
10 c128-scpu-test.prg: c64-c128-scpu-test.c
13 c64dtv-test.prg: c64dtv-test.c
16 c64-c128-test.prg: c64-c128-test.c
19 c128-test.prg: c64-c128-test.c
22 chameleon-test.prg: chameleon-test.c
25 c65-test.prg: c65-test.c
[all …]
/dports/www/firefox/firefox-99.0/third_party/prio/prio/
H A Dprg.c19 struct prg struct
35 PRG prg = malloc(sizeof(struct prg)); in PRG_new() argument
36 if (!prg) in PRG_new()
39 prg->key = NULL; in PRG_new()
67 prg = NULL; in PRG_new()
70 return prg; in PRG_new()
76 if (!prg) in PRG_clear()
79 if (prg->key) in PRG_clear()
81 if (prg->slot) in PRG_clear()
83 if (prg->ctx) in PRG_clear()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/prio/prio/
H A Dprg.c19 struct prg struct
35 PRG prg = malloc(sizeof(struct prg)); in PRG_new() argument
36 if (!prg) in PRG_new()
39 prg->key = NULL; in PRG_new()
67 prg = NULL; in PRG_new()
70 return prg; in PRG_new()
76 if (!prg) in PRG_clear()
79 if (prg->key) in PRG_clear()
81 if (prg->slot) in PRG_clear()
83 if (prg->ctx) in PRG_clear()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/prio/prio/
H A Dprg.c19 struct prg struct
35 PRG prg = malloc(sizeof(struct prg)); in PRG_new() argument
36 if (!prg) in PRG_new()
39 prg->key = NULL; in PRG_new()
67 prg = NULL; in PRG_new()
70 return prg; in PRG_new()
76 if (!prg) in PRG_clear()
79 if (prg->key) in PRG_clear()
81 if (prg->slot) in PRG_clear()
83 if (prg->ctx) in PRG_clear()
[all …]
/dports/math/gap/gap-4.11.0/tst/testinstall/
H A Dstraight.tst29 gap> ResultOfStraightLineProgram( prg, gens );
32 gap> ResultOfStraightLineProgram( prg, gens );
35 gap> ResultOfStraightLineProgram( prg, gens );
38 gap> ResultOfStraightLineProgram( prg, gens );
41 gap> ResultOfStraightLineProgram( prg, gens );
44 gap> ResultOfStraightLineProgram( prg, gens );
47 gap> ResultOfStraightLineProgram( prg, gens );
50 gap> ResultOfStraightLineProgram( prg, gens );
53 gap> ResultOfStraightLineProgram( prg, gens );
56 gap> ResultOfStraightLineProgram( prg, gens );
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dautostart-prg.c59 autostart_prg_t *prg; in load_prg() local
62 if (prg == NULL) { in load_prg()
68 prg->data = NULL; in load_prg()
85 end = prg->start_addr + prg->size - 1; in load_prg()
92 prg->data = lib_malloc(prg->size); in load_prg()
111 return prg; in load_prg()
117 lib_free(prg); in free_prg()
241 if (prg == NULL) { in autostart_prg_with_disk_image()
315 free_prg(prg); in autostart_prg_with_disk_image()
345 mem_inject((uint16_t)(prg->start_addr + i), prg->data[i]); in autostart_prg_perform_injection()
[all …]
/dports/emulators/vice/vice-3.5/src/
H A Dautostart-prg.c73 if (prg == NULL) { in load_prg()
79 prg->data = NULL; in load_prg()
96 end = prg->start_addr + prg->size - 1; in load_prg()
103 prg->data = lib_malloc(prg->size); in load_prg()
122 return prg; in load_prg()
128 lib_free(prg); in free_prg()
269 if (prg == NULL) { in autostart_prg_with_disk_image()
350 free_prg(prg); in autostart_prg_with_disk_image()
369 prg->start_addr, (unsigned int)prg->size); in autostart_prg_perform_injection()
373 mem_inject((uint16_t)(prg->start_addr + i), prg->data[i]); in autostart_prg_perform_injection()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/prio/prio/
H A Dprg.c19 struct prg struct
35 PRG prg = malloc(sizeof(struct prg)); in PRG_new() argument
36 if (!prg) in PRG_new()
39 prg->key = NULL; in PRG_new()
67 prg = NULL; in PRG_new()
70 return prg; in PRG_new()
76 if (!prg) in PRG_clear()
79 if (prg->key) in PRG_clear()
81 if (prg->slot) in PRG_clear()
83 if (prg->ctx) in PRG_clear()
[all …]
/dports/audio/goattracker/goattracker-2.76/examples/src/
H A Dmakefile1 all: ../example1.prg ../example2.prg ../example3.prg ../example4.prg
3 ../example1.prg: example1.s example1.bin
4 dasm example1.s -o../example1.prg -v3 -p3
5 pucrunch ../example1.prg ../example1.prg -c64 -x2048
7 ../example2.prg: example2.s example2.bin
8 dasm example2.s -o../example2.prg -v3 -p3
9 pucrunch ../example2.prg ../example2.prg -c64 -x2048
11 ../example3.prg: example3.s example3.bin
13 pucrunch ../example3.prg ../example3.prg -c64 -x2048
15 ../example4.prg: example4.s example4.bin
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dplaych10.cpp587 memcpy(&prg[0x08000], &prg[0x28000], 0x8000); in init_pcbboard()
633 memcpy(&prg[0x08000], &prg[0x28000], 0x8000); in init_pcdboard()
746 memcpy(&prg[0x08000], &prg[0x28000], 0x8000); in init_pceboard()
774 memcpy(&prg[0x08000], &prg[0x28000], 0x8000); in init_pcfboard()
853 memcpy(&prg[0x0a000], &prg[bank], 0x2000); in gboard_rom_switch_w()
959 memcpy(&prg[0x08000], &prg[0x4c000], 0x4000); in init_pcgboard()
960 memcpy(&prg[0x0c000], &prg[0x4c000], 0x4000); in init_pcgboard()
1014 memcpy(&prg[0x08000], &prg[0x10000], 0x8000); in init_pciboard()
1080 memcpy(&prg[0x08000], &prg[0x4c000], 0x4000); in init_pchboard()
1081 memcpy(&prg[0x0c000], &prg[0x4c000], 0x4000); in init_pchboard()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dplaych10.cpp587 memcpy(&prg[0x08000], &prg[0x28000], 0x8000); in init_pcbboard()
633 memcpy(&prg[0x08000], &prg[0x28000], 0x8000); in init_pcdboard()
746 memcpy(&prg[0x08000], &prg[0x28000], 0x8000); in init_pceboard()
774 memcpy(&prg[0x08000], &prg[0x28000], 0x8000); in init_pcfboard()
853 memcpy(&prg[0x0a000], &prg[bank], 0x2000); in gboard_rom_switch_w()
959 memcpy(&prg[0x08000], &prg[0x4c000], 0x4000); in init_pcgboard()
960 memcpy(&prg[0x0c000], &prg[0x4c000], 0x4000); in init_pcgboard()
1014 memcpy(&prg[0x08000], &prg[0x10000], 0x8000); in init_pciboard()
1080 memcpy(&prg[0x08000], &prg[0x4c000], 0x4000); in init_pchboard()
1081 memcpy(&prg[0x0c000], &prg[0x4c000], 0x4000); in init_pchboard()
[all …]

12345678910>>...149