Searched refs:cindex (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vsincosf.c | 89 #define PREPROCESS(N, sindex, cindex, label) \ argument 97 c[cindex] = one; \ 107 s[sindex] = c[cindex] = t / t; \ 130 c[cindex] = -f##N; \ 133 c[cindex] = g##N; \
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 156 uint32_t cindex, count; in ql_el_msg() local 171 cindex = desc->nindex; in ql_el_msg() 172 entry = &desc->trace_buffer[cindex]; in ql_el_msg() 229 cindex = desc->nindex; in ql_el_msg() 230 entry = &desc->trace_buffer[cindex]; in ql_el_msg()
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 347 i = cindex[i]; in cclinter() 352 if ((symbol[j] && cindex[j] != i) || in cclinter() 353 (!symbol[j] && cindex[j] == i)) in cclinter() 363 if (!cindex[i]) { in cclinter() 364 cindex[i] = ccount; in cclinter() 380 j = cindex[i]; /* will be non-zero */ in cclinter() 382 if (cindex[k] == j) { in cclinter() 386 cindex[k] = ccount; in cclinter()
|
H A D | sub2.c | 79 if (cindex[j] == in cfoll() 83 *pcptr++ = cindex[j]; in cfoll() 367 if (cindex[j] == *q) in cgoto() 741 c = cindex[c]; in member() 883 if (cindex[j] == i) { in pccl() 913 if (tab[cindex[i]] == 0) in mkmatch() 914 tab[cindex[i]] = i; in mkmatch() 917 match[i] = tab[cindex[i]]; in mkmatch()
|
H A D | once.h | 140 CHR cindex[MAXNCG]; variable
|
H A D | ldefs.h | 224 extern CHR cindex[MAXNCG];
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | collate.h | 80 m_collel_t *cindex, /* index to range table map */ member
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 246 int index, cindex; in arn_tx_update_baw() local 249 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in arn_tx_update_baw() 251 tid->tx_buf[cindex] = NULL; in arn_tx_update_baw() 264 int index, cindex; in arn_tx_addto_baw() local 270 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in arn_tx_addto_baw() 272 ASSERT(tid->tx_buf[cindex] == NULL); in arn_tx_addto_baw() 273 tid->tx_buf[cindex] = bf; in arn_tx_addto_baw() 277 tid->baw_tail = cindex; in arn_tx_addto_baw()
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 5168 int cindex) argument 5194 id_cryptoctx->creds[cindex] = malloc(sizeof(struct _pkinit_cred_info)); 5195 if (id_cryptoctx->creds[cindex] == NULL) { 5199 id_cryptoctx->creds[cindex]->cert = x; 5201 id_cryptoctx->creds[cindex]->cert_id = NULL; 5202 id_cryptoctx->creds[cindex]->cert_id_len = 0; 5204 id_cryptoctx->creds[cindex]->key = y; 5205 id_cryptoctx->creds[cindex+1] = NULL;
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfclib.h | 1021 uint32_t cindex; /* Set only by child */ member
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 9392 uint32_t cindex; in qlt_el_msg() local 9403 cindex = desc->nindex; in qlt_el_msg() 9404 entry = &desc->trace_buffer[cindex]; in qlt_el_msg() 9455 cindex = desc->nindex; in qlt_el_msg() 9456 entry = &desc->trace_buffer[cindex]; in qlt_el_msg()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3535 % @findex, @vindex, @kindex, @cindex. 3539 \def\cindex {\cpindex}
|