Searched refs:word (Results 1 – 13 of 13) sorted by relevance
/system/core/libcorkscrew/arch-arm/ |
D | backtrace-arm.c | 207 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/ |
D | memset_cmips.S | 75 # 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?
|
D | memset_omips.S | 47 or a1, t0 # a1 is now pattern in full word 71 beq t0, zero, .Llast8 # word remaining after the loop
|
/system/core/sh/ |
D | mktokens | 53 TWORD 0 word
|
D | nodetypes | 95 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
|
D | TOUR | 157 word. The text consists of ordinary characters and a number of 253 substitution. The second (ifsbreakup) performs word splitting
|
/system/core/libpixelflinger/codeflinger/ |
D | mips_disassem.c | 191 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()
|
D | mips_opcode.h | 48 unsigned word; member
|
D | ARMAssembler.cpp | 434 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
|
/system/core/toolbox/grep/ |
D | fastgrep.c | 95 fg->word = wflag; in fastcomp() 116 fg->word = true; in fastcomp()
|
D | grep.h | 114 bool word; member
|
D | util.c | 325 if (fg_pattern[i].word && pmatch.rm_so != 0) { in procline()
|
/system/media/camera/docs/ |
D | html.mako | 28 table { table-layout: fixed; width: 100%; word-wrap: break-word } 78 # insert word break hints for the browser
|