Home
last modified time | relevance | path

Searched refs:int_op (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff-common.hh411 template <typename T, int int_op>
414 T &ofs = *(T *) (c->head + OpCode_Size (int_op)); in serialize_link_op()
415 if (unlikely (!serialize_int_op<T> (c, op, 0, int_op))) return false; in serialize_link_op()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativePPC_common.c1268 sljit_s32 int_op = op & SLJIT_32; in sljit_emit_op0() local
1293 FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1))); in sljit_emit_op0()
1294 FAIL_IF(push_inst(compiler, (int_op ? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1))); in sljit_emit_op0()
1303 return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1)); in sljit_emit_op0()
H A DsljitNativeMIPS_common.c2153 sljit_s32 int_op = op & SLJIT_32; in sljit_emit_op0() local
2193 if (int_op) { in sljit_emit_op0()
2213 if (int_op) in sljit_emit_op0()
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c244 static struct symbol_op int_op = { variable
499 N("int", &int_op),

Completed in 13 milliseconds