Searched refs:actlen (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/libchill/
H A Dwriterecord.c65 unsigned short actlen; local
103 actlen = the_access->reclength - 2;
104 MOV2(the_val_addr,&actlen);
111 MOV2(&actlen,the_val_addr);
112 write( the_assoc->handle, the_val_addr + 2, actlen );
126 actlen = the_access->reclength;
127 doWrite( the_access, &actlen, sizeof(actlen) );
132 MOV2(&actlen,the_val_addr);
133 if( actlen > the_acces
[all...]
H A Dreadrecord.c92 unsigned short actlen; local
138 actlen = the_access->reclength;
145 readlen = actlen - 2;
192 if( ! doRead( the_access, actaddr, actlen ) )
200 if( reclen > actlen - 2 )
202 readlen = TEST_FLAG( the_access, IO_INDEXED ) ? actlen - 2 : reclen;
208 if( ! doRead( the_access, actaddr + 2, reclen = actlen - 2 ) )

Completed in 42 milliseconds