HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 301 - 325 of 370) sorted by null

<<1112131415

  /external/chromium_org/third_party/webrtc/base/
proxydetect.cc 211 uint32 ip = ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) | local
221 ((addr.ipaddr().v4AddressAsHostOrderInteger() & mask) == (ip & mask));
1072 std::string ip = proxy->address.ipaddr().ToString(); local
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 269 int *ip = intp(icpcpp); local
270 (void)icp_t(ip);
overload-call.cpp 8 int* ip = f(iv); local
32 int* ip = h(cv); local
48 void test_j(int* ip) {
49 int* ip1 = j(ip);
73 int* ip = m("foo"); local
112 int* ip = p((short)1); local
125 int* ip = bitfields(bits.int_bitfield, 0); local
overloaded-operator.cpp 153 int* ip = &r; local
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 214 template <int* ip> struct A {
216 A() : p(ip) {}
328 template <int& I> struct PR10766 { static int *ip; }; member in struct:PR10766
329 template <int& I> int* PR10766<I>::ip = &I; member in class:PR10766
  /external/e2fsprogs/misc/
fsck.c 869 const char **ip; local
897 for(ip = ignored_types; *ip; ip++)
898 if (strcmp(fs->type, *ip) == 0) return 1;
901 for(ip = really_wanted; *ip; ip++)
902 if (strcmp(fs->type, *ip) == 0) {
  /external/freetype/src/cff/
cffgload.c 908 FT_Byte* ip; local
945 ip = zone->cursor = zone->base;
957 while ( ip < limit )
967 v = *ip++;
980 if ( ip + 1 >= limit )
982 val = (FT_Short)( ( (FT_UShort)ip[0] << 8 ) | ip[1] );
983 ip += 2;
989 if ( ip >= limit )
991 val = ( (FT_Int32)v - 247 ) * 256 + *ip++ + 108
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 115 # include <linux/ip.h>
128 # include <netinet/ip.h>
208 sizeof(struct ip) +
248 struct iphdr *ip; local
252 ip = (struct iphdr *)(x.lbuf + sizeof(*udp));
253 extralen += sizeof(*udp) + ip->ihl;
256 struct ip *ip; local
260 ip = (struct ip *)(x.lbuf + sizeof(*udp))
    [all...]
  /external/libpcap/
pcap-sita.c 65 char *ip; /* this unit's IP address (as extracted from /etc/hosts) */ member in struct:unit
148 printf("%c:%c %s %s\n", 'C', 'S', "fd", "IP Address");
151 if (units[chassis][geoslot].ip != NULL)
152 printf("%d:%d %2d %s\n", chassis, geoslot, units[chassis][geoslot].fd, units[chassis][geoslot].ip);
225 if (units[chassis][geoslot].ip != NULL) {
226 free(units[chassis][geoslot].ip); /* get rid of the malloc'ed space that holds the IP address */
227 units[chassis][geoslot].ip = 0; /* then set the pointer to NULL */
242 if (units[chassis][geoslot].ip != NULL)
310 char *ip; local
    [all...]
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 134 /* IP, CFM, and predicate cache (these are always equal to the
137 unw_word_t ip; /* instruction pointer value */ member in struct:cursor
238 #define tdep_fetch_frame(c,ip,n) do {} while(0)
245 #define tdep_get_ip(c) ((c)->ip)
262 unw_word_t ip);
263 extern int tdep_find_proc_info (unw_addr_space_t as, unw_word_t ip,
272 pid_t pid, unw_word_t ip,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c 448 u64 ip; local
454 ip = ms->map->map_ip(ms->map, dl->ops.target.addr);
455 target = map__find_symbol(ms->map, ip, NULL);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.c 834 u64 ip = dl->ops.target.addr; local
836 if (ip >= map->start && ip <= map->end) {
837 ip = map->map_ip(map, ip);
838 s = map__find_symbol(map, ip, NULL);
839 if (s && s->start == ip)
1277 * Filtered by min_pcnt or non IP lines when
    [all...]
machine.c 1186 u64 ip)
1204 ip, &al);
1209 ams->addr = ip;
1240 ip__resolve_ams(machine, thr, &mi->iaddr, sample->ip);
1284 u64 ip; local
1288 ip = chain->ips[i];
1290 ip = chain->ips[chain->nr - i - 1];
1292 if (ip >= PERF_CONTEXT_MAX) {
1293 switch (ip) {
1305 "%"PRId64"\n", (s64) ip);
    [all...]
symbol.c 295 const u64 ip = sym->start; local
301 if (ip < s->start)
310 static struct symbol *symbols__find(struct rb_root *symbols, u64 ip)
322 if (ip < s->start)
324 else if (ip > s->end)
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_x86_64.h 241 uint64_t ip; member in struct:RegisterContext_x86_64::FXSAVE
  /external/ltrace/sysdeps/linux-gnu/
trace.c 328 breakpoint where IP points and let the process continue. After
333 arch_addr_t ip = get_instruction_pointer(proc); local
335 if (DICT_FIND_VAL(proc->leader->breakpoints, &ip, &found) < 0) {
336 insert_breakpoint_at(proc, ip, NULL);
378 /* Before we detach, we need to make sure that task's IP is on the
470 * breakpoint (and therefore potentially doesn't have aligned IP),
774 arch_addr_t ip local
777 = address2bpstruct(leader, ip);
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 143 // Special version of printf that knows how to print IP addresses, DNS-format name strings, etc.
239 mDNSv4Addr ip = entry->addr.ip.v4; local
241 // Note: This is reverse order compared to a normal dotted-decimal IP address, so we can't use our customary "%.4a" format code
242 mDNS_snprintf(buffer, sizeof(buffer), "%d.%d.%d.%d.in-addr.arpa.", ip.b[3], ip.b[2], ip.b[1], ip.b[0]);
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1360 mDNSAddr *ip = (mDNSAddr*)a; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score,
249 DBG("%i is now ready\n", sinst->Instruction->IP);
428 DBG("%i: commit score = %d\n", sinst->Instruction->IP, sinst->Score);
462 DBG("%i: commit TEX reads\n", readytex->Instruction->IP);
482 DBG("%i: commit TEX writes\n", readytex->Instruction->IP);
1254 unsigned int ip; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 1681 int ip = next_ip; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 1349 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
1365 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1121 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
1137 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
    [all...]
  /bionic/libc/tzcode/
localtime.c 1472 register const int * ip; local
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.cc 131 IPAddressNumber ip; local
132 CHECK(ParseIPLiteralToNumber("192.0.2.33", &ip));
133 peer_addr = IPEndPoint(ip, 0);
137 IPAddressNumber ip; local
138 CHECK(ParseIPLiteralToNumber("192.0.2.33", &ip));
139 peer_addr = IPEndPoint(ip, 0);
723 IPAddressNumber ip; local
724 CHECK(ParseIPLiteralToNumber("192.0.2.33", &ip));
725 peer_addr_ = IPEndPoint(ip, 0);
756 IPAddressNumber ip; local
1210 IPAddressNumber ip; local
1621 IPAddressNumber ip; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 1442 register const int * ip; local
    [all...]

Completed in 2997 milliseconds

<<1112131415