Searched refs:pip (Results 1 - 13 of 13) sorted by relevance

/external/blktrace/btt/
H A Dproc.c27 struct p_info *pip; member in struct:pn_info
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg);
57 free(pnp->pip->name);
58 region_exit(&pnp->pip->regions);
59 free(pnp->pip);
77 return this->pip;
97 return this->pip;
123 this->pip = that;
151 this->pip = that;
157 static void insert(struct p_info *pip) argument
170 struct p_info *pip; local
209 struct p_info *pip = find_process(pid, name); local
240 struct p_info *pip; local
[all...]
H A Dinlines.h165 iop->pip = find_process(iop->t.pid, NULL);
203 UPDATE_AVGS(q2c_dm, iop, iop->pip, c_time);
205 UPDATE_AVGS(q2c, iop, iop->pip, c_time);
211 UPDATE_AVGS(q2a_dm, iop, iop->pip, a_time);
213 UPDATE_AVGS(q2a, iop, iop->pip, a_time);
218 UPDATE_AVGS(q2g, iop, iop->pip, g_time);
223 UPDATE_AVGS(s2g, iop, iop->pip, g_time);
228 UNUPDATE_AVGS(q2g, iop, iop->pip, g_time);
233 UPDATE_AVGS(g2i, iop, iop->pip, i_time);
238 UNUPDATE_AVGS(g2i, iop, iop->pip, i_tim
[all...]
H A Doutput.c40 ai_pip_t pip_q2q_dm_avg(struct p_info *pip) { return &pip->avgs.q2q_dm; } argument
41 ai_pip_t pip_q2a_dm_avg(struct p_info *pip) { return &pip->avgs.q2a_dm; } argument
42 ai_pip_t pip_q2c_dm_avg(struct p_info *pip) { return &pip->avgs.q2c_dm; } argument
44 ai_pip_t pip_q2q_avg(struct p_info *pip) { return &pip->avgs.q2q; } argument
45 ai_pip_t pip_q2c_avg(struct p_info *pip) { return &pip argument
46 pip_q2a_avg(struct p_info *pip) argument
47 pip_q2g_avg(struct p_info *pip) argument
48 pip_s2g_avg(struct p_info *pip) argument
49 pip_g2i_avg(struct p_info *pip) argument
50 pip_q2m_avg(struct p_info *pip) argument
51 pip_i2d_avg(struct p_info *pip) argument
52 pip_d2c_avg(struct p_info *pip) argument
491 __output_pip_avg(struct p_info *pip, void *arg) argument
861 __output_procs(struct p_info *pip, void *arg) argument
[all...]
H A Dtrace_complete.c62 if (c_iop->pip)
63 update_cregion(&c_iop->pip->regions, c_iop->t.time);
H A Dglobals.h155 struct p_info *pip; member in struct:io
/external/tremolo/Tremolo/
H A Dasm_arm.h148 static inline void lsp_loop_asm(ogg_uint32_t *qip,ogg_uint32_t *pip, argument
153 ogg_uint32_t qi=*qip,pi=*pip;
235 *pip=pi;
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h82 PARTITION_INFO *pip; /* Base of allocated array */ member in struct:macroblock
H A Donyx_if.c465 vpx_free(cpi->mb.pip);
466 cpi->mb.pip = 0;
1188 vpx_free(cpi->mb.pip);
1190 cpi->mb.pip = vpx_calloc((cpi->common.mb_cols + 1) *
1193 if(!cpi->mb.pip)
1196 cpi->mb.pi = cpi->mb.pip + cpi->common.mode_info_stride + 1;
/external/libunwind/tests/
H A Dtest-proc-info.c49 unw_proc_info_t *pip UNUSED,
/external/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
33 info should be looked up and \Var{pip} is a pointer to a structure of
H A Dunw_get_proc_info.tex15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
21 identified by argument \Var{cp}. The \Var{pip} argument is a pointer
H A Dunw_create_addr_space.tex55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip},\\
58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{arg});\\
82 information is needed. The \Var{pip} argument is a pointer to the
106 set to a non-zero value. The \Var{pip} argument has the same value as
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h493 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
500 explicit operator bool() const { return pip.getOpaqueValue(); }
504 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
509 unsigned size() const { return pip.getInt() + 1; }
512 void setSize(unsigned n) { pip.setInt(n - 1); }
518 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
524 return *reinterpret_cast<NodeT*>(pip.getPointer());
528 if (pip == RHS.pip)
530 assert(pip
[all...]

Completed in 280 milliseconds