Home
last modified time | relevance | path

Searched refs:FormatNative (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/prog/
Dany.go99 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
Dtypes.go43 FormatNative BinaryFormat = iota const
110 return FormatNative
Dencodingexec.go262 w.writeConstArg(a.Size(), w.target.PhysicalAddr(a), 0, 0, 0, FormatNative)
/external/syzkaller/pkg/csource/
Dcsource.go229 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/
Dgen.go421 bf := prog.FormatNative