Home
last modified time | relevance | path

Searched refs:old_data (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/lib/stats/
Dstats_client.cc73 uptr old_data = InterlockedIncrement64(reinterpret_cast<LONG64 *>(&s->data)); in __sanitizer_stat_report() local
75 uptr old_data = InterlockedIncrement(&s->data); in __sanitizer_stat_report() local
77 uptr old_data = __sync_fetch_and_add(&s->data, 1); in __sanitizer_stat_report() local
81 if (CountFromData(old_data + 1) == 0) in __sanitizer_stat_report()
/external/boringssl/src/include/openssl/
Dlhash_macros.h38 #define lh_ASN1_OBJECT_insert(lh, old_data, data) \ argument
40 CHECKED_CAST(void **, ASN1_OBJECT **, old_data), \
77 #define lh_CONF_VALUE_insert(lh, old_data, data) \ argument
79 CHECKED_CAST(void **, CONF_VALUE **, old_data), \
116 #define lh_CRYPTO_BUFFER_insert(lh, old_data, data) \ argument
118 CHECKED_CAST(void **, CRYPTO_BUFFER **, old_data), \
156 #define lh_SSL_SESSION_insert(lh, old_data, data) \ argument
158 CHECKED_CAST(void **, SSL_SESSION **, old_data), \
Dlhash.h166 OPENSSL_EXPORT int lh_insert(_LHASH *lh, void **old_data, void *data);
/external/v8/src/
Dbit-vector.h124 uintptr_t old_data = data_[i]; in UnionIsChanged() local
126 if (data_[i] != old_data) changed = true; in UnionIsChanged()
142 uintptr_t old_data = data_[i]; in IntersectIsChanged() local
144 if (data_[i] != old_data) changed = true; in IntersectIsChanged()
/external/boringssl/src/crypto/lhash/
Dlhash.c217 int lh_insert(_LHASH *lh, void **old_data, void *data) { in lh_insert() argument
221 *old_data = NULL; in lh_insert()
228 *old_data = (*next_ptr)->data; in lh_insert()
Dmake_macros.sh45 …lh_insert(CHECKED_CAST(_LHASH*, LHASH_OF(${type})*, lh), CHECKED_CAST(void**, ${type}**, old_data)…
/external/bsdiff/include/bsdiff/
Dbspatch.h29 int bspatch(const uint8_t* old_data,
/external/autotest/client/site_tests/graphics_Gralloc/src/
Dgralloctest.c131 const int *old_data = handle->data; in duplicate_buffer_handle() local
136 *new_data = dup(*old_data); in duplicate_buffer_handle()
137 old_data++; in duplicate_buffer_handle()
141 memcpy(new_data, old_data, sizeof(int) * handle->numInts); in duplicate_buffer_handle()
/external/eigen/unsupported/test/
Dcxx11_tensor_simple.cpp304 const int* old_data = epsilon.data(); in test_resize() local
310 VERIFY_IS_EQUAL(epsilon.data(), old_data); in test_resize()
/external/drm_hwcomposer/
Dhwcomposer.cpp210 const int *old_data = handle->data; in dup_buffer_handle() local
213 *new_data = dup(*old_data); in dup_buffer_handle()
214 old_data++; in dup_buffer_handle()
217 memcpy(new_data, old_data, sizeof(int) * handle->numInts); in dup_buffer_handle()
/external/bsdiff/
Dbspatch.cc268 int bspatch(const uint8_t* old_data, in bspatch() argument
273 std::unique_ptr<FileInterface> old_file(new MemoryFile(old_data, old_size)); in bspatch()
/external/libcups/cups/
Dtls-gnutls.c1256 void *old_data; /* Old timeout data */ in _httpTLSStart() local
1596 old_data = http->timeout_data; in _httpTLSStart()
1625 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
1635 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
Dtls-darwin.c1546 void *old_data; /* Old timeout data */ in _httpTLSStart() local
1554 old_data = http->timeout_data; in _httpTLSStart()
1690 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h568 T *old_data = data_; in Resize() local
570 UnmapOrDie(old_data, capacity_ * sizeof(T)); in Resize()
/external/sqlite/dist/orig/
Dsqlite3.c29538 void *old_data = elem->data;
29545 return old_data;
154129 void *old_data = elem->data;
154135 return old_data;
/external/sqlite/dist/
Dsqlite3.c29538 void *old_data = elem->data;
29545 return old_data;
154142 void *old_data = elem->data;
154148 return old_data;