HomeSort by relevance Sort by last modified time
    Searched refs:jg (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/llvm/test/MC/MachO/
relax-jumps.s 23 jg L2
jcc.s 19 jg 1f
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique_copy.pass.cpp 70 int jg[sg] = {-1}; local
71 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg));
72 assert(base(r) == jg + 2);
73 assert(jg[0] == 0);
74 assert(jg[1] == 1);
unique_copy_pred.pass.cpp 91 int jg[sg] = {-1}; local
93 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg), count_equal());
94 assert(base(r) == jg + 2);
95 assert(jg[0] == 0);
96 assert(jg[1] == 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_copy.pass.cpp 70 int jg[sg] = {-1}; local
71 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg));
72 assert(base(r) == jg + 2);
73 assert(jg[0] == 0);
74 assert(jg[1] == 1);
unique_copy_pred.pass.cpp 91 int jg[sg] = {-1}; local
93 r = std::unique_copy(InIter(ig), InIter(ig+sg), OutIter(jg), count_equal());
94 assert(base(r) == jg + 2);
95 assert(jg[0] == 0);
96 assert(jg[1] == 1);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subtract_sse2.asm 66 jg .loop_64
77 jg .loop_32
88 jg .loop_16
114 jg .loop_8
126 jg .loop_4
vp9_sad_sse2.asm 76 jg .loop
119 jg .loop
165 jg .loop
209 jg .loop
257 jg .loop
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subtract_sse2.asm 66 jg .loop_64
77 jg .loop_32
88 jg .loop_16
114 jg .loop_8
126 jg .loop_4
vp9_sad_sse2.asm 76 jg .loop
119 jg .loop
165 jg .loop
209 jg .loop
257 jg .loop
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_win.cc 117 jg wloop
155 jg wloop
198 jg wloop
228 jg wloop
267 jg wloop
311 jg wloop
345 jg wloop
404 jg wloop
445 jg wloop
517 jg wloo
    [all...]
compare_win.cc 48 jg wloop
88 jg wloop
181 jg wloop
219 jg wloop
row_win.cc 334 jg convertloop
363 jg convertloop
402 jg convertloop
442 jg convertloop
499 jg convertloop
553 jg convertloop
593 jg convertloop
632 jg convertloop
671 jg convertloop
709 jg convertloo
    [all...]
row_x86.asm 50 jg .convertloop
96 jg .convertloop
134 jg .convertloop
  /bionic/libc/arch-x86_64/string/
ssse3-strcmp-slm.S 244 jg L(nibble_ashr_1) /* cross page boundary */
268 jg L(nibble_ashr_1) /* cross page boundary */
359 jg L(nibble_ashr_2)
384 jg L(nibble_ashr_2) /* cross page boundary */
469 jg L(nibble_ashr_3)
494 jg L(nibble_ashr_3) /* cross page boundary */
579 jg L(nibble_ashr_4)
604 jg L(nibble_ashr_4) /* cross page boundary */
689 jg L(nibble_ashr_5)
714 jg L(nibble_ashr_5) /* cross page boundary *
    [all...]
  /external/icu/icu4c/source/common/
ubidi_props.c 68 uint8_t prev, jg; local
91 jg=*jgArray++;
92 if(jg!=prev) {
94 prev=jg;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 104 byte prev, jg;
128 jg=jga[i];
129 if(jg!=prev) {
131 prev=jg;
300 private static final int MAX_JG_SHIFT=16; /* max JG value in indexes[MAX_VALUES_INDEX] bits 23..16 */
  /external/libyuv/files/source/
row_win.cc 148 jg convertloop
169 jg convertloop
190 jg convertloop
211 jg convertloop
232 jg convertloop
271 jg convertloop
311 jg convertloop
368 jg convertloop
422 jg convertloop
462 jg convertloo
    [all...]
scale_argb.cc 58 jg wloop
93 jg wloop
131 jg wloop
180 jg wloop
238 jg xloop
252 jg xloop1
267 jg xloop2
321 jg xloop
335 jg xloop1
350 jg xloop
    [all...]
scale.cc 223 jg wloop
265 jg wloop
297 jg wloop
340 jg wloop
373 jg wloop
432 jg wloop
467 jg wloop
537 jg wloop
580 jg wloop
652 jg wloo
    [all...]
  /bionic/libc/arch-x86/bionic/
__bionic_clone.S 36 jg .L_bc_parent
  /external/zlib/src/contrib/asm686/
match.S 170 jg LimitPositive
300 jg LongerMatch
340 jg LookaheadRet
  /bionic/libc/arch-x86/atom/string/
ssse3-strcmp-atom.S 346 jg L(nibble_ashr_1)
371 jg L(nibble_ashr_1)
452 jg L(nibble_ashr_2)
477 jg L(nibble_ashr_2)
559 jg L(nibble_ashr_3)
584 jg L(nibble_ashr_3)
665 jg L(nibble_ashr_4)
691 jg L(nibble_ashr_4)
774 jg L(nibble_ashr_5)
799 jg L(nibble_ashr_5
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-memmove-slm.S 112 jg L(mm_len_0_or_more_backward)
344 jg L(mm_len_32_or_more_backward)
355 jg L(mm_len_64_or_more_backward)
370 jg L(mm_len_128_or_more_backward)
  /hardware/intel/bootstub/
e820_bios.S 143 jg error /* returned buffer len > provided buffer len */

Completed in 745 milliseconds

1 2 3