HomeSort by: relevance | last modified time | path
    Searched defs:how_many (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-disas.c 40 HOW_MANY: Number of disassembly lines to display. With source, it
77 int how_many = -1; local
132 how_many = atoi (oarg);
167 /* Allow only filename + linenum (with how_many which is not
267 how_many, low, high);
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-disas.c 39 HOW_MANY: Number of disassembly lines to display. With source, it
76 int how_many = -1; local
131 how_many = atoi (oarg);
166 /* Allow only filename + linenum (with how_many which is not
266 how_many, low, high);
  /src/usr.sbin/sunlabel/
sunlabel.c 213 static inline uint32_t how_many(uint32_t amt, uint32_t unit)
216 how_many(uint32_t amt, uint32_t unit) function
365 p->endcyl = p->startcyl + how_many(p->nblk, label.spc);

Completed in 110 milliseconds