Lines Matching refs:buf32
440 uint32_t buf32[8], items, items2, val;
453 rc = next_entry(buf32, fp, sizeof(uint32_t));
458 items2 = le32_to_cpu(buf32[0]);
460 if (items2 < 5 || items2 > ARRAY_SIZE(buf32)) {
465 rc = next_entry(buf32, fp, sizeof(uint32_t) * items2);
472 val = le32_to_cpu(buf32[items++]);
478 val = le32_to_cpu(buf32[items++]);
484 val = le32_to_cpu(buf32[items++]);
491 val = le32_to_cpu(buf32[items++]);
512 datum.data = le32_to_cpu(buf32[items++]);
566 rc = next_entry(buf32, fp, sizeof(uint32_t)*8);
572 xperms.perms[i] = le32_to_cpu(buf32[i]);
575 rc = next_entry(buf32, fp, sizeof(uint32_t));
580 datum.data = le32_to_cpu(*buf32);