Home
last modified time | relevance | path

Searched refs:cindex (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libmvec/common/
H A D__vsincosf.c89 #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; \
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dsub1.c346 i = cindex[i]; in cclinter()
351 if ((symbol[j] && cindex[j] != i) || in cclinter()
352 (!symbol[j] && cindex[j] == i)) in cclinter()
362 if (!cindex[i]) { in cclinter()
363 cindex[i] = ccount; in cclinter()
379 j = cindex[i]; /* will be non-zero */ in cclinter()
381 if (cindex[k] == j) { in cclinter()
385 cindex[k] = ccount; in cclinter()
H A Dsub2.c81 if (cindex[j] == in cfoll()
85 *pcptr++ = cindex[j]; in cfoll()
369 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 Donce.h141 CHR cindex[MAXNCG]; variable
H A Dldefs.h226 extern CHR cindex[MAXNCG];
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcollate.h82 m_collel_t *cindex, /* index to range table map */ member
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_xmit.c246 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()
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4981 int cindex) argument
5007 id_cryptoctx->creds[cindex] = malloc(sizeof(struct _pkinit_cred_info));
5008 if (id_cryptoctx->creds[cindex] == NULL) {
5012 id_cryptoctx->creds[cindex]->cert = x;
5014 id_cryptoctx->creds[cindex]->cert_id = NULL;
5015 id_cryptoctx->creds[cindex]->cert_id_len = 0;
5017 id_cryptoctx->creds[cindex]->key = y;
5018 id_cryptoctx->creds[cindex+1] = NULL;
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1021 uint32_t cindex; /* Set only by child */ member
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3535 % @findex, @vindex, @kindex, @cindex.
3539 \def\cindex {\cpindex}