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

  /src/usr.sbin/mmcformat/
mmcformat.c 265 int list_length; local
287 list_length = buf[ 3];
289 if (list_length % 8) {
293 assert(list_length % 8 == 4);
294 list_length -= 4;
298 trans_len = 12 + list_length; /* complete structure */
312 *len = list_length;
469 process_format_caps(uint8_t *buf, int list_length, int verbose,
482 list_length -= 4; /* strip header */
486 "reported length of %d bytes (8/entry)\n", list_length);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 2293 vec_alloc (v, list_length (vals));
3407 list_length (const_tree t)
3402 list_length (const_tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 2309 vec_alloc (v, list_length (vals));
3368 list_length (const_tree t)
3363 list_length (const_tree t) function

Completed in 109 milliseconds