HomeSort by relevance Sort by last modified time
    Searched defs:recsize (Results 1 - 5 of 5) 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)
  /external/bluetooth/bluez/src/
glib-helper.c 157 int recsize; local
159 recsize = 0;
160 rec = sdp_extract_pdu(rsp, bytesleft, &recsize);
164 if (!recsize) {
169 scanned += recsize;
170 rsp += recsize;
171 bytesleft -= recsize;
  /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...]
  /external/bluetooth/bluez/lib/
sdp.c 4448 int recsize = 0; local
    [all...]

Completed in 269 milliseconds