Home
last modified time | relevance | path

Searched defs:inc2 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dasan-symbolize-sanity-test.cpp33 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2"); in main() local
61 void inc2(int *a, int index) { in inc2() function
Dshared-lib-test.cpp53 void inc2(int *a, int index) { in inc2() function
/external/compiler-rt/test/asan/TestCases/Posix/
Dasan-symbolize-sanity-test.cc32 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2"); in main() local
60 void inc2(int *a, int index) { in inc2() function
Dshared-lib-test.cc54 void inc2(int *a, int index) { in inc2() function
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR27684_contains_ref_to_incomplete_type.pass.cpp51 IncompleteType inc2; variable
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR27684_contains_ref_to_incomplete_type.pass.cpp54 IncompleteType inc2; variable
/external/bc/src/
Drand.c233 ulong inc1, ulong inc2) in bc_rand_seedRNG()
242 ulong state1, state2, inc1, inc2; in bc_rand_fill() local
351 void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2) in bc_rand_seed()
Dnum.c2271 BcRand state1, state2, inc1, inc2; in bc_num_rng() local
/external/llvm-project/clang/test/CodeGen/
Dubsan-promoted-arith.cpp119 uchar inc2(uchar uc) { return uc++ + (uchar)0; } in inc2() function
/external/libjpeg-turbo/
Djquant2.c771 JLONG inc0, inc1, inc2; /* initial values for increments */ in find_best_colors() local