/external/chromium_org/third_party/skia/third_party/lua/src/ |
lmathlib.c | 99 lua_Number ip; local 100 lua_Number fp = l_mathop(modf)(luaL_checknumber(L, 1), &ip); 101 lua_pushnumber(L, ip);
|
/external/chromium_org/third_party/webrtc/base/ |
ipaddress.cc | 19 #include <netinet/ip.h> 46 static bool IsPrivateV4(uint32 ip); 114 std::ostream& operator<<(std::ostream& os, const IPAddress& ip) { 115 os << ip.ToString(); 205 std::ostream& operator<<(std::ostream& os, const InterfaceAddress& ip) { 206 os << static_cast<const IPAddress&>(ip); 208 if (ip.family() == AF_INET6) 209 os << "|flags:0x" << std::hex << ip.ipv6_flags(); 264 IPAddress ip; local 265 if (!IPFromString(str, &ip)) { [all...] |
nat_unittest.cc | 170 // The physical NAT tests require connectivity to the selected ip from the 172 // check to see if it's worth even trying with this ip. 209 // Find an available IP with matching family. The test breaks if int_addr 210 // can't talk to ip, so check for connectivity as well. 213 const IPAddress& ip = (*it)->GetBestIP(); local 214 if (ip.family() == int_addr.family() && TestConnectivity(int_addr, ip)) { 215 ext_addr2.SetIP(ip); 220 LOG(LS_WARNING) << "No available IP of same family as " << int_addr; 224 LOG(LS_INFO) << "selected ip " << ext_addr2.ipaddr() [all...] |
network.h | 190 // Returns the Network's current idea of the 'best' IP it has. 191 // Or return an unset IP if this network has no active addresses. 212 IPAddress ip() const { return GetBestIP(); } function in class:rtc::Network 214 // Adds an active IP address to this network. Does not check for duplicates. 215 void AddIP(const InterfaceAddress& ip) { ips_.push_back(ip); } 217 // Sets the network's IP address list. Returns true if new IP addresses were 220 // Get the list of IP Addresses associated with this network. 231 // the IP is 0, or the interface is one we know is invalid [all...] |
socketaddress.cc | 21 #include <netinet/ip.h> 55 SocketAddress::SocketAddress(const IPAddress& ip, int port) { 56 SetIP(ip); 96 void SocketAddress::SetIP(const IPAddress& ip) { 99 ip_ = ip; 117 void SocketAddress::SetResolvedIP(const IPAddress& ip) { 118 ip_ = ip; 127 uint32 SocketAddress::ip() const { function in class:rtc::SocketAddress 140 // If the hostname was a literal IP string, it may need to have square 152 // If the hostname was a literal IP string, it may need to have squar 344 uint32 ip = 0; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/ |
aec_rdft.c | 14 * All changes are covered by the WebRTC license and IP grant: 135 (d) Replacing ip[i] by ((k<<31)>>25) + ((k >> 1)<<5). 143 static const int ip[4] = {0, 64, 32, 96}; local 146 j1 = 2 * j + ip[k]; 147 k1 = 2 * k + ip[j]; 187 j1 = 2 * k + 8 + ip[k];
|
/external/chromium_org/tools/android/heap_profiler/ |
heap_profiler_hooks_android.c | 193 uintptr_t ip = _Unwind_GetIP(ctx); local 195 if (ip != 0 && !state->have_skipped_self) { 200 state->frames[state->frame_count++] = ip;
|
/external/clang/test/Analysis/ |
misc-ps.c | 185 int *ip = (int *)&v; local 187 clang_analyzer_eval(ip == cp); // expected-warning{{TRUE}} 190 *ip = 42; 191 clang_analyzer_eval(*ip == 42); // expected-warning{{TRUE}}
|
/external/clang/test/CodeGenCXX/ |
mangle-exprs.cpp | 162 int *ip; local 164 a(x, &X::member, ip);
|
/external/clang/test/FixIt/ |
fixit-cxx0x.cpp | 91 int *ip; char *kp; member in namespace:TestMisplacedEllipsisRecovery 97 int e = me.e(&ip, &kp); 106 template<int *ip> struct IP { }; // expected-note{{declared here}} 107 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
|
/external/clang/test/SemaCXX/ |
conversion.cpp | 93 int *ip = NULL; local
|
reinterpret-cast.cpp | 66 int *ip = reinterpret_cast<int*>(icpcpp); local 68 (void)reinterpret_cast<int const*>(ip);
|
/external/clang/test/SemaTemplate/ |
instantiate-expr-1.cpp | 144 int *ip = I; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}} local 159 int *ip = I; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}} local 160 return ip;
|
instantiate-method.cpp | 13 void test(X<int> *xi, int *ip, X<int(int)> *xf) { 15 xi->g(ip); 73 int *ip = cip; local
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSelfAdjointView.h | 339 Index ip = perm ? perm[i] : i; local 341 count[StorageOrderMatch ? jp : ip]++; 343 count[ip]++; 346 count[ip]++; 371 Index ip = perm ? perm[i] : i; local 375 Index k = count[StorageOrderMatch ? jp : ip]++; 376 dest.innerIndexPtr()[k] = StorageOrderMatch ? ip : jp; 381 Index k = count[ip]++; 382 dest.innerIndexPtr()[k] = ip; 388 std::swap(ip,jp) 427 Index ip = perm ? perm[i] : i; local 448 Index ip = perm? perm[i] : i; local [all...] |
/external/iptables/extensions/ |
libxt_multiport.c | 200 entry->ip.proto, entry->ip.invflags); 242 entry->ip.proto, entry->ip.invflags); 317 const struct ipt_ip *ip = ip_void; local 318 __multiport_print(match, numeric, ip->proto); 324 const struct ip6t_ip6 *ip = ip_void; local 325 __multiport_print(match, numeric, ip->proto); 371 const struct ipt_ip *ip = ip_void; local 372 __multiport_print_v1(match, numeric, ip->proto) 378 const struct ip6t_ip6 *ip = ip_void; local 412 const struct ipt_ip *ip = ip_void; local 419 const struct ip6t_ip6 *ip = ip_void; local 460 const struct ipt_ip *ip = ip_void; local 467 const struct ip6t_ip6 *ip = ip_void; local [all...] |
/external/iptables/include/linux/netfilter/ |
xt_osf.h | 36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */ 37 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */ 38 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */ 84 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
sigcontext32.h | 67 unsigned int ip; member in struct:sigcontext_ia32
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_osf.h | 35 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */ 36 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */ 37 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */ 83 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/external/libnl/lib/netfilter/ |
ct.c | 386 struct nlattr *tuple, *ip, *proto; local 396 ip = nla_nest_start(msg, CTA_TUPLE_IP); 397 if (!ip) 412 nla_nest_end(msg, ip);
|
/external/libunwind/src/arm/ |
Gex_tables.c | 50 unw_word_t ip; /* instruction-pointer we're looking for */ member in struct:arm_cb_data 92 /* Set IP. */ 93 dwarf_get (c, c->loc[UNW_ARM_R15], &c->ip); 385 tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip, 400 if (prel31_to_addr (as, arg, first, &val) < 0 || ip < val) 406 if (ip >= val) 424 if (ip < val) 451 return dwarf_search_unwind_table (as, ip, di, pi, need_unwind_info, arg); 474 if (cb_data->ip >= phdr->p_vaddr + info->dlpi_addr && 475 cb_data->ip < phdr->p_vaddr + info->dlpi_addr + phdr->p_memsz [all...] |
/external/libunwind/src/dwarf/ |
Gparser.c | 61 unw_word_t ip, unw_word_t *addr, unw_word_t end_addr, 85 /* Process everything up to and including the current 'ip', 88 while (curr_ip <= ip && *addr < end_addr) 389 fetch_proc_info (struct dwarf_cursor *c, unw_word_t ip, int need_unwind_info) 393 /* The 'ip' can point either to the previous or next instruction 404 up using the current 'ip' value. That is where execution will 405 continue, and it's important we get this right, as 'ip' could be 409 --ip; 417 ret = unwi_find_dynamic_proc_info (c->as, ip, &c->pi, need_unwind_info, 422 if ((ret = tdep_find_proc_info (c, ip, need_unwind_info)) < 0 573 unw_word_t ip; local 712 unw_word_t regnum, addr, cfa, ip; local [all...] |
/external/libunwind/tests/ |
Gia64-test-nat.c | 166 unsigned long ip; local 168 if (__uc_get_ip (uc, &ip) != 0) 170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno); 173 if (__uc_set_ip (uc, ip) != 0) 175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno);
|
test-coredump-unwind.c | 209 long ip = 0; local 215 ip = uc->uc_mcontext.gregs[REG_EIP]; 217 ip = uc->uc_mcontext.gregs[REG_RIP]; 219 ip = uc->uc_mcontext.arm_pc; 223 ip = uc->uc_mcontext.mc_eip; 225 ip = uc->uc_mcontext.mc_rip; 232 dprintf(2, "signal:%d address:0x%lx ip:0x%lx\n", 238 ip); 327 unw_word_t ip; local 328 ret = unw_get_reg(&c, UNW_REG_IP, &ip); [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
hists_link.c | 152 u64 ip; member in struct:sample 160 { .pid = 100, .ip = 0xf0000 + 700, }, 162 { .pid = 200, .ip = 0x40000 + 700, }, 164 { .pid = 200, .ip = 0x40000 + 900, }, 166 { .pid = 300, .ip = 0x40000 + 800, }, 168 { .pid = 300, .ip = 0x50000 + 700, }, 174 { .pid = 100, .ip = 0x40000 + 800, }, 176 { .pid = 100, .ip = 0x50000 + 700, }, 178 { .pid = 100, .ip = 0xf0000 + 800, }, 180 { .pid = 200, .ip = 0xf0000 + 900, } [all...] |