HomeSort by relevance Sort by last modified time
    Searched refs:ip (Results 51 - 75 of 2411) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
arm-pic-veneer.d 14 8008: e59fc004 ldr ip, \[pc, #4\] ; 8014 <__foo_from_arm\+0xc>
15 800c: e08fc00c add ip, pc, ip
16 8010: e12fff1c bx ip
farcall-arm-thumb-blx-pic-veneer.d 10 1008: e59fc004 ldr ip, \[pc, #4\] ; 1014 <__bar_from_arm\+0xc>
11 100c: e08fc00c add ip, pc, ip
12 1010: e12fff1c bx ip
farcall-arm-thumb-pic-veneer.d 10 1008: e59fc004 ldr ip, \[pc, #4\] ; 1014 <__bar_from_arm\+0xc>
11 100c: e08fc00c add ip, pc, ip
12 1010: e12fff1c bx ip
farcall-thumb-thumb-blx-pic-veneer.d 11 1008: e59fc004 ldr ip, \[pc, #4\] ; 1014 <__bar_veneer\+0xc>
12 100c: e08fc00c add ip, pc, ip
13 1010: e12fff1c bx ip
  /external/iptables/iptables/
nft-ipv4.c 19 #include <netinet/ip.h>
36 if (cs->fw.ip.iniface[0] != '\0') {
37 op = nft_invflags2cmp(cs->fw.ip.invflags, IPT_INV_VIA_IN);
38 add_iniface(r, cs->fw.ip.iniface, op);
41 if (cs->fw.ip.outiface[0] != '\0') {
42 op = nft_invflags2cmp(cs->fw.ip.invflags, IPT_INV_VIA_OUT);
43 add_outiface(r, cs->fw.ip.outiface, op);
46 if (cs->fw.ip.proto != 0) {
47 op = nft_invflags2cmp(cs->fw.ip.invflags, XT_INV_PROTO);
49 cs->fw.ip.proto, op)
    [all...]
  /art/runtime/interpreter/mterp/arm/
op_iget_wide_quick.S 3 FETCH ip, 1 @ ip<- field byte offset
8 ldrd r0, [r3, ip] @ r0<- obj.field (64 bits, aligned)
11 CLEAR_SHADOW_PAIR r2, ip, lr @ Zero out the shadow regs
12 GET_INST_OPCODE ip @ extract opcode from rINST
14 GOTO_OPCODE ip @ jump to next instruction
  /art/runtime/interpreter/mterp/arm64/
funopNarrow.S 15 GET_INST_OPCODE ip // extract opcode from wINST
17 GOTO_OPCODE ip // jump to next instruction
funopNarrower.S 14 GET_INST_OPCODE ip // extract opcode from wINST
16 GOTO_OPCODE ip // jump to next instruction
funopWide.S 14 GET_INST_OPCODE ip // extract opcode from wINST
16 GOTO_OPCODE ip // jump to next instruction
funopWider.S 14 GET_INST_OPCODE ip // extract opcode from wINST
16 GOTO_OPCODE ip // jump to next instruction
op_const.S 7 GET_INST_OPCODE ip // extract opcode from wINST
9 GOTO_OPCODE ip // jump to next instruction
op_const_wide_32.S 6 GET_INST_OPCODE ip // extract opcode from wINST
9 GOTO_OPCODE ip // jump to next instruction
op_int_to_long.S 6 GET_INST_OPCODE ip // extract opcode from wINST
8 GOTO_OPCODE ip // jump to next instruction
op_monitor_enter.S 12 GET_INST_OPCODE ip // extract opcode from rINST
13 GOTO_OPCODE ip // jump to next instruction
op_monitor_exit.S 16 GET_INST_OPCODE ip // extract opcode from rINST
17 GOTO_OPCODE ip // jump to next instruction
op_move_16.S 8 GET_INST_OPCODE ip // extract opcode from xINST
14 GOTO_OPCODE ip // jump to next instruction
op_move_from16.S 8 GET_INST_OPCODE ip // extract opcode from wINST
14 GOTO_OPCODE ip // jump to next instruction
op_move_result_wide.S 7 GET_INST_OPCODE ip // extract opcode from wINST
9 GOTO_OPCODE ip // jump to next instruction
op_move_wide.S 7 GET_INST_OPCODE ip // extract opcode from wINST
9 GOTO_OPCODE ip // jump to next instruction
unop.S 15 GET_INST_OPCODE ip // extract opcode from rINST
17 GOTO_OPCODE ip // jump to next instruction
unopWide.S 14 GET_INST_OPCODE ip // extract opcode from wINST
16 GOTO_OPCODE ip // jump to next instruction
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/
interface.go 9 // IsMulticastCapable reports whether ifi is an IP multicast-capable
10 // network interface. Network must be "ip", "ip4" or "ip6".
11 func IsMulticastCapable(network string, ifi *net.Interface) (net.IP, bool) {
13 case "ip", "ip4", "ip6":
23 // RoutedInterface returns a network interface that can route IP
25 // network interface is not found. Network must be "ip", "ip4" or
29 case "ip", "ip4", "ip6":
49 func hasRoutableIP(network string, ifi *net.Interface) (net.IP, bool) {
57 if ip := routableIP(network, ifa.IP); ip != nil
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/
interface.go 9 // IsMulticastCapable reports whether ifi is an IP multicast-capable
10 // network interface. Network must be "ip", "ip4" or "ip6".
11 func IsMulticastCapable(network string, ifi *net.Interface) (net.IP, bool) {
13 case "ip", "ip4", "ip6":
23 // RoutedInterface returns a network interface that can route IP
25 // network interface is not found. Network must be "ip", "ip4" or
29 case "ip", "ip4", "ip6":
49 func hasRoutableIP(network string, ifi *net.Interface) (net.IP, bool) {
57 if ip := routableIP(network, ifa.IP); ip != nil
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c     [all...]

Completed in 320 milliseconds

1 23 4 5 6 7 8 91011>>