Home
last modified time | relevance | path

Searched refs:old_g (Results 1 – 25 of 70) sorted by relevance

123

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dmain.c501 struct Global *old_g = NULL; in main_2() local
525 old_g = GLOBALS; in main_2()
531 GLOBALS->notebook = old_g->notebook; in main_2()
534 GLOBALS->contexts = old_g->contexts; in main_2()
543 GLOBALS->logfiles = old_g->logfiles; in main_2()
547 GLOBALS->interp = old_g->interp; in main_2()
587 GLOBALS->color_1 = old_g->color_1; in main_2()
589 GLOBALS->color_0 = old_g->color_0; in main_2()
599 GLOBALS->color_x = old_g->color_x; in main_2()
601 GLOBALS->color_u = old_g->color_u; in main_2()
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dgcwrapper.c755 S_gc(tc, old_g, old_g, old_g); in S_do_gc()
759 S_G.first_loc[new_g][s] = S_G.first_loc[old_g][s]; S_G.first_loc[old_g][s] = FIX(0); in S_do_gc()
760 S_G.base_loc[new_g][s] = S_G.base_loc[old_g][s]; S_G.base_loc[old_g][s] = FIX(0); in S_do_gc()
761 S_G.next_loc[new_g][s] = S_G.next_loc[old_g][s]; S_G.next_loc[old_g][s] = FIX(0); in S_do_gc()
762 S_G.bytes_left[new_g][s] = S_G.bytes_left[old_g][s]; S_G.bytes_left[old_g][s] = 0; in S_do_gc()
769 S_G.guardians[new_g] = S_G.guardians[old_g]; S_G.guardians[old_g] = Snil; in S_do_gc()
770 S_G.locked_objects[new_g] = S_G.locked_objects[old_g]; S_G.locked_objects[old_g] = Snil; in S_do_gc()
776 S_G.countof[new_g][i] = S_G.countof[old_g][i]; S_G.countof[old_g][i] = 0; in S_do_gc()
777 S_G.bytesof[new_g][i] = S_G.bytesof[old_g][i]; S_G.bytesof[old_g][i] = 0; in S_do_gc()
798 if (from_g == old_g) { in S_do_gc()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dgcwrapper.c1185 result = S_gc(tc, old_g, old_g, old_g, count_roots); in S_do_gc()
1199 tgc->base_loc[new_g][s] = tgc->base_loc[old_g][s]; tgc->base_loc[old_g][s] = (ptr)0; in S_do_gc()
1200 tgc->next_loc[new_g][s] = tgc->next_loc[old_g][s]; tgc->next_loc[old_g][s] = (ptr)0; in S_do_gc()
1201 tgc->bytes_left[new_g][s] = tgc->bytes_left[old_g][s]; tgc->bytes_left[old_g][s] = 0; in S_do_gc()
1202 tgc->sweep_loc[new_g][s] = tgc->sweep_loc[old_g][s]; tgc->sweep_loc[old_g][s] = 0; in S_do_gc()
1207 S_G.guardians[new_g] = S_G.guardians[old_g]; S_G.guardians[old_g] = Snil; in S_do_gc()
1208 S_G.locked_objects[new_g] = S_G.locked_objects[old_g]; S_G.locked_objects[old_g] = Snil; in S_do_gc()
1214 S_G.countof[new_g][i] = S_G.countof[old_g][i]; S_G.countof[old_g][i] = 0; in S_do_gc()
1215 S_G.bytesof[new_g][i] = S_G.bytesof[old_g][i]; S_G.bytesof[old_g][i] = 0; in S_do_gc()
1236 if (from_g == old_g) { in S_do_gc()
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dgcwrapper.c1185 result = S_gc(tc, old_g, old_g, old_g, count_roots); in S_do_gc()
1199 tgc->base_loc[new_g][s] = tgc->base_loc[old_g][s]; tgc->base_loc[old_g][s] = (ptr)0; in S_do_gc()
1200 tgc->next_loc[new_g][s] = tgc->next_loc[old_g][s]; tgc->next_loc[old_g][s] = (ptr)0; in S_do_gc()
1201 tgc->bytes_left[new_g][s] = tgc->bytes_left[old_g][s]; tgc->bytes_left[old_g][s] = 0; in S_do_gc()
1202 tgc->sweep_loc[new_g][s] = tgc->sweep_loc[old_g][s]; tgc->sweep_loc[old_g][s] = 0; in S_do_gc()
1207 S_G.guardians[new_g] = S_G.guardians[old_g]; S_G.guardians[old_g] = Snil; in S_do_gc()
1208 S_G.locked_objects[new_g] = S_G.locked_objects[old_g]; S_G.locked_objects[old_g] = Snil; in S_do_gc()
1214 S_G.countof[new_g][i] = S_G.countof[old_g][i]; S_G.countof[old_g][i] = 0; in S_do_gc()
1215 S_G.bytesof[new_g][i] = S_G.bytesof[old_g][i]; S_G.bytesof[old_g][i] = 0; in S_do_gc()
1236 if (from_g == old_g) { in S_do_gc()
[all …]
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dfill.c117 Uint8 old_r, old_g, old_b, draw_r, draw_g, draw_b, new_r, new_g, new_b; in blend() local
120 SDL_GetRGB(old_colr, canvas->format, &old_r, &old_g, &old_b); in blend()
123 new_g = (Uint8) (((float) old_g) * (1.00 - pct) + ((float) draw_g * pct)); in blend()
335 Uint8 draw_r, draw_g, draw_b, old_r, old_g, old_b, new_r, new_g, new_b; in draw_linear_gradient() local
352 SDL_GetRGB(old_colr, last->format, &old_r, &old_g, &old_b); in draw_linear_gradient()
373 new_g = (Uint8) (((float) old_g) * ratio + ((float) draw_g * (1.0 - ratio))); in draw_linear_gradient()
389 Uint8 draw_r, draw_g, draw_b, old_r, old_g, old_b, new_r, new_g, new_b; in draw_radial_gradient() local
418 SDL_GetRGB(old_colr, canvas->format, &old_r, &old_g, &old_b); in draw_radial_gradient()
424 new_g = (Uint8) (((float) old_g) * ratio + ((float) draw_g * (1.00 - ratio))); in draw_radial_gradient()
/dports/cad/magic/magic-8.3.245/cmwind/
H A DCMWundo.c51 int old_r, old_g, old_b; /* Old RGB */ member
116 (void) GrPutColor(up->cue_color, up->old_r, up->old_g, up->old_b);
150 up->old_g = oldg;
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbase.rs156 for &(old_g, new_g) in cx.statics_to_rauw().borrow().iter() { in compile_codegen_unit()
158 let bitcast = llvm::LLVMConstPointerCast(new_g, cx.val_ty(old_g)); in compile_codegen_unit()
159 llvm::LLVMReplaceAllUsesWith(old_g, bitcast); in compile_codegen_unit()
160 llvm::LLVMDeleteGlobal(old_g); in compile_codegen_unit()
/dports/devel/ppl/ppl-1.2/src/
H A DGrid_templates.hh236 const Grid_Generator& old_g = *i; in map_space_dimensions() local
237 const Grid_Generator::expr_type old_g_e = old_g.expression(); in map_space_dimensions()
249 switch (old_g.type()) { in map_space_dimensions()
261 new_gensys.insert(grid_point(expr, old_g.divisor())); in map_space_dimensions()
H A DPolyhedron_templates.hh259 const Generator& old_g = *i; in map_space_dimensions() local
260 const Generator::expr_type old_e = old_g.expression(); in map_space_dimensions()
272 switch (old_g.type()) { in map_space_dimensions()
285 new_gensys.insert(point(expr, old_g.divisor())); in map_space_dimensions()
289 new_gensys.insert(closure_point(expr, old_g.divisor())); in map_space_dimensions()
/dports/security/p5-Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.20/
H A DDSA.xs469 const BIGNUM *old_g; variable
473 DSA_get0_pqg(dsa, NULL, &old_q, &old_g);
483 if (NULL == old_g) {
486 g = BN_dup(old_g);
510 const BIGNUM *old_g; variable
514 DSA_get0_pqg(dsa, &old_p, NULL, &old_g);
524 if (NULL == old_g) {
527 g = BN_dup(old_g);
/dports/games/renpy/renpy-7.4.11-sdk/renpy/text/
H A Dtextsupport.pyx202 cdef Glyph g, g1, old_g
315 old_g = glyphs[0]
316 old_g.split = SPLIT_NONE
326 elif g.ruby == RUBY_BOTTOM and old_g.ruby == RUBY_BOTTOM:
329 old_g = g
465 cdef Glyph g, old_g
470 old_g = None
480 if g.split != SPLIT_NONE and old_g:
484 old_g.advance = old_g.width
506 old_g = g
/dports/graphics/pixie/Pixie/src/framebuffer/
H A Dfbx.cpp51 float old_g = (((col) >> 8) & 0xFF); \
57 float old_g = (((col) >> 16) & 0xFF); \
61 float old_g = (((col) >> 8) & 0xFF); \
67 float old_g = (((col) >> 16) & 0xFF); \
411 float ng = (g)*(a)*255 + (1-(a))*old_g; \
/dports/devel/jsonnet/jsonnet-0.17.0/examples/
H A Doo-contrived.jsonnet.golden6 "old_g": 105
/dports/devel/jsonnet/jsonnet-0.17.0/doc/_includes/examples/
H A Doo-contrived.jsonnet.golden6 "old_g": 105
H A Doo-contrived.jsonnet14 old_g: super.g,
/dports/devel/py-jsonnet/jsonnet-0.17.0/doc/_includes/examples/
H A Doo-contrived.jsonnet.golden6 "old_g": 105
H A Doo-contrived.jsonnet14 old_g: super.g,
/dports/devel/py-jsonnet/jsonnet-0.17.0/examples/
H A Doo-contrived.jsonnet.golden6 "old_g": 105
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/colgate/
H A Dcolgate.c548 unsigned old_g = *src++; in f0r_update() local
551 int new_r = inst->premult_r[old_r][0] + inst->premult_g[old_g][0] + inst->premult_b[old_b][0]; in f0r_update()
552 int new_g = inst->premult_r[old_r][1] + inst->premult_g[old_g][1] + inst->premult_b[old_b][1]; in f0r_update()
553 int new_b = inst->premult_r[old_r][2] + inst->premult_g[old_g][2] + inst->premult_b[old_b][2]; in f0r_update()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/colgate/
H A Dcolgate.c548 unsigned old_g = *src++; in f0r_update() local
551 int new_r = inst->premult_r[old_r][0] + inst->premult_g[old_g][0] + inst->premult_b[old_b][0]; in f0r_update()
552 int new_g = inst->premult_r[old_r][1] + inst->premult_g[old_g][1] + inst->premult_b[old_b][1]; in f0r_update()
553 int new_b = inst->premult_r[old_r][2] + inst->premult_g[old_g][2] + inst->premult_b[old_b][2]; in f0r_update()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/colgate/
H A Dcolgate.c548 unsigned old_g = *src++; in f0r_update() local
551 int new_r = inst->premult_r[old_r][0] + inst->premult_g[old_g][0] + inst->premult_b[old_b][0]; in f0r_update()
552 int new_g = inst->premult_r[old_r][1] + inst->premult_g[old_g][1] + inst->premult_b[old_b][1]; in f0r_update()
553 int new_b = inst->premult_r[old_r][2] + inst->premult_g[old_g][2] + inst->premult_b[old_b][2]; in f0r_update()
/dports/games/openttd/openttd-12.1/src/
H A Dgroup_cmd.cpp237 static inline void UpdateNumEngineGroup(const Vehicle *v, GroupID old_g, GroupID new_g) in UpdateNumEngineGroup() argument
239 if (old_g != new_g) { in UpdateNumEngineGroup()
241 GroupStatistics::Get(v->owner, old_g, v->type).num_engines[v->engine_type]--; in UpdateNumEngineGroup()
607 GroupID old_g = p1; in CmdRemoveAllVehiclesGroup() local
608 Group *g = Group::GetIfValid(old_g); in CmdRemoveAllVehiclesGroup()
616 if (v->group_id != old_g) continue; in CmdRemoveAllVehiclesGroup()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dborders.c538 if (old_g == NULL) in border_get_parts_and_pos_to_draw()
540 old_g = &fw->g.frame; in border_get_parts_and_pos_to_draw()
641 (old_g->height != new_g->height in border_get_tb_parts_to_draw()
644 ((old_g->x != new_g->x || old_g->y != new_g->y) in border_get_tb_parts_to_draw()
650 (old_g->x != new_g->x || old_g->y != new_g->y)) in border_get_tb_parts_to_draw()
692 ((old_g->x != new_g->x || old_g->y != new_g->y) in border_get_tb_parts_to_draw()
728 ((old_g->x != new_g->x || in border_get_tb_parts_to_draw()
729 old_g->y != new_g->y) in border_get_tb_parts_to_draw()
741 if (old_g->x != new_g->x || old_g->y != new_g->y) in border_get_tb_parts_to_draw()
4118 if (old_g == NULL) in border_get_titlebar_descr()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dborders.c538 if (old_g == NULL) in border_get_parts_and_pos_to_draw()
540 old_g = &fw->g.frame; in border_get_parts_and_pos_to_draw()
641 (old_g->height != new_g->height in border_get_tb_parts_to_draw()
644 ((old_g->x != new_g->x || old_g->y != new_g->y) in border_get_tb_parts_to_draw()
650 (old_g->x != new_g->x || old_g->y != new_g->y)) in border_get_tb_parts_to_draw()
692 ((old_g->x != new_g->x || old_g->y != new_g->y) in border_get_tb_parts_to_draw()
728 ((old_g->x != new_g->x || in border_get_tb_parts_to_draw()
729 old_g->y != new_g->y) in border_get_tb_parts_to_draw()
741 if (old_g->x != new_g->x || old_g->y != new_g->y) in border_get_tb_parts_to_draw()
4119 if (old_g == NULL) in border_get_titlebar_descr()
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dimage.c94 static float old_g = -1; in gl_emit_quads() local
97 float g = old_g; in gl_emit_quads()
104 while (g == old_g) { in gl_emit_quads()
108 old_g = g; in gl_emit_quads()

123