/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/libsepol/src/ |
avtab.c | 374 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[items++]) [all...] |
write.c | 105 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[0] = cpu_to_le32(cur->datum.data) [all...] |
/frameworks/wilhelm/src/android/ |
android_Effect.cpp | 192 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local 193 effect_param_t *p = (effect_param_t *)buf32; 218 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local 219 effect_param_t *p = (effect_param_t *)buf32; 566 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local 567 effect_param_t *p = (effect_param_t *)buf32; 586 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local 587 effect_param_t *p = (effect_param_t *)buf32;
|
/libcore/luni/src/main/native/ |
cbigint.cpp | 831 uint32_t buf32; local 867 buf32 = HIGH_U32_FROM_PTR (pArg1); 870 + static_cast<uint64_t>(HIGH_U32_FROM_VAR (arg2)) * static_cast<uint64_t>(buf32);
|
/frameworks/av/services/audioflinger/ |
Effects.cpp | 378 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local 379 effect_param_t *p = (effect_param_t *)buf32; 396 &buf32, [all...] |