/external/libdrm/intel/ |
D | uthash.h | 119 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument 124 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \ 125 if (HASH_BLOOM_TEST((head)->hh.tbl, hashval) != 0) { \ 126 …HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], keyptr, keylen, hashval, … 131 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 135 HASH_FIND_BYHASHVALUE(hh, head, keyptr, keylen, _hf_hashv, out); \ 172 #define HASH_MAKE_TABLE(hh,head) \ argument 174 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \ 176 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \ 177 memset((head)->hh.tbl, 0, sizeof(UT_hash_table)); \ [all …]
|
/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 | 244 h{"hh a"} 245 hm{"hh:mm a"} 246 hms{"hh:mm:ss a"} 301 a{"hh a – hh a"} 302 h{"hh–hh a"} 305 a{"hh:mm a – hh:mm a"} 306 h{"hh:mm–hh:mm a"} 307 m{"hh:mm–hh:mm a"} 310 a{"hh:mm a – hh:mm a v"} 311 h{"hh:mm–hh:mm a v"} [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
|
/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/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/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/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/skia/samplecode/ |
D | SampleXfermodesBlur.cpp | 46 SkScalar hh = SkIntToScalar(H); in draw_mode() local 52 r.set(0, 0, ww*3/4, hh*3/4); in draw_mode() 61 r.set(ww/3, hh/3, ww*19/20, hh*19/20); in draw_mode()
|
/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/clang/test/Lexer/ |
D | opencl-half-literal.cl | 7 constant half b = 1.0hh; // expected-error{{invalid suffix 'hh' on floating constant}}
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_im24.miff | 14 …hh��::oo��AArr��GGoo��ZZxx��[[ffaa==33HHCC//vvdd�����������������������������������Ӱ�����gg{{eeW…
|
/external/ImageMagick/PerlMagick/t/ |
D | input_16.miff | 9 …hh��::oo��AArr��GGoo��ZZxx��[[ffaa==33HHCC//vvdd�����������������������������������Ӱ�����gg{{eeW…
|
/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/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | prog_idat_tmp.miff | 11 …hh��������rrvv��PPTT]]��33,,""��22..%%��44//))��5500--��55////��44....��33----��22--**��3300++… 19 …�::9988��EE??,,��HHBB;;��JJII��QQTT��WWaa��ZZgg��YYgg��WWee��^^hh��^^ee��rrvv��T… 23 …"��44//**��33,,;;��==55<<��NNEE$$��::1166��:://22��66,,//��:://@@��;;..LL��hh]]����{{��zzzz�… 37 …�9977��22//22��GGDDEE��������mm||��SSll��IIaa��;;BBbb��HH99������hh��nn��__��ss��``��kk�… 43 …E��������__����VV��nn��NN��dd��HH��mm��OO��ll��MM��ii��HH��cc��BB��cc��BB��hh��GG��..//33��559988�… 45 …hh��GG��ee��FF��ii��HH��jj��KK��++//22��006622��%%11��,,<<""��JJ[[II��QQaaaa��eenn����������mm��… 49 …N��kkccLL��vvppZZ��rrllVV��ffaaKK��llggSS��[[VVCC��<<66&&��@@::**��SS;;//��hh--''����8877ii��^^^^… 53 …hhSS��TTpp==��RRnn;;��aa}}LL��bb~~MM��RRnn==��iiccSS��iiccSS��iiccSS��jjddTT��jjddVV��iieeYY��ii…
|
D | idat_tmp.miff | 11 …hh��������rrvv��PPTT]]��33,,""��22..%%��44//))��5500--��55////��44....��33----��22--**��3300++… 19 …�::9988��EE??,,��HHBB;;��JJII��QQTT��WWaa��ZZgg��YYgg��WWee��^^hh��^^ee��rrvv��T… 23 …"��44//**��33,,;;��==55<<��NNEE$$��::1166��:://22��66,,//��:://@@��;;..LL��hh]]����{{��zzzz�… 37 …�9977��22//22��GGDDEE��������mm||��SSll��IIaa��;;BBbb��HH99������hh��nn��__��ss��``��kk�… 43 …E��������__����VV��nn��NN��dd��HH��mm��OO��ll��MM��ii��HH��cc��BB��cc��BB��hh��GG��..//33��559988�… 45 …hh��GG��ee��FF��ii��HH��jj��KK��++//22��006622��%%11��,,<<""��JJ[[II��QQaaaa��eenn����������mm��… 49 …N��kkccLL��vvppZZ��rrllVV��ffaaKK��llggSS��[[VVCC��<<66&&��@@::**��SS;;//��hh--''����8877ii��^^^^… 53 …hhSS��TTpp==��RRnn;;��aa}}LL��bb~~MM��RRnn==��iiccSS��iiccSS��iiccSS��jjddTT��jjddVV��iieeYY��ii…
|