/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 | 71 int tmp_r = 0, tmp_g = 0, tmp_b = 0; 79 tmp_b += b; 89 if ((tmp_b > sum_b/20) && (tmp_b < sum_b/5)) {
|
/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/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;
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_pcb.c | 97 struct in6_addr tmp_a, tmp_b; local 107 tmp_b = b->sin6_addr; 109 if (in6_embedscope(&tmp_b, b, NULL, NULL) != 0) { 111 if (in6_embedscope(&tmp_b, b, NULL, NULL, NULL) != 0) { 115 return (IN6_ARE_ADDR_EQUAL(&tmp_a, &tmp_b)); 117 struct sockaddr_in6 tmp_a, tmp_b; 123 memcpy(&tmp_b, b, sizeof(struct sockaddr_in6)); 124 if (sa6_embedscope(&tmp_b, MODULE_GLOBAL(ip6_use_defzone)) != 0) { 127 return (IN6_ARE_ADDR_EQUAL(&tmp_a.sin6_addr, &tmp_b.sin6_addr)); 129 struct in6_addr tmp_a, tmp_b; [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
enc_neon.c | 659 const int32x4x4_t tmp_b = DistoTranspose4x4(hpass_b); local 661 const int32x4x4_t vpass_b = DistoVerticalPass(tmp_b); [all...] |
/external/webp/src/dsp/ |
enc_neon.c | 659 const int32x4x4_t tmp_b = DistoTranspose4x4(hpass_b); local 661 const int32x4x4_t vpass_b = DistoVerticalPass(tmp_b); [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | 6108 IRTemp tmp_b = findShadowTmpB(&mce, tmp_o); local [all...] |