HomeSort by: relevance | last modified time | path
    Searched defs:start_offset (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
bcj.h 96 uint32_t start_offset; member in struct:__anon312
106 * \param start_offset The lowest 32 bits of the offset in the
123 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
133 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
141 * \param start_offset The lowest 32 bits of the offset in the
154 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
164 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
172 * \param start_offset The lowest 32 bits of the offset in the
185 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
195 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow
    [all...]
bcj.h 96 uint32_t start_offset; member in struct:__anon312
106 * \param start_offset The lowest 32 bits of the offset in the
123 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
133 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
141 * \param start_offset The lowest 32 bits of the offset in the
154 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
164 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
172 * \param start_offset The lowest 32 bits of the offset in the
185 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
195 uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
unwind-ia64.h 37 unw_word start_offset; member in struct:unw_table_entry
unwind-ia64.h 37 unw_word start_offset; member in struct:unw_table_entry
fde-vms.c 47 unw_word start_offset; member in struct:__anon14259
154 ent->start_offset = vueblock.start_offset;
fde-vms.c 47 unw_word start_offset; member in struct:__anon14259
154 ent->start_offset = vueblock.start_offset;
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.h 37 unw_word start_offset; member in struct:unw_table_entry
unwind-ia64.h 37 unw_word start_offset; member in struct:unw_table_entry
fde-vms.c 47 unw_word start_offset; member in struct:__anon16671
154 ent->start_offset = vueblock.start_offset;
fde-vms.c 47 unw_word start_offset; member in struct:__anon16671
154 ent->start_offset = vueblock.start_offset;
  /src/external/gpl2/dtc/dist/
yamltree.c 38 int off, start_offset = markers->offset; local
71 if (m->offset == (start_offset + off)) {
yamltree.c 38 int off, start_offset = markers->offset; local
71 if (m->offset == (start_offset + off)) {
  /src/external/bsd/wpa/dist/src/utils/
trace.c 32 static unsigned long start_offset; variable
42 start_offset = info->dlpi_addr;
200 data.pc = (uintptr_t) ((u8 *) pc - start_offset);
241 data.pc = (uintptr_t) ((u8 *) pc - start_offset);
313 data.pc = (uintptr_t) ((u8 *) btrace_res[i] - start_offset);
trace.c 32 static unsigned long start_offset; variable
42 start_offset = info->dlpi_addr;
200 data.pc = (uintptr_t) ((u8 *) pc - start_offset);
241 data.pc = (uintptr_t) ((u8 *) pc - start_offset);
313 data.pc = (uintptr_t) ((u8 *) btrace_res[i] - start_offset);
  /src/external/ibm-public/postfix/dist/src/postcat/
postcat.c 168 off_t start_offset = 0; variable
198 if (start_offset > 0) {
200 for (offset = 0; offset < start_offset; offset++)
203 VSTREAM_PATH(fp), (long) start_offset,
206 if (vstream_fseek(fp, start_offset, SEEK_SET) < 0)
208 VSTREAM_PATH(fp), (long) start_offset);
215 if (start_offset == 0 && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) {
226 if (start_offset == 0 && (flags & PC_FLAG_PRINT_ENV))
542 if (!alldig(optarg) || (start_offset = atol(optarg)) < 0)
postcat.c 168 off_t start_offset = 0; variable
198 if (start_offset > 0) {
200 for (offset = 0; offset < start_offset; offset++)
203 VSTREAM_PATH(fp), (long) start_offset,
206 if (vstream_fseek(fp, start_offset, SEEK_SET) < 0)
208 VSTREAM_PATH(fp), (long) start_offset);
215 if (start_offset == 0 && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) {
226 if (start_offset == 0 && (flags & PC_FLAG_PRINT_ENV))
542 if (!alldig(optarg) || (start_offset = atol(optarg)) < 0)
  /src/external/gpl2/groff/dist/src/preproc/pic/
common.cpp 261 distance start_offset = start - c; local
263 double start_angle = atan2(start_offset.y, start_offset.x);
292 distance start_offset = start - c; local
294 double start_angle = atan2(start_offset.y, start_offset.x);
common.cpp 261 distance start_offset = start - c; local
263 double start_angle = atan2(start_offset.y, start_offset.x);
292 distance start_offset = start - c; local
294 double start_angle = atan2(start_offset.y, start_offset.x);
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68hc11.c 585 unsigned long start_offset;
618 start_offset = offset;
666 if (start_offset != offset)
668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
669 offset - start_offset);
677 offset = start_offset + isize;
583 unsigned long start_offset; local
elf32-m68hc11.c 585 unsigned long start_offset;
618 start_offset = offset;
666 if (start_offset != offset)
668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
669 offset - start_offset);
677 offset = start_offset + isize;
583 unsigned long start_offset; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68hc11.c 585 unsigned long start_offset;
618 start_offset = offset;
666 if (start_offset != offset)
668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
669 offset - start_offset);
677 offset = start_offset + isize;
583 unsigned long start_offset; local
elf32-m68hc11.c 585 unsigned long start_offset;
618 start_offset = offset;
666 if (start_offset != offset)
668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
669 offset - start_offset);
677 offset = start_offset + isize;
583 unsigned long start_offset; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68hc11.c 585 unsigned long start_offset;
618 start_offset = offset;
666 if (start_offset != offset)
668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
669 offset - start_offset);
677 offset = start_offset + isize;
583 unsigned long start_offset; local
elf32-m68hc11.c 585 unsigned long start_offset;
618 start_offset = offset;
666 if (start_offset != offset)
668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
669 offset - start_offset);
677 offset = start_offset + isize;
583 unsigned long start_offset; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68hc11.c 585 unsigned long start_offset;
618 start_offset = offset;
666 if (start_offset != offset)
668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
669 offset - start_offset);
677 offset = start_offset + isize;
583 unsigned long start_offset; local

Completed in 137 milliseconds

1 2 3 4 5