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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 36 V1, V2, V3, V4, V5
59 bool hasV4TOps () const { return HexagonArchVersion >= V4; }
60 bool hasV4TOpsOnly () const { return HexagonArchVersion == V4; }
61 bool useMemOps () const { return HexagonArchVersion >= V4 && UseMemOps; }
HexagonSubtarget.cpp 33 cl::desc("Generate V4 memop instructions."));
55 HexagonArchVersion = V4;
HexagonRegisterInfo.cpp 65 case HexagonSubtarget::V4:
112 case HexagonSubtarget::V4:
  /system/netd/
NetdConstants.h 34 enum IptablesTarget { V4, V6, V4V6 };
FirewallController.cpp 86 IptablesTarget target = V4;
106 IptablesTarget target = V4;
NetdConstants.cpp 62 if (target == V4 || target == V4V6) {
  /cts/suite/audio_quality/test/
TaskCaseTest.cpp 84 const android::String8 V4("v4");
89 ASSERT_TRUE(mTaskCase->registerValue(V4, val4));
92 ASSERT_TRUE(mTaskCase->findValue(V4, valRead));
95 ASSERT_TRUE(mTaskCase->updateValue(V4, val4_2));
96 ASSERT_TRUE(mTaskCase->findValue(V4, valRead));
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 52 enum E4 { V4 } constexpr e4 = V4;
  /external/chromium/chrome/browser/importer/
firefox_proxy_settings.h 32 V4,
firefox_proxy_settings_unittest.cc 46 EXPECT_EQ(FirefoxProxySettings::V4, settings.socks_version());
firefox_proxy_settings.cc 51 return FirefoxProxySettings::V4;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 122 V4 = 4
NVPTXISelDAGToDAG.cpp 180 vecType = NVPTX::PTXLdStInstCode::V4;
369 vecType = NVPTX::PTXLdStInstCode::V4;
  /external/llvm/unittests/Support/
AlignOfTest.cpp 69 struct V4 : virtual V2 { int y; virtual ~V4(); };
70 struct V5 : V4, V3 { double z; virtual ~V5(); };
119 [AlignOf<V4>::Alignment > 0]
169 EXPECT_LE(alignOf<V1>(), alignOf<V4>());
251 EXPECT_EQ(alignOf<V4>(), alignOf<AlignedCharArrayUnion<V4> >());
316 EXPECT_EQ(sizeof(V4), sizeof(AlignedCharArrayUnion<V4>));
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 35 case R4 : case X4 : case F4 : case V4 : case CR4: case CR1LT: return 4;
  /external/llvm/lib/Analysis/
Lint.cpp 142 const Value *V3 = 0, const Value *V4 = 0) {
147 WriteValue(V4);
170 #define Assert4(C, M, V1, V2, V3, V4) \
171 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 223 moveq pc,lr @ be binary compatible with V4, yet
300 moveq pc,lr @ be binary compatible with V4, yet
ghash-armv4.s 171 moveq pc,lr @ be binary compatible with V4, yet
305 moveq pc,lr @ be binary compatible with V4, yet
  /external/qemu/distrib/zlib-1.2.3/
configure 121 OSF1\ V4*) SFLAGS=${CFLAGS-"-O -std1"}
  /external/openssl/crypto/bn/asm/
armv4-mont.pl 197 moveq pc,lr @ be binary compatible with V4, yet
armv4-mont.s 143 moveq pc,lr @ be binary compatible with V4, yet
armv4-gf2m.pl 260 moveq pc,lr @ be binary compatible with V4, yet
armv4-gf2m.s 201 moveq pc,lr @ be binary compatible with V4, yet
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 234 moveq pc,lr @ be binary compatible with V4, yet
sha256-armv4.pl 200 moveq pc,lr @ be binary compatible with V4, yet

Completed in 371 milliseconds

1 2