HomeSort by relevance Sort by last modified time
    Searched refs:olddata (Results 1 - 8 of 8) sorted by null

  /hardware/intel/common/libmix/mix_common/src/
mixparams.c 195 * @olddata: pointer to a pointer to a object to be replaced
200 * Either @newdata and the value pointed to by @olddata may be NULL.
202 void mix_params_replace (MixParams **olddata, MixParams *newdata)
206 g_return_if_fail (olddata != NULL);
208 olddata_val = g_atomic_pointer_get ((gpointer *) olddata);
216 while (!g_atomic_pointer_compare_and_exchange ((gpointer *) olddata, olddata_val, newdata))
218 olddata_val = g_atomic_pointer_get ((gpointer *) olddata);
mixparams.h 173 * @olddata:
178 void mix_params_replace(MixParams **olddata, MixParams *newdata);
  /external/selinux/libselinux/src/
load_policy.c 237 void *olddata = data; local
239 rc = genusers(olddata, oldsize, selinux_users_path(),
243 data = olddata;
247 if (olddata != map)
248 free(olddata);
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.c 473 * @olddata: pointer to a pointer to a object to be replaced
478 * Either @newdata and the value pointed to by @olddata may be NULL.
481 mix_display_replace (MixDisplay ** olddata, MixDisplay * newdata)
485 g_return_if_fail (olddata != NULL);
487 olddata_val = g_atomic_pointer_get ((gpointer *) olddata);
496 ((gpointer *) olddata, olddata_val, newdata))
498 olddata_val = g_atomic_pointer_get ((gpointer *) olddata);
mixdisplay.h 173 * @olddata:
178 void mix_display_replace (MixDisplay ** olddata, MixDisplay * newdata);
  /bionic/libc/kernel/tools/
utils.py 77 olddata = f.read()
79 if olddata == data:
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 6131 IRTemp olddata = newTemp(Ity_I64); local
10473 IRTemp olddata = newTemp(Ity_V128); local
    [all...]
guest_amd64_toIR.c 7667 IRTemp olddata = newTemp(Ity_I64); local
11564 IRTemp olddata = newTemp(Ity_V128); local
    [all...]

Completed in 275 milliseconds