/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
p2.cpp | 35 const int *icp = ctcv; local
|
/external/qemu/slirp/ |
ip_icmp.c | 73 register struct icmp *icp; local 97 icp = mtod(m, struct icmp *); 105 /* icmpstat.icps_inhist[icp->icmp_type]++; */ 106 /* code = icp->icmp_code; */ 108 DEBUG_ARG("icmp_type = %d", icp->icmp_type); 109 switch (icp->icmp_type) { 111 icp->icmp_type = ICMP_ECHOREPLY; 209 register struct icmp *icp; local 233 icp = (struct icmp *)((char *)ip + shlen); 238 if(icp->icmp_type>18 || icmp_flush[icp->icmp_type]) goto end_error 325 register struct icmp *icp; local [all...] |
/external/qemu/slirp-android/ |
ip_icmp.c | 74 register struct icmp *icp; local 98 icp = mtod(m, struct icmp *); 106 /* icmpstat.icps_inhist[icp->icmp_type]++; */ 107 /* code = icp->icmp_code; */ 109 DEBUG_ARG("icmp_type = %d", icp->icmp_type); 110 switch (icp->icmp_type) { 112 icp->icmp_type = ICMP_ECHOREPLY; 211 register struct icmp *icp; local 235 icp = (struct icmp *)((char *)ip + shlen); 240 if(icp->icmp_type>18 || icmp_flush[icp->icmp_type]) goto end_error 327 register struct icmp *icp; local [all...] |
/external/ping/ |
ping.c | 953 static void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp); 1069 struct icmphdr *icp; local 1073 icp = (struct icmphdr *)outpack; 1074 icp->type = ICMP_ECHO; 1075 icp->code = 0; 1076 icp->checksum = 0; 1077 icp->un.echo.sequence = htons(ntransmitted+1); 1078 icp->un.echo.id = ident; /* ID */ 1089 memcpy(icp+1, &tmp_tv, fake_fucked_egcs); 1091 memset(icp+1, 0, sizeof(struct timeval)) 1136 struct icmphdr *icp; local [all...] |
/external/ping6/ |
ping6.c | 1231 struct icmp6_hdr *icp; local 1435 struct icmp6_hdr *icp; local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContentResolver.java | 60 public boolean releaseProvider(IContentProvider icp) {
|
/external/clang/test/SemaCXX/ |
cstyle-cast.cpp | 195 int const *icp = (int const*)(ipppc); local 196 (void)(int*)(icp); // const_cast appended
|
functional-cast.cpp | 263 int const *icp = icp_t(ipppc); local 265 (void)intp(icp); // const_cast appended
|
reinterpret-cast.cpp | 46 int const *icp = reinterpret_cast<int const*>(ipppc); local 48 (void)reinterpret_cast<int*>(icp); // expected-error {{reinterpret_cast from 'const int *' to 'int *' casts away qualifiers}}
|
/external/tcpdump/ |
print-icmp6.c | 192 static int icmp6_cksum(const struct ip6_hdr *ip6, const struct icmp6_hdr *icp, 220 sp = (const u_int16_t *)icp; 745 struct icmp6_hdr *icp = (struct icmp6_hdr *) bp; local 755 TCHECK(icp->icmp6_data16[1]); 756 ngroups = ntohs(icp->icmp6_data16[1]); 803 struct icmp6_hdr *icp = (struct icmp6_hdr *) bp; local 814 TCHECK(icp->icmp6_data16[0]); 815 mrc = ntohs(icp->icmp6_data16[0]); [all...] |
/frameworks/base/core/java/android/content/ |
ContentResolver.java | 195 public abstract boolean releaseProvider(IContentProvider icp); [all...] |
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 1662 int icp; local [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 1662 int icp; local [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
CursorWrapperTest.java | 727 public boolean releaseProvider(IContentProvider icp) {
|