HomeSort by relevance Sort by last modified time
    Searched full:old_data (Results 1 - 16 of 16) sorted by null

  /bootable/recovery/applypatch/
applypatch.h 72 int ApplyBSDiffPatch(const unsigned char* old_data, ssize_t old_size,
75 int ApplyBSDiffPatchMem(const unsigned char* old_data, ssize_t old_size,
80 int ApplyImagePatch(const unsigned char* old_data, ssize_t old_size,
bspatch.c 100 int ApplyBSDiffPatch(const unsigned char* old_data, ssize_t old_size,
106 if (ApplyBSDiffPatchMem(old_data, old_size, patch, patch_offset,
123 int ApplyBSDiffPatchMem(const unsigned char* old_data, ssize_t old_size,
223 (*new_data)[newpos+i] += old_data[oldpos+i];
imgpatch.c 34 * by (old_data, old_size). Write the patched output to the 'output'
38 int ApplyImagePatch(const unsigned char* old_data, ssize_t old_size,
80 ApplyBSDiffPatch(old_data + src_start, src_len,
138 strm.next_in = (unsigned char*)(old_data + src_start);
  /external/dbus/dbus/
dbus-dataslot.c 233 * @param old_data previously-existing data, should be freed with old_free_func
243 void **old_data)
279 *old_data = list->slots[slot].data;
386 void *old_data; local
424 &old_free_func, &old_data))
428 _dbus_assert (old_data == NULL);
444 &old_free_func, &old_data))
448 _dbus_assert (_DBUS_POINTER_TO_INT (old_data) == i);
450 (* old_free_func) (old_data);
dbus-transport.h 85 void **old_data,
93 void **old_data,
dbus-dataslot.h 86 void **old_data);
dbus-server.c 864 void *old_data; local
870 old_data = server->new_connection_data;
878 (* old_free_function) (old_data);
1093 void *old_data; local
1103 &old_free_func, &old_data);
1112 (* old_free_func) (old_data);
    [all...]
dbus-transport.c     [all...]
dbus-pending-call.c 482 void *old_data; local
488 &old_free_func, &old_data);
496 (* old_free_func) (old_data);
dbus-connection.c 5015 void *old_data; local
5061 void *old_data; local
5292 void *old_data = NULL; local
5391 void *old_data = NULL; local
5972 void *old_data; local
    [all...]
dbus-message.c 4376 void *old_data; local
    [all...]
  /external/v8/src/
data-flow.h 151 uint32_t old_data = data_[i]; local
153 if (data_[i] != old_data) changed = true;
  /external/opencv/ml/src/
ml_inner_functions.cpp 1745 int** old_data = NULL; local
    [all...]
  /external/openssl/crypto/ui/
ui_lib.c 448 void *old_data = ui->user_data; local
450 return old_data;
  /external/qemu/telephony/
gsm.c 287 bytes_t old_data = rope->data == rope->data0 ? NULL : rope->data; local
294 new_data = realloc( old_data, new_max );
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdbserver 

Completed in 1602 milliseconds