c1 65 core/suba.c #define ISADJ(c1,c2) (CEND(c1) == (c2)) c1 271 core/suba.c cell *c1, *c2; c1 274 core/suba.c c1 = (cell*)((void*)suba + hdrsiz); c1 275 core/suba.c c1->h.size = size - hdrsiz - sizeof(cell); c1 276 core/suba.c c1->h.magic = CELL_MAGIC; c1 279 core/suba.c c2 = CEND(c1); c1 285 core/suba.c c1->next = c2; c1 286 core/suba.c c1->h.size -= sizeof(cell*); c1 289 core/suba.c suba->magic2 = (unsigned int*)CEND(c1); c1 294 core/suba.c suba->free_size = ALLOCSIZE(c1->h.size); c1 295 core/suba.c suba->largest_block = c1; c1 300 core/suba.c suba->head.next = c1; c1 376 lib/font/rbf_font.c int rbf_draw_string_c(int x, int y, const char *str, twoColors c1, int c, twoColors c2) { c1 380 lib/font/rbf_font.c l+=rbf_draw_char(x+l, y, *str++, (i==c)?c2:c1); c1 631 modules/games/gui_sudoku.c void exchange_column(int c1, int c2) c1 636 modules/games/gui_sudoku.c temp=field[i][c1]; c1 637 modules/games/gui_sudoku.c field[i][c1]=field[i][c2]; c1 467 platform/ixus240_elph320hs/kbd.c twoColors c1 = MAKE_COLOR((camMode&MODE_VID)?COLOR_TRANSPARENT:COLOR_BLACK, COLOR_WHITE); c1 479 platform/ixus240_elph320hs/kbd.c twoColors cl = c1; c1 230 platform/ixus310_elph500hs/kbd.c color c1 = MAKE_COLOR(COLOR_GREY_DK_TRANS, COLOR_WHITE); c1 244 platform/ixus310_elph500hs/kbd.c twoColors cl = c1; c1 264 platform/n/kbd.c twoColors c1 = MAKE_COLOR(COLOR_RED_DK,COLOR_WHITE); // ALT exit button c1 282 platform/n/kbd.c if (keymap[i].hackkey == TS_KEY_EXIT) clr = c1; c1 264 platform/n_facebook/kbd.c twoColors c1 = MAKE_COLOR(COLOR_RED_DK,COLOR_WHITE); // ALT exit button c1 282 platform/n_facebook/kbd.c if (keymap[i].hackkey == TS_KEY_EXIT) clr = c1; c1 159 tools/pakwif.c int r, rtot, start, towr, i, c1, c2; c1 164 tools/pakwif.c c1 = start % CRYPT1_SIZE; c1 174 tools/pakwif.c cbuf[i] = ((unsigned char*)buf)[i+rtot] ^ crypt1[c1++] ^ crypt2[c2++]; c1 176 tools/pakwif.c if (c1 >= CRYPT1_SIZE) c1 177 tools/pakwif.c c1 = 0; c1 195 tools/pakwif.c int r, rtot, start, towr, i, c1, c2; c1 200 tools/pakwif.c c1 = start % CRYPT1_SIZE; c1 211 tools/pakwif.c ((unsigned char*)buf)[i+rtot] = ((unsigned char*)cbuf)[i] ^ crypt1[c1++] ^ crypt2[c2++]; c1 213 tools/pakwif.c if (c1 >= CRYPT1_SIZE) c1 214 tools/pakwif.c c1 = 0; c1 166 tools/rawconvert.c unsigned char c1, c2; c1 169 tools/rawconvert.c c1=*src++; c1 172 tools/rawconvert.c *dst++=c1;