Searched refs:first_byte (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dbuffer.c356 unsigned first_byte; local
378 first_byte = 0;
380 first_byte = buffer -> head + 1;
382 if (first_byte > buffer -> tail) {
384 first_byte);
387 buffer -> tail - first_byte;
400 &buffer -> buf [first_byte],
407 memcpy (bufp, &buffer -> buf [first_byte],
412 buffer -> head = first_byte + bytes_this_copy - 1;
443 unsigned first_byte; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dlibieee.h68 unsigned char *first_byte; member in struct:__anon2981
H A Dieee.c656 ieee->h.input_p = ieee->h.first_byte + offset; \
657 ieee->h.last_byte = (ieee->h.first_byte \
663 (ieee->h.input_p - ieee->h.first_byte)
1321 ieee->h.first_byte = buffer;
1387 ieee->h.first_byte = buffer;
1410 ieee->h.first_byte = buffer;
1943 IEEE_DATA (abfd)->h.first_byte = bfd_alloc (ieee->h.abfd, amt);
1944 if (!IEEE_DATA (abfd)->h.first_byte)
1950 bfd_bread ((void *) (IEEE_DATA (abfd)->h.first_byte),
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dlibieee.h68 unsigned char *first_byte; member in struct:__anon298
H A Dieee.c656 ieee->h.input_p = ieee->h.first_byte + offset; \
657 ieee->h.last_byte = (ieee->h.first_byte \
663 (ieee->h.input_p - ieee->h.first_byte)
1321 ieee->h.first_byte = buffer;
1387 ieee->h.first_byte = buffer;
1410 ieee->h.first_byte = buffer;
1943 IEEE_DATA (abfd)->h.first_byte = bfd_alloc (ieee->h.abfd, amt);
1944 if (!IEEE_DATA (abfd)->h.first_byte)
1950 bfd_bread ((void *) (IEEE_DATA (abfd)->h.first_byte),
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dnodes.c693 long first_byte;
735 subfile->first_byte = (long) atol (line + colon);
817 subfiles[i] && entry->nodestart >= subfiles[i]->first_byte;
843 entry->nodestart -= subfiles[i - 1]->first_byte;
689 long first_byte; member in struct:__anon4902

Completed in 103 milliseconds