OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_blocks
(Results
1 - 2
of
2
) sorted by null
/external/qemu/block/
cloop.c
31
uint32_t
n_blocks
;
member in struct:BDRVCloopState
66
if (bdrv_pread(bs->file, 128 + 4, &s->
n_blocks
, 4) < 4) {
69
s->
n_blocks
= be32_to_cpu(s->
n_blocks
);
72
offsets_size = s->
n_blocks
* sizeof(uint64_t);
78
for(i=0;i<s->
n_blocks
;i++) {
92
s->current_block=s->
n_blocks
;
95
bs->total_sectors = s->
n_blocks
*s->sectors_per_block;
150
if(s->
n_blocks
>0)
/external/libpcap/
optimize.c
146
static int
n_blocks
;
variable
249
memset((char *)levels, 0,
n_blocks
* sizeof(*levels));
270
i =
n_blocks
* nodewords;
345
n_blocks
* nodewords * sizeof(*all_closure_sets));
[
all
...]
Completed in 32 milliseconds