HomeSort by relevance Sort by last modified time
    Searched full:var1 (Results 226 - 250 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/subzero/src/
IceCfgNode.cpp 365 bool sameVarOrReg(TargetLowering *Target, const Variable *Var1,
367 if (Var1 == Opnd)
374 if (!Var1->hasReg())
379 const auto RegNum1 = Var1->getRegNum();
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
abs_s.h 102 Word16 abs_s(Word16 var1);
add.h 106 Word16 add(Word16 var1, Word16 var2, Flag *pOverflow);
div_s.h 103 Word16 div_s(Word16 var1, Word16 var2);
l_deposit_h.h 103 Word32 L_deposit_h(Word16 var1);
l_deposit_l.h 103 Word32 L_deposit_l(Word16 var1);
mult_r.h 106 Word16 mult_r(Word16 var1, Word16 var2, Flag *pOverflow);
negate.h 102 Word16 negate(register Word16 var1);
shl.h 106 Word16 shl(Word16 var1, Word16 var2, Flag *pOverflow);
shr.h 106 Word16 shr(Word16 var1, Word16 var2, Flag *pOverflow);
shr_r.h 104 Word16 shr_r(Word16 var1, Word16 var2, Flag *pOverflow);
sub.h 106 Word16 sub(Word16 var1, Word16 var2, Flag *pOverflow);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
weird.s 829 var1: label
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
ProcessBuilder.java 157 * env.put("VAR1", "myValue");
159 * env.put("VAR2", env.get("VAR1") + "suffix");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 313 # - '%%' is translated into '%' if '%%' are not seen in %var1%%var2%
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 336 # - '%%' is translated into '%' if '%%' are not seen in %var1%%var2%
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 308 # - '%%' is translated into '%' if '%%' are not seen in %var1%%var2%
  /external/harfbuzz_ng/test/api/
test-buffer.c 200 g_assert_cmphex (glyphs[i].var1.u32, ==, 0);
  /external/python/cpython2/Lib/
ntpath.py 318 # - '%%' is translated into '%' if '%%' are not seen in %var1%%var2%
  /external/python/cpython3/Lib/
ntpath.py 349 # - '%%' is translated into '%' if '%%' are not seen in %var1%%var2%
  /external/tensorflow/tensorflow/python/kernel_tests/
resource_variable_ops_test.py 218 initial_value=lambda: 1, constraint=constraint, name="var1")
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
norm_l.cpp 59 in the range : 0x8000 0000 <= var1 <= 0x7fff ffff.

Completed in 2263 milliseconds

1 2 3 4 5 6 7 8 91011>>