HomeSort by relevance Sort by last modified time
    Searched defs:one16 (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
shift_test.go 814 one16 int16 = 1
840 if one16<<N<<N == 1 {
843 if one16>>N>>N == 1 {
886 if one16<<N>>2<<N == 1 {
892 if one16>>N<<2>>N == 1 {
813 one16 int16 = 1 var
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
shift_test.go 814 one16 int16 = 1
840 if one16<<N<<N == 1 {
843 if one16>>N>>N == 1 {
886 if one16<<N>>2<<N == 1 {
892 if one16>>N<<2>>N == 1 {
813 one16 int16 = 1 var

Completed in 82 milliseconds