Home
last modified time | relevance | path

Searched refs:word (Results 1 – 13 of 13) sorted by relevance

/system/core/libcorkscrew/arch-arm/
Dbacktrace-arm.c207 uint32_t word; member
214 if (!try_get_word(memory, stream->ptr, &stream->word)) { in try_next_byte()
218 *out_value = stream->word >> 24; in try_next_byte()
222 *out_value = stream->word >> 16; in try_next_byte()
226 *out_value = stream->word >> 8; in try_next_byte()
230 *out_value = stream->word; in try_next_byte()
442 uint32_t word; in try_get_half_word() local
443 if (try_get_word(memory, pc & ~2, &word)) { in try_get_half_word()
444 *out_value = pc & 2 ? word >> 16 : word & 0xffff; in try_get_half_word()
/system/core/libcutils/tests/memset_mips/
Dmemset_cmips.S75 # smear byte into 32 bit word
77 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
78 ins a1, a1, 16, 16 # Replicate fill byte into word.
87 .Lset0: andi v1,v1,0x3 # word-unaligned address?
Dmemset_omips.S47 or a1, t0 # a1 is now pattern in full word
71 beq t0, zero, .Llast8 # word remaining after the loop
/system/core/sh/
Dmktokens53 TWORD 0 word
Dnodetypes95 expr nodeptr # the word to switch on
108 NARG narg # represents a word
110 next nodeptr # next word in list
111 text string # the text of the word
DTOUR157 word. The text consists of ordinary characters and a number of
253 substitution. The second (ifsbreakup) performs word splitting
/system/core/libpixelflinger/codeflinger/
Dmips_disassem.c191 i.word = insn; in db_disasm_insn()
195 if (i.word == 0) { in db_disasm_insn()
199 if (i.word == 0x0080) { in db_disasm_insn()
203 if (i.word == 0x00c0) { in db_disasm_insn()
Dmips_opcode.h48 unsigned word; member
DARMAssembler.cpp434 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
/system/core/toolbox/grep/
Dfastgrep.c95 fg->word = wflag; in fastcomp()
116 fg->word = true; in fastcomp()
Dgrep.h114 bool word; member
Dutil.c325 if (fg_pattern[i].word && pmatch.rm_so != 0) { in procline()
/system/media/camera/docs/
Dhtml.mako28 table { table-layout: fixed; width: 100%; word-wrap: break-word }
78 # insert word break hints for the browser