HomeSort by relevance Sort by last modified time
    Searched defs:buf32 (Results 1 - 13 of 13) sorted by null

  /external/vboot_reference/firmware/lib20/
packed_key.c 32 const uint32_t *buf32; local
61 buf32 = (const uint32_t *)vb2_packed_key_data(packed_key);
62 if (!vb2_aligned(buf32, sizeof(uint32_t)))
66 key->arrsize = buf32[0];
70 key->n0inv = buf32[1];
73 key->n = buf32 + 2;
74 key->rr = buf32 + 2 + key->arrsize;
  /external/vboot_reference/firmware/lib21/
packed_key.c 17 const uint32_t *buf32 = (const uint32_t *)key_data; local
27 if (!vb2_aligned(buf32, sizeof(uint32_t)))
30 key->arrsize = buf32[0];
36 key->n0inv = buf32[1];
39 key->n = buf32 + 2;
40 key->rr = buf32 + 2 + key->arrsize;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_mem.c 19 uint32_t* buf32 = buf; local
25 *buf32++ = c;
  /external/flac/libFLAC/
md5.c 278 FLAC__int32 *buf32 = mbuf->p32; local
406 *buf32++ = H2LE_32(signal[0][sample]);
411 *buf32++ = H2LE_32(signal[0][sample]);
412 *buf32++ = H2LE_32(signal[1][sample]);
418 *buf32++ = H2LE_32(signal[0][sample]);
419 *buf32++ = H2LE_32(signal[1][sample]);
420 *buf32++ = H2LE_32(signal[2][sample]);
421 *buf32++ = H2LE_32(signal[3][sample]);
427 *buf32++ = H2LE_32(signal[0][sample]);
428 *buf32++ = H2LE_32(signal[1][sample])
    [all...]
  /frameworks/av/media/libmedia/
Visualizer.cpp 140 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
141 effect_param_t *p = (effect_param_t *)buf32;
169 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
170 effect_param_t *p = (effect_param_t *)buf32;
199 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
200 effect_param_t *p = (effect_param_t *)buf32;
369 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
370 effect_param_t *p = (effect_param_t *)buf32;
  /external/libdrm/tests/ttmtest/src/
ttmtest.c 160 volatile unsigned *buf32 = (unsigned *)buf; local
161 unsigned *end = (unsigned *)buf32 + size / sizeof(*buf32);
163 while (buf32 < end) {
164 (void)*buf32++;
  /external/selinux/libsepol/src/
avtab.c 439 uint32_t buf32[8], items, items2, val; local
452 rc = next_entry(buf32, fp, sizeof(uint32_t));
457 items2 = le32_to_cpu(buf32[0]);
459 if (items2 < 5 || items2 > ARRAY_SIZE(buf32)) {
464 rc = next_entry(buf32, fp, sizeof(uint32_t) * items2);
471 val = le32_to_cpu(buf32[items++]);
477 val = le32_to_cpu(buf32[items++]);
483 val = le32_to_cpu(buf32[items++]);
490 val = le32_to_cpu(buf32[items++]);
506 datum.data = le32_to_cpu(buf32[items++])
    [all...]
write.c 106 uint32_t buf32[10], lookup, val; local
123 buf32[items++] = cpu_to_le32(val);
125 buf32[items++] = cpu_to_le32(val);
127 buf32[items++] = cpu_to_le32(val);
163 buf32[items++] = cpu_to_le32(val);
187 buf32[items++] =
194 buf32[items++] = cpu_to_le32(cur->datum.data);
204 buf32[0] = cpu_to_le32(items - 1);
208 items2 = put_entry(buf32, sizeof(uint32_t), items, fp);
249 buf32[i] = cpu_to_le32(cur->datum.xperms->perms[i])
    [all...]
  /external/vboot_reference/host/lib21/
host_key.c 466 uint32_t *buf32; local
503 buf32 = (uint32_t *)(buf + key.key_offset);
504 buf32[0] = pubk->arrsize;
505 buf32[1] = pubk->n0inv;
506 memcpy(buf32 + 2, pubk->n, pubk->arrsize * sizeof(uint32_t));
507 memcpy(buf32 + 2 + pubk->arrsize, pubk->rr,
  /frameworks/wilhelm/src/android/
android_Effect.cpp 203 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local
204 effect_param_t *p = (effect_param_t *)buf32;
229 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local
230 effect_param_t *p = (effect_param_t *)buf32;
612 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
613 effect_param_t *p = (effect_param_t *)buf32;
632 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
633 effect_param_t *p = (effect_param_t *)buf32;
    [all...]
  /libcore/luni/src/main/native/
cbigint.cpp 689 uint32_t buf32; local
725 buf32 = HIGH_U32_FROM_PTR (pArg1);
728 + static_cast<uint64_t>(HIGH_U32_FROM_VAR (arg2)) * static_cast<uint64_t>(buf32);
  /external/libvncserver/libvncserver/
tight.c 1431 uint32_t *buf32; local
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 434 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
435 effect_param_t *p = (effect_param_t *)buf32;
451 &buf32,
    [all...]

Completed in 860 milliseconds