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

  /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];
  /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/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/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/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);
  /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/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 3723 llvm::Constant *idxs[] = { local
3729 selectorList->getValueType(), selectorList, idxs);

Completed in 78 milliseconds