Searched defs:old (Results 251 - 275 of 369) sorted by relevance

<<1112131415

/external/libpng/
H A Dpngwrite.c1124 /* Clear out any old values in the 'weights' - this must be done because if
1133 png_bytep old = png_ptr->prev_filters; local
1135 png_free(png_ptr, old);
1139 png_uint_16p old = png_ptr->filter_weights; local
1141 png_free(png_ptr, old);
1146 png_uint_16p old = png_ptr->inv_filter_weights; local
1148 png_free(png_ptr, old);
/external/libxml2/
H A Dglobals.c250 * Disabled by default since this may not be safe for old classes of
414 * Default old SAX v1 handler for HTML, builds the DOM tree
452 * Default old SAX v1 handler for SGML DocBook, builds the DOM tree
597 * Returns the old value of the registration function
602 xmlRegisterNodeFunc old = xmlRegisterNodeDefaultValue; local
606 return(old);
612 xmlRegisterNodeFunc old; local
615 old = xmlRegisterNodeDefaultValueThrDef;
621 return(old);
635 xmlDeregisterNodeFunc old local
645 xmlDeregisterNodeFunc old; local
660 xmlParserInputBufferCreateFilenameFunc old; local
677 xmlOutputBufferCreateFilenameFunc old; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devlist.c377 /* Legacy way to get event id.. All hail to old kernels! */
493 unsigned int old = md->prev; local
506 int diff = head - old;
513 old = head;
517 if (old != head) {
520 event = (union perf_event *)&data[old & md->mask];
527 if ((old & md->mask) + size != ((old + size) & md->mask)) {
528 unsigned int offset = old;
543 old
555 unsigned int old = md->prev; local
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c687 /* if we have a new buffer compare it with the old one */
691 struct i915_buffer *old = old_buf ? i915_buffer(old_buf) : NULL; local
702 else if (old && old->free_on_destroy)
703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0);
705 (void)old;
987 /* unmap old */
/external/mesa3d/src/glx/
H A Ddri2_glx.c138 dri2_bind_context(struct glx_context *context, struct glx_context *old, argument
H A Ddri_glx.c529 dri_bind_context(struct glx_context *context, struct glx_context *old, argument
/external/qemu/proxy/
H A Dproxy_http_rewriter.c86 int old = strlen(h->value); local
88 char* s = realloc((char*)h->value, old+new+1);
91 memcpy(s + old, value, new+1);
228 const char* old = r->req_uri; local
230 g_free((char*)old);
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp508 T* old = fUnregister; local
510 return old;
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c154 void* old; local
156 rc = PHashTableGetValue( table, strings[i], (void**)&old);
/external/valgrind/main/coregrind/
H A Dm_redir.c282 Addr from_addr; /* old addr -- MUST BE THE FIRST WORD! */
697 Active *old, new; local
699 old = VG_(OSetGen_Lookup)(activeSet, &old_from);
700 vg_assert(old);
701 vg_assert(old->isIFunc);
703 new = *old;
850 Active* old = NULL; local
874 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr );
875 if (old) {
877 vg_assert(old
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c3112 vki_sigaction_fromK_t old, *oldp; local
3133 oldp = &old;
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c457 struct hostapd_radius_server *next, *old; local
458 old = conf->auth_server;
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
464 old->port);
468 old->timeouts++;
471 next = old + 1;
475 radius_change_server(radius, next, old,
481 struct hostapd_radius_server *next, *old; local
482 old = conf->acct_server;
487 hostapd_ip_txt(&old
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c457 struct hostapd_radius_server *next, *old; local
458 old = conf->auth_server;
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
464 old->port);
468 old->timeouts++;
471 next = old + 1;
475 radius_change_server(radius, next, old,
481 struct hostapd_radius_server *next, *old; local
482 old = conf->acct_server;
487 hostapd_ip_txt(&old
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c457 struct hostapd_radius_server *next, *old; local
458 old = conf->auth_server;
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
464 old->port);
468 old->timeouts++;
471 next = old + 1;
475 radius_change_server(radius, next, old,
481 struct hostapd_radius_server *next, *old; local
482 old = conf->acct_server;
487 hostapd_ip_txt(&old
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc1342 const Extension* old = GetInstalledExtension(extension->id()); local
1343 if (old) {
1346 extension->version()->CompareTo(*(old->version()));
1369 // To upgrade an extension in place, unload the old one and then load the
1403 // Replace the old extension with the new version.
1852 extension->name() /* old name */);
1862 extension->name() /* old name */);
2154 const Extension* old = GetInstalledExtension(extension_id); local
2155 // If there is no old extension, this is not an update, so don't delay.
2156 if (!old)
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc482 TabRendererData old(data_);
516 if (data_.media_state != old.media_state)
519 if (old.mini != data_.mini) {
524 DataChanged(old);
1001 void Tab::DataChanged(const TabRendererData& old) { argument
1002 if (data().media_state != old.media_state || data().title != old.title)
1005 if (data().blocked == old.blocked)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh461 item_t old = *item; local
464 old.finish ();
485 item_t old = *item; local
489 old.finish ();
529 item_t old = items[items.len - 1]; local
532 old.finish ();
/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp260 // or called after using the old-style bucket iterator API.
358 int32_t old = -1; local
362 if (bump == old) {
365 old = bump;
H A Dtimezone.cpp550 TimeZone *old = DEFAULT_ZONE; local
552 delete old;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c582 const int old = *delta_q; local
584 return old != *delta_q;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp2167 Instruction *old = *ptr; local
2173 if (!old->isResultEqual(i))
2176 for (int d = 0; old->defExists(d); ++d)
2177 old->def(d).replace(i->getDef(d), false);
2178 delete_Instruction(prog, old);
/external/chromium_org/third_party/re2/re2/
H A Dparse.cc766 Regexp* old = sub[1]; local
768 re->Swap(old);
769 old->Decref();
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlapi.c128 lua_CFunction old; local
130 old = G(L)->panic;
133 return old;
/external/chromium_org/ui/aura/
H A Dwindow.cc851 int64 old = GetPropertyInternal(key, default_value); local
862 OnWindowPropertyChanged(this, key, old));
863 return old;
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc739 // Assume that if the old bounds was completely empty a move happened. This
842 intptr_t old) {
840 OnWindowPropertyChanged(aura::Window* window, const void* key, intptr_t old) argument

Completed in 508 milliseconds

<<1112131415