HomeSort by relevance Sort by last modified time
    Searched defs:val1 (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/valgrind/main/memcheck/tests/darwin/
env.c 10 char* val1 = "x"; local
14 setenv("MYVAR", val1, /*overwrite*/0); // makes a copy which is later leaked
15 assert( 0 == strcmp(getenv("MYVAR"), val1) );
  /bionic/libc/bionic/
ether_aton.c 55 int i, val0, val1; local
62 val1 = xdigit(*asc);
64 if (val1 < 0)
67 addr->ether_addr_octet[i] = (u_int8_t)((val0 << 4) + val1);
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
HsvColorComparator.java 34 float val1 = hsv[2]; local
52 if (val1 < val2) {
54 } else if (val1 > val2) {
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mop.cc 188 MemLoc vptr(&vptr_storage), val1, val2; local
189 vptr_storage = val1.loc();
  /external/jpeg/
rdswitch.c 307 int ci, val1, val2; local
313 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3)
317 if (val1 <= 0 || val1 > 4 || val2 <= 0 || val2 > 4) {
321 cinfo->comp_info[ci].h_samp_factor = val1;
  /external/qemu/distrib/jpeg-6b/
rdswitch.c 307 int ci, val1, val2; local
313 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3)
317 if (val1 <= 0 || val1 > 4 || val2 <= 0 || val2 > 4) {
321 cinfo->comp_info[ci].h_samp_factor = val1;
  /external/chromium_org/third_party/freetype/src/base/
ftlcdfil.c 52 FT_UInt val1, xx; local
55 val1 = line[0];
56 fir[0] = weights[2] * val1;
57 fir[1] = weights[3] * val1;
58 fir[2] = weights[4] * val1;
62 val1 = line[1];
63 fir[0] += weights[1] * val1;
64 fir[1] += weights[2] * val1;
65 fir[2] += weights[3] * val1;
66 fir[3] += weights[4] * val1;
111 FT_UInt val1, yy; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_exp2.c 127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
154 val1[0] = BN_CTX_get(ctx);
156 if(!d || !r || !val1[0] || !val2[0]) goto err;
170 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
174 if (!BN_mod(val1[0],a1,m,ctx))
176 a_mod_m = val1[0];
187 if (!BN_to_montgomery(val1[0],a_mod_m,mont,ctx)) goto err;
190 if (!BN_mod_mul_montgomery(d,val1[0],val1[0],mont,ctx)) goto err;
195 if(((val1[i] = BN_CTX_get(ctx)) == NULL) |
    [all...]
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 71 ValueType val1, val2; local
74 val1.resize(Functor::values());
81 Functor::operator()(x, val1); nfev++;
102 jac.col(j) = (val2-val1)/h;
108 Functor::operator()(x, val1); nfev++;
110 jac.col(j) = (val2-val1)/(2*h);
  /external/freetype/src/base/
ftlcdfil.c 52 FT_UInt val1, xx; local
55 val1 = line[0];
56 fir[0] = weights[2] * val1;
57 fir[1] = weights[3] * val1;
58 fir[2] = weights[4] * val1;
62 val1 = line[1];
63 fir[0] += weights[1] * val1;
64 fir[1] += weights[2] * val1;
65 fir[2] += weights[3] * val1;
66 fir[3] += weights[4] * val1;
111 FT_UInt val1, yy; local
    [all...]
  /external/openssl/crypto/bn/
bn_exp2.c 127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
154 val1[0] = BN_CTX_get(ctx);
156 if(!d || !r || !val1[0] || !val2[0]) goto err;
170 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
174 if (!BN_mod(val1[0],a1,m,ctx))
176 a_mod_m = val1[0];
187 if (!BN_to_montgomery(val1[0],a_mod_m,mont,ctx)) goto err;
190 if (!BN_mod_mul_montgomery(d,val1[0],val1[0],mont,ctx)) goto err;
195 if(((val1[i] = BN_CTX_get(ctx)) == NULL) |
    [all...]
  /external/zlib/src/contrib/iostream3/
zfstream.h 432 T1 val1; member in class:gzomanip2
452 : func(f), val1(v1), val2(v2)
459 { return (*m.func)(s, m.val1, m.val2); }
  /external/nist-sip/java/gov/nist/core/
NameValue.java 245 String val1 = (String) that.value; local
246 return val.compareToIgnoreCase(val1) == 0;
  /external/opencv/cvaux/src/
camshift.cpp 123 int val1 = color_data[x*3+1]; local
126 m_min_ch_val[1] <= val1 && val1 <= m_max_ch_val[1] &&
134 planes[1][x] = (uchar)val1;
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 201 EAS_I16 val1; local
219 val1 = array[index];
231 //compute linear interpolation as (val1 + ((val2-val1)*fraction))
232 return(val1 + (EAS_I16)MULT_EG1_EG1(val2-val1,fraction));
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 201 EAS_I16 val1; local
219 val1 = array[index];
231 //compute linear interpolation as (val1 + ((val2-val1)*fraction))
232 return(val1 + (EAS_I16)MULT_EG1_EG1(val2-val1,fraction));
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 201 EAS_I16 val1; local
219 val1 = array[index];
231 //compute linear interpolation as (val1 + ((val2-val1)*fraction))
232 return(val1 + (EAS_I16)MULT_EG1_EG1(val2-val1,fraction));
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 101 int val1 = mVizData[i * 2]; local
103 int val = val1 * val1 + val2 * val2;
  /art/runtime/verifier/
reg_type.cc 797 int32_t val1 = ConstantValue(); local
799 if (val1 >= 0 && val2 >= 0) {
801 if (val1 >= val2) {
805 return reg_types->FromCat1Const(val1, false);
814 } else if (val1 < 0 && val2 < 0) {
816 if (val1 <= val2) {
820 return reg_types->FromCat1Const(val1, false);
850 int32_t val1 = ConstantValueLo(); local
852 return reg_types->FromCat2ConstLo(val1 | val2, false);
854 int32_t val1 = ConstantValueHi() local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 585 EGLint val1, val2; local
594 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat;
595 if (val1)
596 return val1;
600 val1 = conf1->ColorBufferType - conf2->ColorBufferType;
601 if (val1)
602 return val1;
605 val1 = val2 = 0;
608 val1 += conf1->RedSize;
612 val1 += conf1->GreenSize
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 79 const float *val1 = v1->data[attr]; local
83 newv[i] = val0[i] + t * (val1[i] - val0[i]);
  /external/clang/test/Sema/
switch.c 235 val1, enumerator in enum:__anon19649
242 case val1:
  /external/mesa3d/src/egl/main/
eglconfig.c 585 EGLint val1, val2; local
594 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat;
595 if (val1)
596 return val1;
600 val1 = conf1->ColorBufferType - conf2->ColorBufferType;
601 if (val1)
602 return val1;
605 val1 = val2 = 0;
608 val1 += conf1->RedSize;
612 val1 += conf1->GreenSize
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 79 const float *val1 = v1->data[attr]; local
83 newv[i] = val0[i] + t * (val1[i] - val0[i]);
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 421 int32_t val1, val2; local
422 if (msg->findInt32(PLAYEREVENT_PREFETCHSTATUSCHANGE, &val1)) {
423 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PREFETCHSTATUSCHANGE, val1);
424 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser);
426 } else if (msg->findInt32(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, &val1)) {
427 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PREFETCHFILLLEVELUPDATE, val1);
428 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser);
429 } else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val1)) {
430 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val1);
431 notifClient(kEventEndOfStream, val1, 0, notifUser)
    [all...]

Completed in 991 milliseconds

1 2 3