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

  /src/sys/arch/arm/sunxi/
sunxi_lradc.c 145 if (of_hasprop(phandle, "vref-supply")) {
147 fdtbus_regulator_acquire(phandle, "vref-supply");
149 aprint_error(": couldn't acquire vref-supply\n");
153 aprint_normal("disabled (no vref-supply)\n");
158 aprint_error(": couldn't get vref (%d)\n", error);
242 const int vref = sc->sc_vref * 2 / 3; local
254 sc->sc_level[chan][i] = level * 63 / vref;
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 603 vec<constructor_elt, va_gc> &vref = *v; local
604 constructor_elt elt = vref[i];
606 vref[i] = vref[i-1];
607 vref[0] = elt;
  /src/sys/kern/
vfs_vnode.c 142 * is non-zero. It is maintained using: vref(9) and vrele(9), as well
1111 vref(vnode_t *vp) function
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-array.cc 9395 tree vref, dref; local
9459 vref = gfc_build_array_ref (var, index, NULL);
9466 tmp = structure_alloc_comps (der_type, vref, dref, rank,
9471 tmp = structure_alloc_comps (der_type, vref, NULL_TREE, rank, purpose,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 565 vec<constructor_elt, va_gc> &vref = *v; local
566 constructor_elt elt = vref[i];
568 vref[i] = vref[i-1];
569 vref[0] = elt;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc 9025 tree vref, dref; local
9089 vref = gfc_build_array_ref (var, index, NULL);
9096 tmp = structure_alloc_comps (der_type, vref, dref, rank,
9100 tmp = structure_alloc_comps (der_type, vref, NULL_TREE, rank, purpose,

Completed in 63 milliseconds