Searched refs:codel (Results 1 – 6 of 6) sorted by relevance
21 * IETF draft-ietf-aqm-codel-0729 * IETF draft-ietf-aqm-fq-codel-0655 struct codel { struct 80 void codel_enqueue(struct codel *, int64_t, struct mbuf *); argument 81 struct mbuf *codel_dequeue(struct codel *, struct codel_params *, int64_t,83 struct mbuf *codel_commit(struct codel *, struct mbuf *);84 void codel_purge(struct codel *, struct mbuf_list *ml);87 struct codel cd;296 codel_backlog(struct codel *cd) in codel_gettime() 302 codel_qlength(struct codel *c in codel_gettime() 69 qcodel global() argument [all...]
3798 enum tree_code codel = TREE_CODE (type); in convert_for_assignment() local3907 if (codel == REFERENCE_TYPE in convert_for_assignment()3931 else if (codel == VECTOR_TYPE && coder == VECTOR_TYPE in convert_for_assignment()3935 else if ((codel == INTEGER_TYPE || codel == REAL_TYPE in convert_for_assignment()3936 || codel == ENUMERAL_TYPE || codel == COMPLEX_TYPE in convert_for_assignment()3937 || codel == BOOLEAN_TYPE) in convert_for_assignment()3944 if ((codel == RECORD_TYPE || codel == UNION_TYPE) in convert_for_assignment()3945 && codel == coder in convert_for_assignment()3951 if (codel == UNION_TYPE && TYPE_TRANSPARENT_UNION (type) in convert_for_assignment()4056 else if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE) in convert_for_assignment()[all …]
4022 enum tree_code codel = TREE_CODE (type); local4063 if (codel == REFERENCE_TYPE4087 else if ((codel == INTEGER_TYPE || codel == REAL_TYPE 4088 || codel == ENUMERAL_TYPE || codel == COMPLEX_TYPE4089 || codel == BOOLEAN_TYPE)4097 else if (codel == UNION_TYPE && TYPE_TRANSPARENT_UNION (type) && ! errtype)4189 else if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE)4190 && (coder == codel))4248 else if (codel == POINTER_TYPE && coder == ARRAY_TYPE)4253 else if (codel == POINTER_TYPE && coder == INTEGER_TYPE)[all …]
6274 const enum tree_code codel = TREE_CODE (type); in convert_for_assignment() local6275 if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE) in convert_for_assignment()6276 && coder == codel in convert_for_assignment()6306 enum tree_code codel = TREE_CODE (type); in convert_for_initialization() local6314 && codel != REFERENCE_TYPE) in convert_for_initialization()6341 if (codel == REFERENCE_TYPE) in convert_for_initialization()
4693 const enum tree_code codel = TREE_CODE (type); in convert_for_arg_passing() local4694 if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE) in convert_for_arg_passing()4695 && coder == codel in convert_for_arg_passing()
5921 register enum tree_code codel = TREE_CODE (type); local5925 if (codel == OFFSET_TYPE)6024 register enum tree_code codel = TREE_CODE (type); local6032 && codel != REFERENCE_TYPE)6068 if (codel == REFERENCE_TYPE)