HomeSort by relevance Sort by last modified time
    Searched refs:generates (Results 276 - 300 of 452) sorted by null

<<111213141516171819

  /external/libmojo/
Android.mk 36 # the script that generates the JNI files does not handle compiling it well.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
arithConstGen.go 5 // This program generates a test to verify that the standard arithmetic
constFoldGen.go 5 // This program generates a test to verify that the standard arithmetic
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 180 {name: "ADDLcarry", argLength: 2, reg: gp21carry, asm: "ADDL", commutative: true, resultInArg0: true}, // arg0 + arg1, generates <carry,result> pair
181 {name: "ADDLconstcarry", argLength: 1, reg: gp11carry, asm: "ADDL", aux: "Int32", resultInArg0: true}, // arg0 + auxint, generates <carry,result> pair
188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pair
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
schedule.go 62 // will appear in the assembly output. For now it generates a
  /prebuilts/go/darwin-x86/src/cmd/link/
link_test.go 26 // The compiler generates a symbol name using the string form of the
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
objdump_test.go 113 // the manual is clear that this is pre-indexed mode (with !) but libopcodes generates post-index (without !).
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 12 (This definition can be refined; the module generates too many
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 149 // GenerateKey generates a public&private key pair. The Parameters of the
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 99 // GenerateKey generates a public and private key pair.
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_test.go 72 // testCrossCheck generates random buffers of various lengths and verifies that
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 263 // write generates and writes a syslog formatted string. The
  /prebuilts/go/darwin-x86/src/runtime/
mkduff.go 23 // mkduff generates duff_*.s.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
arithConstGen.go 5 // This program generates a test to verify that the standard arithmetic
constFoldGen.go 5 // This program generates a test to verify that the standard arithmetic
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 180 {name: "ADDLcarry", argLength: 2, reg: gp21carry, asm: "ADDL", commutative: true, resultInArg0: true}, // arg0 + arg1, generates <carry,result> pair
181 {name: "ADDLconstcarry", argLength: 1, reg: gp11carry, asm: "ADDL", aux: "Int32", resultInArg0: true}, // arg0 + auxint, generates <carry,result> pair
188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pair
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
schedule.go 62 // will appear in the assembly output. For now it generates a
  /prebuilts/go/linux-x86/src/cmd/link/
link_test.go 26 // The compiler generates a symbol name using the string form of the
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
objdump_test.go 113 // the manual is clear that this is pre-indexed mode (with !) but libopcodes generates post-index (without !).
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 12 (This definition can be refined; the module generates too many
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 149 // GenerateKey generates a public&private key pair. The Parameters of the
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 99 // GenerateKey generates a public and private key pair.
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_test.go 72 // testCrossCheck generates random buffers of various lengths and verifies that
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 263 // write generates and writes a syslog formatted string. The
  /prebuilts/go/linux-x86/src/runtime/
mkduff.go 23 // mkduff generates duff_*.s.

Completed in 417 milliseconds

<<111213141516171819