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

1 2

  /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);
  /external/chromium_org/v8/test/cctest/
test-ordered-hash-table.cc 133 Handle<JSObject> val1 = factory->NewJSObjectFromMap(map); local
136 ordered_map = OrderedHashMap::Put(ordered_map, obj1, val1);
141 CHECK(lookup->SameValue(*val1));
155 CHECK(lookup->SameValue(*val1));
  /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/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/libjpeg_turbo/
rdswitch.c 397 int ci, val1, val2; local
403 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3)
407 if (val1 <= 0 || val1 > 4 || val2 <= 0 || val2 > 4) {
411 cinfo->comp_info[ci].h_samp_factor = val1;
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 73 ValueType val1, val2; local
76 val1.resize(Functor::values());
83 Functor::operator()(x, val1); nfev++;
104 jac.col(j) = (val2-val1)/h;
110 Functor::operator()(x, val1); nfev++;
112 jac.col(j) = (val2-val1)/(2*h);
  /external/freetype/src/base/
ftlcdfil.c 55 FT_UInt val1, xx; local
58 val1 = line[0];
59 fir[0] = weights[2] * val1;
60 fir[1] = weights[3] * val1;
61 fir[2] = weights[4] * val1;
64 val1 = line[1];
65 fir[0] += weights[1] * val1;
66 fir[1] += weights[2] * val1;
67 fir[2] += weights[3] * val1;
68 fir[3] += weights[4] * val1;
113 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...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 605 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); local
608 if (val1 > val2) {
610 } else if (val1 == val2) {
621 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); local
624 if (val1 < val2) {
626 } else if (val1 == val2) {
637 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); local
640 if (val1 > val2) {
642 } else if (val1 == val2) {
654 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()) local
670 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); local
    [all...]
interpreter_goto_table_impl.cc 696 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); local
699 if (val1 > val2) {
701 } else if (val1 == val2) {
712 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); local
715 if (val1 < val2) {
717 } else if (val1 == val2) {
728 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); local
731 if (val1 > val2) {
733 } else if (val1 == val2) {
744 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()) local
760 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); local
    [all...]
  /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;
  /art/runtime/verifier/
reg_type.cc 792 int32_t val1 = ConstantValue(); local
794 if (val1 >= 0 && val2 >= 0) {
796 if (val1 >= val2) {
800 return reg_types->FromCat1Const(val1, false);
809 } else if (val1 < 0 && val2 < 0) {
811 if (val1 <= val2) {
815 return reg_types->FromCat1Const(val1, false);
845 int32_t val1 = ConstantValueLo(); local
847 return reg_types->FromCat2ConstLo(val1 | val2, false);
849 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:__anon23774
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]);
  /external/chromium_org/content/browser/dom_storage/
session_storage_database_unittest.cc 334 base::NullableString16 val1 = it->second; local
336 EXPECT_EQ(val2.is_null(), val1.is_null());
337 EXPECT_EQ(val2.string(), val1.string());
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
exponentiation.c 1349 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
    [all...]
  /external/opencv/ml/src/
mlnbayes.cpp 206 double val1 = train_vec[c1]; local
207 sum_data[c1] += val1;
210 prod_data[c2] += train_vec[c2]*val1;
  /art/test/107-int-math2/src/
Main.java 101 int val1 = instance.tryThing(); local
103 return val1 + val2 + x;
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java 316 int val1 = Character.digit(c1, 16); local
318 val = (val1 << 4) | val2;
  /external/chromium_org/third_party/icu/source/common/
uhash.c 892 const UHashTok val1 = elem1->value; local
899 if(hash1->valueComparator(val1, val2)==FALSE){

Completed in 742 milliseconds

1 2