Home
last modified time | relevance | path

Searched defs:cat (Results 76 - 100 of 146) sorted by relevance

123456

/kernel/linux/linux-6.6/net/ipv4/
H A Dcipso_ipv4.c740 int cat = -1; in cipso_v4_map_cat_rbm_valid() local
911 u16 cat; cipso_v4_map_cat_enum_valid() local
947 int cat = -1; cipso_v4_map_cat_enum_hton() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c1558 get_cabac_cbf_ctx(H264SliceContext *sl, int cat, int idx, int max_coeff, int is_dc) get_cabac_cbf_ctx() argument
1591 decode_cabac_residual_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff, int is_dc, int chroma422) decode_cabac_residual_internal() argument
1778 decode_cabac_residual_dc_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_internal() argument
1788 decode_cabac_residual_dc_internal_422(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_internal_422() argument
1798 decode_cabac_residual_nondc_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff) decode_cabac_residual_nondc_internal() argument
1821 decode_cabac_residual_dc(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc() argument
1837 decode_cabac_residual_dc_422(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_422() argument
1850 decode_cabac_residual_nondc(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff) decode_cabac_residual_nondc() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dconcatdec.c116 ConcatContext *cat = avf->priv_data; in add_file() local
201 ConcatContext *cat = avf->priv_data; detect_stream_specific() local
243 ConcatContext *cat = avf->priv_data; match_streams_one_to_one() local
263 ConcatContext *cat = avf->priv_data; match_streams_exact_id() local
285 ConcatContext *cat = avf->priv_data; match_streams() local
335 ConcatContext *cat = avf->priv_data; open_file() local
394 ConcatContext *cat = avf->priv_data; concat_read_close() local
460 ConcatContext *cat = avf->priv_data; concat_parse_script() local
649 ConcatContext *cat = avf->priv_data; concat_read_header() local
692 ConcatContext *cat = avf->priv_data; open_next_file() local
729 packet_after_outpoint(ConcatContext *cat, AVPacket *pkt) packet_after_outpoint() argument
740 ConcatContext *cat = avf->priv_data; concat_read_packet() local
825 ConcatContext *cat = avf->priv_data; try_seek() local
843 ConcatContext *cat = avf->priv_data; real_seek() local
893 ConcatContext *cat = avf->priv_data; concat_seek() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_frame.c62 nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, int32_t stream_id, nghttp2_headers_category cat, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_headers_init() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.c62 nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, int32_t stream_id, nghttp2_headers_category cat, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_headers_init() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_validate.c51 cat(struct string *dest, const struct string src) in cat() function
/third_party/pcre2/pcre2/src/
H A Dpcre2_dfa_match.c1119 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match() local
1144 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match() local
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc73 string cat(const string& a, const string& b, in cat() function
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-indic.hh321 indic_category_t cat = (indic_category_t) (type & 0xFFu); in set_indic_properties() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c1301 cat_t cat; in categorize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c1429 cat_t cat; in categorize() local
/third_party/python/Python/
H A D_warnings.c324 PyObject *tmp_item, *action, *msg, *cat, *mod, *ln_obj; in get_filter() local
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c541 static int validate_mls_semantic_cat(const mls_semantic_cat_t *cat, const validate_t *cats) in validate_mls_semantic_cat() argument
H A Dwrite.c359 mls_semantic_cat_t *cat; in mls_write_semantic_level_helper() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c869 struct cil_cat *cat = node->data; in cil_write_ast_node() local
H A Dcil_reset_ast.c238 static void cil_reset_cat(struct cil_cat *cat) in cil_reset_cat() argument
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c1083 cat_datum_t *cat = NULL; in require_cat() local
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-eh.c1670 int cat; in speed_down_verdict_cb() local
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dhfsplus_raw.h403 struct hfsplus_cat_key cat; member
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddebug.c908 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap() argument
/kernel/linux/linux-5.10/fs/hfs/
H A Dhfs.h166 struct hfs_cat_key cat; member
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-eh.c1682 int cat; in speed_down_verdict_cb() local
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dhfsplus_raw.h407 struct hfsplus_cat_key cat; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddebug.c908 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap() argument
/kernel/linux/linux-6.6/fs/hfs/
H A Dhfs.h166 struct hfs_cat_key cat; member

Completed in 54 milliseconds

123456