Lines Matching refs:buf32
112 uint32_t buf32[10], lookup, val;
129 buf32[items++] = cpu_to_le32(val);
131 buf32[items++] = cpu_to_le32(val);
133 buf32[items++] = cpu_to_le32(val);
169 buf32[items++] = cpu_to_le32(val);
193 buf32[items++] =
200 buf32[items++] = cpu_to_le32(cur->datum.data);
210 buf32[0] = cpu_to_le32(items - 1);
214 items2 = put_entry(buf32, sizeof(uint32_t), items, fp);
255 buf32[i] = cpu_to_le32(cur->datum.xperms->perms[i]);
256 items = put_entry(buf32, sizeof(uint32_t),8,fp);
260 buf32[0] = cpu_to_le32(cur->datum.data);
261 items = put_entry(buf32, sizeof(uint32_t), 1, fp);
1796 uint32_t buf32[nel];
1825 buf32[i] = cpu_to_le32(avrule->xperms->perms[i]);
1826 items = put_entry(buf32, sizeof(uint32_t), nel, fp);