HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 326 - 350 of 1983) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 59 uxtb16 r6, r8 ; byte (two pixels) to halfwords
60 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
78 uxtb16 r6, r8 ; byte (two pixels) to halfwords
79 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
99 uxtb16 r6, r8 ; byte (two pixels) to halfwords
100 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
122 uxtb16 r6, r8 ; byte (two pixels) to halfwords
123 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 101 int two = 2; local
161 ii[4].reset(&two);
162 ii[5].reset(&two);
163 ii[6].reset(&two);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 25 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals