Searched refs:FormatNative (Results 1 – 5 of 5) sorted by relevance
/external/syzkaller/prog/ |
D | any.go | 99 target.any.res16 = createResource("ANYRES16", "int16", FormatNative, 2) 100 target.any.res32 = createResource("ANYRES32", "int32", FormatNative, 4) 101 target.any.res64 = createResource("ANYRES64", "int64", FormatNative, 8) 283 case FormatNative: 306 case FormatNative, FormatBigEndian: 350 if bf != FormatNative { 380 return 0xabcdef1234567890, FormatNative 385 bf = FormatNative
|
D | types.go | 43 FormatNative BinaryFormat = iota const 110 return FormatNative
|
D | encodingexec.go | 262 w.writeConstArg(a.Size(), w.target.PhysicalAddr(a), 0, 0, 0, FormatNative)
|
/external/syzkaller/pkg/csource/ |
D | csource.go | 229 if arg.Format != prog.FormatNative && arg.Format != prog.FormatBigEndian { 234 if arg.Format != prog.FormatNative && arg.Format != prog.FormatBigEndian { 281 if arg.Format != prog.FormatNative && arg.Format != prog.FormatBigEndian { 308 case prog.FormatNative, prog.FormatBigEndian:
|
/external/syzkaller/pkg/compiler/ |
D | gen.go | 421 bf := prog.FormatNative
|