OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:column_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/dev/
ite_cc.c
70
u_short *
column_offset
; /* array of offsets for columns */
member in struct:ite_priv
357
cci->
column_offset
= NULL;
414
if (cci->
column_offset
&& (cci->
column_offset
!= con_columns)) {
415
free(cci->
column_offset
, M_DEVBUF);
416
cci->
column_offset
= NULL;
421
cci->
column_offset
= con_columns;
425
cci->
column_offset
= malloc(sizeof(u_int) * ip->cols,
429
if (!cci->row_ptr || !cci->
column_offset
)
447
cci->
column_offset
[0] = 0
[
all
...]
/src/sys/arch/amiga/dev/
ite_cc.c
123
u_int *
column_offset
; /* array of offsets for columns */
member in struct:ite_priv
236
if (cci->
column_offset
)
237
free_chipmem(cci->
column_offset
);
240
cci->
column_offset
= alloc_chipmem(sizeof(u_int) * ip->cols);
242
if (cci->row_ptr == NULL || cci->
column_offset
== NULL)
260
cci->
column_offset
[0] = 0;
262
cci->
column_offset
[i] = cci->
column_offset
[i - 1] + cci->ft_x;
302
cci->
column_offset
= NULL;
686
cci->
column_offset
[dx], cci->row_offset, cci->ft_x, cci->ft_y)
[
all
...]
Completed in 40 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025