Home
last modified time | relevance | path

Searched refs:ce (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/freebsd/lib/libc/iconv/
H A Dcitrus_stdenc.c55 struct _citrus_stdenc *ce; in _citrus_stdenc_open() local
64 ce = malloc(sizeof(*ce)); in _citrus_stdenc_open()
65 if (ce == NULL) { in _citrus_stdenc_open()
69 ce->ce_ops = NULL; in _citrus_stdenc_open()
70 ce->ce_closure = NULL; in _citrus_stdenc_open()
71 ce->ce_module = NULL; in _citrus_stdenc_open()
72 ce->ce_traits = NULL; in _citrus_stdenc_open()
78 ce->ce_module = handle; in _citrus_stdenc_open()
80 getops = (_citrus_stdenc_getops_t)_citrus_find_getops(ce->ce_module, in _citrus_stdenc_open()
87 ce->ce_ops = (struct _citrus_stdenc_ops *)malloc(sizeof(*ce->ce_ops)); in _citrus_stdenc_open()
[all …]
H A Dcitrus_stdenc.h63 _citrus_stdenc_init_state(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_init_state() argument
67 return ((*ce->ce_ops->eo_init_state)(ce, ps)); in _citrus_stdenc_init_state()
71 _citrus_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_mbtocs() argument
77 return ((*ce->ce_ops->eo_mbtocs)(ce, csid, idx, s, n, ps, nresult, in _citrus_stdenc_mbtocs()
82 _citrus_stdenc_cstomb(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_cstomb() argument
88 return ((*ce->ce_ops->eo_cstomb)(ce, s, n, csid, idx, ps, nresult, in _citrus_stdenc_cstomb()
93 _citrus_stdenc_wctomb(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_wctomb() argument
98 return ((*ce->ce_ops->eo_wctomb)(ce, s, n, wc, ps, nresult, hooks)); in _citrus_stdenc_wctomb()
102 _citrus_stdenc_put_state_reset(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_put_state_reset() argument
107 return ((*ce->ce_ops->eo_put_state_reset)(ce, s, n, ps, nresult)); in _citrus_stdenc_put_state_reset()
[all …]
H A Dcitrus_stdenc_template.h71 _FUNCNAME(stdenc_init)(struct _citrus_stdenc * __restrict ce, in _FUNCNAME()
91 ce->ce_closure = ei; in _FUNCNAME()
93 et->et_mb_cur_max = _ENCODING_MB_CUR_MAX(_CE_TO_EI(ce)); in _FUNCNAME()
94 et->et_mb_cur_min = _ENCODING_MB_CUR_MIN(_CE_TO_EI(ce)); in _FUNCNAME()
100 _FUNCNAME(stdenc_uninit)(struct _citrus_stdenc * __restrict ce) in _FUNCNAME()
103 if (ce) { in _FUNCNAME()
104 _FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce)); in _FUNCNAME()
105 free(ce->ce_closure); in _FUNCNAME()
110 _FUNCNAME(stdenc_init_state)(struct _citrus_stdenc * __restrict ce, in _FUNCNAME()
114 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps)); in _FUNCNAME()
[all …]
H A Dcitrus_none.c57 _citrus_NONE_stdenc_init(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_init() argument
65 ce->ce_closure = NULL; in _citrus_NONE_stdenc_init()
71 _citrus_NONE_stdenc_uninit(struct _citrus_stdenc *ce __unused) in _citrus_NONE_stdenc_uninit()
77 _citrus_NONE_stdenc_init_state(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_init_state()
85 _citrus_NONE_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_mbtocs()
106 _citrus_NONE_stdenc_cstomb(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_cstomb()
161 _citrus_NONE_stdenc_mbtowc(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_mbtowc()
188 _citrus_NONE_stdenc_wctomb(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_wctomb()
211 _citrus_NONE_stdenc_put_state_reset(struct _citrus_stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_put_state_reset()
222 _citrus_NONE_stdenc_get_state_desc(struct _stdenc * __restrict ce __unused, in _citrus_NONE_stdenc_get_state_desc()
/freebsd/sys/dev/cxgbe/
H A Dt4_clip.c138 struct clip_entry *ce; in alloc_clip_entry() local
142 ce = malloc(sizeof(*ce), M_CXGBE, M_NOWAIT | M_ZERO); in alloc_clip_entry()
143 if (__predict_true(ce != NULL)) { in alloc_clip_entry()
144 ce->cde = cde; in alloc_clip_entry()
146 ce->clip_idx = -1; in alloc_clip_entry()
149 return (ce); in alloc_clip_entry()
187 struct clip_entry *ce; in lookup_clip_entry() local
196 LIST_FOREACH(ce, &sc->clip_table[bucket], link) { in lookup_clip_entry()
197 if (ce->cde == cde) in lookup_clip_entry()
198 return (ce); in lookup_clip_entry()
[all …]
/freebsd/sys/kern/
H A Dsubr_kobj.c215 kobj_method_t *ce; in kobj_lookup_method()
217 for (ce = methods; ce && ce->desc; ce++) { in kobj_lookup_method()
218 if (ce->desc == desc) { in kobj_lookup_method()
219 return ce; in kobj_lookup_method() local
230 kobj_method_t *ce; in kobj_class_free()
233 ce = kobj_lookup_method_class(cls, desc); in kobj_class_free()
234 if (ce) in kobj_class_free()
180 kobj_method_t *ce; kobj_lookup_method_class() local
195 kobj_method_t *ce; kobj_lookup_method_mi() local
[all...]
/freebsd/contrib/unbound/validator/
H A Dval_nsec3.c83 * Closest encloser (ce) proof results
84 * Contains the ce and the next-closer (nc) proof.
88 uint8_t* ce; member
89 /** length of ce */
91 /** NSEC3 record that proved ce. rrset */
93 /** NSEC3 record that proved ce. rr number */
987 * @param ce: closest encloser information is returned in here.
994 struct ce_response* ce, int* calculations) in nsec3_find_closest_encloser() argument
1014 &ce->ce_rrset, &ce in nsec3_find_closest_encloser()
1036 next_closer(uint8_t * qname,size_t qnamelen,uint8_t * ce,uint8_t ** nm,size_t * nmlen) next_closer() argument
1068 nsec3_prove_closest_encloser(struct module_env * env,struct nsec3_filter * flt,struct nsec3_cache_table * ct,struct query_info * qinfo,int prove_does_not_exist,struct ce_response * ce,int * calculations) nsec3_prove_closest_encloser() argument
1154 nsec3_ce_wildcard(struct regional * region,uint8_t * ce,size_t celen,size_t * len) nsec3_ce_wildcard() argument
1177 struct ce_response ce; nsec3_do_prove_nameerror() local
1275 struct ce_response ce; nsec3_do_prove_nodata() local
1461 struct ce_response ce; nsec3_prove_wildcard() local
1558 struct ce_response ce; nsec3_prove_nods() local
[all...]
H A Dval_nsec.c214 uint8_t* wc = NULL, *ce = NULL; in val_nsec_prove_nodata_dsreply()
278 ce = nsec_closest_encloser(qinfo->qname, in val_nsec_prove_nodata_dsreply()
282 if(wc && !ce) in val_nsec_prove_nodata_dsreply()
284 else if(wc && ce) { in val_nsec_prove_nodata_dsreply()
285 /* ce and wc must match */ in val_nsec_prove_nodata_dsreply()
286 if(query_dname_compare(wc, ce) != 0) in val_nsec_prove_nodata_dsreply()
337 uint8_t* ce = nsec->rk.dname; in nsec_proves_nodata()
339 dname_remove_label(&ce, &ce_len); in nsec_proves_nodata()
344 if(dname_strict_subdomain_c(qinfo->qname, ce)) { in nsec_proves_nodata()
359 *wc = ce; in nsec_proves_nodata()
213 uint8_t* wc = NULL, *ce = NULL; val_nsec_prove_nodata_dsreply() local
336 uint8_t* ce = nsec->rk.dname; nsec_proves_nodata() local
374 uint8_t* ce = nm; nsec_proves_nodata() local
508 uint8_t* ce; val_nsec_proves_positive_wildcard() local
531 uint8_t* ce = nsec_closest_encloser(qname, nsec); val_nsec_proves_no_wc() local
[all...]
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1145 id-x509-ce OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) ds(5) 29}
280 id-x509-ce-keyUsage OBJECT IDENTIFIER ::= { id-x509-ce 15 }
294 id-x509-ce-authorityKeyIdentifier OBJECT IDENTIFIER ::= { id-x509-ce 35 }
305 id-x509-ce-subjectKeyIdentifier OBJECT IDENTIFIER ::= { id-x509-ce 14 }
309 id-x509-ce-basicConstraints OBJECT IDENTIFIER ::= { id-x509-ce 19 }
316 id-x509-ce-nameConstraints OBJECT IDENTIFIER ::= { id-x509-ce 30 }
333 id-x509-ce-privateKeyUsagePeriod OBJECT IDENTIFIER ::= { id-x509-ce 16 }
334 id-x509-ce-certificatePolicies OBJECT IDENTIFIER ::= { id-x509-ce 32 }
335 id-x509-ce-policyMappings OBJECT IDENTIFIER ::= { id-x509-ce 33 }
336 id-x509-ce-subjectAltName OBJECT IDENTIFIER ::= { id-x509-ce 17 }
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.c92 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_read32() local
94 return ce->bus_ops->read32(ar, offset); in ath10k_ce_read32()
99 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_write32() local
101 ce->bus_ops->write32(ar, offset, value); in ath10k_ce_write32()
137 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_read_index_from_ddr() local
139 return ce->vaddr_rri[ce_id] & CE_DDR_RRI_MASK; in ath10k_ce_src_ring_read_index_from_ddr()
145 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_read_index_get() local
147 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get()
172 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_base_addr_set() local
173 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_base_addr_set()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp33 mlir::Value implicitParam, QualType implicitParamTy, const CallExpr *ce, in commonBuildCXXMemberOrOperatorCall() argument
35 assert(ce == nullptr || isa<CXXMemberCallExpr>(ce) || in commonBuildCXXMemberOrOperatorCall()
36 isa<CXXOperatorCallExpr>(ce)); in commonBuildCXXMemberOrOperatorCall()
61 } else if (ce) { in commonBuildCXXMemberOrOperatorCall()
63 unsigned argsToSkip = isa<CXXOperatorCallExpr>(ce) ? 1 : 0; in commonBuildCXXMemberOrOperatorCall()
64 cgf.emitCallArgs(args, fpt, drop_begin(ce->arguments(), argsToSkip), in commonBuildCXXMemberOrOperatorCall()
65 ce->getDirectCallee()); in commonBuildCXXMemberOrOperatorCall()
77 const CallExpr *ce, const CXXMethodDecl *md, ReturnValueSlot returnValue, in emitCXXMemberOrOperatorMemberCallExpr() argument
80 assert(isa<CXXMemberCallExpr>(ce) || isa<CXXOperatorCallExpr>(ce)); in emitCXXMemberOrOperatorMemberCallExpr()
83 cgm.errorNYI(ce->getSourceRange(), in emitCXXMemberOrOperatorMemberCallExpr()
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dcmn_err.h22 #define cmn_err_once(ce, ...) \ argument
26 cmn_err(ce, __VA_ARGS__); \
30 #define vcmn_err_once(ce, fmt, ap) \ argument
34 vcmn_err(ce, fmt, ap); \
38 #define zcmn_err_once(zone, ce, ...) \ argument
42 zcmn_err(zone, ce, __VA_ARGS__); \
46 #define vzcmn_err_once(zone, ce, fmt, ap) \ argument
50 vzcmn_err(zone, ce, fmt, ap); \
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S63 #define ce P0 macro
73 ce = CMP.GT(expa, expb); define
74 if ( ce.new) exp = add(expa, #1)
75 if (!ce.new) exp = add(expb, #1)
78 if ( ce) expa = #1
79 if (!ce) expb = #1
86 if (!ce) expa = add(expd, #1)
87 if ( ce) expb = add(expd, #1)
162 #define ce P0 macro
172 ce = CMP.GT(expa, expb); define
[all …]
H A Dfastmath2_dlib_asm.S73 #define ce P0 macro
82 ce = CMP.GT(expa, expb); define
83 if ( ce.new) exp = add(expa, #1)
84 if (!ce.new) exp = add(expb, #1)
86 if ( ce) expa = #1
87 if (!ce) expb = #1
91 if (!ce) expa = add(expd, #1)
92 if ( ce) expb = add(expd, #1)
174 #define ce P0 macro
183 ce = CMP.GT(expa, expb); define
[all …]
H A Dfastmath_dlib_asm.S81 #define ce P0 macro
90 ce = CMP.GT(expa, expb); define
91 if ( ce.new) exp = add(expa, #1)
92 if (!ce.new) exp = add(expb, #1)
94 if ( ce) expa = #1
95 if (!ce) expb = #1
99 if (!ce) expa = add(expd, #1)
100 if ( ce) expb = add(expd, #1)
216 #define ce P0 macro
225 ce = CMP.GT(expa, expb); define
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcmn_err.h67 #define cmn_err_once(ce, ...) \ argument
71 cmn_err(ce, __VA_ARGS__); \
75 #define vcmn_err_once(ce, fmt, ap) \ argument
79 vcmn_err(ce, fmt, ap); \
83 #define zcmn_err_once(zone, ce, ...) \ argument
87 zcmn_err(zone, ce, __VA_ARGS__); \
91 #define vzcmn_err_once(zone, ce, fmt, ap) \ argument
95 vzcmn_err(zone, ce, fmt, ap); \
/freebsd/contrib/tcsh/
H A Dsh.err.c395 struct cleanup_entry *ce; in cleanup_push_internal() local
405 ce = cleanup_stack + cleanup_sp; in cleanup_push_internal()
406 ce->var = var; in cleanup_push_internal()
407 ce->fn = fn; in cleanup_push_internal()
409 ce->file = file; in cleanup_push_internal()
410 ce->line = line; in cleanup_push_internal()
424 struct cleanup_entry *ce; in cleanup_ignore() local
426 ce = cleanup_stack + cleanup_sp; in cleanup_ignore()
427 while (ce != cleanup_stack) { in cleanup_ignore()
428 ce--; in cleanup_ignore()
[all …]
/freebsd/crypto/krb5/src/util/support/
H A Dfake-addrinfo.c652 struct face *ce; in fai_add_hosts_by_name() local
660 if (!find_face(name, &ce)) { in fai_add_hosts_by_name()
709 ce = malloc(sizeof(struct face)); in fai_add_hosts_by_name()
710 memset(ce, 0, sizeof(*ce)); in fai_add_hosts_by_name()
711 ce->expiration = time(0) + 30; in fai_add_hosts_by_name()
718 ce->naddrs4++; in fai_add_hosts_by_name()
721 ce->naddrs6++; in fai_add_hosts_by_name()
727 ce->addrs4 = calloc(ce->naddrs4, sizeof(*ce->addrs4)); in fai_add_hosts_by_name()
728 if (ce->addrs4 == NULL && ce->naddrs4 != 0) { in fai_add_hosts_by_name()
733 ce->addrs6 = calloc(ce->naddrs6, sizeof(*ce->addrs6)); in fai_add_hosts_by_name()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.c270 ath11k_dp_shadow_stop_timer(ab, &ab->ce.hp_timer[i]); in ath11k_ce_stop_shadow_timers()
284 lockdep_assert_held(&ab->ce.ce_lock); in ath11k_ce_rx_buf_enqueue_pipe()
332 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_rx_post_pipe()
368 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_rx_post_pipe()
382 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_recv_next()
413 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_recv_next()
467 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_send_next()
494 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_send_next()
605 ath11k_dp_shadow_init_timer(ab, &ab->ce.hp_timer[ce_id], in ath11k_ce_init_ring()
651 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_alloc_pipe()
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dce.c22 lockdep_assert_held(&ab->ce.ce_lock); in ath12k_ce_rx_buf_enqueue_pipe()
70 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_rx_post_pipe()
105 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_rx_post_pipe()
119 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_recv_next()
150 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_recv_next()
204 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_send_next()
231 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_send_next()
369 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath12k_ce_alloc_pipe()
408 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath12k_ce_per_engine_service()
419 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath12k_ce_poll_send_completed()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcmn_err.h50 #define cmn_err_once(ce, ...) \ argument
54 cmn_err(ce, __VA_ARGS__); \
58 #define vcmn_err_once(ce, fmt, ap) \ argument
62 vcmn_err(ce, fmt, ap); \
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_cmn_err.c25 vcmn_err(int ce, const char *fmt, va_list adx) in vcmn_err() argument
31 switch (ce) { in vcmn_err()
49 if (ce == CE_PANIC) { in vcmn_err()
53 if (ce != CE_IGNORE) { in vcmn_err()
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_cmn_err.c30 vcmn_err(int ce, const char *fmt, va_list adx) in vcmn_err() argument
36 switch (ce) { in vcmn_err()
54 if (ce == CE_PANIC) { in vcmn_err()
58 if (ce != CE_IGNORE) { in vcmn_err()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c228 vcmn_msg(int ce, const char *fmt, va_list adx) in vcmn_msg() argument
230 switch (ce) { in vcmn_msg()
250 if (ce != CE_CONT) in vcmn_msg()
256 vcmn_err(int ce, const char *fmt, va_list adx) in vcmn_err() argument
258 vcmn_msg(ce, fmt, adx); in vcmn_err()
260 if (ce == CE_PANIC) in vcmn_err()
265 cmn_err(int ce, const char *fmt, ...) in cmn_err() argument
270 vcmn_err(ce, fmt, adx); in cmn_err()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-err.c82 vcmn_err(int ce, const char *fmt, va_list ap) in vcmn_err() argument
88 switch (ce) { in vcmn_err()
116 cmn_err(int ce, const char *fmt, ...) in cmn_err() argument
121 vcmn_err(ce, fmt, ap); in cmn_err()

12345678910>>...15