Home
last modified time | relevance | path

Searched defs:from_g (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/filters/
H A Dreplace_color_filter.cpp55 int from_r, from_g, from_b, from_a; in applyToRgba() local
151 int from_r, from_g, from_b, from_a; in applyToIndexed() local
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dgc.c375 # define ADD_BACKREFERENCE_FROM(p, from_p, from_g) argument
376 # define ADD_BACKREFERENCE(p, from_g) argument
635 #define relocate_impure(ppp, from_g) do { \ argument
665 #define mark_or_copy_impure(to_g, dest, p, from_g, si) do { \ argument
700 #define relocate_reference(ppp, from_g) do { \ argument
1856 IGEN from_g; in resweep_weak_pairs() local
1924 ptr *slp, *nlp; ptr *pp, *ppn, p, *nl, *sl; IGEN from_g; in sweep_generation_pass() local
2145 IGEN from_g, to_g; in setup_sweep_dirty() local
2191 IGEN from_g, to_g; in sweep_dirty_segments() local
2550 IGEN from_g, min_youngest, youngest; in resweep_dirty_weak_pairs() local
[all …]
H A Dgcwrapper.c1036 static IBOOL dirty_listedp(seginfo *x, IGEN from_g, IGEN to_g) { in dirty_listedp()
1046 IGEN from_g, to_g, min_to_g; INT d; seginfo *si; in check_dirty_space() local
1077 IGEN from_g, to_g; seginfo *si; in check_dirty() local
1180 IGEN new_g, old_g, from_g, to_g; ISPC s; seginfo *si, *nextsi, *tail; in S_do_gc() local
H A Dalloc.c352 FORCEINLINE void mark_segment_dirty(seginfo *si, IGEN from_g, IGEN to_g) { in mark_segment_dirty()
383 IGEN from_g = si->generation; in S_dirty_set() local
426 IGEN from_g = si->generation; in S_scan_dirty() local
H A Dtypes.h247 #define DIRTY_SEGMENT_INDEX(from_g, to_g) ((((unsigned)((from_g)*((from_g)-1)))>>1)+to_g) argument
250 #define DirtySegmentsAt(dirty_segments, from_g, to_g) dirty_segments[DIRTY_SEGMENT_INDEX(from_g, to… argument
251 #define DirtySegments(from_g, to_g) DirtySegmentsAt(S_G.dirty_segments, from_g, to_g) argument
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dgc.c375 # define ADD_BACKREFERENCE_FROM(p, from_p, from_g) argument
376 # define ADD_BACKREFERENCE(p, from_g) argument
635 #define relocate_impure(ppp, from_g) do { \ argument
665 #define mark_or_copy_impure(to_g, dest, p, from_g, si) do { \ argument
700 #define relocate_reference(ppp, from_g) do { \ argument
1856 IGEN from_g; in resweep_weak_pairs() local
1924 ptr *slp, *nlp; ptr *pp, *ppn, p, *nl, *sl; IGEN from_g; in sweep_generation_pass() local
2145 IGEN from_g, to_g; in setup_sweep_dirty() local
2191 IGEN from_g, to_g; in sweep_dirty_segments() local
2550 IGEN from_g, min_youngest, youngest; in resweep_dirty_weak_pairs() local
[all …]
H A Dgcwrapper.c1036 static IBOOL dirty_listedp(seginfo *x, IGEN from_g, IGEN to_g) { in dirty_listedp()
1046 IGEN from_g, to_g, min_to_g; INT d; seginfo *si; in check_dirty_space() local
1077 IGEN from_g, to_g; seginfo *si; in check_dirty() local
1180 IGEN new_g, old_g, from_g, to_g; ISPC s; seginfo *si, *nextsi, *tail; in S_do_gc() local
H A Dalloc.c352 FORCEINLINE void mark_segment_dirty(seginfo *si, IGEN from_g, IGEN to_g) { in mark_segment_dirty()
383 IGEN from_g = si->generation; in S_dirty_set() local
426 IGEN from_g = si->generation; in S_scan_dirty() local
H A Dtypes.h247 #define DIRTY_SEGMENT_INDEX(from_g, to_g) ((((unsigned)((from_g)*((from_g)-1)))>>1)+to_g) argument
250 #define DirtySegmentsAt(dirty_segments, from_g, to_g) dirty_segments[DIRTY_SEGMENT_INDEX(from_g, to… argument
251 #define DirtySegments(from_g, to_g) DirtySegmentsAt(S_G.dirty_segments, from_g, to_g) argument
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dgcwrapper.c637 static IBOOL dirty_listedp(seginfo *x, IGEN from_g, IGEN to_g) { in dirty_listedp()
647 IGEN from_g, to_g, min_to_g; INT d; seginfo *si; in check_dirty_space() local
679 IGEN from_g, to_g; seginfo *si; in check_dirty() local
750 IGEN new_g, old_g, from_g, to_g; ISPC s; seginfo *si, *nextsi, *tail; in S_do_gc() local
H A Dgc.c1374 #define sweep_space(s, from_g, body) {\ argument
1390 IGEN from_g; ptr *slp, *nlp; ptr *pp, p, *nl; in resweep_weak_pairs() local
1414 IGEN from_g; ptr *slp, *nlp; ptr *pp, p, *nl; in sweep_generation() local
1876 static void record_dirty_segment(IGEN from_g, IGEN to_g, seginfo *si) { in record_dirty_segment()
1896 IGEN from_g, to_g; in sweep_dirty() local
2110 IGEN from_g, min_youngest, youngest, pg, newpg; in resweep_dirty_weak_pairs() local
2211 IGEN from_g = GENERATION(pe); in check_ephemeron() local
H A Dalloc.c250 FORCEINLINE void mark_segment_dirty(seginfo *si, IGEN from_g, IGEN to_g) { in mark_segment_dirty()
273 IGEN from_g = si->generation; in S_dirty_set() local
311 IGEN from_g = si->generation; in S_scan_dirty() local
H A Dtypes.h192 #define DIRTY_SEGMENT_INDEX(from_g, to_g) ((((unsigned)((from_g)*((from_g)-1)))>>1)+to_g) argument
195 #define DirtySegments(from_g, to_g) S_G.dirty_segments[DIRTY_SEGMENT_INDEX(from_g, to_g)] argument
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Dlucia_gtbce.F4788 subroutine gtbce_EalongG(tvec,npnts,from_g,to_g, argument
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Dlucia_gtbce.F4788 subroutine gtbce_EalongG(tvec,npnts,from_g,to_g, argument
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dface.c800 MGlyph *from_g, MGlyph *to_g, int size) in mface__for_chars()
H A Ddraw.c1169 MGlyph *from_g = g++; in render_glyphs() local
H A Dfont.c1644 MGlyph *from_g = MGLYPH (from), *to_g = MGLYPH (to), *g; in mfont__get_metric() local
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/gfx/
H A Dgfx.c249 int from_g = ((Uint8*)&from)[1]; in gfx_generate_raster() local
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_transit.c2079 _transit_effect_color_context_new(unsigned int from_r, unsigned int from_g, unsigned int from_b, un… in _transit_effect_color_context_new()
2099 elm_transit_effect_color_add(Elm_Transit *transit, unsigned int from_r, unsigned int from_g, unsign… in elm_transit_effect_color_add()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dspidey.h456 Int4 from_g; member