OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Jf
(Results
1 - 25
of
56
) sorted by null
1
2
3
/prebuilts/go/darwin-x86/src/syscall/
lsf_linux.go
17
func LsfJump(code, k, jt,
jf
int) *SockFilter {
18
return &SockFilter{Code: uint16(code), Jt: uint8(jt),
Jf
: uint8(
jf
), K: uint32(k)}
bpf_bsd.go
19
func BpfJump(code, k, jt,
jf
int) *BpfInsn {
20
return &BpfInsn{Code: uint16(code), Jt: uint8(jt),
Jf
: uint8(
jf
), K: uint32(k)}
ztypes_netbsd_386.go
358
Jf
uint8
ztypes_solaris_amd64.go
343
Jf
uint8
ztypes_darwin_386.go
428
Jf
uint8
ztypes_darwin_amd64.go
437
Jf
uint8
ztypes_darwin_arm.go
429
Jf
uint8
ztypes_darwin_arm64.go
437
Jf
uint8
ztypes_dragonfly_amd64.go
423
Jf
uint8
ztypes_freebsd_386.go
467
Jf
uint8
ztypes_freebsd_amd64.go
470
Jf
uint8
ztypes_freebsd_arm.go
470
Jf
uint8
ztypes_linux_arm64.go
498
Jf
uint8
ztypes_netbsd_amd64.go
365
Jf
uint8
ztypes_netbsd_arm.go
363
Jf
uint8
ztypes_openbsd_386.go
416
Jf
uint8
ztypes_openbsd_amd64.go
423
Jf
uint8
ztypes_openbsd_arm.go
409
Jf
uint8
/prebuilts/go/linux-x86/src/syscall/
lsf_linux.go
17
func LsfJump(code, k, jt,
jf
int) *SockFilter {
18
return &SockFilter{Code: uint16(code), Jt: uint8(jt),
Jf
: uint8(
jf
), K: uint32(k)}
bpf_bsd.go
19
func BpfJump(code, k, jt,
jf
int) *BpfInsn {
20
return &BpfInsn{Code: uint16(code), Jt: uint8(jt),
Jf
: uint8(
jf
), K: uint32(k)}
ztypes_netbsd_386.go
358
Jf
uint8
ztypes_solaris_amd64.go
343
Jf
uint8
ztypes_darwin_386.go
428
Jf
uint8
ztypes_darwin_amd64.go
437
Jf
uint8
ztypes_darwin_arm.go
429
Jf
uint8
Completed in 152 milliseconds
1
2
3