HomeSort by relevance Sort by last modified time
    Searched refs:linesz (Results 26 - 29 of 29) sorted by null

12

  /external/elfutils/0.153/libdwfl/
linux-proc-maps.c 164 size_t linesz; local
166 while ((len = getline (&line, &linesz, f)) > 0)
linux-kernel-modules.c 462 size_t linesz = 0; local
469 if ((n = getline (&line, &linesz, f)) < 1 || line[n - 2] == ']')
916 size_t linesz = 0; local
920 while (getline (&line, &linesz, f) > 0
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 42 char *abuf = 0, int linesz = 0, int instr_count = 0);
MIPSAssembler.cpp 91 char *abuf, int linesz, int instr_count)
94 mArmLineLength(linesz),
    [all...]

Completed in 226 milliseconds

12