Searched refs:act_size (Results 1 - 9 of 9) sorted by relevance

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

Completed in 272 milliseconds