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

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
wbalance.rs 53 int tmp_r = 0, tmp_g = 0, tmp_b = 0;
62 tmp_b += b;
72 if ((tmp_b > sum_b/20) && (tmp_b < sum_b/5)) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
wbalance.rs 73 int tmp_r = 0, tmp_g = 0, tmp_b = 0;
81 tmp_b += b;
91 if ((tmp_b > sum_b/20) && (tmp_b < sum_b/5)) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
wbalance.rs 73 int tmp_r = 0, tmp_g = 0, tmp_b = 0;
81 tmp_b += b;
91 if ((tmp_b > sum_b/20) && (tmp_b < sum_b/5)) {
  /external/sqlite/android/
PhoneNumberUtils.cpp 300 const char* tmp_b = NULL; local
305 int ccc_b = tryGetCountryCallingCode(b, len_b, &tmp_b, &tmp_len_b, accept_thailand_case);
329 tryGetTrunkPrefixOmittedStr(b, len_b, &tmp_b, &tmp_len_b);
338 if (tmp_b != NULL) {
339 b = tmp_b;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 64 int tmp_r = 0,tmp_g=0,tmp_b=0; local
72 tmp_b += b;
82 if ((tmp_b > sum_b/20) && (tmp_b < sum_b/5)) {
  /external/valgrind/main/memcheck/
mc_translate.c 5432 IRTemp tmp_b = findShadowTmpB(&mce, tmp_o); local
    [all...]

Completed in 510 milliseconds