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

  /external/elfutils/libelf/
elf32_xlatetof.c 77 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; variable
79 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; variable
82 if (src->d_size % recsize != 0)
elf32_xlatetom.c 77 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; variable
79 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; variable
83 if (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...]
run.c 189 while (getrec(&record, &recsize, 1) > 0) {
397 int bufsize = recsize;
431 n = getrec(&record, &recsize, 1);
457 int bufsz = recsize;
468 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "array"))
507 int bufsz = recsize;
515 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "awkdelete"))
535 int bufsz = recsize;
554 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "intest"))
815 int fmtsz = recsize;
    [all...]
main.c 142 recinit(recsize);
awk.h 48 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */
49 extern int recsize; /* size of current record, orig RECSIZE */
  /external/zlib/src/contrib/delphi/
ZLib.pas 242 recsize: Integer): Integer; external;
248 recsize: Integer): Integer; external;

Completed in 129 milliseconds