Searched defs:N5 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dnamespaces-left.h24 namespace N5 { namespace
H A Dnamespaces-right.h26 namespace N5 { namespace
/external/clang/test/Modules/
H A Dnamespaces.cpp42 namespace N5 { namespace
51 int &ir1 = N5::f(17);
54 double &fr1 = N5::f(1.0);
57 char &cr1 = N5::f('a');
/external/clang/test/CodeGenCXX/
H A Dbitfield.cpp332 namespace N5 { namespace
H A Dreferences.cpp268 namespace N5 { namespace
/external/aac/libFDK/src/
H A Dfft.cpp199 #define N5 5 macro
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);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3374 SDValue N4, SDValue N5) {
3375 SDValue Ops[] = { N1, N2, N3, N4, N5 };
4844 SDValue N4, SDValue N5) {
4845 SDValue Ops[] = { N1, N2, N3, N4, N5 };
3372 getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
4842 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
/external/qemu/
H A Dmips-dis.c1141 #define N5 (INSN_5400 | INSN_5500)
1544 {"dbreak", "", 0x7000003f, 0xffffffff, 0, 0, N5 },
1631 {"dret", "", 0x7000003e, 0xffffffff, 0, 0, N5 },
1636 {"dror", "d,w,<", 0x0020003a, 0xffe0003f, WR_d|RD_t, 0, N5|I65 },
1637 {"drorv", "d,t,s", 0x00000056, 0xfc0007ff, RD_t|RD_s|WR_d, 0, N5|I65 },
1638 {"dror32", "d,w,<", 0x0020003e, 0xffe0003f, WR_d|RD_t, 0, N5|I65 },
1778 {"macc", "d,s,t", 0x00000158, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d, 0, N5 },
1781 {"macchi", "d,s,t", 0x00000358, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d, 0, N5 },
1784 {"macchiu", "d,s,t", 0x00000359, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d, 0, N5 },
1787 {"maccu", "d,s,t", 0x00000159, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d, 0, N5 },
1140 #define N5 macro
[all...]

Completed in 269 milliseconds