Searched refs:ce (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-current/lib/libc/iconv/
H A Dcitrus_stdenc.c55 struct _citrus_stdenc *ce; local
64 ce = malloc(sizeof(*ce));
65 if (ce == NULL) {
69 ce->ce_ops = NULL;
70 ce->ce_closure = NULL;
71 ce->ce_module = NULL;
72 ce->ce_traits = NULL;
78 ce->ce_module = handle;
80 getops = (_citrus_stdenc_getops_t)_citrus_find_getops(ce
131 _citrus_stdenc_close(struct _citrus_stdenc *ce) argument
[all...]
H A Dcitrus_stdenc.h63 _citrus_stdenc_init_state(struct _citrus_stdenc * __restrict ce, argument
67 return ((*ce->ce_ops->eo_init_state)(ce, ps));
71 _citrus_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce, argument
77 return ((*ce->ce_ops->eo_mbtocs)(ce, csid, idx, s, n, ps, nresult,
82 _citrus_stdenc_cstomb(struct _citrus_stdenc * __restrict ce, argument
88 return ((*ce->ce_ops->eo_cstomb)(ce, s, n, csid, idx, ps, nresult,
93 _citrus_stdenc_wctomb(struct _citrus_stdenc * __restrict ce, argument
102 _citrus_stdenc_put_state_reset(struct _citrus_stdenc * __restrict ce, char * __restrict s, size_t n, void * __restrict ps, size_t * __restrict nresult) argument
111 _citrus_stdenc_get_state_size(struct _citrus_stdenc *ce) argument
118 _citrus_stdenc_get_mb_cur_min(struct _citrus_stdenc *ce) argument
125 _citrus_stdenc_get_mb_cur_max(struct _citrus_stdenc *ce) argument
132 _citrus_stdenc_get_state_desc(struct _citrus_stdenc * __restrict ce, void * __restrict ps, int id, struct _citrus_stdenc_state_desc * __restrict d) argument
[all...]
H A Dcitrus_stdenc_template.h71 _FUNCNAME(stdenc_init)(struct _citrus_stdenc * __restrict ce, argument
91 ce->ce_closure = ei;
93 et->et_mb_cur_max = _ENCODING_MB_CUR_MAX(_CE_TO_EI(ce));
94 et->et_mb_cur_min = _ENCODING_MB_CUR_MIN(_CE_TO_EI(ce));
100 _FUNCNAME(stdenc_uninit)(struct _citrus_stdenc * __restrict ce) argument
103 if (ce) {
104 _FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce));
105 free(ce->ce_closure);
110 _FUNCNAME(stdenc_init_state)(struct _citrus_stdenc * __restrict ce, argument
114 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STAT
120 stdenc_mbtocs(struct _citrus_stdenc * __restrict ce, _citrus_csid_t * __restrict csid, _citrus_index_t * __restrict idx, char ** __restrict s, size_t n, void * __restrict ps, size_t * __restrict nresult, struct iconv_hooks *hooks) argument
140 stdenc_cstomb(struct _citrus_stdenc * __restrict ce, char * __restrict s, size_t n, _citrus_csid_t csid, _citrus_index_t idx, void * __restrict ps, size_t * __restrict nresult, struct iconv_hooks *hooks __unused) argument
160 stdenc_mbtowc(struct _citrus_stdenc * __restrict ce, _citrus_wc_t * __restrict wc, char ** __restrict s, size_t n, void * __restrict ps, size_t * __restrict nresult, struct iconv_hooks *hooks) argument
175 stdenc_wctomb(struct _citrus_stdenc * __restrict ce, char * __restrict s, size_t n, _citrus_wc_t wc, void * __restrict ps, size_t * __restrict nresult, struct iconv_hooks *hooks __unused) argument
202 stdenc_get_state_desc(struct _citrus_stdenc * __restrict ce, void * __restrict ps, int id, struct _citrus_stdenc_state_desc * __restrict d) argument
[all...]
H A Dcitrus_none.c57 _citrus_NONE_stdenc_init(struct _citrus_stdenc * __restrict ce, argument
65 ce->ce_closure = NULL;
71 _citrus_NONE_stdenc_uninit(struct _citrus_stdenc *ce __unused)
77 _citrus_NONE_stdenc_init_state(struct _citrus_stdenc * __restrict ce __unused,
85 _citrus_NONE_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce __unused,
106 _citrus_NONE_stdenc_cstomb(struct _citrus_stdenc * __restrict ce __unused,
161 _citrus_NONE_stdenc_mbtowc(struct _citrus_stdenc * __restrict ce __unused,
188 _citrus_NONE_stdenc_wctomb(struct _citrus_stdenc * __restrict ce __unused,
211 _citrus_NONE_stdenc_put_state_reset(struct _citrus_stdenc * __restrict ce __unused,
222 _citrus_NONE_stdenc_get_state_desc(struct _stdenc * __restrict ce __unuse
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dcmn_err.h32 #define cmn_err_once(ce, ...) \
36 cmn_err(ce, __VA_ARGS__); \
40 #define vcmn_err_once(ce, fmt, ap) \
44 vcmn_err(ce, fmt, ap); \
48 #define zcmn_err_once(zone, ce, ...) \
52 zcmn_err(zone, ce, __VA_ARGS__); \
56 #define vzcmn_err_once(zone, ce, fmt, ap) \
60 vzcmn_err(zone, ce, fmt, ap); \
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcmn_err.h49 #define cmn_err_once(ce, ...) \
53 cmn_err(ce, __VA_ARGS__); \
57 #define vcmn_err_once(ce, fmt, ap) \
61 vcmn_err(ce, fmt, ap); \
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcmn_err.h77 #define cmn_err_once(ce, ...) \
81 cmn_err(ce, __VA_ARGS__); \
85 #define vcmn_err_once(ce, fmt, ap) \
89 vcmn_err(ce, fmt, ap); \
93 #define zcmn_err_once(zone, ce, ...) \
97 zcmn_err(zone, ce, __VA_ARGS__); \
101 #define vzcmn_err_once(zone, ce, fmt, ap) \
105 vzcmn_err(zone, ce, fmt, ap); \
/freebsd-current/sys/dev/cxgbe/
H A Dt4_clip.c65 * are tracked in ce->refcount. Driver ioctls let external consumers add/remove
138 struct clip_entry *ce; local
142 ce = malloc(sizeof(*ce), M_CXGBE, M_NOWAIT | M_ZERO);
143 if (__predict_true(ce != NULL)) {
144 ce->cde = cde;
146 ce->clip_idx = -1;
149 return (ce);
187 struct clip_entry *ce; local
196 LIST_FOREACH(ce,
257 struct clip_entry *ce; local
286 t4_hold_clip_entry(struct adapter *sc, struct clip_entry *ce) argument
301 release_clip_entry_locked(struct adapter *sc, struct clip_entry *ce) argument
335 t4_release_clip_entry(struct adapter *sc, struct clip_entry *ce) argument
356 struct clip_entry *ce; local
483 struct clip_entry *ce, *ce_temp; local
571 struct clip_entry *ce; local
692 struct clip_entry *ce, *ce_temp; local
742 struct clip_entry *ce; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_cmn_err.c34 vcmn_err(int ce, const char *fmt, va_list adx) argument
40 switch (ce) {
58 if (ce == CE_PANIC) {
62 if (ce != CE_IGNORE) {
/freebsd-current/sys/kern/
H A Dsubr_kobj.c180 kobj_method_t *ce; local
182 for (ce = methods; ce && ce->desc; ce++) {
183 if (ce->desc == desc) {
184 return ce;
195 kobj_method_t *ce; local
198 ce = kobj_lookup_method_class(cls, desc);
199 if (ce)
219 kobj_method_t *ce; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S63 #define ce P0 define
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 define
172 ce define
[all...]
H A Dfastmath2_dlib_asm.S73 #define ce P0 define
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 define
183 ce define
[all...]
H A Dfastmath_dlib_asm.S81 #define ce P0 define
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 define
225 ce define
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-err.c82 vcmn_err(int ce, const char *fmt, va_list ap) argument
88 switch (ce) {
116 cmn_err(int ce, const char *fmt, ...) argument
121 vcmn_err(ce, fmt, ap);
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_cmn_err.c30 vcmn_err(int ce, const char *fmt, va_list adx) argument
36 switch (ce) {
54 if (ce == CE_PANIC) {
58 if (ce != CE_IGNORE) {
/freebsd-current/contrib/unbound/validator/
H A Dval_nsec3.c88 * Closest encloser (ce) proof results
89 * Contains the ce and the next-closer (nc) proof.
93 uint8_t* ce; member in struct:ce_response
94 /** length of ce */
96 /** NSEC3 record that proved ce. rrset */
98 /** NSEC3 record that proved ce. rr number */
929 * @param ce: closest encloser information is returned in here.
936 struct ce_response* ce, int* calculations)
956 &ce->ce_rrset, &ce
934 nsec3_find_closest_encloser(struct module_env* env, struct nsec3_filter* flt, struct nsec3_cache_table* ct, struct query_info* qinfo, struct ce_response* ce, int* calculations) argument
978 next_closer(uint8_t* qname, size_t qnamelen, uint8_t* ce, uint8_t** nm, size_t* nmlen) argument
1008 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) argument
1096 nsec3_ce_wildcard(struct regional* region, uint8_t* ce, size_t celen, size_t* len) argument
1119 struct ce_response ce; local
1211 struct ce_response ce; local
1391 struct ce_response ce; local
1482 struct ce_response ce; local
[all...]
H A Dval_nsec.c211 uint8_t* wc = NULL, *ce = NULL; local
269 ce = nsec_closest_encloser(qinfo->qname,
273 if(wc && !ce)
275 else if(wc && ce) {
276 /* ce and wc must match */
277 if(query_dname_compare(wc, ce) != 0)
328 uint8_t* ce = nsec->rk.dname; local
330 dname_remove_label(&ce, &ce_len);
335 if(dname_strict_subdomain_c(qinfo->qname, ce)) {
350 *wc = ce;
366 uint8_t* ce = nm; local
500 uint8_t* ce; local
523 uint8_t* ce = nsec_closest_encloser(qname, nsec); local
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.err.c395 struct cleanup_entry *ce; local
405 ce = cleanup_stack + cleanup_sp;
406 ce->var = var;
407 ce->fn = fn;
409 ce->file = file;
410 ce->line = line;
424 struct cleanup_entry *ce; local
426 ce = cleanup_stack + cleanup_sp;
427 while (ce != cleanup_stack) {
428 ce
441 struct cleanup_entry ce; local
462 struct cleanup_entry ce; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dce.c9 #include "ce.h"
89 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
91 return ce->bus_ops->read32(ar, offset);
96 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
98 ce->bus_ops->write32(ar, offset, value);
134 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
136 return ce->vaddr_rri[ce_id] & CE_DDR_RRI_MASK;
142 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
144 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id];
169 struct ath10k_ce *ce local
246 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
255 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
274 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
574 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
607 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
622 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
638 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
654 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
685 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
738 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
867 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
891 struct ath10k_ce *ce; local
944 struct ath10k_ce *ce; local
1164 struct ath10k_ce *ce; local
1210 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1230 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1305 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1332 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1359 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1400 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1717 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1748 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1779 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1789 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1875 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1939 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
1966 struct ath10k_ce *ce = ath10k_ce_priv(ar); local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A DMakefile16 ce.o \
H A Dce.c233 lockdep_assert_held(&ab->ce.ce_lock);
281 spin_lock_bh(&ab->ce.ce_lock);
295 ath12k_warn(ab, "failed to dma map ce rx buf\n");
315 spin_unlock_bh(&ab->ce.ce_lock);
329 spin_lock_bh(&ab->ce.ce_lock);
364 spin_unlock_bh(&ab->ce.ce_lock);
395 ath12k_dbg(ab, ATH12K_DBG_AHB, "rx ce pipe %d len %d\n",
418 spin_lock_bh(&ab->ce.ce_lock);
445 spin_unlock_bh(&ab->ce.ce_lock);
582 struct ath12k_ce_pipe *pipe = &ab->ce
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dmaxmemdom.sh44 timeout 30m sh -ce "
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dce.c268 ath11k_dp_shadow_stop_timer(ab, &ab->ce.hp_timer[i]);
282 lockdep_assert_held(&ab->ce.ce_lock);
330 spin_lock_bh(&ab->ce.ce_lock);
344 ath11k_warn(ab, "failed to dma map ce rx buf\n");
365 spin_unlock_bh(&ab->ce.ce_lock);
379 spin_lock_bh(&ab->ce.ce_lock);
414 spin_unlock_bh(&ab->ce.ce_lock);
445 ath11k_dbg(ab, ATH11K_DBG_CE, "rx ce pipe %d len %d\n",
468 spin_lock_bh(&ab->ce.ce_lock);
495 spin_unlock_bh(&ab->ce
[all...]
/freebsd-current/contrib/gdtoa/
H A Dsmisc.c140 ULong *ce, *x, *xe; local
145 ce = c + ((n-1) >> kshift) + 1;
159 while(c < ce)
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh125 atf_check -s exit:1 -o empty -e empty ${TEST_SH} -ce \
129 atf_check -s exit:0 -o match:VAR=value -e empty ${TEST_SH} -ce \
360 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \
367 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \
370 atf_check -s exit:0 -o match:OKOK -e empty ${TEST_SH} -ce \
382 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \
384 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \
387 ${TEST_SH} -ce 'unset X; set -u; echo ${X+ERR}; echo OK'

Completed in 376 milliseconds

1234