Searched defs:ips (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/SemaCXX/
H A Dscope-check.cpp34 static void *ips[] = { &&lbl1, &&lbl2 }; local
49 static void *ips[] = { &&lbl1, &&lbl2 }; local
66 static void *ips[] = { &&lbl1, &&lbl2 }; local
84 static void *ips[] = { &&lbl1, &&lbl2 }; local
104 static void *ips[] = { &&lbl1, &&lbl2, &&lbl3, &&lbl4 }; local
/external/linux-tools-perf/
H A Dperf.h197 u64 ips[0]; member in struct:ip_callchain
/external/valgrind/main/coregrind/
H A Dm_libcassert.c198 Addr ips[BACKTRACE_DEPTH]; local
220 ips, BACKTRACE_DEPTH,
226 VG_(pp_StackTrace) (ips, n_ips);
H A Dm_execontext.c89 Addr ips[0]; member in struct:_ExeContext
173 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
196 if (e1->ips[i] != e2->ips[i]) return False;
207 if (e1->ips[i] != e2->ips[i]) return False;
241 static UWord calc_hash ( Addr* ips, UInt n_ips, UWord htab_sz ) argument
247 hash ^= ips[i];
279 UWord hash = calc_hash(cur->ips, cur->n_ips, new_size);
296 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UIn
300 Addr ips[VG_DEEPEST_BACKTRACE]; local
330 record_ExeContext_wrk2( Addr* ips, UInt n_ips ) argument
473 make_ExeContext_from_StackTrace( Addr* ips, UInt n_ips ) argument
[all...]
H A Dm_stacktrace.c56 IPs into 'ips'. In order to be thread-safe, we pass in the
58 meaningful. Returns number of IPs put in 'ips'.
70 /*OUT*/Addr* ips, UInt max_n_ips,
89 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
117 ips[0] = uregs.xip;
126 ips[0] = uregs.xip;
176 ips[i++] = uregs.xip - 1; /* -1: refer to calling insn, not the RA */
178 VG_(printf)(" ipsF[%d]=0x%08lx\n", i-1, ips[i-1]);
190 ips[i++] = uregs.xip - 1; /* -1: refer to calling insn, not the RA */
192 VG_(printf)(" ipsC[%d]=0x%08lx\n", i-1, ips[
69 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
225 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
399 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
586 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
680 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
767 get_StackTrace( ThreadId tid, StackTrace ips, UInt max_n_ips, StackTrace sps, StackTrace fps, Word first_ip_delta ) argument
844 pp_StackTrace( StackTrace ips, UInt n_ips ) argument
860 Addr ips[max_n_ips]; local
869 apply_StackTrace( void(*action)(UInt n, Addr ip, void* opaque), void* opaque, StackTrace ips, UInt n_ips ) argument
[all...]
H A Dm_errormgr.c532 StackTrace ips = VG_(get_ExeContext_StackTrace)(err->where); local
536 Addr ip = ips[i];
999 StackTrace ips = VG_(get_ExeContext_StackTrace)(p_min->where); local
1001 ips[0], /*debugging*/True, 0xFE/*verbosity*/,
1464 StackTrace ips = VG_(get_ExeContext_StackTrace)(err->where); local
1475 /*INPUT*/ips, szbInput, n_ips, 0/*initial Ix*/,
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketaddress.cc176 std::vector<uint32> ips;
182 } else if (GetLocalIPs(ips)) {
183 for (size_t i = 0; i < ips.size(); ++i) {
184 if (ips[i] == ip_) {
337 bool SocketAddress::GetLocalIPs(std::vector<uint32>& ips) { argument
338 ips.clear();
349 ips.push_back(ip);
352 return !ips.empty();
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java270 * @param ips The IP address with its subnet mask.
274 private Set intersectIP(Set permitted, Set ips) argument
277 for (Iterator it = ips.iterator(); it.hasNext();)
1851 private String stringifyIPCollection(Set ips) argument
1855 for (Iterator it = ips.iterator(); it.hasNext();)
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3110 Addr ips[N_FRAMES], sps[N_FRAMES], fps[N_FRAMES]; local
3245 n_frames = VG_(get_StackTrace)( tid, ips, N_FRAMES,
3255 ips[j],
3282 ips[j] + 1,
/external/valgrind/main/massif/
H A Dms_main.c861 Int get_IPs( ThreadId tid, Bool exclude_first_entry, Addr ips[]) argument
884 VG_(tool_panic)("get_IPs: ips[] too small, inc. MAX_OVERESTIMATE?");
887 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate,
902 if (VG_(get_fnname)(ips[i], buf, BUF_LEN)) {
913 ips[i] = ips[i + n_alloc_fns_removed];
933 static Addr ips[MAX_IPS]; local
937 // After this call, the IPs we want are in ips[0]..ips[n_ips-1].
938 Int n_ips = get_IPs(tid, exclude_first_entry, ips);
[all...]
/external/chromium/third_party/libevent/
H A Devdns.c2812 evdns_nameserver_ip_add_line(const char *ips) { argument
2816 while (*ips) {
2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t')
2818 ++ips;
2819 addr = ips;
2820 while (ISDIGIT(*ips) || *ips == '.' || *ips
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 222 milliseconds