HomeSort by: relevance | last modified time | path
    Searched refs:idxs (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 4813 char code, HOST_WIDE_INT idxs[2])
4816 int n = sprintf (attrspec, "%c%u", code, (unsigned) idxs[0] - 1);
4817 if (idxs[1])
4818 n += sprintf (attrspec + n, ",%u", (unsigned) idxs[1] - 1);
4976 HOST_WIDE_INT idxs[2] = { 0, 0 }; local
4996 idxs[i] = tree_to_shwi (idxnodes[i]);
4997 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs);
5001 if ((nattrargs == 1 && !idxs[0])
5002 || (nattrargs == 2 && (!idxs[0] || !idxs[1]))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 5185 char code, HOST_WIDE_INT idxs[2])
5188 int n = sprintf (attrspec, "%c%u", code, (unsigned) idxs[0] - 1);
5189 if (idxs[1])
5190 n += sprintf (attrspec + n, ",%u", (unsigned) idxs[1] - 1);
5347 HOST_WIDE_INT idxs[2] = { 0, 0 }; local
5367 idxs[i] = tree_to_shwi (idxnodes[i]);
5368 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs);
5372 if ((nattrargs == 1 && !idxs[0])
5373 || (nattrargs == 2 && (!idxs[0] || !idxs[1]))
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-gmon.cc 275 uint64_t idxs[LAST_INFO]; local
307 idxs[cinfo->kind] = idxt;
355 uint64_t idxt = idxs[cinfo->kind];
Dbe.h 151 Vector<void*> *dbeGetFuncCalleeInfo (int dbevindex, int type, Vector<int>* idxs, int groupId);
152 Vector<void*> *dbeGetFuncCallerInfo (int dbevindex, int type, Vector<int>* idxs, int groupId);
Dbe.cc 4363 dbeGetFuncCallerInfo (int dbevindex, int type, Vector<int>* idxs, int groupId)
4385 for (int i = 0; i < idxs->size (); i++)
4386 data->append (dbeGetFuncCallerInfoById (dbevindex, type, idxs->fetch (i)));
4534 dbeGetFuncCalleeInfo (int dbevindex, int type, Vector<int>* idxs, int groupId)
4557 for (int i = 0; i < idxs->size (); i++)
4558 data->append (dbeGetFuncCalleeInfoById (dbevindex, type, idxs->fetch (i)));
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
memory.h 279 XEN_GUEST_HANDLE(xen_ulong_t) idxs; member in struct:xen_add_to_physmap_batch
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 1015 unsigned *idxs = (unsigned *)malloc(size * sizeof(unsigned)); local
1017 idxs[i] = Int_val(Field(Indices, i));
1020 result = LLVMConstExtractValue(Aggregate, idxs, size);
1021 free(idxs);
1032 unsigned *idxs = (unsigned *)malloc(size * sizeof(unsigned)); local
1034 idxs[i] = Int_val(Field(Indices, i));
1037 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
1038 free(idxs);
llvm.mli 1344 (** [const_extractvalue agg idxs] returns the constant [idxs]th value of
1345 constant aggregate [agg]. Each [idxs] must be less than the size of the
1349 (** [const_insertvalue agg val idxs] inserts the value [val] in the specified
1350 indexs [idxs] in the aggregate [agg]. Each [idxs] must be less than the size
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.h 151 Vector<void*> *dbeGetFuncCalleeInfo (int dbevindex, int type, Vector<int>* idxs, int groupId);
152 Vector<void*> *dbeGetFuncCallerInfo (int dbevindex, int type, Vector<int>* idxs, int groupId);
Dbe.cc 4363 dbeGetFuncCallerInfo (int dbevindex, int type, Vector<int>* idxs, int groupId)
4385 for (int i = 0; i < idxs->size (); i++)
4386 data->append (dbeGetFuncCallerInfoById (dbevindex, type, idxs->fetch (i)));
4534 dbeGetFuncCalleeInfo (int dbevindex, int type, Vector<int>* idxs, int groupId)
4557 for (int i = 0; i < idxs->size (); i++)
4558 data->append (dbeGetFuncCalleeInfoById (dbevindex, type, idxs->fetch (i)));
  /src/sys/arch/xen/xen/
privcmd.c 549 set_xen_guest_handle(add.idxs, &idx);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 635 uint64_t idxs[LAST_INFO]; local
665 idxs[cinfo->kind] = idxt;
711 uint64_t idxt = idxs[cinfo->kind];
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 635 uint64_t idxs[LAST_INFO]; local
665 idxs[cinfo->kind] = idxt;
711 uint64_t idxt = idxs[cinfo->kind];
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 3723 llvm::Constant *idxs[] = { local
3729 selectorList->getValueType(), selectorList, idxs);

Completed in 116 milliseconds