HomeSort by relevance Sort by last modified time
    Searched defs:ob (Results 1 - 25 of 28) sorted by null

1 2

  /ndk/tests/device/test-stlport_shared-exception/jni/
dyncast2_1.cpp 10 } ob; variable in typeref:struct:B
17 B *b=&ob;
  /ndk/tests/device/test-stlport_static-exception/jni/
dyncast2_1.cpp 10 } ob; variable in typeref:struct:B
17 B *b=&ob;
  /external/valgrind/main/none/tests/
shorts.c 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon30257
9 short oldbot = w->ob;
31 st.ob = -301;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 108 int ob = state->output[slot].output_buffer; local
110 if ((buffer_total_bytes[ob] + num_comps * sizeof(float)) >
111 draw->so.targets[ob]->target.buffer_size) {
114 buffer_total_bytes[ob] += num_comps * sizeof(float);
129 int ob = state->output[slot].output_buffer; local
131 buffer = (float *)((char *)draw->so.targets[ob]->mapping +
132 draw->so.targets[ob]->target.buffer_offset +
133 draw->so.targets[ob]->internal_offset);
135 draw->so.targets[ob]->internal_offset += num_comps * sizeof(float);
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 245 unsigned ob = bundles->getBundle(I->Number, 1); local
246 activate(ob);
247 nodes[ob].addBias(Freq, I->Exit);
260 unsigned ob = bundles->getBundle(*I, 1); local
262 activate(ob);
264 nodes[ob].addBias(Freq, PrefSpill);
273 unsigned ob = bundles->getBundle(Number, 1); local
276 if (ib == ob)
279 activate(ob);
282 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill()
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 108 int ob = state->output[slot].output_buffer; local
110 if ((buffer_total_bytes[ob] + num_comps * sizeof(float)) >
111 draw->so.targets[ob]->target.buffer_size) {
114 buffer_total_bytes[ob] += num_comps * sizeof(float);
129 int ob = state->output[slot].output_buffer; local
131 buffer = (float *)((char *)draw->so.targets[ob]->mapping +
132 draw->so.targets[ob]->target.buffer_offset +
133 draw->so.targets[ob]->internal_offset);
135 draw->so.targets[ob]->internal_offset += num_comps * sizeof(float);
  /external/chromium_org/chrome/browser/devtools/adb/
android_rsa.cc 169 int ob = kBigIntSize - 1; local
171 for (; ob > 0 && !b[ob]; --ob) {}
175 int digit = a[oa] < b[ob] ? oa - ob - 1 : oa - ob;
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 73 struct object ob; local
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 64 objItem *oa, *ob; local
67 ob = (objItem *)b;
69 if(oa->dev < ob->dev) return -1;
70 if(oa->dev > ob->dev) return 1;
71 if(oa->ino < ob->ino) return -1;
72 if(oa->ino > ob->ino) return 1;
mkyaffs2image.c 88 objItem *oa, *ob; local
91 ob = (objItem *)b;
93 if(oa->dev < ob->dev) return -1;
94 if(oa->dev > ob->dev) return 1;
95 if(oa->ino < ob->ino) return -1;
96 if(oa->ino > ob->ino) return 1;
  /frameworks/native/libs/binder/
BpBinder.cpp 176 Obituary ob; local
177 ob.recipient = recipient;
178 ob.cookie = cookie;
179 ob.flags = flags;
199 ssize_t res = mObituaries->add(ob);
  /frameworks/rs/
rsElement.cpp 325 ObjectBase *ob = obp[0]; local
326 if (ob) ob->incSysRef();
347 ObjectBase *ob = obp[0]; local
348 if (ob) ob->decSysRef();
rsContext.cpp 836 ObjectBase *ob = static_cast<ObjectBase *>(obj); local
837 rsc->assignName(ob, name, name_length);
841 ObjectBase *ob = static_cast<ObjectBase *>(optr); local
842 rsc->removeName(ob);
843 ob->decUserRef();
938 ObjectBase *ob = static_cast<ObjectBase *>(obj); local
939 (*name) = ob->getName();
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.c 292 ASN1_OBJECT ob; local
308 ad.obj= &ob;
309 ob.nid=n;
324 ASN1_OBJECT ob; local
340 ad.obj= &ob;
341 ob.nid=n;
356 ASN1_OBJECT ob; local
372 ad.obj= &ob;
373 ob.nid=n;
  /external/openssl/crypto/objects/
obj_dat.c 292 ASN1_OBJECT ob; local
308 ad.obj= &ob;
309 ob.nid=n;
324 ASN1_OBJECT ob; local
340 ad.obj= &ob;
341 ob.nid=n;
356 ASN1_OBJECT ob; local
372 ad.obj= &ob;
373 ob.nid=n;
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 106 typedef struct ob { struct
127 } OB;
138 OB *execptr;
146 OB *pobr;
149 jobhdl = OBhdl((OB *)&do_jobx_i);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 174 struct LibgccObject* ob = (struct LibgccObject*) local
178 ob->unused1 = (void *)-1;
179 ob->unused2 = 0;
180 ob->unused3 = 0;
181 ob->frame = FrameBegin;
182 ob->encoding.i = 0;
183 ob->encoding.b.encoding = llvm::dwarf::DW_EH_PE_omit;
188 ob->fde_end = (char*)LOI->unseenObjects;
189 ob->next = LOI->unseenObjects;
192 LOI->unseenObjects = ob;
    [all...]
  /external/tremolo/Tremolo/
framing.c 102 ogg_buffer *ob; local
107 ob=bs->unused_buffers;
108 bs->unused_buffers=ob->ptr.next;
111 if(ob->size<bytes){
112 ob->data=_ogg_realloc(ob->data,bytes);
113 ob->size=bytes;
117 ob=_ogg_malloc(sizeof(*ob));
118 ob->data=_ogg_malloc(bytes<16?16:bytes)
149 ogg_buffer *ob=_fetch_buffer(bs,bytes); local
157 ogg_buffer *ob=or->buffer; local
291 ogg_buffer *ob=or->buffer; local
440 oggbyte_buffer ob; local
446 oggbyte_buffer ob; local
452 oggbyte_buffer ob; local
458 oggbyte_buffer ob; local
464 oggbyte_buffer ob; local
470 oggbyte_buffer ob; local
476 oggbyte_buffer ob; local
502 oggbyte_buffer ob; local
925 oggbyte_buffer ob; local
1106 oggbyte_buffer ob; local
    [all...]
  /external/libmtp/src/
ptp.c 4677 PTPObject *ob; local
4696 PTPObject *ob; local
4715 PTPObject *ob = (PTPObject*)b; local
4802 PTPObject *ob; local
4972 PTPObject *ob; local
    [all...]
libmtp.c 2299 PTPObject *ob; local
2455 PTPObject *ob; local
2590 PTPObject *ob, *xob; local
3924 PTPObject *ob, *xob; local
4065 PTPObject *ob; local
4322 PTPObject *ob; local
4475 PTPObject *ob; local
4577 PTPObject *ob; local
4788 PTPObject *ob; local
4855 PTPObject *ob; local
6523 PTPObject *ob; local
6689 PTPObject *ob; local
6899 PTPObject *ob; local
6966 PTPObject *ob; local
7765 PTPObject *ob; local
7837 PTPObject *ob; local
7887 PTPObject *ob; local
8180 PTPObject *ob; local
8274 PTPObject *ob; local
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 2374 static struct obstack ob; local
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 67 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
68 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
69 #define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
3501 PyObject *ob = PyCapsule_New(vtable, 0, 0); local
    [all...]
qavltree.c 67 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
68 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
69 #define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
3102 PyObject *ob = PyMapping_GetItemString(dict, (char *)"__pyx_vtable__"); local
    [all...]
qbintree.c 67 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
68 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
69 #define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
3097 PyObject *ob = PyMapping_GetItemString(dict, (char *)"__pyx_vtable__"); local
    [all...]
qrbtree.c 67 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
68 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
69 #define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
3099 PyObject *ob = PyMapping_GetItemString(dict, (char *)"__pyx_vtable__"); local
    [all...]

Completed in 1054 milliseconds

1 2