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

1 2

  /external/clang/test/CXX/temp/temp.param/
p3.cpp 32 namespace NB { struct S; }
35 using namespace NB;
  /external/clang/test/SemaCXX/
exceptions.cpp 113 namespace NB { struct S; }
117 using namespace NB;
  /external/clang/test/CodeGen/
struct.c 48 typedef struct NB {
52 struct NB *n2;
54 } NB;
56 void f2() { NB b; }
58 extern NB *f3();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 33 NodeBuilder &NB;
49 NB(builder),
80 return NB.getContext().getCurrentBlockCount();
220 ExplodedNode *node = NB.generateNode(Tag ? Location.withTag(Tag) : Location,
  /external/llvm/include/llvm/Support/
SourceMgr.h 106 SrcBuffer NB;
107 NB.Buffer = F;
108 NB.IncludeLoc = IncludeLoc;
109 Buffers.push_back(NB);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorBuffer.h 69 M4OSA_UInt32 NB;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorBuffer.c 99 pool->NB = nbBuffers;
132 for (j = 0; j < ppool->NB; j++)
176 for (i=0; i < ppool->NB; i++)
210 for(index = 0; index < pool->NB; index++)
247 for(index = 0; index< pool->NB; index++)
VideoEditorVideoDecoder.cpp     [all...]
  /external/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /external/iproute2/doc/
api-ip6-flowlabels.tex 61 \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...]
ip-cref.tex 38 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...]
ip-tunnels.tex 264 \begin{NB}
269 \end{NB}
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 0 // NB: Because Token has static members of type CommonToken, the Token dummy
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 325 VertexBuffer NB = mesh.getBuffer(Type.Normal);
328 BufferUtils.setInBuffer(normal, (FloatBuffer)NB.getData(), index);
331 NB.setUpdateNeeded();
582 FloatBuffer nb = (FloatBuffer)this.getMesh().getBuffer(Type.Normal).getData(); local
584 normal.x = nb.get(index);
585 normal.y = nb.get(index+1);
586 normal.z = nb.get(index+2);
    [all...]
  /external/qemu/
ppc-dis.c 677 /* The NB field in an X form instruction. The value 32 is stored as
679 #define NB MB6 + 1
684 #define NSI NB + 1
    [all...]

Completed in 649 milliseconds

1 2