Searched refs:buf32 (Results 1 - 2 of 2) sorted by relevance

/external/libsepol/src/
H A Davtab.c374 uint32_t buf32[7], items, items2, val; local
385 rc = next_entry(buf32, fp, sizeof(uint32_t));
390 items2 = le32_to_cpu(buf32[0]);
392 if (items2 < 5 || items2 > ARRAY_SIZE(buf32)) {
397 rc = next_entry(buf32, fp, sizeof(uint32_t) * items2);
404 val = le32_to_cpu(buf32[items++]);
410 val = le32_to_cpu(buf32[items++]);
416 val = le32_to_cpu(buf32[items++]);
423 val = le32_to_cpu(buf32[items++]);
439 datum.data = le32_to_cpu(buf32[item
[all...]
H A Dwrite.c105 uint32_t buf32[10], lookup, val; local
122 buf32[items++] = cpu_to_le32(val);
124 buf32[items++] = cpu_to_le32(val);
126 buf32[items++] = cpu_to_le32(val);
162 buf32[items++] = cpu_to_le32(val);
186 buf32[items++] =
193 buf32[items++] = cpu_to_le32(cur->datum.data);
203 buf32[0] = cpu_to_le32(items - 1);
207 items2 = put_entry(buf32, sizeof(uint32_t), items, fp);
223 buf32[
[all...]

Completed in 137 milliseconds