/external/valgrind/drd/ |
drd_malloc_wrappers.c | 178 static void* drd_realloc(ThreadId tid, void* p_old, SizeT new_size) 184 if (! p_old) 189 drd_free(tid, p_old); 197 mc = VG_(HT_lookup)(s_malloc_list, (UWord)p_old); 210 p_new = p_old; 218 p_new = p_old; 228 VG_(memcpy)(p_new, p_old, mc->size); 233 VG_(cli_free)(p_old); 234 VG_(HT_remove)(s_malloc_list, (UWord)p_old);
|
/external/libnfc-nci/src/nfc/nci/ |
nci_hrcv.c | 51 UINT8 *p_old = nfc_cb.last_cmd; local 81 nfc_ncif_proc_conn_create_rsp (p, p_msg->len, *p_old); 85 nfc_ncif_report_conn_close_evt (*p_old, *pp); 161 UINT8 *p_old = nfc_cb.last_cmd; local 187 nfc_ncif_proc_deactivate (*pp, *p_old, FALSE); 301 UINT8 *p_old = nfc_cb.last_cmd; local 328 mode_set.nfcee_id = *p_old++; 329 mode_set.mode = *p_old++;
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
MINRES.h | 66 VectorType p_old(VectorType::Zero(N)); // initialize p_old=0 67 VectorType p(p_old); // initialize p=0 110 // p_oold = p_old; 111 const VectorType p_oold(p_old); // NOT SURE IF CREATING p_oold EVERY ITERATION IS EFFICIENT 112 p_old = p; 113 p.noalias()=(w-r2*p_old-r3*p_oold) /r1; // IS NOALIAS REQUIRED?
|
/system/bt/stack/gatt/ |
gatt_utils.c | 502 tGATT_SRV_LIST_ELEM *p_old; local 520 p_old = p_list->p_first; 523 if (p_old == NULL) 533 if (p_new->s_hdl < p_old->s_hdl) 536 if (p_old->p_prev != NULL) 537 p_old->p_prev->p_next = p_new; 541 p_new->p_prev = p_old->p_prev; 542 p_new->p_next = p_old; 543 p_old->p_prev = p_new; 547 p_old = p_old->p_next 608 tGATT_HDL_LIST_ELEM *p_old; local [all...] |
/external/valgrind/exp-dhat/ |
dh_main.c | 538 void* renew_block ( ThreadId tid, void* p_old, SizeT new_req_szB ) 540 if (0) VG_(printf)("REALL %p %ld\n", p_old, new_req_szB); 546 Block* bk = find_Block_containing( (Addr)p_old ); 553 tl_assert(bk->payload <= (Addr)p_old); 554 tl_assert( (Addr)p_old < bk->payload + bk->req_szB ); 556 if (bk->payload != (Addr)p_old) { 574 return p_old; 585 tl_assert(p_new != p_old); 587 VG_(memcpy)(p_new, p_old, bk->req_szB); 588 VG_(cli_free)(p_old); [all...] |
/external/valgrind/memcheck/ |
mc_malloc_wrappers.c | 512 void* MC_(realloc) ( ThreadId tid, void* p_old, SizeT new_szB ) 527 old_mc = VG_(HT_remove) ( MC_(malloc_list), (UWord)p_old ); 529 MC_(record_free_error) ( tid, (Addr)p_old ); 537 tl_assert((Addr)p_old == old_mc->data); 573 MC_(copy_address_range_state) ( (Addr)p_old, a_new, new_szB ); 574 VG_(memcpy)((void*)a_new, p_old, new_szB); 580 MC_(copy_address_range_state) ( (Addr)p_old, a_new, old_szB ); 581 VG_(memcpy)((void*)a_new, p_old, old_szB); 607 VG_(memset)((void*)p_old, MC_(clo_free_fill), old_szB); [all...] |
/external/valgrind/exp-sgcheck/ |
h_main.c | 408 void* h_replace_realloc ( ThreadId tid, void* p_old, SizeT new_size ) 413 seg = find_Seg_by_addr( (Addr)p_old ); 417 tl_assert(seg->addr == (Addr)p_old); 422 VG_(memcpy)((void*)p_new, p_old, new_size); 436 VG_(memcpy)((void*)p_new, p_old, seg->szB);
|
h_main.h | 67 void* h_replace_realloc ( ThreadId tid, void* p_old, SizeT new_size );
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_dm.c | 577 UINT8 *p_old, old_gid, old_oid, old_mt; local 597 p_old = nfc_hal_cb.ncit_cb.last_hdr; 598 NCI_MSG_PRS_HDR0 (p_old, old_mt, pbf, old_gid); 599 old_oid = ((*p_old) & NCI_OID_MASK); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
money_facets_test.cpp | 106 string::size_type p_old = strlen( rl.money_int_prefix_old ); local 108 ((p_old != 0) && 109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) ); 113 index += p_old;
|
/ndk/tests/device/test-stlport/unit/ |
money_facets_test.cpp | 106 string::size_type p_old = strlen( rl.money_int_prefix_old ); local 108 ((p_old != 0) && 109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) ); 113 index += p_old;
|
/system/bt/stack/avrc/ |
avrc_api.c | 190 UINT8 *p_old, *p_data; local 210 p_old = (UINT8 *)(p_pkt_old+1) + p_pkt_old->offset; 212 memcpy (p_data, p_old, AVRC_MAX_CTRL_DATA_LEN); [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | 373 UINT8 *p_old, old_gid, old_oid, old_mt; local 391 p_old = nfc_cb.last_hdr; 392 NCI_MSG_PRS_HDR0(p_old, old_mt, pbf, old_gid); 393 old_oid = ((*p_old) & NCI_OID_MASK); [all...] |
/external/valgrind/massif/ |
ms_main.c | [all...] |
/system/bt/stack/btm/ |
btm_inq.c | 1567 tINQ_DB_ENT *p_old = btm_cb.btm_inq_vars.inq_db; local [all...] |