OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_size
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/pdisk/dist/
deblock_media.c
168
uint32_t
next_size
;
local
188
next_size
= a->next_block_size;
195
partial_offset = cur_offset %
next_size
;
197
partial_count =
next_size
- partial_offset;
201
rtn_value = read_media(a->next_media, cur_offset - partial_offset,
next_size
, a->buffer);
210
if (rtn_value != 0 && remainder >
next_size
) {
211
partial_count = remainder - (remainder %
next_size
);
220
rtn_value = read_media(a->next_media, cur_offset,
next_size
, a->buffer);
235
uint32_t
next_size
;
local
255
next_size
= a->next_block_size
[
all
...]
/src/external/gpl2/groff/dist/src/preproc/refer/
refer.h
39
int
next_size
(int);
refer.cpp
737
hash_table_size =
next_size
(hash_table_size);
1230
int
next_size
(int n)
function
label.y
984
label_table_size =
next_size
(label_table_size);
/src/external/gpl3/gdb/dist/sim/mips/
dv-tx3904sio.c
584
int
next_size
= fifo->size * 2 + 16;
local
585
unsigned_1* next_buf = zalloc(
next_size
);
590
fifo->size =
next_size
;
/src/external/gpl3/gdb.old/dist/sim/mips/
dv-tx3904sio.c
584
int
next_size
= fifo->size * 2 + 16;
local
585
unsigned_1* next_buf = zalloc(
next_size
);
590
fifo->size =
next_size
;
/src/external/gpl3/binutils/dist/gas/config/
tc-rx.c
1570
unsigned int
next_size
;
1574
next_size
= fragP->tc_frag_data->n_ops;
1575
if (
next_size
== 0)
1578
next_size
= n->fr_subtype;
1583
if (fragP->fr_subtype >=
next_size
)
1585
tprintf ("\033[34m -> mypc %lu
next_size
%u new %d old %d delta %d (fetchalign)\033[0m\n",
1587
next_size
, fragP->fr_subtype, oldsize, fragP->fr_subtype-oldsize);
1569
unsigned int
next_size
;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-rx.c
1570
unsigned int
next_size
;
1574
next_size
= fragP->tc_frag_data->n_ops;
1575
if (
next_size
== 0)
1578
next_size
= n->fr_subtype;
1583
if (fragP->fr_subtype >=
next_size
)
1585
tprintf ("\033[34m -> mypc %lu
next_size
%u new %d old %d delta %d (fetchalign)\033[0m\n",
1587
next_size
, fragP->fr_subtype, oldsize, fragP->fr_subtype-oldsize);
1569
unsigned int
next_size
;
local
Completed in 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026