HomeSort by relevance Sort by last modified time
    Searched refs:Jt (Results 1 - 25 of 55) 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 357 Jt uint8
ztypes_solaris_amd64.go 342 Jt uint8
ztypes_darwin_386.go 427 Jt uint8
ztypes_darwin_amd64.go 436 Jt uint8
ztypes_darwin_arm.go 428 Jt uint8
ztypes_darwin_arm64.go 436 Jt uint8
ztypes_dragonfly_amd64.go 422 Jt uint8
ztypes_freebsd_386.go 466 Jt uint8
ztypes_freebsd_amd64.go 469 Jt uint8
ztypes_freebsd_arm.go 469 Jt uint8
ztypes_linux_arm64.go 497 Jt uint8
ztypes_netbsd_amd64.go 364 Jt uint8
ztypes_netbsd_arm.go 362 Jt uint8
ztypes_openbsd_386.go 415 Jt uint8
ztypes_openbsd_amd64.go 422 Jt uint8
ztypes_openbsd_arm.go 408 Jt 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 357 Jt uint8
ztypes_solaris_amd64.go 342 Jt uint8
ztypes_darwin_386.go 427 Jt uint8
ztypes_darwin_amd64.go 436 Jt uint8
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 511 milliseconds

1 2 3