Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
Dbitops.h59 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/
Dmain.cpp45 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/
DAndroid.mk70 ; 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/
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()
Dmips64_disassem.c156 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()
Dmips_opcode.h48 unsigned word; member
DARMAssembler.cpp434 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dfastgrep.c95 fg->word = wflag; in fastcomp()
116 fg->word = true; in fastcomp()
Dgrep.h110 bool word; member
Dutil.c326 if (fg_pattern[i].word && pmatch.rm_so != 0) { in procline()
/system/media/camera/docs/
Dhtml.mako41 table { border-collapse:collapse; table-layout: fixed; width: 100%; word-wrap: break-word }
/system/media/audio_utils/
DDoxyfile.orig29 # 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
DDoxyfile29 # 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/
Draw_structures.txt1320 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…
Draw_structures_fixed.txt1320 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…