Home
last modified time | relevance | path

Searched refs:subid (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c708 struct v3d_field *subid = NULL; in v3d_spec_find_instruction() local
712 subid = field; in v3d_spec_find_instruction()
717 if (subid && (__gen_unpack_uint(p, subid->start, subid->end) != in v3d_spec_find_instruction()
718 subid->default_value)) { in v3d_spec_find_instruction()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c757 static reg_errcode_t marksub(tre_parse_ctx_t *ctx, tre_ast_node_t *node, int subid) in marksub() argument
769 node->submatch_id = subid; in marksub()
962 int subid = 0; in tre_parse() local
967 PUSHINT(err, stack, subid++); in tre_parse()
973 PUSHINT(err, stack, subid++); in tre_parse()
1071 ctx->submatch_id = subid; in tre_parse()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c757 static reg_errcode_t marksub(tre_parse_ctx_t *ctx, tre_ast_node_t *node, int subid) in marksub() argument
769 node->submatch_id = subid; in marksub()
963 int subid = 0; in tre_parse() local
968 PUSHINT(err, stack, subid++); in tre_parse()
974 PUSHINT(err, stack, subid++); in tre_parse()
1072 ctx->submatch_id = subid; in tre_parse()
/third_party/musl/src/regex/
Dregcomp.c757 static reg_errcode_t marksub(tre_parse_ctx_t *ctx, tre_ast_node_t *node, int subid) in marksub() argument
769 node->submatch_id = subid; in marksub()
962 int subid = 0; in tre_parse() local
967 PUSHINT(err, stack, subid++); in tre_parse()
973 PUSHINT(err, stack, subid++); in tre_parse()
1071 ctx->submatch_id = subid; in tre_parse()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c757 static reg_errcode_t marksub(tre_parse_ctx_t *ctx, tre_ast_node_t *node, int subid) in marksub() argument
769 node->submatch_id = subid; in marksub()
962 int subid = 0; in tre_parse() local
967 PUSHINT(err, stack, subid++); in tre_parse()
973 PUSHINT(err, stack, subid++); in tre_parse()
1071 ctx->submatch_id = subid; in tre_parse()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c2240 const gchar *subid = strchr (stream_id, '/'); in create_stream_profile_recurse() local
2242 gst_encoding_profile_set_name (profile, subid ? subid : stream_id); in create_stream_profile_recurse()