Searched defs:h1 (Results 1 - 25 of 88) sorted by last modified time

1234

/external/yaffs2/yaffs2/direct/
H A Ddtest.c1629 int h1; local
1633 h1 = yaffs_open(fn, O_CREAT | O_TRUNC | O_RDWR, S_IREAD | S_IWRITE);
1637 write_10k(h1);
1640 offs = yaffs_lseek(h1,0,SEEK_CUR);
1649 write_10k(h1);
1652 offs = yaffs_lseek(h1,0,SEEK_CUR);
1658 yaffs_close(h1);
1666 int h1; local
1672 h1 = yaffs_open(fn, O_RDONLY, 0);
1676 yaffs_read(h1,
1821 int h1=-1,h2=-1; local
[all...]
/external/webrtc/src/common_audio/vad/
H A Dvad_core.c334 WebRtc_Word16 h0, h1; local
417 h1 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(h1test, 12); // Q15
460 if (h1 > 0)
464 sgprvec[pos] = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, h1);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c8022 IRTemp h1 = newTemp(Ity_I64); local
8033 assign(h1, binop(Iop_InterleaveHI8x8,
8047 assign(w0, binop(Iop_InterleaveHI16x4, mkexpr(h1), mkexpr(h0)));
18256 UInt h1 = INSN0(7,7); local
18259 UInt rD = (h1 << 3) | INSN0(2,0);
18260 //if (h1 == 0 && h2 == 0) { // Original T1 was more restrictive
18288 UInt h1 = INSN0(7,7); local
18291 UInt rN = (h1 << 3) | INSN0(2,0);
18292 if (h1 != 0 || h2 != 0) {
18307 UInt h1 local
[all...]
H A Dhost_s390_isel.c948 HReg r10, r11, h1; local
951 h1 = s390_isel_int_expr(env, arg1); /* Process 1st operand */
959 addInstr(env, s390_insn_move(8, r11, h1));
979 HReg r10, r11, h1; local
984 h1 = s390_isel_int_expr(env, arg1); /* Process 1st operand */
992 addInstr(env, s390_insn_move(8, r11, h1));
1114 HReg h1, res; local
1141 h1 = s390_isel_int_expr(env, arg1); /* Process 1st operand */
1149 addInstr(env, s390_insn_move(arg_size, r11, h1));
1178 h1
1544 HReg dst, h1; local
2078 HReg h1; /* virtual reg. to hold source */ local
2334 HReg h1, op2, dst; local
2364 HReg h1, dst; local
2505 HReg h1, dst; local
2792 HReg h1; /* virtual reg. to hold source */ local
2976 HReg h1, dst; local
3137 HReg h1, dst; local
3301 HReg h1 = s390_isel_int_expr(env, arg); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c49383 WalIndexHdr h1, h2; /* Two copies of the header content */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c49403 WalIndexHdr h1, h2; /* Two copies of the header content */ local
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h73 ssize_t h1 = value1_.Hash(); local
77 return h1 << lshift ^ h1 >> rshift ^ h2;
/external/skia/experimental/Intersection/
H A DCubicParameterization.cpp435 double e1, f1, g1, h1; local
437 alt_set_abcd(&one[0].y, e1, f1, g1, h1);
439 set_abcd(&one[0].y, e1, f1, g1, h1);
460 double h1 = one[3].y; local
461 calc_ABCD(a1, b1, c1, d1, e1, f1, g1, h1, p1);
477 calc_bc(h1, f1, g1);
484 p1[index] = (*calc_proc[procIndex])(a1, b1, c1, d1, e1, f1, g1, h1);
/external/qemu/android/base/files/
H A DScopedHandle_unittest.cpp64 ScopedHandle h1; local
66 EXPECT_FALSE(h1.valid());
68 h1.swap(&h2);
70 EXPECT_TRUE(h1.valid());
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/opencv/cv/src/
H A D_cvmatrix.h283 CV_INLINE void icvMulMatrix_32f( const float* src1, int w1, int h1, argument
295 for( i = 0; i < h1; i++, src1 += w1, dst += w2 )
304 icvCheckVector_32f( dst, h1*w2 );
308 CV_INLINE void icvMulMatrix_64d( const double* src1, int w1, int h1, argument
320 for( i = 0; i < h1; i++, src1 += w1, dst += w2 )
329 icvCheckVector_64f( dst, h1*w2 );
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp147 uchar p0, p1, p2, l0, l1, l2, h0, h1, h2; local
155 h0 = SAT_8U(p0 + cb0); h1 = SAT_8U(p1 + cb1); h2 = SAT_8U(p2 + cb2);
176 if( e->learnMax[1] < h1 ) e->learnMax[1]++;
207 e->learnMin[1] = l1; e->learnMax[1] = h1;
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2; local
278 e->boxMin[1] <= l1 && h1 <= e->boxMax[1] &&
H A Dcvvecfacetracking.cpp835 double h1 = (double)ppNew[element[1]]->r.height * scale_templ; local
842 (int)pow(h1 - (double)rTempl[element[1]].height, 2) +
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1398 int h0, h1, h2, h3; local
1401 h1 = x[i+1];
1403 buf[1].i = (h1 & LOGTAB_MASK2_32F) | (127 << 23);
1406 y1 = (((h1 >> 23) & 0xff) - 127) * ln_2;
1409 h1 = (h1 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1412 y1 += icvLogTab[h1];
1418 x1 = LOGTAB_TRANSLATE( buf[1].f, h1 );
1436 y1 += LOGPOLY( x1, h1 == 510 );
1498 int h0, h1, h local
[all...]
/external/openfst/src/include/fst/
H A Dcompose-filter.h125 size_t h1 = f1_.Hash(); local
129 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dpair-weight.h90 size_t h1 = value1_.Hash(); local
94 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dsigned-log-weight.h95 size_t h1; local
97 h1 = TropicalWeight(1.0).Hash();
99 h1 = TropicalWeight(-1.0).Hash();
103 return h1 << lshift ^ h1 >> rshift ^ h2;
/external/openssl/apps/
H A Ds_socket.c386 struct hostent *h1,*h2; local
436 h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
439 h1=gethostbyaddr((char *)&from.sin_addr,
442 if (h1 == NULL)
450 if ((*host=(char *)OPENSSL_malloc(strlen(h1->h_name)+1)) == NULL)
456 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
/external/openssl/crypto/sha/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/openssl/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/oprofile/libpp/
H A Dop_header.cpp42 void op_check_header(opd_header const & h1, opd_header const & h2, argument
45 if (h1.mtime != h2.mtime) {
48 << h1.mtime << ", " << h2.mtime << ") for "
53 if (h1.is_kernel != h2.is_kernel) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_tex_layout.c48 int h0, h1, q; local
51 h1 = ALIGN(minify(mt->height0), mt->align_h);
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h);
/external/llvm/include/llvm/ADT/
H A DHashing.h267 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
297 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
298 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
300 h1 += h3 + fetch64(s + 40);
306 h6 = h1 + fetch64(s + 16);
314 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
/external/libyuv/files/unit_test/
H A Dcompare_test.cc41 uint32 h1 = HashDjb2(src_a, kMaxTest, 5381); local
43 EXPECT_EQ(h1, h2);
64 uint32 h1; local
67 h1 = HashDjb2(src_a, kMaxTest, 5381);
70 EXPECT_EQ(h1, h2);
82 uint32 h1; local
84 h1 = HashDjb2(src_a, kMaxTest, 5381);
86 EXPECT_EQ(h1, h2);
98 uint32 h1; local
100 h1
[all...]

Completed in 1053 milliseconds

1234