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

1 2 3 4 5 6

  /external/bison/lib/
strverscmp.c 34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
35 #define CMP 2
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
86 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
80 #define CMP 2
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
114 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 36 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
37 #define CMP 2
87 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
88 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVCCOMM_s.h 59 CMP $z, $x; // if ( x > min(y,z) )
62 CMP $x, $y; // if ( x > max(y,z) )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVCCOMM_s.h 59 CMP $z, $x; // if ( x > min(y,z) )
62 CMP $x, $y; // if ( x > max(y,z) )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 142 CMP Escape,#3 ;// check for escape mode
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
164 CMP temp2,#64
195 CMP temp1,#0
199 CMP temp1,#1
211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
222 CMP packRetIndex,temp3 ;// Check for invalid symbol
239 CMP ftype,#1
257 CMP ftype,#2
277 CMP sign,#
    [all...]
omxVCM4P2_FindMVpred_s.s 97 CMP pSrcCandMV1, #0
100 CMP pSrcCandMV2, #0
103 CMP pSrcCandMV3, #0
110 CMP pSrcCandMV1, #0
116 CMP pSrcCandMV2, #0
126 CMP pSrcCandMV3, #0
129 CMP pSrcCandMV2, #0
140 CMP pSrcCandMV1, #0
166 CMP pDstMVPredME, #0
omxVCM4P2_QuantInvInter_I_s.s 94 CMP X2,#0
102 CMP X3,#0
111 CMP X2,#0
119 CMP X3,#0
omxVCM4P2_PredictReconCoefIntra_s.s 143 CMP predDir,#2 ;// Check if the Prediction direction is vertical
153 CMP temp1,#0
168 CMP Rem,temp3
170 CMP temp1,#0
184 CMP ACPredFlag,#1 ;// Check if the AC prediction flag is set or not
195 CMP predDir,#2 ;// Check the Prediction direction
210 CMP temp1,#0 ;// compare pPredBufRow[i] with zero, 1=<i<=7
220 CMP Rem,curQP
222 CMP temp1,#0
232 CMP Count,#16 ;// compare if i=
    [all...]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 155 CMP DCValueSize,#12
158 CMP DCValueSize,#0
167 CMP DCVal,powOfSize,LSR #1 ;// Compare DCVal with powOfSize/2
174 CMP DCValueSize,#8 ;// If DCValueSize greater than 8 check marker bit
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 142 CMP Escape,#3 ;// check for escape mode
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
164 CMP temp2,#64
195 CMP temp1,#0
199 CMP temp1,#1
211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
222 CMP packRetIndex,temp3 ;// Check for invalid symbol
239 CMP ftype,#1
257 CMP ftype,#2
277 CMP sign,#
    [all...]
omxVCM4P2_FindMVpred_s.s 97 CMP pSrcCandMV1, #0
100 CMP pSrcCandMV2, #0
103 CMP pSrcCandMV3, #0
110 CMP pSrcCandMV1, #0
116 CMP pSrcCandMV2, #0
126 CMP pSrcCandMV3, #0
129 CMP pSrcCandMV2, #0
140 CMP pSrcCandMV1, #0
166 CMP pDstMVPredME, #0
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 155 CMP DCValueSize,#12
158 CMP DCValueSize,#0
167 CMP DCVal,powOfSize,LSR #1 ;// Compare DCVal with powOfSize/2
174 CMP DCValueSize,#8 ;// If DCValueSize greater than 8 check marker bit
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Common.h 79 template <class K, class D, class CMP = std::less<K> >
80 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D> > > {
84 TMap() : std::map<K, D, CMP, tAllocator>() {}
86 TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_compare(), a) {}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DeblockLuma_I.S 28 CMP r7,#0
34 CMP r5,#0
51 CMP r0,#0
  /external/openssh/
deattack.c 71 #define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE))
89 if (!CMP(S, c)) {
133 if (!CMP(c, d)) {
148 if (!CMP(c, buf + h[i] * SSH_BLOCKSIZE)) {
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
norm_l.h 117 CMP L_var1, #0
norm_s.h 117 CMP var1, #0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
time.h 166 # define timercmp(a, b, CMP) \
168 ((a)->tv_usec CMP (b)->tv_usec) : \
169 ((a)->tv_sec CMP (b)->tv_sec))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h 166 # define timercmp(a, b, CMP) \
168 ((a)->tv_usec CMP (b)->tv_usec) : \
169 ((a)->tv_sec CMP (b)->tv_sec))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h 166 # define timercmp(a, b, CMP) \
168 ((a)->tv_usec CMP (b)->tv_usec) : \
169 ((a)->tv_sec CMP (b)->tv_sec))
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s 58 CMP r5, r2
66 CMP r12, #0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 129 CMP Symbol, #17*4
158 CMP TotalCoeff, #10
160 CMP TrailingOnes, #3 ;// if (TrailingOnes<3)
167 CMP Symbol,#16
200 CMP Symbol, T1
222 CMP Symbol,#16
239 CMP Symbol,#15
290 CMP temp, #256
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 129 CMP Symbol, #17*4
158 CMP TotalCoeff, #10
160 CMP TrailingOnes, #3 ;// if (TrailingOnes<3)
167 CMP Symbol,#16
200 CMP Symbol, T1
222 CMP Symbol,#16
239 CMP Symbol,#15
290 CMP temp, #256
  /external/qemu/target-arm/
iwmmxt_helper.c 261 CMP(0, Tb, O, 0xff) | CMP(8, Tb, O, 0xff) | \
262 CMP(16, Tb, O, 0xff) | CMP(24, Tb, O, 0xff) | \
263 CMP(32, Tb, O, 0xff) | CMP(40, Tb, O, 0xff) | \
264 CMP(48, Tb, O, 0xff) | CMP(56, Tb, O, 0xff); \
274 a = CMP(0, Tw, O, 0xffff) | CMP(16, Tw, O, 0xffff) |
    [all...]

Completed in 604 milliseconds

1 2 3 4 5 6