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

1 2 3 4 5 6 7

  /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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/python/tests/regress/fragment-shader/
frag-cmp.sh 10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
  /external/mesa3d/src/gallium/tests/python/tests/regress/fragment-shader/
frag-cmp.sh 10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
  /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/chromium_org/third_party/angle_dx11/src/compiler/
Common.h 67 template <class K, class D, class CMP = std::less<K> >
68 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D> > > {
72 TMap() : std::map<K, D, CMP, tAllocator>() {}
74 TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_compare(), a) {}
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 87 #define CMP(t, x, y) (cmp((t), (x), (y)))
89 #define CMP(t, x, y) (cmp((x), (y)))
93 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk
99 return CMP(thunk, a, b) < 0 ?
100 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
101 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ))
    [all...]
  /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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)

Completed in 1387 milliseconds

1 2 3 4 5 6 7