Home
last modified time | relevance | path

Searched defs:machine (Results 1 – 25 of 3606) sorted by relevance

12345678910>>...145

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/influxdata/go-syslog/v3/nontransparent/
H A Dparser.go16 type machine struct { struct
18 trailer byte
19 candidate []byte
20 bestEffort bool
21 internal syslog.Machine
22 emit syslog.ParserListener
23 readError error
177 func (m *machine) OnEOF(chunk []byte) {
180 func (m *machine) OnCompletion() {
243 func (m *machine) WithBestEffort() {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
88 func (m *machine) init(ncap int) {
111 func (m *machine) free(t *thread) {
121 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
88 func (m *machine) init(ncap int) {
111 func (m *machine) free(t *thread) {
121 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
88 func (m *machine) init(ncap int) {
111 func (m *machine) free(t *thread) {
121 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
88 func (m *machine) init(ncap int) {
113 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
88 func (m *machine) init(ncap int) {
113 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
88 func (m *machine) init(ncap int) {
113 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
88 func (m *machine) init(ncap int) {
113 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
88 func (m *machine) init(ncap int) {
113 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
88 func (m *machine) init(ncap int) {
113 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
39 p *syntax.Prog // compiled program
43 q0, q1 queue // two queues for runq, nextq
49 inputBytes inputBytes
50 inputString inputString
51 inputReader inputReader
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
88 func (m *machine) init(ncap int) {
113 func (m *machine) match(i input, pos int) bool {
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
38 re *Regexp // corresponding Regexp
39 p *syntax.Prog // compiled program
40 q0, q1 queue // two queues for runq, nextq
46 inputBytes inputBytes
47 inputString inputString
48 inputReader inputReader
51 func (m *machine) newInputBytes(b []byte) input {
82 func (m *machine) init(ncap int) {
105 func (m *machine) free(t *thread) {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
38 re *Regexp // corresponding Regexp
39 p *syntax.Prog // compiled program
40 q0, q1 queue // two queues for runq, nextq
46 inputBytes inputBytes
47 inputString inputString
48 inputReader inputReader
51 func (m *machine) newInputBytes(b []byte) input {
82 func (m *machine) init(ncap int) {
105 func (m *machine) free(t *thread) {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/regexp/
H A Dexec.go37 type machine struct { struct
38 re *Regexp // corresponding Regexp
39 p *syntax.Prog // compiled program
40 q0, q1 queue // two queues for runq, nextq
46 inputBytes inputBytes
47 inputString inputString
48 inputReader inputReader
51 func (m *machine) newInputBytes(b []byte) input {
82 func (m *machine) init(ncap int) {
105 func (m *machine) free(t *thread) {
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dmachine.h41 struct machine { struct
65 static inline struct threads *machine__threads(struct machine *machine, pid_t tid) in machine__threads()
75 struct map *machine__kernel_map(struct machine *machine) in machine__kernel_map()
84 struct maps *machine__kernel_maps(struct machine *machine) in machine__kernel_maps()
91 static inline u64 machine__kernel_start(struct machine *machine) in machine__kernel_start()
98 static inline bool machine__kernel_ip(struct machine *machine, u64 ip) in machine__kernel_ip()
198 static inline bool machine__is_default_guest(struct machine *machine) in machine__is_default_guest()
203 static inline bool machine__is_host(struct machine *machine) in machine__is_host()
220 struct symbol *machine__find_kernel_symbol(struct machine *machine, u64 addr, in machine__find_kernel_symbol()
227 struct symbol *machine__find_kernel_symbol_by_name(struct machine *machine, in machine__find_kernel_symbol_by_name()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dmachine.h41 struct machine { struct
65 static inline struct threads *machine__threads(struct machine *machine, pid_t tid) in machine__threads()
75 struct map *machine__kernel_map(struct machine *machine) in machine__kernel_map()
84 struct maps *machine__kernel_maps(struct machine *machine) in machine__kernel_maps()
91 static inline u64 machine__kernel_start(struct machine *machine) in machine__kernel_start()
98 static inline bool machine__kernel_ip(struct machine *machine, u64 ip) in machine__kernel_ip()
198 static inline bool machine__is_default_guest(struct machine *machine) in machine__is_default_guest()
203 static inline bool machine__is_host(struct machine *machine) in machine__is_host()
220 struct symbol *machine__find_kernel_symbol(struct machine *machine, u64 addr, in machine__find_kernel_symbol()
227 struct symbol *machine__find_kernel_symbol_by_name(struct machine *machine, in machine__find_kernel_symbol_by_name()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dmachine.h41 struct machine { struct
65 static inline struct threads *machine__threads(struct machine *machine, pid_t tid) in machine__threads()
75 struct map *machine__kernel_map(struct machine *machine) in machine__kernel_map()
84 struct maps *machine__kernel_maps(struct machine *machine) in machine__kernel_maps()
91 static inline u64 machine__kernel_start(struct machine *machine) in machine__kernel_start()
98 static inline bool machine__kernel_ip(struct machine *machine, u64 ip) in machine__kernel_ip()
198 static inline bool machine__is_default_guest(struct machine *machine) in machine__is_default_guest()
203 static inline bool machine__is_host(struct machine *machine) in machine__is_host()
220 struct symbol *machine__find_kernel_symbol(struct machine *machine, u64 addr, in machine__find_kernel_symbol()
227 struct symbol *machine__find_kernel_symbol_by_name(struct machine *machine, in machine__find_kernel_symbol_by_name()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/influxdata/go-syslog/v3/rfc5424/
H A Dmachine.go61 data []byte
62 cs int
63 p, pe, eof int
64 pb int
65 err error
66 currentelem string
67 currentparam string
68 msgat int
69 backslashat []int
70 bestEffort bool
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/leodido/go-urn/go-urn-1.2.0/
H A Dmachine.go28 type machine struct { struct
29 data []byte
30 cs int
31 p, pe, eof, pb int
32 err error
33 tolower []int
46 func (m *machine) Error() error {
50 func (m *machine) text() []byte {
55 func (m *machine) Parse(input []byte) (*URN, error) {
/dports/net/rospo/rospo-0.7.1/vendor/github.com/leodido/go-urn/
H A Dmachine.go28 type machine struct { struct
29 data []byte
30 cs int
31 p, pe, eof, pb int
32 err error
33 tolower []int
46 func (m *machine) Error() error {
50 func (m *machine) text() []byte {
55 func (m *machine) Parse(input []byte) (*URN, error) {
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/leodido/go-urn/
H A Dmachine.go28 type machine struct { struct
29 data []byte
30 cs int
31 p, pe, eof, pb int
32 err error
33 tolower []int
46 func (m *machine) Error() error {
50 func (m *machine) text() []byte {
55 func (m *machine) Parse(input []byte) (*URN, error) {
/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/
H A Dtimings.c101 libspectrum_timings_processor_speed( libspectrum_machine machine ) in libspectrum_timings_processor_speed()
107 libspectrum_timings_ay_speed( libspectrum_machine machine ) in libspectrum_timings_ay_speed()
113 libspectrum_timings_left_border( libspectrum_machine machine ) in libspectrum_timings_left_border()
125 libspectrum_timings_right_border( libspectrum_machine machine ) in libspectrum_timings_right_border()
137 libspectrum_timings_top_border( libspectrum_machine machine ) in libspectrum_timings_top_border()
143 libspectrum_timings_vertical_screen( libspectrum_machine machine ) in libspectrum_timings_vertical_screen()
149 libspectrum_timings_bottom_border( libspectrum_machine machine ) in libspectrum_timings_bottom_border()
155 libspectrum_timings_vertical_retrace( libspectrum_machine machine ) in libspectrum_timings_vertical_retrace()
161 libspectrum_timings_interrupt_length( libspectrum_machine machine ) in libspectrum_timings_interrupt_length()
167 libspectrum_timings_top_left_pixel( libspectrum_machine machine ) in libspectrum_timings_top_left_pixel()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/line-protocol/
H A Dmachine.go43 type machine struct { struct
44 data []byte
45 cs int
46 p, pe, eof int
47 pb int
48 lineno int
49 sol int
51 initState int
52 key []byte
53 beginMetric bool
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/influxdata/line-protocol/
H A Dmachine.go43 type machine struct { struct
44 data []byte
45 cs int
46 p, pe, eof int
47 pb int
48 lineno int
49 sol int
51 initState int
52 key []byte
53 beginMetric bool
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/demos/tunala/
H A Dsm.c5 void state_machine_init(state_machine_t * machine) in state_machine_init()
15 void state_machine_close(state_machine_t * machine) in state_machine_close()
36 buffer_t *state_machine_get_buffer(state_machine_t * machine, in state_machine_get_buffer()
56 SSL *state_machine_get_SSL(state_machine_t * machine) in state_machine_get_SSL()
61 int state_machine_set_SSL(state_machine_t * machine, SSL *ssl, int is_server) in state_machine_set_SSL()
87 int state_machine_churn(state_machine_t * machine) in state_machine_churn()
127 int state_machine_close_clean(state_machine_t * machine) in state_machine_close_clean()
150 int state_machine_close_dirty(state_machine_t * machine) in state_machine_close_dirty()

12345678910>>...145