Home | History | Annotate | Download | only in prog

Lines Matching refs:uint64

12 	Vars  []uint64
17 Index uint64
24 Addr uint64
29 Index uint64
30 Addr uint64
31 Size uint64
37 Size uint64
39 Value uint64
40 BitfieldOffset uint64
41 BitfieldLength uint64
42 PidStride uint64
46 Size uint64
48 Index uint64
49 DivOp uint64
50 AddOp uint64
51 Default uint64
59 Size uint64
60 Kind uint64
65 Kind uint64
66 Value uint64
67 Size uint64
76 if uint64(len(dec.vars)) != dec.numVars {
91 numVars uint64
92 vars []uint64
114 if instr >= uint64(len(dec.target.Syscalls)) {
158 for uint64(len(dec.vars)) <= arg.Index {
194 func (dec *execDecoder) read() uint64 {
201 var v uint64
203 v |= uint64(dec.data[i]) << uint(i*8)
209 func (dec *execDecoder) readBlob(size uint64) []byte {
211 if uint64(len(dec.data)) < padded {