HomeSort by relevance Sort by last modified time
    Searched refs:N4 (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CodeCompletion/
namespace-alias.cpp 1 namespace N4 {
19 // CHECK-CC1-NEXT: N4
using-namespace.cpp 1 namespace N4 {
20 // CHECK-CC1-NEXT: N4
using.cpp 1 namespace N4 {
23 // CHECK-CC1-NEXT: N4
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 37 namespace N4 {
46 template struct N4::call_f0<int, short&>;
47 template struct N4::call_f0<N1::X0, int&>;
instantiate-expr-2.cpp 25 namespace N4 {
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX;
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
57 namespace N4 {
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
  /external/clang/test/PCH/Inputs/
namespaces.h 42 inline namespace N4 {
  /external/clang/test/PCH/
namespaces.cpp 44 inline namespace N4 { }
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
GOFBBlockCipher.java 23 int N4;
78 N4 = 0;
168 N4 = bytesToint(ofbOutV, 4);
171 N4 += C1;
173 intTobytes(N4, ofbV, 4);
  /external/llvm/include/llvm/ADT/
StringSwitch.h 103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
106 const char (&S4)[N4], const T& Value) {
  /external/clang/test/CodeGenCXX/
references.cpp 250 namespace N4 {
259 // CHECK: call void @_ZN2N41AC1Ev(%"struct.N4::A"* @_ZGRZN2N41fEvE2ar)
  /external/speex/libspeex/
preprocess.c 398 int N, N3, N4, M;
427 N4 = st->frame_size - N3;
477 if (N4>0)
481 st->window[i+N3+N4]=st->window[i+N3];
623 int N4 = st->frame_size - N3;
634 st->inbuf[i]=x[N4+i];
732 int N4 = st->frame_size - N3;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 518 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
520 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
540 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
542 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]

Completed in 254 milliseconds