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

  /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]);
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.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]);
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
dmu.h 804 arc_byteswap_func_t *ob_func; member in struct:dmu_object_byteswap_info

Completed in 109 milliseconds