Home
last modified time | relevance | path

Searched refs:ob (Results 1 – 25 of 77) sorted by relevance

1234

/external/tremolo/Tremolo/
Dframing.c102 ogg_buffer *ob; in _fetch_buffer() local
107 ob=bs->unused_buffers; in _fetch_buffer()
108 bs->unused_buffers=ob->ptr.next; in _fetch_buffer()
111 if(ob->size<bytes){ in _fetch_buffer()
112 ob->data=_ogg_realloc(ob->data,bytes); in _fetch_buffer()
113 ob->size=bytes; in _fetch_buffer()
117 ob=_ogg_malloc(sizeof(*ob)); in _fetch_buffer()
118 ob->data=_ogg_malloc(bytes<16?16:bytes); in _fetch_buffer()
119 ob->size=bytes; in _fetch_buffer()
122 ob->refcount=1; in _fetch_buffer()
[all …]
/external/libunwind_llvm/src/
DUnwindLevel1-gcc-ext.c256 _LIBUNWIND_EXPORT void __register_frame_info_bases(const void *fde, void *ob, in __register_frame_info_bases() argument
259 (void)ob; in __register_frame_info_bases()
263 fde, ob, tb, db); in __register_frame_info_bases()
267 _LIBUNWIND_EXPORT void __register_frame_info(const void *fde, void *ob) { in __register_frame_info() argument
269 (void)ob; in __register_frame_info()
270 _LIBUNWIND_TRACE_API("__register_frame_info(%p, %p)\n", fde, ob); in __register_frame_info()
275 void *ob, void *tb, in __register_frame_info_table_bases() argument
278 (void)ob; in __register_frame_info_table_bases()
282 "(%p,%p, %p, %p)\n", fde, ob, tb, db); in __register_frame_info_table_bases()
286 _LIBUNWIND_EXPORT void __register_frame_info_table(const void *fde, void *ob) { in __register_frame_info_table() argument
[all …]
DUnwind_AppleExtras.cpp157 for (libgcc_object *ob = head->unseen_objects; ob != NULL; ob = ob->next) { in checkKeyMgrRegisteredFDEs() local
162 (uintptr_t)ob->fde, &fdeInfo, &cieInfo); in checkKeyMgrRegisteredFDEs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.cpp236 unsigned ob = bundles->getBundle(I->Number, 1); in addConstraints() local
237 activate(ob); in addConstraints()
238 nodes[ob].addBias(Freq * Bias[I->Exit], 0); in addConstraints()
251 unsigned ob = bundles->getBundle(*I, 1); in addPrefSpill() local
253 activate(ob); in addPrefSpill()
255 nodes[ob].addBias(-Freq, 0); in addPrefSpill()
264 unsigned ob = bundles->getBundle(Number, 1); in addLinks() local
267 if (ib == ob) in addLinks()
270 activate(ob); in addLinks()
273 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill()) in addLinks()
[all …]
/external/libmtp/src/
Dlibmtp.c2299 PTPObject *ob; in get_handles_recursively() local
2300 ret = ptp_object_want(params,currentHandles.Handler[i],PTPOBJECT_OBJECTINFO_LOADED, &ob); in get_handles_recursively()
2302 if (ob->oi.ObjectFormat == PTP_OFC_Association) in get_handles_recursively()
2314 LIBMTP_file_t * obj2file(LIBMTP_mtpdevice_t *device, PTPObject *ob) in obj2file() argument
2323 if (ob->oi.Filename == NULL) in obj2file()
2324 ob->oi.Filename = strdup("<null>"); in obj2file()
2326 if (ob->oi.Keywords == NULL) in obj2file()
2327 ob->oi.Keywords = strdup("<null>"); in obj2file()
2332 file->parent_id = ob->oi.ParentObject; in obj2file()
2333 file->storage_id = ob->oi.StorageID; in obj2file()
[all …]
Dptp.c2774 ptp_free_object (PTPObject *ob) in ptp_free_object() argument
2777 if (!ob) return; in ptp_free_object()
2779 ptp_free_objectinfo (&ob->oi); in ptp_free_object()
2780 for (i=0;i<ob->nrofmtpprops;i++) in ptp_free_object()
2781 ptp_destroy_object_prop(&ob->mtpprops[i]); in ptp_free_object()
2782 ob->flags = 0; in ptp_free_object()
4677 PTPObject *ob; in ptp_find_object_prop_in_cache() local
4680 ret = ptp_object_find (params, handle, &ob); in ptp_find_object_prop_in_cache()
4683 prop = ob->mtpprops; in ptp_find_object_prop_in_cache()
4684 for (i=0;i<ob->nrofmtpprops;i++) { in ptp_find_object_prop_in_cache()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_so_emit.c108 int ob = state->output[slot].output_buffer; in so_emit_prim() local
110 if ((buffer_total_bytes[ob] + num_comps * sizeof(float)) > in so_emit_prim()
111 draw->so.targets[ob]->target.buffer_size) { in so_emit_prim()
114 buffer_total_bytes[ob] += num_comps * sizeof(float); in so_emit_prim()
129 int ob = state->output[slot].output_buffer; in so_emit_prim() local
131 buffer = (float *)((char *)draw->so.targets[ob]->mapping + in so_emit_prim()
132 draw->so.targets[ob]->target.buffer_offset + in so_emit_prim()
133 draw->so.targets[ob]->internal_offset); in so_emit_prim()
135 draw->so.targets[ob]->internal_offset += num_comps * sizeof(float); in so_emit_prim()
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp270 unsigned ob = bundles->getBundle(I->Number, 1); in addConstraints() local
271 activate(ob); in addConstraints()
272 nodes[ob].addBias(Freq, I->Exit); in addConstraints()
285 unsigned ob = bundles->getBundle(*I, 1); in addPrefSpill() local
287 activate(ob); in addPrefSpill()
289 nodes[ob].addBias(Freq, PrefSpill); in addPrefSpill()
298 unsigned ob = bundles->getBundle(Number, 1); in addLinks() local
301 if (ib == ob) in addLinks()
304 activate(ob); in addLinks()
306 nodes[ib].addLink(ob, Freq); in addLinks()
[all …]
/external/elfutils/lib/
Deu-config.h125 #define obstack_calloc(ob, size) \ argument
126 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
127 #define obstack_strdup(ob, str) \ argument
128 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
129 #define obstack_strndup(ob, str, n) \ argument
130 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
/external/valgrind/none/tests/
Dshorts.c4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member
9 short oldbot = w->ob; in PaintThumb()
31 st.ob = -301; in main()
/external/pdfium/third_party/libtiff/
D0015-fix-leaks-in-tif_ojpeg.patch7 p=TIFFReadFile(tif,&ob[sizeof(uint32)+5],64);
10 + _TIFFfree(ob);
13 sp->qtable[m]=ob;
D0021-fix-leaks-ojpegreaderinfosectables.patch6 _TIFFfree(ob);
11 sp->qtable[m]=ob;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp173 struct LibgccObject* ob = (struct LibgccObject*) in DarwinRegisterFrame() local
177 ob->unused1 = (void *)-1; in DarwinRegisterFrame()
178 ob->unused2 = 0; in DarwinRegisterFrame()
179 ob->unused3 = 0; in DarwinRegisterFrame()
180 ob->frame = FrameBegin; in DarwinRegisterFrame()
181 ob->encoding.i = 0; in DarwinRegisterFrame()
182 ob->encoding.b.encoding = llvm::dwarf::DW_EH_PE_omit; in DarwinRegisterFrame()
187 ob->fde_end = (char*)LOI->unseenObjects; in DarwinRegisterFrame()
188 ob->next = LOI->unseenObjects; in DarwinRegisterFrame()
191 LOI->unseenObjects = ob; in DarwinRegisterFrame()
/external/libunwind_llvm/include/
Dunwind.h352 extern void __register_frame_info_bases(const void *fde, void *ob, void *tb,
354 extern void __register_frame_info(const void *fde, void *ob)
356 extern void __register_frame_info_table_bases(const void *fde, void *ob,
359 extern void __register_frame_info_table(const void *fde, void *ob)
/external/syslinux/core/
Dgraphics.c199 uint8_t ob = 0; in packedpixel2vga() local
203 ob = (ob << 1) | ((px >> i) & 1); in packedpixel2vga()
206 *out++ = ob; in packedpixel2vga()
/external/jline/src/src/main/native/
Djline_WindowsTerminal.c5 (JNIEnv *env, jobject ob) in Java_jline_WindowsTerminal_getConsoleMode() argument
23 (JNIEnv *env, jobject ob, jint mode) in Java_jline_WindowsTerminal_setConsoleMode() argument
/external/libpng/contrib/tools/
DmakesRGB.c213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base; in main() local
291 if (base != ob || delta != od) in main()
294 ibase>>7, ob, od, base, delta, eco, ecbase); in main()
297 printf("/* table[%u]={%u,%u} %u errors */\n", ibase>>7, ob, od, in main()
/external/fio/t/
Dbtrace2fio.c924 struct btrace_out *ob = &pidb->o; in merge_entries() local
926 oa->ios[i] += ob->ios[i]; in merge_entries()
927 oa->merges[i] += ob->merges[i]; in merge_entries()
928 oa->seq[i] += ob->seq[i]; in merge_entries()
929 oa->kb[i] += ob->kb[i]; in merge_entries()
930 oa->first_ttime[i] = min(oa->first_ttime[i], ob->first_ttime[i]); in merge_entries()
931 oa->last_ttime[i] = max(oa->last_ttime[i], ob->last_ttime[i]); in merge_entries()
932 merge_bs(&oa->bs[i], &oa->nr_bs[i], ob->bs[i], ob->nr_bs[i]); in merge_entries()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc48 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
49 (PyUnicode_Check(ob)? \
50 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
51 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
/external/selinux/policycoreutils/po/
Dde.po229 msgstr "Konnte nicht überprüfen ob die Login-Zuweisung für %s zugewiesen ist"
334 msgstr "Konnte nicht überprüfen ob SELinux-Benutzer %s definiert ist"
475 msgstr "Konnte nicht prüfen, ob Port %s/%s definiert ist"
614 msgstr "Konnte nicht prüfen, ob addr %s definiert ist"
704 msgstr "Konnte nicht überprüfen, ob die Schnittstelle %s definiert ist"
855 msgstr "Konnte nicht überprüfen, ob Dateikontext für %s definiert ist"
954 msgstr "Konnte nicht überprüfen, ob Boolesche Variable %s definiert ist"
2098 "testen möchten, ob SELinux für ein Problem auf Ihrem System verantwortlich "
2232 "Wählen Sie aus, ob Sie beim nächsten Neustart das gesamte Dateisystem neu "
2416 msgstr "Festlegen, ob Antiviren-Programme JIT-Compiler benutzen dürfen."
[all …]
/external/elfutils/libcpu/
Di386_parse.y769 #define obstack_grow_str(ob, str) obstack_grow (ob, str, strlen (str)) argument
776 static struct obstack ob; in fillin_arg() local
781 obstack_init (&ob); in fillin_arg()
804 obstack_1grow (&ob, '$'); in fillin_arg()
808 obstack_grow_str (&ob, "!!!INVALID!!!"); in fillin_arg()
819 obstack_grow_str (&ob, fieldname); in fillin_arg()
857 if (obstack_object_size (&ob) == 0) in fillin_arg()
858 obstack_grow_str (&ob, "string"); in fillin_arg()
859 obstack_1grow (&ob, '\0'); in fillin_arg()
860 char *fct = obstack_finish (&ob); in fillin_arg()
/external/clang/test/CodeGenObjC/
Ddot-syntax-1.m249 Bot##N *ob = [[Bot##N alloc] init]; \
250 int x = ob.x; \
251 ob.x = 10; }
/external/clang/test/SemaObjC/
Dmessage.m73 int f0(I0 *ob) {
74 [ ob nonVararg: 0, 1, 2]; // expected-error {{too many arguments to method call}}
/external/ImageMagick/PerlMagick/t/reference/filter/
DMinify.miff15ob[~YI�KA�?6�9*�9)�;-�>0�:.�91�97�>?�>=�87�88�89�:0�;)�A6�KR�OH^`Ap�VezOc�Ei�Jk�Mm�NYQCZSD`YJkc`nf…
/external/clang/test/CodeGen/
D2009-01-21-InvalidIterator.c73 struct object ob; in _Unwind_IteratePhdrCallback() local

1234