Home
last modified time | relevance | path

Searched refs:newInputBytes (Results 1 – 19 of 19) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/old/regexp/
H A Dregexp.go793 func newInputBytes(str []byte) *inputBytes { func
996 func (re *Regexp) Match(b []byte) bool { return len(re.doExecute(newInputBytes(b), 0)) > 0 }
1099 a := re.doExecute(newInputBytes(src), searchPos)
1168 in = newInputBytes(b)
1210 a := re.doExecute(newInputBytes(b), 0)
1222 a := re.doExecute(newInputBytes(b), 0)
1272 a := re.doExecute(newInputBytes(b), 0)
1291 return re.doExecute(newInputBytes(b), 0)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/old/regexp/
H A Dregexp.go793 func newInputBytes(str []byte) *inputBytes { func
996 func (re *Regexp) Match(b []byte) bool { return len(re.doExecute(newInputBytes(b), 0)) > 0 }
1099 a := re.doExecute(newInputBytes(src), searchPos)
1168 in = newInputBytes(b)
1210 a := re.doExecute(newInputBytes(b), 0)
1222 a := re.doExecute(newInputBytes(b), 0)
1272 a := re.doExecute(newInputBytes(b), 0)
1291 return re.doExecute(newInputBytes(b), 0)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/old/regexp/
H A Dregexp.go793 func newInputBytes(str []byte) *inputBytes { func
996 func (re *Regexp) Match(b []byte) bool { return len(re.doExecute(newInputBytes(b), 0)) > 0 }
1099 a := re.doExecute(newInputBytes(src), searchPos)
1168 in = newInputBytes(b)
1210 a := re.doExecute(newInputBytes(b), 0)
1222 a := re.doExecute(newInputBytes(b), 0)
1272 a := re.doExecute(newInputBytes(b), 0)
1291 return re.doExecute(newInputBytes(b), 0)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/old/regexp/
H A Dregexp.go793 func newInputBytes(str []byte) *inputBytes { func
996 func (re *Regexp) Match(b []byte) bool { return len(re.doExecute(newInputBytes(b), 0)) > 0 }
1099 a := re.doExecute(newInputBytes(src), searchPos)
1168 in = newInputBytes(b)
1210 a := re.doExecute(newInputBytes(b), 0)
1222 a := re.doExecute(newInputBytes(b), 0)
1272 a := re.doExecute(newInputBytes(b), 0)
1291 return re.doExecute(newInputBytes(b), 0)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/old/regexp/
H A Dregexp.go793 func newInputBytes(str []byte) *inputBytes { func
996 func (re *Regexp) Match(b []byte) bool { return len(re.doExecute(newInputBytes(b), 0)) > 0 }
1099 a := re.doExecute(newInputBytes(src), searchPos)
1168 in = newInputBytes(b)
1210 a := re.doExecute(newInputBytes(b), 0)
1222 a := re.doExecute(newInputBytes(b), 0)
1272 a := re.doExecute(newInputBytes(b), 0)
1291 return re.doExecute(newInputBytes(b), 0)
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/old/regexp/
H A Dregexp.go793 func newInputBytes(str []byte) *inputBytes { func
996 func (re *Regexp) Match(b []byte) bool { return len(re.doExecute(newInputBytes(b), 0)) > 0 }
1099 a := re.doExecute(newInputBytes(src), searchPos)
1168 in = newInputBytes(b)
1210 a := re.doExecute(newInputBytes(b), 0)
1222 a := re.doExecute(newInputBytes(b), 0)
1272 a := re.doExecute(newInputBytes(b), 0)
1291 return re.doExecute(newInputBytes(b), 0)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/regexp/
H A Dexec.go51 func (m *machine) newInputBytes(b []byte) input { func
328 i = m.newInputBytes(b)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/regexp/
H A Dexec.go51 func (m *machine) newInputBytes(b []byte) input { func
328 i = m.newInputBytes(b)
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/regexp/
H A Dexec.go51 func (m *machine) newInputBytes(b []byte) input { func
328 i = m.newInputBytes(b)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
425 i = m.newInputBytes(b)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
434 i = m.newInputBytes(b)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
426 i = m.newInputBytes(b)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
425 i = m.newInputBytes(b)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
425 i = m.newInputBytes(b)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
425 i = m.newInputBytes(b)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
425 i = m.newInputBytes(b)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
425 i = m.newInputBytes(b)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
434 i = m.newInputBytes(b)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/regexp/
H A Dexec.go54 func (m *machine) newInputBytes(b []byte) input { func
434 i = m.newInputBytes(b)