HomeSort by relevance Sort by last modified time
    Searched defs:N5 (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Modules/Inputs/
namespaces-right.h 26 namespace N5 {
namespaces-left.h 37 namespace N5 {
  /external/clang/test/Modules/
namespaces.cpp 45 namespace N5 {
54 int &ir1 = N5::f(17);
57 double &fr1 = N5::f(1.0);
60 char &cr1 = N5::f('a');
  /external/clang/test/CodeGenCXX/
bitfield.cpp 332 namespace N5 {
references.cpp 268 namespace N5 {
  /external/aac/libFDK/src/
fft.cpp 199 #define N5 5
220 for(i=0,l=0,k=0; i<N5; i++, k+=6)
224 l += 2*N5;
230 l += 2*N5;
235 l += (2*N5) + (2*N3);
    [all...]
  /tools/test/connectivity/acts/framework/acts/
utils.py 39 N5 = 'hammerhead'
  /toolchain/binutils/binutils-2.25/opcodes/
mips-opc.c 370 #define N5 (INSN_5400 | INSN_5500)
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 191 MDNode *n5 = MDNode::getIfExists(Context, c1); local
196 EXPECT_EQ(n5, n2);
548 MDNode *N5 = MDNode::getDistinct(Context, Ops5);
573 EXPECT_EQ(N1, N5->getOperand(0));
    [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp     [all...]

Completed in 257 milliseconds