/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 14 if options 252 | if ( foo ) { 261 | if ( foo ) { 281 : 'if' '(' expr ')' stat 308 | if ( foo ) { 317 | if ( foo ) { 341 : IF '(' e=expr ')' s=stat 342 -> ^(IF $e $s) 356 IF: 'if'; [all...] |
/external/eigen/lapack/ |
ilaslr.f | 105 IF( M.EQ.0 ) THEN 119 END IF
|
/external/lzma/CPP/ |
Build.mak | 17 !IF "$(CPU)" == "AMD64"
39 !IF "$(CPU)" == "ARM"
107 if not exist "$O" mkdir "$O"
109 if not exist "$O/Asm" mkdir "$O/Asm"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_QuantInvInter_I_s.s | 59 ; * - If pSrcDst is NULL or is not 16-byte aligned. 61 ; * - If QP <= 0. 74 IF ARM1136JS 98 SUBEQ QP1,QP,#1 ;// QP1=QP if QP is odd , QP1=QP-1 if QP is even 111 SMLABBNE X2,QP,X2,QP1 ;// X2=2*absval(first val)*QP+QP if QP is odd 112 ;// X2=2*absval(first val)*QP+QP-1 if QP is even 143 SUBS Count,Count,#4 ;// Decrement Count by 4 and continue if it has not reached 0
|
armVCM4P2_SetPredDir_s.s | 62 IF ARM1136JS
|
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 45 ; * escape modes 0-3 are used if shortVideoHeader==0, 81 IF ARM1136JS :LOR: CortexA8 173 MOVEQ DCVal,#0 ;// If DCValueSize is zero then DC coeff =0 183 SUBLT DCVal,DCVal,powOfSize ;// If Lessthan powOfSize/2 DCVal=DCVal-powOfSize+1 188 CMP DCValueSize,#8 ;// If DCValueSize greater than 8 check marker bit 193 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_Clip8_s.s | 36 IF CortexA8
|
armVCM4P2_SetPredDir_s.s | 62 IF ARM1136JS
|
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 45 ; * escape modes 0-3 are used if shortVideoHeader==0, 81 IF CortexA8 173 MOVEQ DCVal,#0 ;// If DCValueSize is zero then DC coeff =0 183 SUBLT DCVal,DCVal,powOfSize ;// If Lessthan powOfSize/2 DCVal=DCVal-powOfSize+1 188 CMP DCValueSize,#8 ;// If DCValueSize greater than 8 check marker bit 193 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
|
omxVCM4P2_QuantInvInter_I_s.s | 59 ; * - If pSrcDst is NULL or is not 16-byte aligned. 61 ; * - If QP <= 0. 72 IF CortexA8 125 VMOV dQP10,QP ;// If QP is even then QP1=QP-1 else QP1=QP 140 VBSL dSign0,dMinusQP1,dQP1 ;// dSign0 = -QP1 if Coeff0< 0 else QP1 142 VBSL dSign1,dMinusQP1,dQP1 ;// dSign1 = -QP1 if Coeff1< 0 else QP1 145 VMLAL qResult0,dCoeff0,d2QP ;// qResult0[i]= qCoeff0[i]+qCoeff0[i]*(-2) if Coeff <0 146 ;// qResult0[i]= qCoeff0[i] if Coeff >=0 147 VMLAL qResult1,dCoeff1,d2QP ;// qResult1[i]= qCoeff1[i]+qCoeff1[i]*(-2) if Coeff <0 148 ;// qResult1[i]= qCoeff1[i] if Coeff >=0 [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
move.d | 45 5a: 6a 07 IF CC R5 = P2; 46 5c: b0 06 IF !CC SP = R0;
|
flow.s | 20 if cc jump (-1024); 21 IF CC JUMP (1022) (BP); 22 if !cc jump (0xffffFc00) (Bp); 23 if !cc jumP (0x0112); 24 if cC JuMp (footext); 25 if CC jUmP (footext) (bp); 26 if !cc jump (FOOTEXT) (bP); 27 if !Cc JUMP (FooText);
|
/external/boringssl/src/crypto/perlasm/ |
x86masm.pl | 19 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no [] 23 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[-1]=~/\bxmm[0-7]\b/i); 24 $arg[-1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i); 42 if (!defined($idx) && 1*$reg2) { $idx=$reg2; $reg2=$reg1; undef $reg1; } 44 $ret .= "$size PTR " if ($size ne ""); 50 $addr="($addr)" if ($addr =~ /^.+[\-\+].+$/); 52 if (($addr ne "") && ($addr ne 0)) 53 { if ($addr !~ /^-/) { $ret .= "$addr"; } 58 if ($reg2 ne "") 61 $ret .= "+$reg1" if ($reg1 ne "") [all...] |
/external/cblas/testing/ |
c_cblat1.f | 28 * detailed output, if any, for cases that do not involve 35 IF (ICASE.LE.5) THEN 37 ELSE IF (ICASE.GE.6) THEN 39 END IF 41 IF (PASS) WRITE (NOUT,99998) 208 IF (ICASE.EQ.6) THEN 212 ELSE IF (ICASE.EQ.7) THEN 216 ELSE IF (ICASE.EQ.8) THEN 221 ELSE IF (ICASE.EQ.9) THEN 226 ELSE IF (ICASE.EQ.10) THE [all...] |
c_zblat1.f | 28 * detailed output, if any, for cases that do not involve 35 IF (ICASE.LE.5) THEN 37 ELSE IF (ICASE.GE.6) THEN 39 END IF 41 IF (PASS) WRITE (NOUT,99998) 208 IF (ICASE.EQ.6) THEN 212 ELSE IF (ICASE.EQ.7) THEN 216 ELSE IF (ICASE.EQ.8) THEN 221 ELSE IF (ICASE.EQ.9) THEN 226 ELSE IF (ICASE.EQ.10) THE [all...] |
/external/eigen/blas/testing/ |
cblat1.f | 28 * detailed output, if any, for cases that do not involve 35 IF (ICASE.LE.5) THEN 37 ELSE IF (ICASE.GE.6) THEN 39 END IF 41 IF (PASS) WRITE (NOUT,99998) 208 IF (ICASE.EQ.6) THEN 212 ELSE IF (ICASE.EQ.7) THEN 216 ELSE IF (ICASE.EQ.8) THEN 221 ELSE IF (ICASE.EQ.9) THEN 226 ELSE IF (ICASE.EQ.10) THE [all...] |
zblat1.f | 28 * detailed output, if any, for cases that do not involve 35 IF (ICASE.LE.5) THEN 37 ELSE IF (ICASE.GE.6) THEN 39 END IF 41 IF (PASS) WRITE (NOUT,99998) 208 IF (ICASE.EQ.6) THEN 212 ELSE IF (ICASE.EQ.7) THEN 216 ELSE IF (ICASE.EQ.8) THEN 221 ELSE IF (ICASE.EQ.9) THEN 226 ELSE IF (ICASE.EQ.10) THE [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonGenInsert.cpp | 87 if (First < 0) 94 if (Next < 0) 106 if (Idx >= size()) 130 if (Idx >= size()) 148 if (size() <= Idx) 215 // - ref1 < ref2, if ord(ref1.Reg) < ord(ref2.Reg), 228 if (V1 == V2) 231 if (V1.is(0) || V2.is(0)) 235 if (V2.is(1) || V1.is(1)) 239 if (Ind1 != Ind2 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s | 49 IF ARM1136JS 194 IF ARM1136JS_U 342 IF ARM1136JS
|
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 37 IF ARM1136JS 101 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
|
/external/llvm/lib/MC/ |
MCObjectStreamer.cpp | 42 if (PendingLabels.empty()) 44 if (!F) { 60 // If not assigned to the same (valid) fragment, fallback. 61 if (!Hi->getFragment() || Hi->getFragment() != Lo->getFragment() || 73 if (Assembler) 83 if (!getNumFrameInfos()) 86 if (EmitEHFrame) 89 if (EmitDebugFrame) 96 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) 106 if (!F || (Assembler->isBundlingEnabled() && !Assembler->getRelaxAll() & [all...] |
/external/selinux/checkpolicy/ |
policy_scan.l | 101 IF | 102 if { return(IF); } 288 if (source_file[0]) 304 if (source_file[0]) 322 if (strlen(source_file) && source_file[strlen(source_file)-1] == '"')
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/ |
omxVCCOMM_Copy16x16_s.s | 24 IF CortexA8
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 39 IF CortexA8 108 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 90 { IF, "ifstat", "if(" }, 129 if (argc > 1) { 131 if (!strcmp(input,"-")) 134 if (input == NULL) { 137 if ((fp = fopen(input, "rt")) == NULL) { 146 if (c != '#' || (n != 4 && strcmp(def,"define") != 0)) /* not a valid #define */ 148 if (tok < FIRSTTOKEN || tok > LASTTOKEN) { 163 if (table[i]==0) 172 printf(" if (n < FIRSTTOKEN || n > LASTTOKEN) {\n") [all...] |