Searched refs:in_t (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinit.c123 TWORD in_t; /* type for this level */ member in struct:instk
413 is->in_t = sp->stype;
441 t = pstk->in_t;
463 is->in_t = sp->stype;
472 is->in_t = sq->stype;
478 is->in_t = DECREF(t);
494 tprint(stdout, is->in_t, 0);
512 if (pstk->in_t == STRTY && pstk->in_lnk != NULL) {
517 if (ISSOU(pstk->in_t) && pstk->in_fl)
519 if (ISARY(pstk->in_t)) {
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c123 TWORD in_t; /* type for this level */ member in struct:instk
413 is->in_t = sp->stype;
441 t = pstk->in_t;
463 is->in_t = sp->stype;
472 is->in_t = sq->stype;
478 is->in_t = DECREF(t);
494 tprint(stdout, is->in_t, 0);
512 if (pstk->in_t == STRTY && pstk->in_lnk != NULL) {
517 if (ISSOU(pstk->in_t) && pstk->in_fl)
519 if (ISARY(pstk->in_t)) {
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dcbc128.c173 const size_t *in_t=(const size_t *)in; local
177 c = in_t[n];
H A Dgcm128.c957 const size_t *in_t=(const size_t *)in; local
970 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
983 const size_t *in_t=(const size_t *)in; local
996 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1006 const size_t *in_t=(const size_t *)in; local
1020 out_t[i] = in_t[i]^ctx->EKi.t[i];
1137 const size_t *in_t=(const size_t *)in; local
1150 out_t[i] = in_t[i]^ctx->EKi.t[i];
1161 const size_t *in_t=(const size_t *)in; local
1174 out_t[i] = in_t[
1183 const size_t *in_t=(const size_t *)in; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dstireg.h246 sti_##n##flags_t, sti_##n##in_t, sti_##n##out_t, sti_cfg_t);

Completed in 115 milliseconds