Lines Matching refs:words
386 intptr_t words; // likely inaccurate variable name for 64bit
388 words = 10;
390 if (!GetValue(argv[next_arg], &words)) {
391 words = 10;
394 end = cur + words;
579 PrintF("stack [<num words>]\n");
580 PrintF(" dump stack content, default dump 10 words)\n");
581 PrintF("mem <address> [<num words>]\n");
582 PrintF(" dump memory content, default dump 10 words)\n");