Searched defs:gj (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dobject-size.c14 int gi, gj; variable
77 strcpy((char *)((++gi) + gj), "Hi there");
/external/valgrind/main/drd/tests/
H A Domp_matinv.c158 static void gj(elem_t* const a, const int rows, const int cols) function
238 gj(tmp, n, 2*n);
H A Dmatinv.c223 static void gj(elem_t* const a, const int rows, const int cols) function
274 gj(tmp, n, 2*n);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c1341 int rj, gj, bj, d2; local
1345 gj = all[j].green >> 8;
1347 d2 = COLOUR_DIST(ri, gi, bi, rj, gj, bj);

Completed in 92 milliseconds