HomeSort by relevance Sort by last modified time
    Searched refs:stores (Results 76 - 100 of 411) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
loadstore.go 13 // testLoadStoreOrder tests for reordering of stores/loads.
81 // testDeadStorePanic_ssa ensures that we don't optimize away stores
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
loadstore.go 13 // testLoadStoreOrder tests for reordering of stores/loads.
81 // testDeadStorePanic_ssa ensures that we don't optimize away stores
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_dc.s 109 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
139 mov r7, r8 @r7 also stores 2nt+1
  /external/skia/tools/lua/
scrape_dashing.lua 21 local total_found = {} -- accumulate() stores its data in here
  /external/skqp/tools/lua/
scrape_dashing.lua 21 local total_found = {} -- accumulate() stores its data in here
  /prebuilts/go/darwin-x86/doc/play/
life.go 60 // Life stores the state of a round of Conway's Game of Life.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
location.go 35 // A LocalSlot is a location in the stack frame, which identifies and stores
  /prebuilts/go/darwin-x86/src/flag/
flag.go 593 // The return value is the address of a bool variable that stores the value of the flag.
601 // The return value is the address of a bool variable that stores the value of the flag.
619 // The return value is the address of an int variable that stores the value of the flag.
627 // The return value is the address of an int variable that stores the value of the flag.
645 // The return value is the address of an int64 variable that stores the value of the flag.
653 // The return value is the address of an int64 variable that stores the value of the flag.
671 // The return value is the address of a uint variable that stores the value of the flag.
679 // The return value is the address of a uint variable that stores the value of the flag.
697 // The return value is the address of a uint64 variable that stores the value of the flag.
705 // The return value is the address of a uint64 variable that stores the value of the flag
    [all...]
  /prebuilts/go/linux-x86/doc/play/
life.go 60 // Life stores the state of a round of Conway's Game of Life.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
location.go 35 // A LocalSlot is a location in the stack frame, which identifies and stores
  /prebuilts/go/linux-x86/src/flag/
flag.go 593 // The return value is the address of a bool variable that stores the value of the flag.
601 // The return value is the address of a bool variable that stores the value of the flag.
619 // The return value is the address of an int variable that stores the value of the flag.
627 // The return value is the address of an int variable that stores the value of the flag.
645 // The return value is the address of an int64 variable that stores the value of the flag.
653 // The return value is the address of an int64 variable that stores the value of the flag.
671 // The return value is the address of a uint variable that stores the value of the flag.
679 // The return value is the address of a uint variable that stores the value of the flag.
697 // The return value is the address of a uint64 variable that stores the value of the flag.
705 // The return value is the address of a uint64 variable that stores the value of the flag
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-ldst-es.s 1 @ test element and structure loads and stores.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@24k-triple-stores-4.d 4 #source: 24k-triple-stores-4.s
micromips@24k-triple-stores-8.d 4 #source: 24k-triple-stores-8.s
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 252 List<PKIXCertStore> stores = new ArrayList<PKIXCertStore>(); local
262 stores.add(altStore);
266 return stores;
709 List<PKIXCRLStore> stores = new ArrayList<PKIXCRLStore>(); local
727 stores.add(store);
734 return stores;
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
map.go 14 // Loads, stores, and deletes run in amortized constant time.
165 // tryStore stores a value if the entry has not been expunged.
193 // storeLocked unconditionally stores a value to the entry.
201 // Otherwise, it stores and returns the given value.
238 // tryLoadOrStore atomically loads or stores a value if the entry is not
  /prebuilts/go/linux-x86/src/sync/
map.go 14 // Loads, stores, and deletes run in amortized constant time.
165 // tryStore stores a value if the entry has not been expunged.
193 // storeLocked unconditionally stores a value to the entry.
201 // Otherwise, it stores and returns the given value.
238 // tryLoadOrStore atomically loads or stores a value if the entry is not
  /external/libavc/common/arm/
ih264_padding_neon.s 88 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
168 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
304 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
442 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
577 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
  /external/libunwind/doc/
unw_get_fpreg.tex 21 and stores the value in the variable pointed to by \Var{valp}.
unw_get_reg.tex 20 \Var{reg} in the stack frame identified by cursor \Var{cp} and stores
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 32 // StateMonitor maintains a map that stores the state of the URLs being
  /prebuilts/go/darwin-x86/src/os/
exec_plan9.go 98 // ProcessState stores information about a process, as reported by Wait.
exec_posix.go 57 // ProcessState stores information about a process, as reported by Wait.
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 32 // StateMonitor maintains a map that stores the state of the URLs being
  /prebuilts/go/linux-x86/src/os/
exec_plan9.go 98 // ProcessState stores information about a process, as reported by Wait.

Completed in 1758 milliseconds

1 2 34 5 6 7 8 91011>>