Searched defs:old (Results 126 - 150 of 351) sorted by relevance

1234567891011>>

/external/v8/src/wasm/
H A Dwasm-code-specialization.cc242 Object* old = it.rinfo()->target_object(); local
243 Handle<Object>* new_obj = objects_to_relocate.Find(old);
/external/valgrind/coregrind/
H A Dm_sparsewa.c101 UChar old = arr[bix]; local
102 UChar nyu = old | (1 << off);
104 return (old >> off) & 1;
110 UChar old = arr[bix]; local
111 UChar nyu = old & ~(1 << off);
113 return (old >> off) & 1;
123 // if (0) VG_(printf)("PUSH, old sp = %d\n", sp);
138 // if (0) VG_(printf)("POP, old sp = %d\n", sp+1);
/external/webrtc/webrtc/base/
H A Dcriticalsection_unittest.cc138 int old = shared_value_; variable
144 EXPECT_EQ(old + kOperationsToRun, shared_value_);
H A Dscoped_ptr.h223 // should update the stored pointer before deleting its old value.
235 T* old = data_.ptr; local
237 if (old != nullptr)
238 static_cast<D&>(data_)(old);
H A Dtimeutils.cc63 DWORD old = InterlockedExchange(last_timegettime_ptr, now); local
64 if (now < old) {
65 // If now is earlier than old, there may have been a race between
69 if (old > 0xf0000000 && now < 0x0fffffff) {
/external/clang/test/CodeGen/
H A Datomic-ops.c400 struct foo old; local
401 __atomic_exchange(&f, &bigThing, &old, 5);
585 // CHECK: %[[old:.*]] = atomicrmw or i32 addrspace(257)* inttoptr (i32 776 to i32 addrspace(257)*), i32 %[[one]] monotonic
586 // CHECK: %[[new:.*]] = or i32 %[[old]], %[[one]]
/external/clang/test/SemaCXX/
H A Denable_if.cpp45 __attribute__((deprecated)) constexpr int old() { return 0; } // expected-note2{{'old' has been explicitly marked deprecated here}} function
46 void deprec1(int i) __attribute__((enable_if(old() == 0, "chosen when old() is zero"))); // expected-warning{{'old' is deprecated}}
47 void deprec2(int i) __attribute__((enable_if(old() == 0, "chosen when old() is zero"))); // expected-warning{{'old' is deprecated}}
/external/dtc/libfdt/
H A Dfdt_rw.c393 static void _fdt_packblocks(const char *old, char *new, argument
402 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size);
405 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size);
409 memmove(new + strings_off, old + fdt_off_dt_strings(old),
410 fdt_size_dt_strings(old));
412 fdt_set_size_dt_strings(new, fdt_size_dt_strings(old));
459 /* But if that overlaps with the old tre
[all...]
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc130 hb_graphite2_tablelist_t *old = tlist; local
133 free (old);
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp328 const UHashElement *old=uhash_find(nodes, newNode); local
329 if(old!=NULL) {
331 return (Node *)old->key.pointer;
353 const UHashElement *old=uhash_find(nodes, &key); local
354 if(old!=NULL) {
355 return (Node *)old->key.pointer;
H A Duvector.cpp404 UObjectDeleter *old = deleter; local
406 return old;
410 UElementsAreEqual *old = comparer; local
412 return old;
/external/icu/icu4c/source/io/
H A Dustdio.c70 UTransliterator *old = NULL; local
95 old = file->fTranslit->translit;
119 old = file->fTranslit->translit;
126 return old;
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c339 struct myaddrs *p, *q, *old; local
354 old = lcconf->myaddrs;
417 q = find_myaddr(old, p);
433 clear_myaddr(&old);
442 struct myaddrs *p, *q, *old;
486 old = lcconf->myaddrs;
542 q = find_myaddr(old, p);
560 clear_myaddr(&old);
800 dupmyaddr(struct myaddrs *old) argument
812 memcpy (new, old, sizeo
[all...]
/external/libedit/src/
H A Drefresh.c308 * end of the screen line, it won't be a NUL or some old
454 * number of characters between the new and old line.
480 /old first difference
481 /beginning of line | /old last same /old EOL
483 old: eddie> Oh, my little gruntle-buggy is to me, as lurgid as
501 re_update_line(EditLine *el, Char *old, Char *new, int i) argument
512 for (o = old, n = new; *o && (*o == *n); o++, n++)
518 * Find the end of both old and new
618 * Pragmatics I: If old trailin
[all...]
H A Dtty.c904 Char new[2], old[2]; local
908 new[1] = old[1] = '\0';
922 old[0] = t_o[tp->och];
923 if (new[0] == old[0] && !force)
925 /* Put the old default binding back, and set the new binding */
926 keymacro_clear(el, map, old);
927 map[UC(old[0])] = dmap[UC(old[0])];
932 keymacro_clear(el, alt, old);
933 alt[UC(old[
[all...]
/external/libmtp/src/
H A Dplaylist-spl.c254 * list will result in the old playlist being replaced (ie: new playlist_id).
269 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id); local
272 if (!old)
278 if(old->no_tracks != newlist->no_tracks)
281 if(old->tracks[i] != newlist->tracks[i])
288 LIBMTP_PLST_DEBUG("delete old playlist and build a new one\n");
290 if(LIBMTP_Delete_Object(device, old->playlist_id) != 0)
293 if(strcmp(old->name,newlist->name) == 0)
303 if(strcmp(old->name,newlist->name) != 0) {
367 LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/lef
[all...]
/external/libnl/lib/
H A Dcache.c26 * 2) destroy old cache +----------- pp_cb ---------|---+
714 struct nl_object *old; local
716 old = nl_cache_search(cache, c);
717 if (old) {
718 if (nl_object_update(old, c) == 0) {
719 nl_object_put(old);
723 nl_cache_remove(old);
724 nl_object_put(old);
736 * the specified cache. If an old object with same key attributes is
738 * If the old objec
759 struct nl_object *old; local
[all...]
/external/ltp/lib/
H A Dtlibio.c264 int old; local
266 old = Debug_level;
268 return old;
671 * old signal handler will not be restored.
1242 * old signal handler will not be restored.
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_raster.c1103 const struct ilo_state_raster *old,
1108 if (memcmp(rs->clip, old->clip, sizeof(rs->clip)))
1111 if (memcmp(rs->sf, old->sf, sizeof(rs->sf)))
1114 if (memcmp(rs->raster, old->raster, sizeof(rs->raster))) {
1121 if (memcmp(rs->sample, old->sample, sizeof(rs->sample))) {
1126 if (memcmp(rs->wm, old->wm, sizeof(rs->wm))) {
1101 ilo_state_raster_get_delta(const struct ilo_state_raster *rs, const struct ilo_dev *dev, const struct ilo_state_raster *old, struct ilo_state_raster_delta *delta) argument
H A Dilo_state_vf.c910 const struct ilo_state_vf *old,
914 assert(vf->user_ve != old->user_ve &&
915 vf->user_instancing != old->user_instancing);
919 if (vf->internal_ve_count != old->internal_ve_count ||
920 vf->user_ve_count != old->user_ve_count ||
921 memcmp(vf->internal_ve, old->internal_ve,
923 memcmp(vf->user_ve, old->user_ve,
927 if (vf->user_ve_count != old->user_ve_count ||
928 memcmp(vf->user_instancing, old->user_instancing,
937 if (vf->sgvs[0] != old
908 ilo_state_vf_get_delta(const struct ilo_state_vf *vf, const struct ilo_dev *dev, const struct ilo_state_vf *old, struct ilo_state_vf_delta *delta) argument
[all...]
/external/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c187 struct virgl_hw_res *old = *dres; local
189 if (!can_cache_resource(old)) {
190 virgl_hw_res_destroy(vtws, old);
195 old->start = os_time_get();
196 old->end = old->start + vtws->usecs;
197 LIST_ADDTAIL(&old->head, &vtws->delayed);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c882 struct radeon_bo *old; local
883 old = rb->bo;
886 if (old)
887 radeon_bo_unref(old);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c882 struct radeon_bo *old; local
883 old = rb->bo;
886 if (old)
887 radeon_bo_unref(old);
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc70 // Library is too old for headers.
81 // Headers are too old for library.
277 LogHandler* old = internal::log_handler_; local
278 if (old == &internal::NullLogHandler) {
279 old = NULL;
286 return old;
/external/python/cpython2/Modules/
H A Dsignalmodule.c455 struct itimerval new, old; local
463 if (setitimer(which, &new, &old) != 0) {
468 return itimer_retval(&old);
479 Returns old values as a tuple: (delay, interval).");
488 struct itimerval old; local
493 if (getitimer(which, &old) != 0) {
498 return itimer_retval(&old);

Completed in 798 milliseconds

1234567891011>>