| /netbsd/src/lib/libc/citrus/ |
| D | citrus_stdenc.h | 65 _citrus_stdenc_init_state(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_init_state() argument 68 _DIAGASSERT(ce && ce->ce_ops && ce->ce_ops->eo_init_state); in _citrus_stdenc_init_state() 69 return (*ce->ce_ops->eo_init_state)(ce, ps); in _citrus_stdenc_init_state() 73 _citrus_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_mbtocs() argument 79 _DIAGASSERT(ce && ce->ce_ops && ce->ce_ops->eo_mbtocs); in _citrus_stdenc_mbtocs() 80 return (*ce->ce_ops->eo_mbtocs)(ce, csid, idx, s, n, ps, nresult); in _citrus_stdenc_mbtocs() 84 _citrus_stdenc_cstomb(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_cstomb() argument 89 _DIAGASSERT(ce && ce->ce_ops && ce->ce_ops->eo_cstomb); in _citrus_stdenc_cstomb() 90 return (*ce->ce_ops->eo_cstomb)(ce, s, n, csid, idx, ps, nresult); in _citrus_stdenc_cstomb() 94 _citrus_stdenc_mbtowc(struct _citrus_stdenc * __restrict ce, in _citrus_stdenc_mbtowc() argument [all …]
|
| D | citrus_stdenc.c | 57 get_state_desc_default(struct _citrus_stdenc * __restrict ce, in get_state_desc_default() argument 72 struct _citrus_stdenc *ce; in _citrus_stdenc_open() local 83 ce = malloc(sizeof(*ce)); in _citrus_stdenc_open() 84 if (ce==NULL) { in _citrus_stdenc_open() 88 ce->ce_ops = NULL; in _citrus_stdenc_open() 89 ce->ce_closure = NULL; in _citrus_stdenc_open() 90 ce->ce_module = NULL; in _citrus_stdenc_open() 91 ce->ce_traits = NULL; in _citrus_stdenc_open() 97 ce->ce_module = handle; in _citrus_stdenc_open() 100 (_citrus_stdenc_getops_t)_citrus_find_getops(ce->ce_module, in _citrus_stdenc_open() [all …]
|
| D | citrus_stdenc_template.h | 64 _FUNCNAME(stdenc_init)(struct _citrus_stdenc * __restrict ce, in _FUNCNAME() 85 ce->ce_closure = ei; in _FUNCNAME() 87 et->et_mb_cur_max = _ENCODING_MB_CUR_MAX(_CE_TO_EI(ce)); in _FUNCNAME() 93 _FUNCNAME(stdenc_uninit)(struct _citrus_stdenc * __restrict ce) in _FUNCNAME() 95 if (ce) { in _FUNCNAME() 96 _FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce)); in _FUNCNAME() 97 free(ce->ce_closure); in _FUNCNAME() 102 _FUNCNAME(stdenc_init_state)(struct _citrus_stdenc * __restrict ce, in _FUNCNAME() 105 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps)); in _FUNCNAME() 111 _FUNCNAME(stdenc_mbtocs)(struct _citrus_stdenc * __restrict ce, in _FUNCNAME() [all …]
|
| D | citrus_none.c | 435 _citrus_NONE_stdenc_init(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_init() argument 443 ce->ce_closure = NULL; in _citrus_NONE_stdenc_init() 450 _citrus_NONE_stdenc_uninit(struct _citrus_stdenc *ce) in _citrus_NONE_stdenc_uninit() argument 456 _citrus_NONE_stdenc_init_state(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_init_state() argument 464 _citrus_NONE_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_mbtocs() argument 486 _citrus_NONE_stdenc_cstomb(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_cstomb() argument 511 _citrus_NONE_stdenc_mbtowc(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_mbtowc() argument 538 _citrus_NONE_stdenc_wctomb(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_wctomb() argument 561 _citrus_NONE_stdenc_put_state_reset(struct _citrus_stdenc * __restrict ce, in _citrus_NONE_stdenc_put_state_reset() argument 574 _citrus_NONE_stdenc_get_state_desc(struct _stdenc * __restrict ce, in _citrus_NONE_stdenc_get_state_desc() argument
|
| /netbsd/src/sys/kern/ |
| D | subr_callback.c | 62 callback_register(struct callback_head *ch, struct callback_entry *ce, in callback_register() argument 67 ce->ce_func = fn; in callback_register() 68 ce->ce_obj = obj; in callback_register() 70 TAILQ_INSERT_TAIL(&ch->ch_q, ce, ce_q); in callback_register() 76 callback_unregister(struct callback_head *ch, struct callback_entry *ce) in callback_unregister() argument 82 if (__predict_false(ch->ch_next == ce)) { in callback_unregister() 83 ch->ch_next = TAILQ_NEXT(ce, ce_q); in callback_unregister() 85 TAILQ_REMOVE(&ch->ch_q, ce, ce_q); in callback_unregister() 93 struct callback_entry *ce; in callback_runone() local 99 ce = ch->ch_next; in callback_runone() [all …]
|
| /netbsd/src/external/bsd/top/dist/ |
| D | color.c | 128 color_entry *ce; in color_env_parse() local 146 ce = emalloc(sizeof(color_entry)); in color_env_parse() 148 ce->tag = emalloc(len + 1); in color_env_parse() 149 strncpy(ce->tag, p, len); in color_env_parse() 150 ce->tag[len] = '\0'; in color_env_parse() 151 ce->min = atoi(++min); in color_env_parse() 152 ce->max = atoi(++max); in color_env_parse() 153 ce->color = color_slot(++str); in color_env_parse() 154 ce->next = entries; in color_env_parse() 155 entries = ce; in color_env_parse() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/schema/ |
| D | pmi.schema | 72 ## id-ce-authorityAttributeIdentifier OBJECT IDENTIFIER ::= {id-ce 38} 73 ## id-ce-roleSpecCertIdentifier OBJECT IDENTIFIER ::= {id-ce 39} 74 ## id-ce-basicAttConstraints OBJECT IDENTIFIER ::= {id-ce 41} 75 ## id-ce-delegatedNameConstraints OBJECT IDENTIFIER ::= {id-ce 42} 76 ## id-ce-timeSpecification OBJECT IDENTIFIER ::= {id-ce 43} 77 ## id-ce-attributeDescriptor OBJECT IDENTIFIER ::= {id-ce 48} 78 ## id-ce-userNotice OBJECT IDENTIFIER ::= {id-ce 49} 79 ## id-ce-sOAIdentifier OBJECT IDENTIFIER ::= {id-ce 50} 80 ## id-ce-acceptableCertPolicies OBJECT IDENTIFIER ::= {id-ce 52} 81 ## id-ce-targetInformation OBJECT IDENTIFIER ::= {id-ce 55} [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | rfc2459.asn1 | 168 id-x509-ce OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) ds(5) 29} 303 id-x509-ce-keyUsage OBJECT IDENTIFIER ::= { id-x509-ce 15 } 317 id-x509-ce-authorityKeyIdentifier OBJECT IDENTIFIER ::= { id-x509-ce 35 } 328 id-x509-ce-subjectKeyIdentifier OBJECT IDENTIFIER ::= { id-x509-ce 14 } 332 id-x509-ce-basicConstraints OBJECT IDENTIFIER ::= { id-x509-ce 19 } 339 id-x509-ce-nameConstraints OBJECT IDENTIFIER ::= { id-x509-ce 30 } 356 id-x509-ce-privateKeyUsagePeriod OBJECT IDENTIFIER ::= { id-x509-ce 16 } 357 id-x509-ce-certificatePolicies OBJECT IDENTIFIER ::= { id-x509-ce 32 } 358 id-x509-ce-policyMappings OBJECT IDENTIFIER ::= { id-x509-ce 33 } 359 id-x509-ce-subjectAltName OBJECT IDENTIFIER ::= { id-x509-ce 17 } [all …]
|
| /netbsd/src/external/cddl/osnet/sys/kern/ |
| D | printf.c | 39 vcmn_err(int ce, const char *fmt, va_list adx) in vcmn_err() argument 44 if (ce == CE_PANIC) in vcmn_err() 47 if ((uint_t)ce < CE_IGNORE) { in vcmn_err() 48 strcpy(buf, ce_prefix[ce]); in vcmn_err() 52 strlcat(buf, ce_suffix[ce], sizeof(buf)); in vcmn_err() 58 cmn_err(int ce, const char *fmt, ...) in cmn_err() argument 63 vcmn_err(ce, fmt, adx); in cmn_err()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | bconfig.c | 1668 CfEntryInfo *ce; in config_generic() local 1671 ce = c->ca_entry->e_private; in config_generic() 1673 if ( ce->ce_parent->ce_type == Cft_Global ) in config_generic() 1706 CfEntryInfo *ce; in config_generic() local 1709 ce = c->ca_entry->e_private; in config_generic() 1711 if ( ce->ce_parent->ce_type == Cft_Global ) in config_generic() 1744 CfEntryInfo *ce; in config_generic() local 1747 ce = c->ca_entry->e_private; in config_generic() 1749 if ( ce->ce_parent->ce_type == Cft_Global ) in config_generic() 2771 CfEntryInfo *ce = c->ca_entry->e_private; in config_sizelimit() local [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | typeck2.cc | 1460 constructor_elt *ce; in process_init_constructor_array() local 1500 FOR_EACH_VEC_SAFE_ELT (v, i, ce) in process_init_constructor_array() 1502 if (!ce->index) in process_init_constructor_array() 1503 ce->index = size_int (i); in process_init_constructor_array() 1504 else if (!check_array_designated_initializer (ce, i)) in process_init_constructor_array() 1505 ce->index = error_mark_node; in process_init_constructor_array() 1506 gcc_assert (ce->value); in process_init_constructor_array() 1507 ce->value in process_init_constructor_array() 1508 = massage_init_elt (TREE_TYPE (type), ce->value, nested, flags, in process_init_constructor_array() 1512 (ce->value == error_mark_node in process_init_constructor_array() [all …]
|
| /netbsd/src/sys/dev/cardbus/ |
| D | cardslot.c | 273 struct cardslot_event *ce; in cardslot_event_throw() local 281 …if (NULL == (ce = (struct cardslot_event *)malloc(sizeof (struct cardslot_event), M_TEMP, M_NOWAIT… in cardslot_event_throw() 285 ce->ce_type = ev; in cardslot_event_throw() 288 SIMPLEQ_INSERT_TAIL(&sc->sc_events, ce, ce_q); in cardslot_event_throw() 308 struct cardslot_event *ce; in cardslot_event_thread() local 317 if ((ce = SIMPLEQ_FIRST(&sc->sc_events)) == NULL) { in cardslot_event_thread() 329 if (IS_CARDSLOT_INSERT_REMOVE_EV(ce->ce_type)) { in cardslot_event_thread() 337 if (ce1->ce_type != antonym_ev[ce->ce_type]) { in cardslot_event_thread() 343 if (ce2->ce_type == ce->ce_type) { in cardslot_event_thread() 355 switch (ce->ce_type) { in cardslot_event_thread() [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_perf.c | 1341 struct intel_context *ce; in oa_pin_context() local 1344 for_each_gem_engine(ce, i915_gem_context_lock_engines(ctx), it) { in oa_pin_context() 1345 if (ce->engine != stream->engine) /* first match! */ in oa_pin_context() 1352 err = intel_context_pin(ce); in oa_pin_context() 1354 stream->pinned_ctx = ce; in oa_pin_context() 1375 struct intel_context *ce; in oa_get_render_ctx_id() local 1377 ce = oa_pin_context(stream); in oa_get_render_ctx_id() 1378 if (IS_ERR(ce)) in oa_get_render_ctx_id() 1379 return PTR_ERR(ce); in oa_get_render_ctx_id() 1381 switch (INTEL_GEN(ce->engine->i915)) { in oa_get_render_ctx_id() [all …]
|
| D | i915_request.c | 626 __i915_request_create(struct intel_context *ce, gfp_t gfp) in __i915_request_create() argument 628 struct intel_timeline *tl = ce->timeline; in __i915_request_create() 636 __intel_context_pin(ce); in __i915_request_create() 677 rq->i915 = ce->engine->i915; in __i915_request_create() 678 rq->context = ce; in __i915_request_create() 679 rq->engine = ce->engine; in __i915_request_create() 680 rq->ring = ce->ring; in __i915_request_create() 681 rq->execution_mask = ce->engine->mask; in __i915_request_create() 746 intel_context_mark_active(ce); in __i915_request_create() 750 ce->ring->emit = rq->head; in __i915_request_create() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_import.c | 229 config_entry_t *ce; in add_config() local 317 for (ce = ve->ve_configs; ce != NULL; ce = ce->ce_next) { in add_config() 318 if (ce->ce_txg == txg) in add_config() 322 if (ce == NULL) { in add_config() 323 if ((ce = zfs_alloc(hdl, sizeof (config_entry_t))) == NULL) { in add_config() 327 ce->ce_txg = txg; in add_config() 328 ce->ce_config = config; in add_config() 329 ce->ce_next = ve->ve_configs; in add_config() 330 ve->ve_configs = ce; in add_config() 448 config_entry_t *ce; in get_configs() local [all …]
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | cmpabs.c | 31 mpfr_exp_t be, ce; in mpfr_cmpabs() local 63 ce = MPFR_EXP (c); in mpfr_cmpabs() 64 if (be > ce) in mpfr_cmpabs() 66 if (be < ce) in mpfr_cmpabs()
|
| D | cmp.c | 34 mpfr_exp_t be, ce; in mpfr_cmp3() local 68 ce = MPFR_GET_EXP (c); in mpfr_cmp3() 69 if (be > ce) in mpfr_cmp3() 71 if (be < ce) in mpfr_cmp3()
|
| D | ubf.c | 179 mpz_t be, ce; in mpfr_ubf_mul_exact() local 186 mpfr_init_get_zexp (ce, c); in mpfr_ubf_mul_exact() 187 mpz_add (MPFR_ZEXP (a), be, ce); in mpfr_ubf_mul_exact() 189 mpz_clear (ce); in mpfr_ubf_mul_exact()
|
| /netbsd/src/sys/dev/scsipi/ |
| D | ch.c | 627 ch_exchange(struct ch_softc *sc, struct changer_exchange_request *ce) in ch_exchange() argument 635 if ((ce->ce_srctype > CHET_DT) || (ce->ce_fdsttype > CHET_DT) || in ch_exchange() 636 (ce->ce_sdsttype > CHET_DT)) in ch_exchange() 638 if ((ce->ce_srcunit > (sc->sc_counts[ce->ce_srctype] - 1)) || in ch_exchange() 639 (ce->ce_fdstunit > (sc->sc_counts[ce->ce_fdsttype] - 1)) || in ch_exchange() 640 (ce->ce_sdstunit > (sc->sc_counts[ce->ce_sdsttype] - 1))) in ch_exchange() 646 if (((sc->sc_exchangemask[ce->ce_srctype] & in ch_exchange() 647 (1 << ce->ce_fdsttype)) == 0) || in ch_exchange() 648 ((sc->sc_exchangemask[ce->ce_fdsttype] & in ch_exchange() 649 (1 << ce->ce_sdsttype)) == 0)) in ch_exchange() [all …]
|
| /netbsd/src/usr.bin/vgrind/ |
| D | vgrindefs.src | 38 :pb=^\d?*?\d?\p\d?\(\a?\)(\d|{):bb={:be=}:cb=/*:ce=*/:sb=":se=\e":lb=':\ 48 :cb=\$:ce=\$|$:sb=":se=":lb=':le=\a|$:\ 61 :cb={:ce=}:\ 69 :cb=!:ce=!|$:oc:\ 74 :bb={:be=}:cb=#:ce=$:sb=":se=\e":lb=':\ 81 :bb={:be=}:cb=#:ce=$:sb=":se=\e":lb=':\ 91 :pb=^\p\::bb=\::be=;:cb=/*:ce=*/:sb=":se=\e":\ 102 :cb=#:ce=$:\ 113 :cb=#:ce=$:\ 123 :cb={:ce=}:\ [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| D | test.crt | 15 00:a9:c9:ce:f8:b7:77:99:3c:72:54:8c:cf:0a:63: 22 d8:96:48:44:94:1b:ce:4f:9a:65:8d:54:c6:c4:69: 26 69:c0:36:da:e1:bc:24:fa:bd:8f:c5:ce:ca:d4:af: 62 23:48:64:74:ac:2c:bd:67:f8:87:6d:bf:d6:83:68:aa:99:ce: 65 fd:bf:c0:fd:19:04:12:81:a0:ce:ed:b4:dc:64:12:80:36:18: 72 80:ce:a0:72:ec:04:d7:2c:1d:d6:2c:67:f3:b9:ce:e9:be:70: 74 e1:3c:05:f0:ea:07:c6:3e:62:ce:2b:d9:55:41:dc:0c:55:82: 85 98:8d:db:aa:23:01:41:d4:3c:99:cb:ce:4a:ff:10:fe:a7:52:
|
| D | test.combined.crt | 15 00:a9:c9:ce:f8:b7:77:99:3c:72:54:8c:cf:0a:63: 22 d8:96:48:44:94:1b:ce:4f:9a:65:8d:54:c6:c4:69: 26 69:c0:36:da:e1:bc:24:fa:bd:8f:c5:ce:ca:d4:af: 62 23:48:64:74:ac:2c:bd:67:f8:87:6d:bf:d6:83:68:aa:99:ce: 65 fd:bf:c0:fd:19:04:12:81:a0:ce:ed:b4:dc:64:12:80:36:18: 72 80:ce:a0:72:ec:04:d7:2c:1d:d6:2c:67:f3:b9:ce:e9:be:70: 74 e1:3c:05:f0:ea:07:c6:3e:62:ce:2b:d9:55:41:dc:0c:55:82: 85 98:8d:db:aa:23:01:41:d4:3c:99:cb:ce:4a:ff:10:fe:a7:52:
|
| /netbsd/src/usr.sbin/sunlabel/ |
| D | sunlabel.c | 1021 int ce[2 * NPART] = {0}; /* XXXGCC12 */ in print_part() local 1085 ce[i] = (edges[i] * ncols) / (double) edges[n - 1]; in print_part() 1088 if (ce[i] <= ce[i - 1]) in print_part() 1089 ce[i] = ce[i - 1] + 1; in print_part() 1091 if ((size_t)ce[n - 1] > ncols) { in print_part() 1092 ce[n - 1] = ncols; in print_part() 1093 for (i = n - 1; (i > 0) && (ce[i] <= ce[i - 1]); i--) in print_part() 1094 ce[i - 1] = ce[i] - 1; in print_part() 1095 if (ce[0] < 0) in print_part() 1097 ce[i] = i; in print_part() [all …]
|
| /netbsd/src/sys/arch/amiga/stand/binpatch/ |
| D | binpatch.c | 456 char *ce = rindex(symbol, '='); in FindAssign() local 459 char *cn = ce + 1; in FindAssign() 464 if (ce) { in FindAssign() 469 for (cn=ce + 1; *cn==' '; cn++) in FindAssign() 481 *ce = '\0'; in FindAssign()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-symtab.cc | 917 cgraph_node *ce = dyn_cast <cgraph_node *> (e); in lto_symtab_merge_symbols_1() local 920 || (ce != NULL && ce->inlined_to)) in lto_symtab_merge_symbols_1() 926 if (ce) in lto_symtab_merge_symbols_1() 933 if (ce) in lto_symtab_merge_symbols_1() 934 lto_cgraph_replace_node (ce, dyn_cast<cgraph_node *> (to)); in lto_symtab_merge_symbols_1() 945 if (ce) in lto_symtab_merge_symbols_1() 947 lto_free_function_in_decl_state_for_node (ce); in lto_symtab_merge_symbols_1() 948 if (!ce->weakref) in lto_symtab_merge_symbols_1() 949 ce->release_body (); in lto_symtab_merge_symbols_1() 950 ce->reset (); in lto_symtab_merge_symbols_1() [all …]
|