HomeSort by relevance Sort by last modified time
    Searched defs:recsize (Results 1 - 3 of 3) sorted by null

  /external/elfutils/src/libelf/
elf32_xlatetof.c 56 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; variable
58 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; variable
61 if (src->d_size % recsize != 0)
elf32_xlatetom.c 56 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; variable
58 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; variable
66 && src->d_size % recsize != 0)
  /ndk/sources/host-tools/nawk-20071023/
lib.c 38 int recsize = RECSIZE; variable
40 int fieldssize = RECSIZE;
201 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 1"))
209 if (!adjbuf(&buf, &bufsize, 2+rr-buf, recsize, &rr, "readrec 2"))
214 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 3"))
464 if (!adjbuf(&record, &recsize, 1+strlen(p)+r-record, recsize, &r, "recbld 1"))
469 if (!adjbuf(&record, &recsize, 2+strlen(*OFS)+r-record, recsize, &r, "recbld 2")
    [all...]

Completed in 99 milliseconds