Searched defs:generations (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c21 #define GEN_HEAD(n) (&generations[n].head)
25 // CHECK: @generations = global [3 x %struct.gc_generation] [%struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* getelementptr inbounds ([3 x %struct.gc_generation], [3 x %struct.gc_generation]* @generations, i32 0, i32 0, i32 0), %union._gc_head* getelementptr inbounds ([3 x %struct.gc_generation], [3 x %struct.gc_generation]* @generations, i32 0, i32 0, i32 0), i64 0 }, [8 x i8] undef }, i32 700, i32 0, [8 x i8] undef }, %struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 48) to %union._gc_head*), %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 48) to %union._gc_head*), i64 0 }, [8 x i8] undef }, i32 10, i32 0, [8 x i8] undef }, %struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 96) to %union._gc_head*), %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 96) to %union._gc_head*), i64 0 }, [8 x i8] undef }, i32 10, i32 0, [8 x i8] undef }]
27 struct gc_generation generations[3] = { variable in typeref:struct:gc_generation
H A Dunion-init.c19 generations */
23 #define GEN_HEAD(n) (&generations[n].head)
26 struct gc_generation generations[NUM_GENERATIONS] = { variable in typeref:struct:gc_generation
/external/v8/src/
H A Dcompilation-cache.h24 CompilationSubCache(Isolate* isolate, int generations) argument
26 generations_(generations) {
27 tables_ = NewArray<Object*>(generations);
61 // Number of generations in this sub-cache.
62 inline int generations() { return generations_; }
69 int generations_; // Number of generations.
133 CompilationCacheRegExp(Isolate* isolate, int generations)
134 : CompilationSubCache(isolate, generations) { }
/external/ImageMagick/MagickCore/
H A Dlog.c125 generations,
812 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations);
1092 if (log_info->generations == 0)
1099 log_info->generations));
1229 if (log_info->generations == 0)
1236 log_info->generations));
1610 if (LocaleCompare((char *) keyword,"generations") == 0)
1614 log_info->generations=(~0UL);
1617 log_info->generations=StringToUnsignedLong(token);
122 generations, member in struct:_LogInfo
/external/python/cpython2/Modules/
H A Dgcmodule.c36 generations */
40 #define GEN_HEAD(n) (&generations[n].head)
43 static struct gc_generation generations[NUM_GENERATIONS] = { variable in typeref:struct:gc_generation
93 the young and middle generations) will always examine roughly the same
143 becomes tracked. During a full garbage collection (all generations),
903 generations[generation+1].count += 1;
905 generations[i].count = 0;
907 /* merge younger generations with one we are currently collecting */
1040 * generations younger than it will be collected. */
1042 if (generations[
[all...]
/external/python/cpython3/Modules/
H A Dgcmodule.c43 generations */
47 #define GEN_HEAD(n) (&generations[n].head)
50 static struct gc_generation generations[NUM_GENERATIONS] = { variable in typeref:struct:gc_generation
100 the young and middle generations) will always examine roughly the same
150 becomes tracked. During a full garbage collection (all generations),
934 generations[generation+1].count += 1;
936 generations[i].count = 0;
938 /* merge younger generations with one we are currently collecting */
1141 * generations younger than it will be collected. */
1143 if (generations[
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 769 milliseconds