Searched refs:Fetch (Results 1 – 8 of 8) sorted by relevance
40 %REG : Fetch register REG41 @ADDR : Fetch memory at ADDR (ADDR should be in userspace)42 @+OFFSET : Fetch memory at OFFSET (OFFSET from same file as PATH)43 $stackN : Fetch Nth entry of stack (N >= 0)44 $stack : Fetch stack address.45 $retval : Fetch return value.(\*1)46 $comm : Fetch current task comm.47 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
46 %REG : Fetch register REG47 @ADDR : Fetch memory at ADDR (ADDR should be in kernel)48 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)49 $stackN : Fetch Nth entry of stack (N >= 0)50 $stack : Fetch stack address.51 $argN : Fetch the Nth function argument. (N >= 1) (\*1)52 $retval : Fetch return value.(\*2)53 $comm : Fetch current task comm.54 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
81 ldq_u $4,0($16) # L : Fetch first partial259 ldq_u $4,0($16) # L : Fetch first partial447 ldq_u $4,0($16) # L : Fetch first partial
206 ldq_u $16, 8($17) # L : Fetch next 8
54 | 1. Fetch 2**(j/64) from table as Fact1 and Fact2.
253 self.fetcher.Fetch(glb_chunk_sz)309 self.fetcher.Fetch(glb_chunk_sz)1321 def Fetch(self, nr): member in SQLFetcher1747 self.fetcher.Fetch(glb_chunk_sz)1800 self.fetcher.Fetch(count)2310 self.fetcher.Fetch(glb_chunk_sz)2338 self.fetcher.Fetch(count)
1138 Fetch the data::
8860 # 1. Fetch 2**(j/64) from table as Fact1 and Fact2. #