/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique_copy.pass.cpp | 70 int jg[sg] = {-1}; in test() local 71 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg)); in test() 72 assert(base(r) == jg + 2); in test() 73 assert(jg[0] == 0); in test() 74 assert(jg[1] == 1); in test()
|
D | unique_copy_pred.pass.cpp | 91 int jg[sg] = {-1}; in test() local 93 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg), count_equal()); in test() 94 assert(base(r) == jg + 2); in test() 95 assert(jg[0] == 0); in test() 96 assert(jg[1] == 1); in test()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_win.cc | 347 jg convertloop in J400ToARGBRow_SSE2() 377 jg convertloop in J400ToARGBRow_AVX2() 417 jg convertloop in RGB24ToARGBRow_SSSE3() 456 jg convertloop in RAWToARGBRow_SSSE3() 512 jg convertloop in RGB565ToARGBRow_SSE2() 567 jg convertloop in RGB565ToARGBRow_AVX2() 619 jg convertloop in ARGB1555ToARGBRow_AVX2() 657 jg convertloop in ARGB4444ToARGBRow_AVX2() 712 jg convertloop in ARGB1555ToARGBRow_SSE2() 751 jg convertloop in ARGB4444ToARGBRow_SSE2() [all …]
|
D | scale_win.cc | 117 jg wloop in ScaleRowDown2_SSE2() 153 jg wloop in ScaleRowDown2Linear_SSE2() 194 jg wloop in ScaleRowDown2Box_SSE2() 223 jg wloop in ScaleRowDown2_AVX2() 260 jg wloop in ScaleRowDown2Linear_AVX2() 300 jg wloop in ScaleRowDown2Box_AVX2() 334 jg wloop in ScaleRowDown4_SSE2() 391 jg wloop in ScaleRowDown4Box_SSE2() 427 jg wloop in ScaleRowDown4_AVX2() 480 jg wloop in ScaleRowDown4Box_AVX2() [all …]
|
D | compare_win.cc | 49 jg wloop in SumSquareError_SSE2() 88 jg wloop in SumSquareError_AVX2() 180 jg wloop in HashDjb2_SSE41() 217 jg wloop in HashDjb2_AVX2()
|
D | row_x86.asm | 50 jg .convertloop 96 jg .convertloop 134 jg .convertloop
|
/external/libyuv/files/source/ |
D | row_win.cc | 148 jg convertloop in I400ToARGBRow_SSE2() 169 jg convertloop in BGRAToARGBRow_SSSE3() 190 jg convertloop in ABGRToARGBRow_SSSE3() 211 jg convertloop in RGBAToARGBRow_SSSE3() 232 jg convertloop in ARGBToRGBARow_SSSE3() 271 jg convertloop in RGB24ToARGBRow_SSSE3() 311 jg convertloop in RAWToARGBRow_SSSE3() 368 jg convertloop in RGB565ToARGBRow_SSE2() 422 jg convertloop in ARGB1555ToARGBRow_SSE2() 462 jg convertloop in ARGB4444ToARGBRow_SSE2() [all …]
|
D | scale_argb.cc | 58 jg wloop in ScaleARGBRowDown2_SSE2() 93 jg wloop in ScaleARGBRowDown2Int_SSE2() 131 jg wloop in ScaleARGBRowDownEven_SSE2() 180 jg wloop in ScaleARGBRowDownEvenInt_SSE2() 238 jg xloop in ScaleARGBFilterRows_SSE2() 252 jg xloop1 in ScaleARGBFilterRows_SSE2() 267 jg xloop2 in ScaleARGBFilterRows_SSE2() 321 jg xloop in ScaleARGBFilterRows_SSSE3() 335 jg xloop1 in ScaleARGBFilterRows_SSSE3() 350 jg xloop2 in ScaleARGBFilterRows_SSSE3()
|
D | scale.cc | 223 jg wloop in ScaleRowDown2_SSE2() 265 jg wloop in ScaleRowDown2Int_SSE2() 297 jg wloop in ScaleRowDown2_Unaligned_SSE2() 340 jg wloop in ScaleRowDown2Int_Unaligned_SSE2() 373 jg wloop in ScaleRowDown4_SSE2() 432 jg wloop in ScaleRowDown4Int_SSE2() 467 jg wloop in ScaleRowDown8_SSE2() 537 jg wloop in ScaleRowDown8Int_SSE2() 580 jg wloop in ScaleRowDown34_SSSE3() 652 jg wloop in ScaleRowDown34_1_Int_SSSE3() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | subtract_sse2.asm | 66 jg .loop_64 77 jg .loop_32 88 jg .loop_16 114 jg .loop_8 126 jg .loop_4
|
D | sad_sse2.asm | 76 jg .loop 119 jg .loop 165 jg .loop 209 jg .loop 257 jg .loop
|
D | highbd_subpel_variance_impl_sse2.asm | 234 jg .x_zero_y_zero_loop 285 jg .x_zero_y_half_loop 383 jg .x_zero_y_other_loop 441 jg .x_half_y_zero_loop 512 jg .x_half_y_half_loop 628 jg .x_half_y_other_loop 727 jg .x_other_y_zero_loop 857 jg .x_other_y_half_loop 1024 jg .x_other_y_other_loop
|
D | highbd_sad_sse2.asm | 142 jg .loop 209 jg .loop 277 jg .loop 346 jg .loop
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tail-call-mem-intrinsics.ll | 4 ; CHECK: jg memcpy 12 ; CHECK: jg memmove 20 ; CHECK: jg memset
|
D | call-03.ll | 26 ; CHECK: jg ok@PLT 95 ; CHECK: jg returns_i64@PLT 103 ; CHECK: jg returns_i64@PLT 112 ; CHECK: jg returns_i64@PLT 121 ; CHECK: jg returns_i32@PLT
|
/external/icu/icu4c/source/common/ |
D | ubidi_props.c | 68 uint8_t prev, jg; in ubidi_addPropertyStarts() local 91 jg=*jgArray++; in ubidi_addPropertyStarts() 92 if(jg!=prev) { in ubidi_addPropertyStarts() 94 prev=jg; in ubidi_addPropertyStarts()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UBiDiProps.java | 104 byte prev, jg; in addPropertyStarts() 128 jg=jga[i]; in addPropertyStarts() 129 if(jg!=prev) { in addPropertyStarts() 131 prev=jg; in addPropertyStarts()
|
/external/zlib/src/contrib/asm686/ |
D | match.S | 170 jg LimitPositive 300 jg LongerMatch 340 jg LookaheadRet
|
/external/llvm/test/MC/MachO/ |
D | relax-jumps.s | 23 jg L2
|
D | jcc.s | 19 jg 1f
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | README | 56 'jg\t0x00000047' 58 …'0x00000000|0x00000000|2|7F 45 |||controlflow|jcc|jg|80386|General Purpose|||zero_clear sign_eq_of…
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 961 } jg; member 1007 blocksize = pdb->u.jg.header->blocksize; in pdb_jg_read() 1063 unsigned blocksize = pdb->u.jg.header->blocksize; in pdb_jg_read_file() 1064 struct PDB_JG_TOC* toc = pdb->u.jg.toc; in pdb_jg_read_file() 1107 reader->u.jg.toc = pdb_jg_read(reader, in pdb_jg_init() 1108 reader->u.jg.header->toc_block, in pdb_jg_init() 1109 reader->u.jg.header->toc.size); in pdb_jg_init() 1143 return reader->u.jg.toc->file[idx].size; in pdb_get_file_size() 1834 str = pdb->u.jg.root->names; in get_stream_by_name() 1835 cbstr = pdb->u.jg.root->cbNames; in get_stream_by_name() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | switch-bt.ll | 144 ; CHECK: jg 148 ; CHECK: jg
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_postproc_sse2.asm | 678 jg .addnoise_loop
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 189 - 28 new Joining_Group (jg) values: 190 jg ; Manichaean_Aleph ; Manichaean_Aleph 191 jg ; Manichaean_Ayin ; Manichaean_Ayin 192 jg ; Manichaean_Beth ; Manichaean_Beth 193 jg ; Manichaean_Daleth ; Manichaean_Daleth 194 jg ; Manichaean_Dhamedh ; Manichaean_Dhamedh 195 jg ; Manichaean_Five ; Manichaean_Five 196 jg ; Manichaean_Gimel ; Manichaean_Gimel 197 jg ; Manichaean_Heth ; Manichaean_Heth 198 jg ; Manichaean_Hundred ; Manichaean_Hundred [all …]
|