Searched defs:word (Results 1 - 3 of 3) sorted by last modified time

/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c207 uint32_t word; member in struct:__anon377
214 if (!try_get_word(memory, stream->ptr, &stream->word)) {
218 *out_value = stream->word >> 24;
222 *out_value = stream->word >> 16;
226 *out_value = stream->word >> 8;
230 *out_value = stream->word;
442 uint32_t word; local
443 if (try_get_word(memory, pc & ~2, &word)) {
444 *out_value = pc & 2 ? word >> 16 : word
[all...]
/system/core/libpixelflinger/codeflinger/
H A Dmips_opcode.h48 unsigned word; member in union:__anon425
/system/core/toolbox/grep/
H A Dgrep.h114 bool word; member in struct:__anon481

Completed in 21 milliseconds