Home | History | Annotate | Download | only in base

Lines Matching defs:end

164     // Get the size of the cpuinfo file by reading it until the end. This is
231 // Find the end of the line.
263 // Find end of current list item.
372 char* end ;
373 implementer_ = strtol(implementer, &end, 0);
374 if (end == implementer) {
383 char* end ;
384 part_ = strtol(part, &end, 0);
385 if (end == part) {
399 char* end;
400 architecture_ = strtol(architecture, &end, 10);
401 if (end == architecture) {
524 char* end ;
525 implementer_ = strtol(implementer, &end, 0);
526 if (end == implementer) {
535 char* end ;
536 part_ = strtol(part, &end, 0);
537 if (end == part) {