Searched refs:word (Results 1 – 15 of 15) sorted by relevance
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/ |
D | bitops.h | 59 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument 64 if ((word & 0xffffffff) == 0) { in __ffs() 66 word >>= 32; in __ffs() 69 if ((word & 0xffff) == 0) { in __ffs() 71 word >>= 16; in __ffs() 73 if ((word & 0xff) == 0) { in __ffs() 75 word >>= 8; in __ffs() 77 if ((word & 0xf) == 0) { in __ffs() 79 word >>= 4; in __ffs() 81 if ((word & 0x3) == 0) { in __ffs() [all …]
|
/system/extras/memory_replay/ |
D | main.cpp | 45 char* word = reinterpret_cast<char*>(memchr(line, ':', line_len)); in GetMaxAllocs() local 46 if (word == nullptr) { in GetMaxAllocs() 50 word++; in GetMaxAllocs() 51 while (*word++ == ' '); in GetMaxAllocs() 55 if (*word == 'f') { in GetMaxAllocs() 58 if (sscanf(word, "free %" SCNxPTR, &pointer) == 1 && pointer != 0) { in GetMaxAllocs() 61 } else if (*word != 't') { in GetMaxAllocs()
|
/system/core/rootdir/ |
D | Android.mk | 70 ; mkdir -p $(dir $(TARGET_ROOT_OUT)/$(word 2,$(p))) \ 71 ; ln -sf $(word 1,$(p)) $(TARGET_ROOT_OUT)/$(word 2,$(p))) 82 bcp_md5 := $(word 1, $(shell echo $(PRODUCT_BOOTCLASSPATH) $(PRODUCT_SYSTEM_SERVER_CLASSPATH) | $(M…
|
/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 | mips64_disassem.c | 156 i.word = insn; in db_disasm_insn() 160 if (i.word == 0) { in db_disasm_insn() 164 if (i.word == 0x0080) { in db_disasm_insn() 168 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/upstream-netbsd/usr.bin/grep/ |
D | fastgrep.c | 95 fg->word = wflag; in fastcomp() 116 fg->word = true; in fastcomp()
|
D | grep.h | 110 bool word; member
|
D | util.c | 326 if (fg_pattern[i].word && pmatch.rm_so != 0) { in procline()
|
/system/media/camera/docs/ |
D | html.mako | 41 table { border-collapse:collapse; table-layout: fixed; width: 100%; word-wrap: break-word }
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 225 # This tag can be used to specify a number of word-keyword mappings (TCL only). 287 # be prevented in individual cases by by putting a % sign in front of the word 801 # output. The symbol name can be a fully qualified name, a word, or if the
|
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 225 # This tag can be used to specify a number of word-keyword mappings (TCL only). 287 # be prevented in individual cases by by putting a % sign in front of the word 801 # output. The symbol name can be a fully qualified name, a word, or if the
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 1320 A table that defines an enumerated data type will start with the word “Definition” and end with “Va… 1535 The tables used to define structures have a title that starts with the word “Definition” and ends w…
|
D | raw_structures_fixed.txt | 1320 A table that defines an enumerated data type will start with the word “Definition” and end with “Va… 1535 The tables used to define structures have a title that starts with the word “Definition” and ends w…
|