HomeSort by relevance Sort by last modified time
    Searched refs:As (Results 201 - 225 of 556) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ssa.go 18 func loadByType(t ssa.Type) obj.As {
48 func storeByType(t ssa.Type) obj.As {
69 // shift type is used as Offset in obj.TYPE_SHIFT operands to encode shifted register operands
90 func genshift(as obj.As, r0, r1, r int16, typ int64, s int64) *obj.Prog {
91 p := gc.Prog(as)
108 func genregshift(as obj.As, r0, r1, r2, r int16, typ int64) *obj.Prog {
109 p := gc.Prog(as)
138 as := arm.AMOV
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
ssa.go 18 func loadByType(t ssa.Type) obj.As {
48 func storeByType(t ssa.Type) obj.As {
69 // shift type is used as Offset in obj.TYPE_SHIFT operands to encode shifted register operands
90 func genshift(as obj.As, r0, r1, r int16, typ int64, s int64) *obj.Prog {
91 p := gc.Prog(as)
108 func genregshift(as obj.As, r0, r1, r2, r int16, typ int64) *obj.Prog {
109 p := gc.Prog(as)
138 as := arm.AMOV
    [all...]
  /build/soong/cc/
ndk_sysroot.go 10 // distributed under the License is distributed on an "AS IS" BASIS,
47 // in the current platform tree. As such, legacy versions are checked in
48 // prebuilt to development/ndk, and a current version is built and archived as
  /development/build/
build_android_stubs.mk 5 # stub_timestamp: the timestamp file we use as dependency of the generated source.
11 # these files don't really matter, because they are all generated as part of
96 # As we don't have .dex file for the SDK stub, we cannot generate .toc
  /external/swiftshader/src/Reactor/
Main.cpp 10 // distributed under the License is distributed on an "AS IS" BASIS,
54 v.z = As<Float>(z);
55 z = As<Int>(Float(Float4(v.xzxx).y));
  /external/vulkan-validation-layers/
CONTRIBUTING.md 14 As a convenience, the contents of the Vulkan-LoaderAndValidationLayers repository are downstreamed into the VulkanTools and VulkanSamples repositories via a branch named `trunk`.
80 * Feel free to subject your code changes to other tests as well!
86 And finally, the test should check that the validation error report is generated and consider the test as "passing"
89 at the same time as the new validation check itself.
90 There are many existing validation tests in this directory that can be used as a starting point.
95 You'll be prompted with a one-time "click-through" CLA dialog as part of submitting your pull request
100 All contributions made to the Vulkan-LoaderAndValidationLayers repository are Khronos branded and as such,
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_arm_gen.go 9 // As of iOS 8, there is no API for querying the system trusted X.509 root
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type_test.go 36 // As Apple converts gcc to a clang-based front end
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer.go 17 // As returned by NewWriter, a Writer writes records terminated by a
18 // newline and uses ',' as the field delimiter. The exported fields can be
26 UseCRLF bool // True to use \r\n as the line terminator
122 // We used to quote empty strings, but we do not anymore (as of Go 1.4).
  /prebuilts/go/darwin-x86/src/encoding/hex/
hex.go 25 // bytes of dst. As a convenience, it returns the number
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 21 // Return that as an error. Any other panic remains.
40 // as an error to be reported.
47 // reads the whole file, it does not treat an EOF from Read as an error
65 // As initial capacity for readAll, use n + a little extra in case Size is zero,
68 // wrong, we'll either waste some space off the end or reallocate as needed, but
121 // devNull implements ReaderFrom as an optimization so io.Copy to
  /prebuilts/go/darwin-x86/src/sort/
search.go 15 // (Note that the "not found" return value is not -1 as in, for instance,
20 // a sorted, indexable data structure such as an array or slice.
46 // As a more whimsical example, this program guesses your number:
79 // as specified by Search. The return value is the index to insert x if x is
88 // as specified by Search. The return value is the index to insert x if x is not
97 // as specified by Search. The return value is the index to insert x if x is not
  /prebuilts/go/darwin-x86/src/sync/
mutex_test.go 234 // As a matter of fact, this benchmark still triggers some spinning in the mutex.
rwmutex.go 15 // RWMutexes can be created as part of other structures;
103 // As with Mutexes, a locked RWMutex is not associated with a particular
waitgroup.go 26 // the aligned 8 bytes in them as state.
69 // Need to model this as a read, because there can be
126 // Need to model this is as a write to race with the read in Add.
127 // As a consequence, can do the write only for the first waiter,
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 13 // portable interface to the system, such as "os", "time" and "net". Use
105 // As of Go 1.6 the compiler handles that case automatically.
  /prebuilts/go/darwin-x86/test/
reorder2.go 55 // As will x := g() + h() (same conditions).
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_arm_gen.go 9 // As of iOS 8, there is no API for querying the system trusted X.509 root
  /prebuilts/go/linux-x86/src/debug/dwarf/
type_test.go 36 // As Apple converts gcc to a clang-based front end
  /prebuilts/go/linux-x86/src/encoding/csv/
writer.go 17 // As returned by NewWriter, a Writer writes records terminated by a
18 // newline and uses ',' as the field delimiter. The exported fields can be
26 UseCRLF bool // True to use \r\n as the line terminator
122 // We used to quote empty strings, but we do not anymore (as of Go 1.4).
  /prebuilts/go/linux-x86/src/encoding/hex/
hex.go 25 // bytes of dst. As a convenience, it returns the number
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 21 // Return that as an error. Any other panic remains.
40 // as an error to be reported.
47 // reads the whole file, it does not treat an EOF from Read as an error
65 // As initial capacity for readAll, use n + a little extra in case Size is zero,
68 // wrong, we'll either waste some space off the end or reallocate as needed, but
121 // devNull implements ReaderFrom as an optimization so io.Copy to
  /prebuilts/go/linux-x86/src/sort/
search.go 15 // (Note that the "not found" return value is not -1 as in, for instance,
20 // a sorted, indexable data structure such as an array or slice.
46 // As a more whimsical example, this program guesses your number:
79 // as specified by Search. The return value is the index to insert x if x is
88 // as specified by Search. The return value is the index to insert x if x is not
97 // as specified by Search. The return value is the index to insert x if x is not
  /prebuilts/go/linux-x86/src/sync/
mutex_test.go 234 // As a matter of fact, this benchmark still triggers some spinning in the mutex.
rwmutex.go 15 // RWMutexes can be created as part of other structures;
103 // As with Mutexes, a locked RWMutex is not associated with a particular

Completed in 918 milliseconds

1 2 3 4 5 6 7 891011>>