OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rows_in_array
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jmemmgr.c
152
JDIMENSION
rows_in_array
; /* total virtual array height */
member in struct:jvirt_sarray_control
168
JDIMENSION
rows_in_array
; /* total virtual array height */
member in struct:jvirt_barray_control
540
result->
rows_in_array
= numrows;
570
result->
rows_in_array
= numrows;
602
maximum_space += (long) sptr->
rows_in_array
*
610
maximum_space += (long) bptr->
rows_in_array
*
641
minheights = ((long) sptr->
rows_in_array
- 1L) / sptr->maxaccess + 1L;
644
sptr->rows_in_mem = sptr->
rows_in_array
;
649
(long) sptr->
rows_in_array
*
665
minheights = ((long) bptr->
rows_in_array
- 1L) / bptr->maxaccess + 1L
[
all
...]
/external/qemu/distrib/jpeg-6b/
jmemmgr.c
152
JDIMENSION
rows_in_array
; /* total virtual array height */
member in struct:jvirt_sarray_control
168
JDIMENSION
rows_in_array
; /* total virtual array height */
member in struct:jvirt_barray_control
540
result->
rows_in_array
= numrows;
570
result->
rows_in_array
= numrows;
602
maximum_space += (long) sptr->
rows_in_array
*
610
maximum_space += (long) bptr->
rows_in_array
*
641
minheights = ((long) sptr->
rows_in_array
- 1L) / sptr->maxaccess + 1L;
644
sptr->rows_in_mem = sptr->
rows_in_array
;
649
(long) sptr->
rows_in_array
*
665
minheights = ((long) bptr->
rows_in_array
- 1L) / bptr->maxaccess + 1L
[
all
...]
Completed in 2622 milliseconds