HomeSort by relevance Sort by last modified time
    Searched defs:ib (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search.pass.cpp 40 int ib[] = {0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4}; local
41 const unsigned sb = sizeof(ib)/sizeof(ib[0]);
43 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(ic), Iter2(ic+1)) == Iter1(ib+1));
45 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(id), Iter2(id+2)) == Iter1(ib+1));
47 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(ie), Iter2(ie+3)) == Iter1(ib+4))
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_jnf.c 169 int32_t i,hx,ix,ib; local
191 GET_FLOAT_WORD(ib,b);
192 for(i=1;i<n&&ib!=0xff800000;i++){
195 GET_FLOAT_WORD(ib,b);
  /external/chromium_org/base/containers/
small_map_unittest.cc 151 inner ia, ib; local
153 SmallMapToMap(b, &ib);
157 if (ia.size() != ib.size())
159 for (typename inner::iterator ia_it = ia.begin(), ib_it = ib.begin();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 41 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; local
49 ib += istart;
51 /* use the ib directly */
52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) {
57 ELT_TYPE idx = ib[i];
62 draw_elts = (const ushort *) ib;
89 ELT_TYPE idx = ib[i];
99 ELT_TYPE idx = ib[i];
130 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; local
141 ADD_CACHE(vsplit, ib[ispoken])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_render.h 58 struct nouveau_array ib; member in struct:nouveau_render_state
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_validate.c 174 struct _mesa_index_buffer ib; local
186 memset(&ib, 0, sizeof(ib));
187 ib.type = type;
188 ib.ptr = indices;
189 ib.obj = ctx->Array.ArrayObj->ElementArrayBufferObj;
191 vbo_get_minmax_indices(ctx, &prim, &ib, &min, &max, 1);
  /external/clang/test/CodeGenCXX/
vtable-layout-abi-examples.cpp 57 int ib; member in struct:Test1::B
  /external/icu4c/layout/
IndicRearrangementProcessor.cpp 69 le_int32 ia, ib, ic, id, ix, x; local
125 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
139 glyphStorage.setCharIndex(lastGlyph, ib, success);
146 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
159 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
260 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
277 glyphStorage.setCharIndex(lastGlyph, ib, success);
285 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
301 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
316 ib = glyphStorage.getCharIndex(firstGlyph + 1, success)
    [all...]
IndicRearrangementProcessor2.cpp 68 le_int32 ia, ib, ic, id, ix, x; local
124 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
138 glyphStorage.setCharIndex(lastGlyph, ib, success);
145 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
158 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
259 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
276 glyphStorage.setCharIndex(lastGlyph, ib, success);
284 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
300 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
315 ib = glyphStorage.getCharIndex(firstGlyph + 1, success)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
WrappedIndexBuffer.java 22 private final IndexBuffer ib; field in class:WrappedIndexBuffer
26 this.ib = mesh.getIndexBuffer();
49 return ib.get(superIdx);
54 return ib.getBuffer();
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 41 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; local
49 ib += istart;
51 /* use the ib directly */
52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) {
57 ELT_TYPE idx = ib[i];
62 draw_elts = (const ushort *) ib;
89 ELT_TYPE idx = ib[i];
99 ELT_TYPE idx = ib[i];
130 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; local
141 ADD_CACHE(vsplit, ib[ispoken])
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render.h 58 struct nouveau_array ib; member in struct:nouveau_render_state
  /external/mesa3d/src/mesa/main/
api_validate.c 174 struct _mesa_index_buffer ib; local
186 memset(&ib, 0, sizeof(ib));
187 ib.type = type;
188 ib.ptr = indices;
189 ib.obj = ctx->Array.ArrayObj->ElementArrayBufferObj;
191 vbo_get_minmax_indices(ctx, &prim, &ib, &min, &max, 1);
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 197 int ia, ib; local
207 ib = strlen(b);
208 if (ia == 0 || ib == 0) {
214 ib--;
218 while (ia >= 0 && ib >=0) {
230 cb = b[ib];
233 ib--;
242 ia--; ib--; matched++;
260 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
273 if (matchIntlPrefix(a, ia + 1) && matchIntlPrefix(b, ib +1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 36 int ib[] = {0, 1}; local
37 const unsigned sb = sizeof(ib)/sizeof(ib[0]);
38 r = std::unique(Iter(ib), Iter(ib+sb));
39 assert(base(r) == ib + sb);
40 assert(ib[0] == 0);
41 assert(ib[1] == 1);
108 Ptr ib[2]; local
109 ib[1].reset(&one)
    [all...]
unique_copy.pass.cpp 36 const int ib[] = {0, 1}; local
37 const unsigned sb = sizeof(ib)/sizeof(ib[0]);
39 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
unique_pred.pass.cpp 48 int ib[] = {0, 1}; local
49 const unsigned sb = sizeof(ib)/sizeof(ib[0]);
51 r = std::unique(Iter(ib), Iter(ib+sb), count_equal());
52 assert(base(r) == ib + sb);
53 assert(ib[0] == 0);
54 assert(ib[1] == 1);
136 Ptr ib[2]; local
137 ib[1].reset(&one)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 275 ShortBuffer ib = BufferUtils.createShortBuffer(3 * triCount); local
276 setBuffer(Type.Index, 3, ib);
286 ib.put((short) (bottomPlaneStart + sample));
287 ib.put((short) (bottomPlaneStart + sample + 1));
288 ib.put((short) (topPlaneStart + sample));
289 ib.put((short) (bottomPlaneStart + sample + 1));
290 ib.put((short) (topPlaneStart + sample + 1));
291 ib.put((short) (topPlaneStart + sample));
293 ib.put((short) (bottomPlaneStart + sample));
294 ib.put((short) (topPlaneStart + sample))
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 90 struct XRayTotal* ib = (struct XRayTotal*)b; local
91 return ib->ticks - ia->ticks;
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_inplace.c 48 const struct _mesa_index_buffer *ib; member in struct:split_context
67 struct _mesa_index_buffer ib; local
73 if (split->ib) {
74 ib = *split->ib;
76 ib.count = split->max_index - split->min_index + 1;
77 ib.ptr = (const void *)((const char *)ib.ptr +
78 split->min_index * _mesa_sizeof_type(ib.type));
93 split->ib ? &ib : NULL
217 struct _mesa_index_buffer ib; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireSphere.java 57 ShortBuffer ib = BufferUtils.createShortBuffer(samples * 2 * 2 + zSamples * samples * 2 /*+ 3 * 2*/); local
58 setBuffer(Type.Index, 2, ib);
60 // ib.put(new byte[]{
70 ib.put((short) i).put((short) (i + 1));
72 ib.put((short) (curNum + samples - 1)).put((short) curNum);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
ModelConverter.java 72 IndexBuffer ib = mesh.getIndicesAsList(); local
73 int[] indices = new int[ib.size()];
75 indices[i] = ib.get(i);
89 ib = mesh.getIndexBuffer();
104 ib.put(curIndex + j, trimmedIndices[j]);
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 238 unsigned ib = bundles->getBundle(I->Number, 0); local
239 activate(ib);
240 nodes[ib].addBias(Freq, I->Entry);
259 unsigned ib = bundles->getBundle(*I, 0); local
261 activate(ib);
263 nodes[ib].addBias(Freq, PrefSpill);
272 unsigned ib = bundles->getBundle(Number, 0); local
276 if (ib == ob)
278 activate(ib);
280 if (nodes[ib].Links.empty() && !nodes[ib].mustSpill()
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_inplace.c 48 const struct _mesa_index_buffer *ib; member in struct:split_context
67 struct _mesa_index_buffer ib; local
73 if (split->ib) {
74 ib = *split->ib;
76 ib.count = split->max_index - split->min_index + 1;
77 ib.ptr = (const void *)((const char *)ib.ptr +
78 split->min_index * _mesa_sizeof_type(ib.type));
93 split->ib ? &ib : NULL
217 struct _mesa_index_buffer ib; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 191 Word16 i, j, k, pos, ia, ib;
249 ib = ipos[3];
288 ib = i3;
293 i3 = ib;
317 ib = ipos[5];
348 ib = i5;
353 i5 = ib;
379 ib = ipos[7];
412 ib = i7;
417 i7 = ib;
570 Word16 pos, ia, ib; local
    [all...]

Completed in 670 milliseconds

1 23 4 5 6 7