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

  /external/jpeg/
jccolor.c 319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
329 } while (--col4 != 0);
360 int col4 = col >> 2; local
361 if (col4 > 0 && ptr_is_quad(inptr) && ptr_is_quad(outptr0) &&
368 copyquads(in, out0, out1, out2, col4);
372 col4 <<= 2;
373 inptr += col4 * 3; /* we read this 3 times per in copyquads */
374 outptr0 += col4;
375 outptr1 += col4;
376 outptr2 += col4;
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 281 RuleBasedCollator *col1, *col2, *col3, *col4; local
336 col4 = new RuleBasedCollator(rule2, status);
342 UnicodeString rule4 = col4->getRules();
345 uint8_t *clonedrule4 = col4->cloneRuleData(length4, status);
358 delete col4;
872 Collator* col4 = col1->clone(); local
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 451 UCollator *col1, *col2, *col3, *col4; local
499 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
504 rule4= ucol_getRules(col4, &tempLength);
510 ucol_close(col4);
    [all...]

Completed in 70 milliseconds