Home
last modified time | relevance | path

Searched refs:last_flags (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitLir.c519 …compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z… in sljit_set_current_flags()
920 compiler->last_flags = 0; in check_sljit_emit_enter()
945 compiler->last_flags = 0; in check_sljit_set_context()
965 compiler->last_flags = 0; in check_sljit_emit_return()
985 compiler->last_flags = 0; in check_sljit_emit_fast_enter()
1001 compiler->last_flags = 0; in check_sljit_emit_fast_return()
1020 compiler->last_flags = 0; in check_sljit_emit_op0()
1076 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z)); in check_sljit_emit_op1()
1088 compiler->last_flags = 0; in check_sljit_emit_op1()
1157 CHECK_ARGUMENT((compiler->last_flags & 0xff) == GET_FLAG_TYPE(SLJIT_SET_CARRY)); in check_sljit_emit_op2()
[all …]
DsljitLir.h400 sljit_s32 last_flags; member
DsljitNativeX86_common.c2909 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z);
2911 CHECK_ARGUMENT((type & 0xff) == (compiler->last_flags & 0xff));
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp.c1218 const char *last_flags = "flags="; /* i.e. empty */ in get_cli_attr() local
1241 last_flags = *argv; in get_cli_attr()
1243 msg_info("%s: %s", myname, last_flags); in get_cli_attr()
1262 VAR_LMTP_ASSUME_FINAL, last_flags, MASTER_CONF_FILE); in get_cli_attr()
/netbsd/src/usr.sbin/makefs/
Dudf.c497 uint64_t last_len, piece_len, last_flags; in udf_append_file_mapping() local
545 last_flags = 0; in udf_append_file_mapping()
556 last_flags = UDF_EXT_FLAGS(udf_rw32(last_short->len)); in udf_append_file_mapping()
564 last_flags = UDF_EXT_FLAGS(udf_rw32(last_long->len)); in udf_append_file_mapping()
584 last_short->len = udf_rw32(last_len | last_flags); in udf_append_file_mapping()
586 last_long->len = udf_rw32(last_len | last_flags); in udf_append_file_mapping()
/netbsd/src/sys/arch/arm/broadcom/
Dbcm53xx_eth.c1411 uint32_t last_flags = TXDB_FLAG_EF; in bcmeth_txq_produce() local
1421 last_flags |= TXDB_FLAG_IC; in bcmeth_txq_produce()
1449 producer->txdb_flags |= htole32(last_flags); in bcmeth_txq_produce()
/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3etsec.c1922 uint16_t last_flags = TXBD_L; in pq3etsec_txq_produce() local
1935 last_flags |= TXBD_I; in pq3etsec_txq_produce()
1965 | (i == map->dm_nsegs - 1 ? last_flags : 0); in pq3etsec_txq_produce()
1973 first_flags |= last_flags; in pq3etsec_txq_produce()