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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p2.cpp 16 // int *ip = cta;
17 // ip = cta;
34 int *ip = ctcv; local
p3.cpp 10 int* const ip = ap; local
17 const int* const &ip = ap; local
  /external/clang/test/CodeGenCXX/
mangle-nullptr-arg.cpp 3 template<int *ip> struct IP {};
6 void test1(IP<nullptr>) {}
  /external/clang/test/SemaCXX/
new-delete-cxx0x.cpp 3 void ugly_news(int *ip) {
scope-check.cpp 33 int f(void **ip) {
37 goto *ip;
48 int f(void **ip) {
51 goto *ip;
65 int f(void **ip) {
70 goto *ip; // expected-error {{indirect goto might cross protected scopes}}
83 int f(void **ip) {
87 goto *ip;
91 if (ip[1]) {
93 ip += 2
    [all...]
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 16 IP=$IPROUTE/ip/ip
57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
58 match ip tos 0x88 0xfc \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
62 match ip tos 0x88 0xfc \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
71 match ip tos 0x88 0xfc \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32
    [all...]
Edge31-ca-u32 16 IP=$IPROUTE/ip/ip
33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
54 match ip tos 0x88 0xfc \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
63 match ip tos 0x88 0xfc \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
71 match ip tos 0x88 0xfc
    [all...]
Edge32-cb-u32 15 IP=$IPROUTE/ip/ip
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
56 match ip src 10.2.0.0/24 $meter1 \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
59 match ip src 10.2.0.0/24 $meter1a \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
67 match ip src 10.2.0.0/24 $meter2 \
69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32
    [all...]
  /external/oprofile/libpp/
populate.h 22 populate_for_image(profile_container & samples, inverted_profile const & ip,
populate_for_spu.cpp 42 * so the filename to do the check_mtime on is the containing file, ip.image;
50 inverted_profile const & ip,
55 bool ok = ip.error == image_ok;
69 ip.image,
73 fname_to_check = ip.image;
75 abfd = new op_bfd(ip.image,
82 if (!ok && ip.error == image_ok)
83 ip.error = image_format_failure;
85 if (ip.error == image_format_failure)
86 report_image_error(ip, false
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
NetworkUpdateResult.java 33 public NetworkUpdateResult(boolean ip, boolean proxy) {
35 ipChanged = ip;
47 public void setIpChanged(boolean ip) {
48 ipChanged = ip;
  /external/tcpdump/
print-ip.c 24 "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.149.2.9 2007/09/14 01:30:02 guy Exp $ (LBL)";
41 #include "ip.h"
58 * print the recorded route in an IP RR, LSRR or SSRR option.
85 * Otherwise, return IP destination.
91 ip_finddst(const struct ip *ip)
98 cp = (const u_char *)(ip + 1);
99 length = (IP_HL(ip) << 2) - sizeof(struct ip);
128 memcpy(&retval, &ip->ip_dst.s_addr, sizeof(u_int32_t))
367 const struct ip *ip; member in struct:ip_print_demux_state
710 struct ip *ip, hdr; local
    [all...]
  /external/clang/test/CXX/except/except.handle/
p16.cpp 13 int *ip = 0; local
14 ptr = ip; // expected-error{{assigning to 'float *' from incompatible type 'int *'}}
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p19.cpp 14 int *ip = I; // expected-error{{cannot initialize}} local
36 int *ip = I; // expected-error{{cannot initialize}} local
p20.cpp 10 int *ip = I; // expected-error{{cannot initialize}} local
25 int *ip = I; // expected-error{{cannot initialize}} local
42 int *ip = I; // expected-error{{cannot initialize}} local
61 int *ip = &x; // expected-error{{cannot initialize}} local
78 int *ip = &x; // expected-error{{cannot initialize}} local
106 int *ip = I; // expected-error{{cannot initialize}} local
119 int *ip = &x; // expected-error{{cannot initialize}} local
133 int *ip = I; // okay, since it isn't instantiated.
  /external/clang/test/CXX/temp/temp.names/
p4.cpp 13 void test_f(int *ip) {
14 f<meta, int>(ip);
  /external/clang/test/Index/
complete-macros.c 13 int *ip = nil; local
14 ip = nil;
  /external/clang/test/Sema/
format-strings-c90.c 7 void foo(char **sp, float *fp, int *ip) {
20 scanf("%da", ip);
  /external/qemu/slirp/
tftp.h 17 struct ip ip; member in struct:tftp_t
  /external/qemu/slirp-android/
tftp.h 17 struct ip ip; member in struct:tftp_t
  /frameworks/base/cmds/ip-up-vpn/
Android.mk 20 LOCAL_SRC_FILES := ip-up-vpn.c
22 LOCAL_MODULE := ip-up-vpn
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 42 u_int32_t ip; member in struct:ip_conntrack_manip
53 u_int32_t ip; member in struct:ip_conntrack_tuple::__anon8029
97 NIPQUAD((tp)->src.ip), ntohs((tp)->src.u.all), \
98 NIPQUAD((tp)->dst.ip), ntohs((tp)->dst.u.all))
116 return t1->src.ip == t2->src.ip
123 return t1->dst.ip == t2->dst.ip
138 return !(((t->src.ip ^ tuple->src.ip) & mask->src.ip
    [all...]
  /external/libvpx/vp8/common/x86/
iwalsh_sse2.asm 29 movdqa xmm0, [rsi + 0] ;ip[4] ip[0]
30 movdqa xmm1, [rsi + 16] ;ip[12] ip[8]
35 pshufd xmm2, xmm1, 4eh ;ip[8] ip[12]
36 movdqa xmm3, xmm0 ;ip[4] ip[0]
38 paddw xmm0, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a
    [all...]
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp 38 <ip>0x........</ip>
46 <ip>0x........</ip>
57 <ip>0x........</ip>
65 <ip>0x........</ip>
73 <ip>0x........</ip>
    [all...]
  /external/clang/test/SemaTemplate/
nested-name-spec-template.cpp 19 Promote<short>::type *ret_intptr(int* ip) { return ip; }
20 Promote<int>::type *ret_intptr2(int* ip) { return ip; }
23 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; }
24 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } // expected-warning{{'template' keyword outside of a template}}
28 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; }
    [all...]

Completed in 702 milliseconds

1 23 4 5 6 7 8 91011>>