HomeSort by relevance Sort by last modified time
    Searched refs:gs1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/OpenMP/
threadprivate_codegen.cpp 116 // CHECK-DAG: [[GS1:@.+]] = internal global [[S1]] zeroinitializer
117 // CHECK-DAG: [[GS1]].cache. = common global i8** null
136 // 8 caches created (for Static::s, gs1, gs3, arr_x, main::sm, ST<int>::st,
138 // CHECK-DEBUG-DAG: [[GS1:@.+]] = internal global [[S1]] zeroinitializer
167 // CHECK-TLS-DAG: [[GS1:@.+]] = internal thread_local global [[S1]] zeroinitializer
191 static S1 gs1(5);
192 #pragma omp threadprivate(gs1)
193 #pragma omp threadprivate(gs1)
212 // CHECK: call {{.*}}void @__kmpc_threadprivate_register([[IDENT]]* [[DEFAULT_LOC]], i8* bitcast ([[S1]]* [[GS1]] to i8*), i8* (i8*)* [[GS1_CTOR]], i8* (i8*, i8*)* null, void (i8*)* [[GS1_DTOR]])
219 // CHECK-DEBUG: call {{.*}}void @__kmpc_threadprivate_register([[IDENT]]* [[KMPC_LOC_ADDR]], i8* bitcast ([[S1]]* [[GS1]] to i8*), i8* (i8*)* [[GS1_CTOR:@\.__kmpc_global_ctor_\..*]], i8* (i8*, i8*)* null, void (i8*)* [ (…)
    [all...]
  /external/ppp/pppd/
md4.c 60 #define gs1 3 /* round 2 shift amounts */ macro
157 gg(A , B , C , D , 0 , gs1); /* Round 2 */
161 gg(A , B , C , D , 1 , gs1);
165 gg(A , B , C , D , 2 , gs1);
169 gg(A , B , C , D , 3 , gs1);

Completed in 546 milliseconds