/external/harfbuzz_ng/src/ |
D | Makefile.sources | 6 hb-atomic-private.hh \ 8 hb-buffer-deserialize-json.hh \ 9 hb-buffer-deserialize-text.hh \ 10 hb-buffer-private.hh \ 13 hb-cache-private.hh \ 15 hb-face-private.hh \ 17 hb-font-private.hh \ 19 hb-mutex-private.hh \ 20 hb-object-private.hh \ 21 hb-open-file-private.hh \ [all …]
|
D | Makefile.am | 238 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-arabic-table.hh \ 239 || ($(RM) hb-ot-shape-complex-arabic-table.hh; false) 254 $(srcdir)/hb-buffer-deserialize-json.hh \ 255 $(srcdir)/hb-buffer-deserialize-text.hh \ 256 $(srcdir)/hb-ot-shape-complex-indic-machine.hh \ 257 $(srcdir)/hb-ot-shape-complex-myanmar-machine.hh \ 258 $(srcdir)/hb-ot-shape-complex-use-machine.hh \ 269 $(srcdir)/%.hh: $(srcdir)/%.rl
|
/external/harfbuzz_ng/util/ |
D | Makefile.sources | 6 options.hh \ 7 main-font-text.hh \ 8 shape-consumer.hh \ 10 ansi-print.hh \ 12 helper-cairo.hh \ 14 helper-cairo-ansi.hh \ 16 view-cairo.hh \ 22 options.hh \ 23 main-font-text.hh \ 24 shape-consumer.hh \ [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | bs_Cyrl.txt | 250 h{"hh a"} 251 hm{"hh:mm a"} 252 hms{"hh:mm:ss a"} 307 a{"hh a – hh a"} 308 h{"hh–hh a"} 311 a{"hh:mm a – hh:mm a"} 312 h{"hh:mm–hh:mm a"} 313 m{"hh:mm–hh:mm a"} 316 a{"hh:mm a – hh:mm a v"} 317 h{"hh:mm–hh:mm a v"} [all …]
|
D | be.txt | 471 Ehm{"E hh.mm a"} 472 Ehms{"E hh.mm.ss a"} 491 h{"hh a"} 492 hm{"hh.mm a"} 493 hms{"hh.mm.ss a"} 494 hmsv{"hh.mm.ss a v"} 495 hmv{"hh.mm a v"} 662 a{"hh.mm a – hh.mm a"} 663 h{"hh.mm–hh.mm a"} 664 m{"hh.mm–hh.mm a"} [all …]
|
D | lt.txt | 1247 h{"hh a"} 1248 hm{"hh:mm a"} 1249 hms{"hh:mm:ss a"} 1309 a{"hh:mm a–hh:mm a"} 1314 a{"hh:mm a–hh:mm a v"} 1395 Ehm{"hh:mm a, E"} 1396 Ehms{"hh:mm:ss a, E"} 1420 h{"hh a"} 1421 hm{"hh:mm a"} 1422 hms{"hh:mm:ss a"} [all …]
|
/external/ppp/pppd/ |
D | md4.c | 80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) macro 173 hh(A , B , C , D , 0 , hs1); /* Round 3 */ 174 hh(D , A , B , C , 8 , hs2); 175 hh(C , D , A , B , 4 , hs3); 176 hh(B , C , D , A , 12 , hs4); 177 hh(A , B , C , D , 2 , hs1); 178 hh(D , A , B , C , 10 , hs2); 179 hh(C , D , A , B , 6 , hs3); 180 hh(B , C , D , A , 14 , hs4); 181 hh(A , B , C , D , 1 , hs1); [all …]
|
/external/bison/djgpp/ |
D | fnchange.lst | 13 @V@/examples/calc++/calc++-driver.hh @V@/examples/calcxx/calcxx-driver.hh 15 @V@/examples/calc++/stack.hh @V@/examples/calcxx/stack.hh 16 @V@/examples/calc++/position.hh @V@/examples/calcxx/position.hh 17 @V@/examples/calc++/location.hh @V@/examples/calcxx/location.hh 18 @V@/examples/calc++/calc++-parser.hh @V@/examples/calcxx/calcxx-parser.hh
|
D | config.bat | 320 test -f %XSRC%/examples/calcxx/calc++-driver.hh 321 … errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh 322 test -f %XSRC%/examples/calcxx/calcxx-driver.hh 323 … errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh 328 test -f %XSRC%/examples/calcxx/calc++-parser.hh 329 … errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-parser.hh %XSRC%/examples/calcxx/calcxx-parser.hh 330 test -f %XSRC%/examples/calcxx/calcxx-parser.hh 331 … errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-parser.hh %XSRC%/examples/calcxx/calcxx-parser.hh 352 sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-driver.hh > calcxx-driver.hh 354 mv ./calcxx-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh [all …]
|
/external/toybox/toys/other/ |
D | bzcat.c | 164 int hh, ii, jj, kk, symCount, *base, *limit; in read_block_header() local 187 hh = get_bits(bd, 16); in read_block_header() 190 if (hh & (1 << (15 - ii))) { in read_block_header() 232 hh = get_bits(bd, 5); in read_block_header() 236 if (MAX_HUFCODE_BITS-1 < (unsigned)hh-1) return RETVAL_DATA_ERROR; in read_block_header() 241 if (kk & 2) hh += 1 - ((kk&1)<<1); in read_block_header() 247 length[ii] = hh; in read_block_header() 286 for (hh = 0; hh < symCount; hh++) in read_block_header() 287 if (length[hh] == ii) hufGroup->permute[pp++] = hh; in read_block_header() 297 pp = hh = 0; in read_block_header() [all …]
|
D | login.c | 50 int hh = toys.optflags&FLAG_h, count, tty; in login_main() local 111 ttyname(tty), hh ? "from " : "", hh ? TT.hostname : ""); in login_main() 160 ttyname(tty), hh ? "from" : "", hh ? TT.hostname : ""); in login_main()
|
/external/v8/test/webkit/fast/js/kde/ |
D | md5-2.js | 69 function hh(a, b, c, d, x, s, t) function 130 a = hh(a, b, c, d, x[i+ 5], 4 , -378558) 131 d = hh(d, a, b, c, x[i+ 8], 11, -2022574463) 132 c = hh(c, d, a, b, x[i+11], 16, 1839030562) 133 b = hh(b, c, d, a, x[i+14], 23, -35309556) 134 a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060) 135 d = hh(d, a, b, c, x[i+ 4], 11, 1272893353) 136 c = hh(c, d, a, b, x[i+ 7], 16, -155497632) 137 b = hh(b, c, d, a, x[i+10], 23, -1094730640) 138 a = hh(a, b, c, d, x[i+13], 4 , 681279174) [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | fft.c | 73 int16_t dd, ee, ff, gg, hh, ii; in WebRtcIsacfix_FftRadix16Fastest() local 171 for (hh=0; hh<4; hh++) { in WebRtcIsacfix_FftRadix16Fastest() 213 for (hh=0; hh<2; hh++) { in WebRtcIsacfix_FftRadix16Fastest() 214 ee = ff + hh * ff; in WebRtcIsacfix_FftRadix16Fastest() 247 for (hh=0; hh<4; hh++) { in WebRtcIsacfix_FftRadix16Fastest() 313 for (hh=0; hh<4; hh++) { in WebRtcIsacfix_FftRadix16Fastest()
|
/external/bison/examples/calc++/ |
D | Makefile.am | 40 calc++-scanner.ll calc++.cc calc++-driver.hh calc++-driver.cc 84 $(srcdir)/calc++-driver.hh $(srcdir)/calc++-driver.cc 87 $(srcdir)/stack.hh $(srcdir)/position.hh $(srcdir)/location.hh \ 88 $(srcdir)/calc++-parser.hh $(srcdir)/calc++-parser.cc
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 316 FT_UInt hh; in ft_smooth_render_generic() local 319 for ( hh = height_org; hh > 0; hh--, line += pitch ) in ft_smooth_render_generic() 343 FT_UInt hh; in ft_smooth_render_generic() local 346 for ( hh = height_org; hh > 0; hh-- ) in ft_smooth_render_generic()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftsmooth.c | 316 FT_UInt hh; in ft_smooth_render_generic() local 319 for ( hh = height_org; hh > 0; hh--, line += pitch ) in ft_smooth_render_generic() 343 FT_UInt hh; in ft_smooth_render_generic() local 346 for ( hh = height_org; hh > 0; hh-- ) in ft_smooth_render_generic()
|
/external/dng_sdk/source/ |
D | dng_point.h | 43 dng_point (int32 vv, int32 hh) in dng_point() argument 45 , h (hh) in dng_point() 80 dng_point_real64 (real64 vv, real64 hh) in dng_point_real64() argument 82 , h (hh) in dng_point_real64()
|
/external/bison/data/ |
D | location.cc | 19 b4_output_begin([b4_dir_prefix[]position.hh]) 28 ]b4_cpp_guard_open([b4_dir_prefix[]position.hh])[ 149 ]b4_cpp_guard_close([b4_dir_prefix[]position.hh]) 153 b4_output_begin([b4_dir_prefix[]location.hh]) 162 ]b4_cpp_guard_open([b4_dir_prefix[]location.hh])[ 298 ]b4_cpp_guard_close([b4_dir_prefix[]location.hh])
|
D | stack.hh | 21 b4_output_begin([b4_dir_prefix[]stack.hh]) 30 ]b4_cpp_guard_open([b4_dir_prefix[]stack.hh])[ 118 ]b4_cpp_guard_close([b4_dir_prefix[]stack.hh])
|
/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | xtype_mpy.ll | 201 declare i64 @llvm.hexagon.M2.mpyd.hh.s0(i32, i32) 203 %z = call i64 @llvm.hexagon.M2.mpyd.hh.s0(i32 %a, i32 %b) 208 declare i64 @llvm.hexagon.M2.mpyd.hh.s1(i32, i32) 210 %z = call i64 @llvm.hexagon.M2.mpyd.hh.s1(i32 %a, i32 %b) 257 declare i64 @llvm.hexagon.M2.mpyd.rnd.hh.s0(i32, i32) 259 %z = call i64 @llvm.hexagon.M2.mpyd.rnd.hh.s0(i32 %a, i32 %b) 264 declare i64 @llvm.hexagon.M2.mpyd.rnd.hh.s1(i32, i32) 266 %z = call i64 @llvm.hexagon.M2.mpyd.rnd.hh.s1(i32 %a, i32 %b) 313 declare i64 @llvm.hexagon.M2.mpyd.acc.hh.s0(i64, i32, i32) 315 %z = call i64 @llvm.hexagon.M2.mpyd.acc.hh.s0(i64 %a, i32 %b, i32 %c) [all …]
|
/external/bison/tests/ |
D | output.at | 88 [foo.output foo.tab.cc foo.tab.hh]) 113 AT_CHECK([grep 'include .subdir/' $1.hh], 1, []) 117 [foo.tab.cc foo.tab.hh foo.output location.hh stack.hh position.hh]) 120 [foo.tab.cc foo.tab.hh foo.output location.hh stack.hh position.hh], 125 …[subdir/foo.cc subdir/foo.hh subdir/foo.output subdir/location.hh subdir/stack.hh subdir/position.… 131 …/foo.tab.cc output_dir/foo.tab.hh output_dir/foo.output output_dir/location.hh output_dir/stack.hh… 169 [%skeleton "lalr1.cc" %defines], [--graph="location.hh"], 170 [foo.y: warning: conflicting outputs to file 'location.hh'
|
/external/opencv3/modules/calib3d/src/ |
D | p3p.cpp | 363 double hh = D[j] - D[i], t; in jacobi_4x4() local 364 if (fabs(hh) + eps_machine == fabs(hh)) in jacobi_4x4() 365 t = Aij / hh; in jacobi_4x4() 367 double theta = 0.5 * hh / Aij; in jacobi_4x4() 372 hh = t * Aij; in jacobi_4x4() 373 Z[i] -= hh; in jacobi_4x4() 374 Z[j] += hh; in jacobi_4x4() 375 D[i] -= hh; in jacobi_4x4() 376 D[j] += hh; in jacobi_4x4()
|
/external/skia/samplecode/ |
D | SampleXfermodesBlur.cpp | 54 SkScalar hh = SkIntToScalar(H); in draw_mode() local 60 r.set(0, 0, ww*3/4, hh*3/4); in draw_mode() 69 r.set(ww/3, hh/3, ww*19/20, hh*19/20); in draw_mode()
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 108 handle hh; /* fake SQLite database handle */ member 2635 if (ret == SQLITE_DONE && v->hh.row1) { in Java_SQLite_Vm_step() 2722 if (ret == SQLITE_DONE && v->hh.row1) { in Java_SQLite_Vm_step() 2797 v->hh.cb = cb; in Java_SQLite_Vm_step() 2798 v->hh.env = env; in Java_SQLite_Vm_step() 2801 v->hh.stmt = (sqlite3_stmt *) v->vm; in Java_SQLite_Vm_step() 2805 v->hh.stmt = (sqlite3_stmt *) v->vm; in Java_SQLite_Vm_step() 2808 callback((void *) &v->hh, ncol, (char **) data, (char **) cols); in Java_SQLite_Vm_step() 2822 if (v->hh.row1 && cols) { in Java_SQLite_Vm_step() 2823 v->hh.cb = cb; in Java_SQLite_Vm_step() [all …]
|
/external/llvm/test/MC/Sparc/ |
D | sparc-relocations.s | 40 ! CHECK: sethi %hh(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A] 41 ! CHECK-NEXT: ! fixup A - offset: 0, value: %hh(sym), kind: fixup_sparc_hh 42 sethi %hh(sym), %l0
|