Lines Matching refs:end
244 // Get the size of the cpuinfo file by reading it until the end. This is
311 // Find the end of the line.
341 // Find end of current list item.
589 char* end;
590 implementer_ = strtol(implementer, &end, 0);
591 if (end == implementer) {
599 char* end;
600 variant_ = strtol(variant, &end, 0);
601 if (end == variant) {
610 char* end;
611 part_ = strtol(part, &end, 0);
612 if (end == part) {
626 char* end;
627 architecture_ = strtol(architecture, &end, 10);
628 if (end == architecture) {