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

  /bootable/recovery/applypatch/
applypatch.h 73 int ApplyBSDiffPatch(const unsigned char* old_data, ssize_t old_size,
76 int ApplyBSDiffPatchMem(const unsigned char* old_data, ssize_t old_size,
81 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,
81 ApplyBSDiffPatch(old_data + src_start, src_len,
145 strm.next_in = (unsigned char*)(old_data + src_start);
  /external/v8/src/
data-flow.h 149 uint32_t old_data = data_[i]; local
151 if (data_[i] != old_data) changed = true;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 313 T *old_data = data_;
315 UnmapOrDie(old_data, capacity_ * sizeof(T));
  /hardware/ti/wlan/mac80211/ti-utils/
nvs.c 515 struct wl1271_cmd_cal_p2g old_data[eNUMBER_RADIO_TYPE_PARAMETERS_INFO]; local
617 memset(old_data, 0,
621 old_data, &old_ver);
624 old_data[eNVS_RADIO_RX_TYPE_PARAMETERS_INFO].buf,
625 old_data[eNVS_RADIO_RX_TYPE_PARAMETERS_INFO].len);
  /external/opencv/ml/src/
ml_inner_functions.cpp 1745 int** old_data = NULL; local
    [all...]
  /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 );
  /external/openssl/crypto/ui/
ui_lib.c 448 void *old_data = ui->user_data; local
450 return old_data;
  /external/sqlite/dist/orig/
sqlite3.c 22480 void *old_data = elem->data; local
123645 void *old_data = elem->data; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 22480 void *old_data = elem->data; local
123691 void *old_data = elem->data; local
    [all...]

Completed in 514 milliseconds