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

  /src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c 93 typedef uint8_t (*OB_FUNC)(uint8_t, uint8_t);
291 static const OB_FUNC ob_func[] = { variable
337 ob_vector_op(uint64_t v1, uint64_t v2, OB_FUNC func)
354 ob_map_op(uint64_t v1, uint8_t b2, OB_FUNC func)
404 result = ob_map_op(op1, OB_ELEM(op2, fmtsel), ob_func[op]);
407 result = ob_vector_op(op1, ValueFPR(vt, fmt_mdmx), ob_func[op]);
410 result = ob_map_op(op1, vt, ob_func[op]);
  /src/external/gpl3/gdb/dist/sim/mips/
mdmx.c 93 typedef uint8_t (*OB_FUNC)(uint8_t, uint8_t);
291 static const OB_FUNC ob_func[] = { variable
337 ob_vector_op(uint64_t v1, uint64_t v2, OB_FUNC func)
354 ob_map_op(uint64_t v1, uint8_t b2, OB_FUNC func)
404 result = ob_map_op(op1, OB_ELEM(op2, fmtsel), ob_func[op]);
407 result = ob_vector_op(op1, ValueFPR(vt, fmt_mdmx), ob_func[op]);
410 result = ob_map_op(op1, vt, ob_func[op]);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu.h 804 arc_byteswap_func_t *ob_func; member in struct:dmu_object_byteswap_info
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_send.c 2149 dmu_ot_byteswap[byteswap].ob_func(db->db_data,
2225 dmu_ot_byteswap[byteswap].ob_func(abuf->b_data,
dnode.c 328 dmu_ot_byteswap[byteswap].ob_func(dnp->dn_bonus + off, len);
arc.c 2069 dmu_ot_byteswap[bswap].ob_func(buf->b_data, HDR_GET_LSIZE(hdr));

Completed in 27 milliseconds