HomeSort by relevance Sort by last modified time
    Searched refs:IF (Results 76 - 100 of 3061) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 27 IF ARM1136JS
37 ;// each sum before dividing by two, if round is 1
45 ;// $round 0 if no rounding to be added, 1 if rounding to be done
53 IF $round = 1
54 IF $dest /= $y
93 IF $offset = 0
156 IF $offset /= 3
204 IF $offset = 0
279 ;// $sum0 (a + b + c + d + 1) / 4 : If no roundin
    [all...]
armVCM4P2_Clip8_s.s 24 IF ARM1136JS
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 31 ; * escape modes 0-3 are used if shortVideoHeader==0,
67 IF ARM1136JS
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 31 ; * escape modes 0-3 are used if shortVideoHeader==0,
67 IF ARM1136JS
  /external/chromium_org/sandbox/win/src/
named_pipe_policy.cc 27 if (INVALID_HANDLE_VALUE == pipe)
31 if (!::DuplicateHandle(::GetCurrentProcess(), pipe,
48 if (TargetPolicy::NAMEDPIPES_ALLOW_ANY != semantics) {
52 if (!pipe.AddStringMatch(IF, NameBased::NAME, name, CASE_INSENSITIVE)) {
55 if (!policy->AddRule(IPC_CREATENAMEDPIPEW_TAG, &pipe)) {
71 if (ASK_BROKER != eval_result) {
80 if (INVALID_HANDLE_VALUE == *pipe)
policy_low_level.h 24 // rule1.AddStringMatch(IF, 0, L"\\\\/?/?\\c:\\*Microsoft*\\*.exe", true);
26 // rule1.AddNumberMatch(IF, 2, FILE_ATTRIBUTE_NORMAL, EQUAL);
29 // rule2.AddStringMatch(IF, 0, L"\\\\/?/?\\Pipe\\Chrome.*", false));
30 // rule2.AddNumberMatch(IF, 1, OPEN_EXISTING, EQUAL));
111 // There are 'if' rules and 'if not' comparisons
113 IF = 0,
135 // rule_type: possible values are IF and IF_NOT.
139 // match_opts: if the pattern matching is case sensitive or not.
144 // rule_type: possible values are IF and IF_NOT
    [all...]
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 25 !IF "$(ICUMAKE)"==""
120 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
150 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
160 # if you want a static data library.
161 !IF "$(ICU_PACKAGE_MODE)"==""
165 # If this archive exists, build from that
168 !IF !EXISTS("$(ICUDATA_SOURCE_ARCHIVE)")
171 !IF EXISTS("$(ICUDATA_ARCHIVE)")
187 # the following logic is much easier if UCM_SOURCE is never empty.
191 !IF EXISTS("$(ICUSRCDATA)\$(ICUUCM)\ucmcore.mk"
    [all...]
  /external/chromium_org/tools/gn/
token.h 43 IF,
  /external/javassist/src/main/javassist/compiler/
TokenId.java 39 int IF = 320;
  /external/llvm/lib/MC/
MCPureStreamer.cpp 127 // We have to create a new fragment if this is an atom defining symbol,
129 if (getAssembler().isSymbolLinkerVisible(SD.getSymbol()))
134 // fragment if it exists, otherwise we should just queue the label and set its
163 if (MaxBytesToEmit == 0)
167 // Update the maximum alignment on the current section if necessary.
168 if (ByteAlignment > getCurrentSectionData()->getAlignment())
176 if (MaxBytesToEmit == 0)
182 // Update the maximum alignment on the current section if necessary.
183 if (ByteAlignment > getCurrentSectionData()->getAlignment())
194 MCRelaxableFragment *IF = new MCRelaxableFragment(Inst)
    [all...]
  /external/lzma/CPP/
Build.mak 18 !IF "$(CPU)" == "AMD64"
40 !IF "$(CPU)" == "ARM"
84 if not exist "$O" mkdir "$O"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_Copy8x8_s.s 27 IF ARM1136JS
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 22 IF ARM1136JS
79 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy8x8_s.s 24 IF CortexA8
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 22 IF ARM1136JS
79 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 31 ; * escape modes 0-3 are used if shortVideoHeader==0,
67 IF ARM1136JS
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 31 ; * escape modes 0-3 are used if shortVideoHeader==0,
67 IF ARM1136JS
  /external/eigen/blas/testing/
dblat1.f 28 * .. detailed output, if any, for cases that do not involve ..
35 IF (ICASE.EQ.3) THEN
37 ELSE IF (ICASE.EQ.7 .OR. ICASE.EQ.8 .OR. ICASE.EQ.9 .OR.
40 ELSE IF (ICASE.EQ.1 .OR. ICASE.EQ.2 .OR. ICASE.EQ.5 .OR.
43 ELSE IF (ICASE.EQ.4) THEN
45 END IF
47 IF (PASS) WRITE (NOUT,99998)
125 * .. Set N=K for identification in output if any ..
127 IF (ICASE.EQ.3) THEN
129 IF (K.GT.8) GO TO 4
    [all...]
sblat1.f 28 * .. detailed output, if any, for cases that do not involve ..
35 IF (ICASE.EQ.3) THEN
37 ELSE IF (ICASE.EQ.7 .OR. ICASE.EQ.8 .OR. ICASE.EQ.9 .OR.
40 ELSE IF (ICASE.EQ.1 .OR. ICASE.EQ.2 .OR. ICASE.EQ.5 .OR.
43 ELSE IF (ICASE.EQ.4) THEN
45 END IF
47 IF (PASS) WRITE (NOUT,99998)
125 * .. Set N=K for identification in output if any ..
127 IF (ICASE.EQ.3) THEN
129 IF (K.GT.8) GO TO 4
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 23 ;// C(u) = 1/sqrt(2) if u=0 or 1 if u!=0
93 ;// 4. If |T(u)|<=1 then from the IDCT definition,
145 IF ARM1136JS
217 IF "$stride"="s"
232 IF "$inscale"="s16" ;// 16x16 mul
256 IF "$inscale"="s32" ;// 32x16 mul
291 IF {TRUE}
292 ;// shortcut if odd values 0
304 IF "$inscale"="s16
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 23 ;// C(u) = 1/sqrt(2) if u=0 or 1 if u!=0
93 ;// 4. If |T(u)|<=1 then from the IDCT definition,
145 IF ARM1136JS
217 IF "$stride"="s"
232 IF "$inscale"="s16" ;// 16x16 mul
256 IF "$inscale"="s32" ;// 32x16 mul
291 IF {TRUE}
292 ;// shortcut if odd values 0
304 IF "$inscale"="s16
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_float/d/
T_add_float_5.d 27 .method public run(IF)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_float_2addr/d/
T_add_float_2addr_5.d 27 .method public run(IF)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int/d/
T_add_int_5.d 27 .method public run(IF)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_2addr/d/
T_add_int_2addr_5.d 27 .method public run(IF)I

Completed in 2222 milliseconds

1 2 34 5 6 7 8 91011>>