Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_vmallocinfo.cpp37 string word; in CaclVmalloclValue() local
39 while (ss >> word) { in CaclVmalloclValue()
40 words.push_back(word); in CaclVmalloclValue()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_hardware_info.cpp74 string word; in GetValue() local
76 while (ss >> word) { in GetValue()
77 words.push_back(word); in GetValue()
/base/startup/hvb/libhvb/src/utils/
Dhvb_util.c76 uint64_t word; in hvb_htobe64() member
88 return ret.word; in hvb_htobe64()