Searched defs:old (Results 226 - 250 of 369) sorted by relevance

1234567891011>>

/external/qemu/
H A Dkvm-all.c463 fprintf(stderr, "kvm version too old\n");
704 KVMSlot *mem, old; local
736 old = *mem;
756 old.start_addr == start_addr && old.memory_size < size &&
759 mem->memory_size = old.memory_size;
760 mem->start_addr = old.start_addr;
761 mem->phys_offset = old.phys_offset;
771 start_addr += old.memory_size;
772 phys_offset += old
[all...]
/external/regex-re2/re2/
H A Dregexp.cc166 Rune *old = runes_; local
169 runes_[i] = old[i];
170 delete[] old;
/external/skia/src/animator/
H A DSkDisplayApply.cpp348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList); local
349 if (old < 0)
352 if ((*parentList)[old] != this || restore) {
355 parentGroup->markCopySize(old);
361 old = -1;
365 SkASSERT(old < parentList->count());
366 if ((*parentList)[old]->isApply()) {
367 SkApply* apply = (SkApply*) (*parentList)[old];
374 parentGroup->markCopySize(old);
375 SkDrawable** newApplyLocation = &(*parentList)[old];
433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList); local
[all...]
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c468 static struct thread_info *allocate_new_thread(struct thread_info *old, argument
476 old,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c393 static int are_ies_equal(const struct wpa_bss *old, argument
403 old_ie = wpa_bss_get_vendor_ie(old, ie);
408 old_ie_buff = wpa_bss_get_vendor_ie_multi(old, ie);
415 old_ie = wpa_bss_get_ie(old, ie);
449 static u32 wpa_bss_compare_res(const struct wpa_bss *old, argument
453 int caps_diff = old->caps ^ new->caps;
455 if (old->freq != new->freq)
458 if (old->level != new->level)
467 if (old->ie_len == new->ie_len &&
468 os_memcmp(old
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc477 intptr_t old) {
475 OnWindowPropertyChanged(aura::Window* window, const void* key, intptr_t old) argument
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DObjectHandling.c370 PyObject* old = PyList_GET_ITEM(o, n); local
373 Py_DECREF(old);
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c269 * Disabled by default since this may not be safe for old classes of
433 * Default old SAX v1 handler for HTML, builds the DOM tree
471 * Default old SAX v1 handler for SGML DocBook, builds the DOM tree
616 * Returns the old value of the registration function
621 xmlRegisterNodeFunc old = xmlRegisterNodeDefaultValue; local
625 return(old);
631 xmlRegisterNodeFunc old; local
634 old = xmlRegisterNodeDefaultValueThrDef;
640 return(old);
654 xmlDeregisterNodeFunc old local
664 xmlDeregisterNodeFunc old; local
679 xmlParserInputBufferCreateFilenameFunc old; local
696 xmlOutputBufferCreateFilenameFunc old; local
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp508 T* old = fUnregister; local
510 return old;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlgc.c55 ** 'makewhite' erases all color bits plus the old bit and then
703 ** objects, where a dead (not alive) object is one marked with the "old"
708 ** old; stop when hitting an old object, as all objects after that
709 ** one will be old too.
719 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */
720 tostop = bitmask(OLDBIT); /* do not sweep old generation */
723 toclear = maskcolors; /* clear all color bits + old bit */
752 GCObject ** old = p; local
757 } while (p == old);
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc89 // On systems (like freebsd) that don't define MAP_ANONYMOUS, use the old
1199 MallocBlock* old = MallocBlock::FromRawPointer(ptr); local
1200 old->Check(MallocBlock::kMallocType);
1213 // If realloc fails we are to leave the old block untouched and
1217 memcpy(p->data_addr(), old->data_addr(),
1218 (old->data_size() < size) ? old->data_size() : size);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc88 // On systems (like freebsd) that don't define MAP_ANONYMOUS, use the old
1197 MallocBlock* old = MallocBlock::FromRawPointer(ptr); local
1198 old->Check(MallocBlock::kMallocType);
1201 // If realloc fails we are to leave the old block untouched and
1205 memcpy(p->data_addr(), old->data_addr(),
1206 (old->data_size() < size) ? old->data_size() : size);
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc153 at /* old cursor */,
456 base::string16 old = text(); local
465 return old != text() || old_cursor != GetCursorPosition();
479 base::string16 old = text(); local
482 return old != text() || old_cursor != GetCursorPosition();
/external/compiler-rt/lib/msan/
H A Dmsan.cc151 // keep_going is an old name for halt_on_error,
493 int old = flags()->poison_in_malloc; local
495 return old;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc444 a128 old = *c; local
445 a128 cur = func_cas(a, old, v);
446 if (cur == old)
H A Dtsan_rtl.cc517 Shadow cur, Shadow old) {
519 thr->racy_state[1] = old.raw();
528 static inline bool HappensBefore(Shadow old, ThreadState *thr) { argument
529 return thr->clock.get(old.TidWithIgnore()) >= old.epoch();
554 Shadow old(0);
602 HandleRace(thr, shadow_mem, cur, old);
631 Shadow old(LoadShadow(&s[i]));
632 if (Shadow::Addr0AndSizeAreEqual(cur, old) &&
633 old
516 HandleRace(ThreadState *thr, u64 *shadow_mem, Shadow cur, Shadow old) argument
[all...]
/external/dnsmasq/src/
H A Dcache.c105 struct crec **new, **old, *p, *tmp; local
120 old = hash_table;
125 if (old)
128 for (p = old[i]; p ; p = tmp)
133 free(old);
259 /* Scan and remove old entries.
/external/e2fsprogs/intl/
H A Ddcigettext.c351 struct block_list *old = list; \
353 free (old->address); \
354 free (old); \
952 /* We must allocate a new buffer or resize the old one. */
964 struct transmem_list *old = transmem_list; local
967 free (old);
1194 void *old; local
1217 old = transmem_list;
1219 free (old);
/external/elfutils/0.153/src/
H A Dld.c323 /* Recognize old-style parameters for compatibility. */
921 dependencies? The old linker allows this and several libraries
926 XXX IMO the old ld behavior is correct since this is also how the
1378 struct pathelement *old = ld_state.rpath; local
1380 free (old);
1393 struct pathelement *old = ld_state.rpath_link; local
1395 free (old);
1542 struct symbol *old = ld_symbol_tab_find (&ld_state.symbol_tab, local
1544 assert (old != NULL);
1549 if (! old
[all...]
/external/flac/libFLAC/
H A Dmetadata_object.c1723 char *old; local
1730 old = object->data.picture.mime_type;
1731 old_length = old? strlen(old) : 0;
1745 if(0 != old)
1746 free(old);
1755 FLAC__byte *old; local
1762 old = object->data.picture.description;
1763 old_length = old? strlen((const char *)old)
1787 FLAC__byte *old; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp261 // or called after using the old-style bucket iterator API.
359 int32_t old = -1; local
363 if (bump == old) {
366 old = bump;
/external/libnl/lib/route/
H A Dlink.c110 * struct rtnl_link *old = rtnl_link_get(cache, "eth0");
115 * rtnl_link_change(sk, old, request);
119 * struct nl_msg *msg = rtnl_link_build_change_request(old, request);
124 * rtnl_link_put(old);
845 * @arg old link to be changed
853 * \a old must point to a link currently configured in the kernel
861 int rtnl_link_build_change_request(struct rtnl_link *old, argument
867 .ifi_family = old->l_family,
868 .ifi_index = old->l_index,
872 ifi.ifi_flags = old
945 rtnl_link_change(struct nl_sock *sk, struct rtnl_link *old, struct rtnl_link *tmpl, int flags) argument
[all...]

Completed in 4458 milliseconds

1234567891011>>