Searched refs:NB (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/CXX/temp/temp.param/
H A Dp3.cpp32 namespace NB { struct S; } namespace in namespace:PR6831
35 using namespace NB;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACNB.txt32 $ISAC $rate -FL 30 -NB 1 $INDIR/"$file" $OUTDIR/nb130_$index1"$file" >> $LOGFILE
33 $ISAC $rate -FL 60 -NB 1 $INDIR/"$file" $OUTDIR/nb160_$index1"$file" >> $LOGFILE
34 $ISAC $rate -FL 30 -NB 2 $INDIR/"$file" $OUTDIR/nb230_$index1"$file" >> $LOGFILE
35 $ISAC $rate -FL 60 -NB 2 $INDIR/"$file" $OUTDIR/nb260_$index1"$file" >> $LOGFILE
36 $ISAC $rate -FL 30 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc30_$index1"$file" >> $LOGFILE
37 $ISAC $rate -FL 60 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc60_$index1"$file" >> $LOGFILE
H A DruniSACfixfloat.txt38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE
39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >> $LOGFILE
40 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 2 -PLC $INDIR/"$file" $OUTDIR/flfxnb2_$index1"$file" >> $LOGFILE
41 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 2 -PLC $INDIR/"$file" $OUTDIR/fxflnb2_$index1"$file" >> $LOGFILE
H A DruniSACfault.txt34 $ISAC 32000 -F 10 -NB 1 $INDIR/"$file" $OUTDIR/ft10nb1_"$file" >> $LOGFILE
35 $ISAC 32000 -F 10 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/ft10nb2_"$file" >> $LOGFILE
/external/eigen/test/
H A Dproduct_trmm.cpp76 #define CALL_ALL_ORDERS(NB,SCALAR,MODE) \
77 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,ColMajor,ColMajor>())); \
78 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,ColMajor,RowMajor>())); \
79 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,RowMajor,ColMajor>())); \
80 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,RowMajor,RowMajor>())); \
81 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,ColMajor,ColMajor>())); \
82 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,ColMajor,RowMajor>())); \
83 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,RowMajor,ColMajor>())); \
84 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,RowMajor,RowMajor>())); \
86 EIGEN_CAT(CALL_SUBTEST_1,NB)((trm
[all...]
/external/clang/test/CodeGen/
H A Dstruct.c48 typedef struct NB { struct
52 struct NB *n2;
54 } NB; typedef in typeref:struct:NB
56 void f2() { NB b; }
58 extern NB *f3();
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references-pr13207.cpp68 namespace NB { namespace
73 void foo5(NA::Y<NB::Y<NA::Y<NB::Y<NA::X> > > > arg) {}
74 // CHECK: "\01?foo5@@YAXV?$Y@V?$Y@V?$Y@V?$Y@VX@NA@@@NB@@@NA@@@NB@@@NA@@@Z"
76 void foo11(NA::Y<NA::X>, NB::Y<NA::X>) {}
79 void foo112(NA::Y<NA::X>, NB::Y<NB::X>) {}
80 // CHECK: "\01?foo112@@YAXV?$Y@VX@NA@@@NA@@V?$Y@VX@NB@@@NB
130 namespace NB { namespace in namespace:PR13207
[all...]
/external/clang/test/SemaCXX/
H A Dexceptions.cpp113 namespace NB { struct S; } namespace in namespace:PR6831
117 using namespace NB;
H A Dfor-range-dereference.cpp47 NoBegin NB; local
48 for (auto i : NB) { }// expected-error{{range type 'NoBegin' has 'end' member but no 'begin' member}}
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h80 NodeBuilder &NB; member in class:clang::ento::CheckerContext
96 NB(builder),
127 return NB.getContext().blockCount();
295 node = NB.generateSink(LocalLoc, State, P);
297 node = NB.generateNode(LocalLoc, State, P);
/external/llvm/include/llvm/Support/
H A DSourceMgr.h113 SrcBuffer NB;
114 NB.Buffer = F;
115 NB.IncludeLoc = IncludeLoc;
116 Buffers.push_back(NB);
/external/stlport/stlport/stl/
H A D_slist.c189 const int NB = 64; local
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
H A D_list.c213 const int NB = 64; local
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex61 \begin{NB}
66 \end{NB}
67 \begin{NB}
68 NB notes here and below reflect only my personal opinion,
70 \end{NB}
96 \begin{NB}
103 \end{NB}
111 \begin{NB}
116 \end{NB}
123 \begin{NB}
[all...]
H A Dip-cref.tex38 The paragraphs beginning with NB contain side notes, warnings about
99 \begin{NB}
101 \end{NB}
102 \begin{NB}
104 \end{NB}
252 \begin{NB}
257 \end{NB}
291 \begin{NB}
295 \end{NB}
304 \begin{NB}
[all...]
H A Dip-tunnels.tex264 \begin{NB}
269 \end{NB}
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons36 # NB: there is a "plain" version of post-message based name service
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat11 :: NB: SHIFT command doesn't modify %*
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java325 VertexBuffer NB = mesh.getBuffer(Type.Normal);
328 BufferUtils.setInBuffer(normal, (FloatBuffer)NB.getData(), index);
331 NB.setUpdateNeeded();
/external/eigen/blas/testing/
H A Dcblat3.f403 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local in subroutine:CCHK1
479 NB = K
482 NB = N
491 LBB = LDB*NB
495 CALL CMAKE( 'GE', ' ', ' ', MB, NB, B, NMAX, BB,
H A Ddblat3.f389 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local in subroutine:DCHK1
465 NB = K
468 NB = N
477 LBB = LDB*NB
481 CALL DMAKE( 'GE', ' ', ' ', MB, NB, B, NMAX, BB,
H A Dsblat3.f389 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local in subroutine:SCHK1
465 NB = K
468 NB = N
477 LBB = LDB*NB
481 CALL SMAKE( 'GE', ' ', ' ', MB, NB, B, NMAX, BB,
H A Dzblat3.f404 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local in subroutine:ZCHK1
480 NB = K
483 NB = N
492 LBB = LDB*NB
496 CALL ZMAKE( 'GE', ' ', ' ', MB, NB, B, NMAX, BB,
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5568 ** of the page that participate in the balancing operation. NB is the
5578 #define NB (NN*2+1) /* Total pages involved in the balance */ macro
5848 MemPage *apOld[NB]; /* pPage and up to two siblings */
5849 MemPage *apCopy[NB]; /* Private copies of apOld[] pages */
5850 MemPage *apNew[NB+2]; /* pPage and up to NB siblings after balancing */
5852 u8 *apDiv[NB-1]; /* Divider cells in pParent */
5853 int cntNew[NB+2]; /* Index in aCell[] of cell after i-th page */
5854 int szNew[NB+2]; /* Combined size of cells place on i-th page */
5884 ** has NB o
[all...]
/external/qemu/
H A Dppc-dis.c677 /* The NB field in an X form instruction. The value 32 is stored as
679 #define NB MB6 + 1
684 #define NSI NB + 1
1354 /* The NB field in an X form instruction. The value 32 is stored as
4413 { "lswi", X(31,597), X_MASK, PPCCOM, { RT, RA0, NB } },
4414 { "lsi", X(31,597), X_MASK, PWRCOM, { RT, RA0, NB } },
4465 { "stswi", X(31,725), X_MASK, PPCCOM, { RS, RA0, NB } },
4466 { "stsi", X(31,725), X_MASK, PWRCOM, { RS, RA0, NB } },
675 #define NB macro

Completed in 1564 milliseconds

12