HomeSort by relevance Sort by last modified time
    Searched refs:iform (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode.go 152 for i, iform := range instFormats {
153 if ui&iform.Mask != iform.Value {
156 if ui&iform.DontCare != 0 {
158 log.Printf("Decode(%#x): unused bit is 1 for Op %s", ui, iform.Op)
162 for i, argfield := range iform.Args {
168 inst.Op = iform.Op
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode.go 152 for i, iform := range instFormats {
153 if ui&iform.Mask != iform.Value {
156 if ui&iform.DontCare != 0 {
158 log.Printf("Decode(%#x): unused bit is 1 for Op %s", ui, iform.Op)
162 for i, argfield := range iform.Args {
168 inst.Op = iform.Op
  /system/core/logd/
LogTags.cpp 410 tag2format_const_iterator iform; local
414 iform = tag2format.find(tag);
415 if (iform == tag2format.end()) return NULL;
417 return iform->second.c_str();
472 tag2format_const_iterator iform = tag2format.find(Tag); local
473 if ((iform == tag2format.end()) && iform->second.length()) {
474 localKey += "+" + iform->second;
524 tag2format_const_iterator iform = tag2format.find(tag); local
525 std::string Format = (iform != tag2format.end()) ? iform->second : ""
814 tag2format_const_iterator iform = tag2format.find(tag); local
    [all...]

Completed in 131 milliseconds