Searched refs:h1 (Results 26 - 50 of 99) sorted by relevance

1234

/external/dexmaker/javadoc/
H A Dstylesheet.css9 h1 { font-size: 145% }
/external/jsr305/javadoc/
H A Dstylesheet.css9 h1 { font-size: 145% }
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js83 function h1(z2, y2) { function
122 invoke(h1, [6, 4]);
/external/openssh/
H A Dumac.c368 UINT64 h1,h2; local
376 h1 = *((UINT64 *)hp);
387 h1 += MUL64((k0 + d0), (k4 + d4));
390 h1 += MUL64((k1 + d1), (k5 + d5));
393 h1 += MUL64((k2 + d2), (k6 + d6));
396 h1 += MUL64((k3 + d3), (k7 + d7));
404 ((UINT64 *)hp)[0] = h1;
415 UINT64 h1,h2,h3; local
423 h1 = *((UINT64 *)hp);
436 h1
470 UINT64 h1,h2,h3,h4; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c537 HReg r10, r11, h1; local
540 h1 = s390_isel_int_expr(env, arg1); /* Process 1st operand */
548 addInstr(env, s390_insn_move(8, r11, h1));
568 HReg r10, r11, h1; local
573 h1 = s390_isel_int_expr(env, arg1); /* Process 1st operand */
581 addInstr(env, s390_insn_move(8, r11, h1));
702 HReg h1, res; local
729 h1 = s390_isel_int_expr(env, arg1); /* Process 1st operand */
737 addInstr(env, s390_insn_move(arg_size, r11, h1));
766 h1
1007 HReg dst, h1; local
1700 HReg h1, op2, dst; local
1729 HReg h1, dst; local
1804 HReg h1, dst; local
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {} function
57 // CHECK: "\01?h1@@YAXPBD0P6AXXZ1@Z"
H A Dmangle-ms.cpp10 // CHECK: @"\01?h1@@3QAHA"
91 extern int * const h1 = &a; variable
/external/clang/test/Parser/
H A Dattributes.c37 void (*h1)(void (*f1)(__attribute__(()) int x)); variable
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp30 void h1() { consume(Y{}.a); } function in namespace:PointerToArrayDecay
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
9 h1 { margin-top: 0.3em; margin-bottom: 0.04em; }
/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/regex-re2/doc/
H A Dmksyntaxhtml28 <h1>RE2 regular expression syntax reference</h1>
/external/v8/test/mjsunit/harmony/
H A Dblock-let-declaration.js120 function h1() { }
/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)
455 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css160 h1 {
182 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
186 div.body h1,
200 div.body h1 { margin-top: 0; font-size: 200%; }
207 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
214 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
219 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
/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] &&
/external/bzip2/
H A Dbzip.css2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; }
/external/doclava/res/assets/templates/
H A Dtodo.cs31 <h1><?cs var:page.title ?></h1>
/external/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
176 add $h1=$h1,$a };; // wrap up
251 { .mlx; ld4 $h1=[tmp0],8
266 mov $B=$h1
267 mux2 tmp6=$h1,0x44 }
293 st4 [tmp0]=$h1,8 };;
/external/valgrind/main/docs/lib/
H A Dvg_basic.css16 h1, h2, h3, h4 { color: #74240f; }
/external/sepolicy/
H A Dmls23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
41 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py81 h1 = os.path.join(kInputsDir, "header1.h")
84 inc = [(src, h1), (h1, h3), (src, h2), (h2, h3)]
/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/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...]

Completed in 494 milliseconds

1234