Home
last modified time | relevance | path

Searched refs:act_size (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/test/cctest/
Dtest-macro-assembler-mips.cc66 size_t act_size; in TEST() local
69 byte* src_buffer = static_cast<byte*>(OS::Allocate(data_size, &act_size, 0)); in TEST()
71 CHECK(act_size >= static_cast<size_t>(data_size)); in TEST()
72 byte* dest_buffer = static_cast<byte*>(OS::Allocate(data_size, &act_size, 0)); in TEST()
74 CHECK(act_size >= static_cast<size_t>(data_size)); in TEST()
Dtest-macro-assembler-arm.cc66 size_t act_size; in TEST() local
69 byte* src_buffer = static_cast<byte*>(OS::Allocate(data_size, &act_size, 0)); in TEST()
71 CHECK(act_size >= static_cast<size_t>(data_size)); in TEST()
72 byte* dest_buffer = static_cast<byte*>(OS::Allocate(data_size, &act_size, 0)); in TEST()
74 CHECK(act_size >= static_cast<size_t>(data_size)); in TEST()
/external/libnfc-nci/src/gki/common/
Dgki_debug.c171 UINT16 size,act_size,maxbuffs; in gki_print_buffer_statistics() local
182 act_size = size + BUFFER_PADDING_SIZE; in gki_print_buffer_statistics()
194 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size); in gki_print_buffer_statistics()
Dgki_buffer.c49 UINT16 act_size; in gki_init_free_queue() local
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE); in gki_init_free_queue()
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); in gki_init_free_queue()
67 p_cb->pool_size[id] = act_size; in gki_init_free_queue()
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size); in gki_init_free_queue()
/external/bluetooth/bluedroid/gki/common/
Dgki_debug.c172 UINT16 size,act_size,maxbuffs; in gki_print_buffer_statistics() local
183 act_size = size + BUFFER_PADDING_SIZE; in gki_print_buffer_statistics()
195 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size); in gki_print_buffer_statistics()
Dgki_buffer.c41 UINT16 act_size; in gki_init_free_queue() local
50 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE); in gki_init_free_queue()
57 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); in gki_init_free_queue()
61 p_cb->pool_size[id] = act_size; in gki_init_free_queue()
82 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size); in gki_init_free_queue()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_debug.c171 UINT16 size,act_size,maxbuffs; in gki_print_buffer_statistics() local
182 act_size = size + BUFFER_PADDING_SIZE; in gki_print_buffer_statistics()
194 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size); in gki_print_buffer_statistics()
Dgki_buffer.c49 UINT16 act_size; in gki_init_free_queue() local
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE); in gki_init_free_queue()
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); in gki_init_free_queue()
67 p_cb->pool_size[id] = act_size; in gki_init_free_queue()
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size); in gki_init_free_queue()