Searched refs:curr_type (Results 1 – 5 of 5) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | xg-mixed-string.c | 407 bp->curr_type = -1; in mixed_string_buffer_init() 536 if (bp->curr_type == utf8_encoded) in mixed_string_buffer_flush_curr() 538 if (bp->curr_type != -1) in mixed_string_buffer_flush_curr() 543 segment_alloc (bp->curr_type, bp->curr_buffer, bp->curr_buflen); in mixed_string_buffer_flush_curr() 554 if (bp->curr_type != source_encoded) in mixed_string_buffer_append_char() 557 bp->curr_type = source_encoded; in mixed_string_buffer_append_char() 567 if (bp->curr_type != utf8_encoded) in mixed_string_buffer_append_unicode() 570 bp->curr_type = utf8_encoded; in mixed_string_buffer_append_unicode()
|
D | xg-mixed-string.h | 114 int curr_type; /* An enum segment_type, or -1. */ member
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.c | 1036 sljit_s32 types, arg_count, curr_type; in check_sljit_emit_enter() local 1055 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_enter() 1056 CHECK_ARGUMENT(curr_type == SLJIT_ARG_TYPE_SW || curr_type == SLJIT_ARG_TYPE_UW); in check_sljit_emit_enter() 1088 sljit_s32 types, arg_count, curr_type; in check_sljit_set_context() local 1106 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_set_context() 1107 CHECK_ARGUMENT(curr_type == SLJIT_ARG_TYPE_SW || curr_type == SLJIT_ARG_TYPE_UW); in check_sljit_set_context() 1626 sljit_s32 i, types, curr_type, scratches, fscratches; in check_sljit_emit_call() local 1635 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_call() 1636 CHECK_ARGUMENT(curr_type <= SLJIT_ARG_TYPE_F64); in check_sljit_emit_call() 1638 if (curr_type == 0) { in check_sljit_emit_call() [all …]
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 2105 const struct dxil_type *curr_type = NULL; in emit_consts() local 2110 if (curr_type != c->value.type) { in emit_consts() 2114 curr_type = c->value.type; in emit_consts() 2123 switch (curr_type->type) { in emit_consts() 2130 switch (curr_type->float_bits) { in emit_consts()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 91 const sem::Type* curr_type, in ScopedBitCast() argument 98 if (curr_type->is_scalar() && target_vec_type) { in ScopedBitCast()
|