ind
int ind = 0;
ind = *optnext - optfirst + 1;
ind = *optnext - optfirst + 1;
fmtstr(s, sizeof(s), "%d", ind);
if (ind >= 0)
if (ind >= 0)
shtree(union node *n, int ind, char *pfx, FILE *fp)
indent(ind, pfx, fp);
shtree(n->nbinary.ch1, ind, NULL, fp);
shtree(n->nbinary.ch2, ind, NULL, fp);
if (ind >= 0)
int ind = (a)->dmax - (a)->top; \
for (; ind != 0; ind--) \
#define BN_CONSTTIME_SWAP(ind) \
t = (a->d[ind] ^ b->d[ind]) & condition; \
a->d[ind] ^= t; \
b->d[ind] ^= t; \
i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a, BIO *bp, int ind)
bp, ind, "Permitted");
bp, ind, "Excluded");
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name)
BIO_printf(bp, "%*s%s:\n", ind, "", name);
BIO_printf(bp, "%*s", ind + 2, "");
void *a, BIO *bp, int ind);
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name);
i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0)
if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0)
if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0)
int ind)
if (BIO_printf(bp, "%*s", ind, "") <= 0)
i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind)
if (BIO_printf(bp, "%*s", ind, "") <= 0)
i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
if (BIO_printf(bp, "%*sIssuer: ", ind, "") <= 0)
if (BIO_printf(bp, "\n%*s", (2 * ind), "") <= 0)
BIO *bp, int ind);
get_hostkey_by_index(int ind)
if (ind < 0 || (u_int)ind >= options.num_host_key_files)
return (sensitive_data.host_keys[ind]);
get_hostkey_public_by_index(int ind, struct ssh *ssh)
if (ind < 0 || (u_int)ind >= options.num_host_key_files)
return (sensitive_data.host_pubkeys[ind]);
int ind;
ind = CLOAK;
ind = SHIELD;
if (damaged(ind)) {
out(ind);
p->ind = 0;
p->fns[p->ind++] = *fptr;
for (n = p->ind; --n >= 0;) {
int ind; /* next index in this table */
else while (p->ind >= ATEXIT_SIZE) {
int ind;
ind = 0;
ind = value;
if (ind < vec_max) {
buff[ind++] = val;
if (ind < vec_max) {
buff[ind++] = val;
if (ind < vec_max)
buff[ind++] = value;
if (ind < vec_max - 2 + 1) {
buff[ind++] = value >> 8;
buff[ind++] = value;
if (ind < vec_max - 3 + 1) {
buff[ind++] = value >> 16;
buff[ind++] = value >> 8;
buff[ind++] = value;
if (ind < vec_max - 4 + 1) {
buff[ind++] = value >> 24;
buff[ind++] = value >> 16;
buff[ind++] = value >> 8;
buff[ind++] = value;
if (shift && ind < vec_max)
buff[ind++] = val;
*used = ind;
ind=0;
if (!ind) {
bp[ind].old=d/sblock.fs_frag;
bp[ind].flags|=GFS_FL_FIRST;
bp[ind].flags|=GFS_FL_LAST;
ind++;
bp[ind].old=d/sblock.fs_frag;
ind++;
bp[ind].old=d/sblock.fs_frag;
bp[ind].flags|=GFS_FL_LAST;
if(bp[ind].flags & GFS_FL_LAST) { /* we have to advance here */
ind++;
if(ind) {
for(i=0; i<ind; i++) {
for(i=0; i<ind; i++) {
int ind;
uvc_buf_queue_init_qbuf(struct uvc_buf *buf, int ind)
buf->index = ind;
int i, ind;
for (i = 0, ind = sc->sc_scan_last_antenna;
ind = (ind + 1) % IWM_RATE_MCS_ANT_NUM;
if (iwm_get_valid_tx_ant(sc) & (1 << ind)) {
sc->sc_scan_last_antenna = ind;
uint32_t ind = 0;
ind |= q << (i * 8);
JME_RSS_DPRINTF(sc, 1, "ind 0x%08x\n", ind);
CSR_WRITE_4(sc, RSSTBL_REG(j), ind);
a = barrel(a) + m[ind(i + (SIZE / 2))]; /* set a */
m[i] = y = m[ind(x)] + a + b; /* set m */
r[i] = b = m[ind(y >> ALPHA)] + x; /* set r */
int ind;
for (ind = 2; ind < argc; ind++) {
n = strtonum(argv[ind], 1, INT_MAX, &errstr);
getdivfile(argv[ind]);
set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind)
if (ka && keys_num > ind) {
kv = &(ka->key[ind]);
void set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind);
int changed, sym, ind;
ind = findsym(&cp);
if (ind == -1 || ind == sym ||
value[ind] == NULL ||
value[ind] == value[sym])
value[sym] = value[ind];