Home
last modified time | relevance | path

Searched refs:input_flags (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/crypto/ui/
Dui_lib.c100 int input_flags, char *result_buf) in general_allocate_prompt() argument
112 ret->input_flags = input_flags; in general_allocate_prompt()
121 enum UI_string_types type, int input_flags, in general_allocate_string() argument
127 type, input_flags, result_buf); in general_allocate_string()
153 int input_flags, char *result_buf) in general_allocate_boolean() argument
172 type, input_flags, result_buf); in general_allocate_boolean()
777 return uis->input_flags; in UI_get_input_flags()
Dui_local.h64 int input_flags; /* Flags from the user */ member
/third_party/pcre2/pcre2/src/sljit/
DsljitNativePPC_common.c1061 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() argument
1073 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op()
1094 FAIL_IF(emit_op_mem(compiler, input_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1111 FAIL_IF(emit_op_mem(compiler, input_flags | LOAD_DATA, sugg_src2_r, src2, src2w, TMP_REG2)); in emit_op()
1120 return emit_op_mem(compiler, input_flags, dst_r, dst, dstw, TMP_REG1); in emit_op()
2133 sljit_s32 reg, input_flags, cr_bit, invert; in sljit_emit_op_flags() local
2142 input_flags = (op & SLJIT_I32_OP) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags()
2144 input_flags = WORD_DATA; in sljit_emit_op_flags()
2151 FAIL_IF(emit_op_mem(compiler, input_flags | LOAD_DATA, TMP_REG1, dst, dstw, TMP_REG1)); in sljit_emit_op_flags()
2245 return emit_op_mem(compiler, input_flags, reg, dst, dstw, TMP_REG1); in sljit_emit_op_flags()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c455 uint8_t input_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_builtin_string_prototype_object_replace() local
460 &input_flags); in ecma_builtin_string_prototype_object_replace()
550 if (input_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_string_prototype_object_replace()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c611 VTDecodeFrameFlags input_flags; in gst_vtdec_handle_frame() local
631 input_flags = kVTDecodeFrame_EnableAsynchronousDecompression; in gst_vtdec_handle_frame()
637 input_flags, frame, NULL); in gst_vtdec_handle_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglviewconvert.c78 GstVideoMultiviewFlags input_flags; member
274 convert->priv->input_flags = GST_VIDEO_MULTIVIEW_FLAGS_NONE; in gst_gl_view_convert_init()
1643 GstVideoMultiviewFlags in_flags = priv->input_flags; in _init_view_convert()
2345 priv->input_flags = in_flags; in gst_gl_view_convert_get_output()
2350 priv->input_flags == priv->output_flags && in gst_gl_view_convert_get_output()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1685 uint8_t input_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_regexp_exec_helper() local
1690 &input_flags); in ecma_regexp_exec_helper()
1739 if (input_flags & ECMA_STRING_FLAG_IS_ASCII) in ecma_regexp_exec_helper()
1853 if (input_flags & ECMA_STRING_FLAG_IS_ASCII) in ecma_regexp_exec_helper()
1882 if (input_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_exec_helper()
/third_party/chromium/patch/
D0001-cve.patch150003 t.input_flags));
150005 engine->Lookup(t.input_dom_code, t.input_flags, &dom_key, &keycode));
/third_party/gstreamer/gstplugins_bad/
DChangeLog558 VTDecodeFrameFlags input_flags, output_flags;