HomeSort by: relevance | last modified time | path
    Searched refs:vindex (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gprofng/src/
comp_com.c 158 int vindex; local
160 vindex = ccm_vis_index (m);
161 switch (ccm_attrs[vindex].fmt)
252 int vindex = ccm_vis_index (m); local
253 switch (ccm_attrs[vindex].fmt)
329 int vindex; local
335 vindex = ccm_vis_index (m);
336 switch (ccm_attrs[vindex].fmt)
519 int vindex; local
525 vindex = ccm_vis_index (m)
837 int size, vindex; local
    [all...]
CompCom.cc 126 int vindex = ccm_vis_index (msg->msg_type); local
129 visible = ccm_attrs[vindex].vis;
130 if (ccm_attrs[vindex].msg == NULL)
135 return dbe_sprintf (ccm_attrs[uindex].msg, vindex);
172 prm_cnt, msg->nparam, msg->msg_type, ccm_attrs[vindex].msg);
211 mbuf = dbe_sprintf (ccm_attrs[vindex].msg, parms[0], parms[1], parms[2],
301 mbuf = dbe_sprintf (ccm_attrs[vindex].msg, parms[0], parms[1], parms[2]);
DbeView.h 651 int vindex; // index of this view -- set by Analyzer member in class:DbeView
DbeSession.cc 1017 if (dbev->vindex == index)
1031 if (dbev->vindex == index)
DbeView.cc 79 vindex = _vindex;
164 vindex = _vindex;
gp-display-text.cc 1684 Vector<void*> *res = dbeGetFilterKeywords (dbev->vindex);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
comp_com.c 158 int vindex; local
160 vindex = ccm_vis_index (m);
161 switch (ccm_attrs[vindex].fmt)
252 int vindex = ccm_vis_index (m); local
253 switch (ccm_attrs[vindex].fmt)
329 int vindex; local
335 vindex = ccm_vis_index (m);
336 switch (ccm_attrs[vindex].fmt)
519 int vindex; local
525 vindex = ccm_vis_index (m)
837 int size, vindex; local
    [all...]
CompCom.cc 126 int vindex = ccm_vis_index (msg->msg_type); local
129 visible = ccm_attrs[vindex].vis;
130 if (ccm_attrs[vindex].msg == NULL)
135 return dbe_sprintf (ccm_attrs[uindex].msg, vindex);
172 prm_cnt, msg->nparam, msg->msg_type, ccm_attrs[vindex].msg);
211 mbuf = dbe_sprintf (ccm_attrs[vindex].msg, parms[0], parms[1], parms[2],
301 mbuf = dbe_sprintf (ccm_attrs[vindex].msg, parms[0], parms[1], parms[2]);
DbeView.h 651 int vindex; // index of this view -- set by Analyzer member in class:DbeView
DbeSession.cc 1017 if (dbev->vindex == index)
1031 if (dbev->vindex == index)
DbeView.cc 79 vindex = _vindex;
164 vindex = _vindex;
gp-display-text.cc 1684 Vector<void*> *res = dbeGetFilterKeywords (dbev->vindex);
  /src/external/bsd/nvi/docs/USD.doc/edit/
Makefile 23 ${TOOL_ROFF_RAW} ${MACROS} -n22 edit.vindex
  /src/games/larn/
io.c 904 static int vindex = 0; variable
911 outbuf[vindex++] = ch;
912 if (vindex >= BUFBIG)
923 if (vindex)
924 write(io_outfd, outbuf, vindex);
925 vindex = 0;
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 9065 int vindex, vex_table_index; local
9077 vindex = ins->modrm.mod == 0x3 ? 1 : 0;
9078 dp = &mod_table[dp->op[1].bytemode][vindex];
9093 vindex = 0;
9096 vindex = 1;
9099 vindex = 2;
9102 vindex = 3;
9113 vindex = 0;
9121 vindex = 1;
9127 vindex = 3
12300 int vindex = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 9026 int vindex, vex_table_index; local
9038 vindex = ins->modrm.mod == 0x3 ? 1 : 0;
9039 dp = &mod_table[dp->op[1].bytemode][vindex];
9054 vindex = 0;
9057 vindex = 1;
9060 vindex = 2;
9063 vindex = 3;
9074 vindex = 0;
9082 vindex = 1;
9088 vindex = 3
12261 int vindex = 0; local
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.c 645 ac_uint4 vindex = ch - VBase; local
646 if (vindex < (ac_uint4) VCount) {
648 last = SBase + (lindex * VCount + vindex) * TCount;
  /src/sys/dev/pci/
esa.c 1561 int vindex; local
1566 vindex = el->indexmap[index];
1571 if (vindex != lastindex) {
1575 el->mem_addr + vindex,
1584 el->indexmap[i] = vindex;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
avx512fintrin.h 9593 /// stored in the lower half of \a vindex scaled by \a scale them in dst.
9601 /// addr := base_addr + SignExtend64(vindex[m+31:m]) * ZeroExtend64(scale) * 8
9606 #define _mm512_i32logather_pd(vindex, base_addr, scale) \
9607 _mm512_i32gather_pd(_mm512_castsi512_si256(vindex), (base_addr), (scale))
9611 /// the lower half of \a vindex scaled by \a scale into dst using writemask
9622 /// addr := base_addr + SignExtend64(vindex[m+31:m]) * ZeroExtend64(scale) * 8
9630 #define _mm512_mask_i32logather_pd(src, mask, vindex, base_addr, scale) \
9631 _mm512_mask_i32gather_pd((src), (mask), _mm512_castsi512_si256(vindex), \
9635 /// at packed 32-bit integer indices stored in the lower half of \a vindex
9644 /// addr := base_addr + SignExtend64(vindex[m+31:m]) * ZeroExtend64(scale) *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 1945 tree vindex; variable
tree.h 3166 (FUNCTION_DECL_CHECK (NODE)->function_decl.vindex)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 7555 int vindex;
7568 for (vindex = 0, fn = BINFO_VIRTUALS (TYPE_BINFO (t));
7571 vindex += (TARGET_VTABLE_USES_DESCRIPTORS
7582 DECL_VINDEX (fndecl) = build_int_cst (NULL_TREE, vindex);
7551 int vindex; local
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 3595 % @vindex index-whatever
3624 % @findex, @vindex, @kindex, @cindex.
3629 \def\vindex {\vrindex}
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 3506 % @vindex index-whatever
3535 % @findex, @vindex, @kindex, @cindex.
3540 \def\vindex {\vrindex}
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 3506 % @vindex index-whatever
3535 % @findex, @vindex, @kindex, @cindex.
3540 \def\vindex {\vrindex}

Completed in 160 milliseconds

1 2