Searched defs:idx (Results 101 - 125 of 143) sorted by relevance

123456

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c371 unsigned i, len, idx, colors, x, y, width, height; local
446 for (i = 0, idx = 1; i < colors; i++) {
473 if (idx > 14) {
479 pal[idx] = base;
480 splash_palette[idx++] =
487 colors = idx - 1; /* actual number of colors used in XPM image */
H A Dfsys_zfs.c468 int idx, level; local
480 idx = (blkid >> (epbs * level)) & ((1<<epbs)-1);
481 *bp = bp_array[idx];
662 uint64_t hash, idx, blkid; local
679 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift);
680 blkid = ((uint64_t *)zap)[idx + (1<<(blksft-3-1))];
748 int idx; /* index within a block */ local
754 idx = objnum & ((1<<epbs)-1);
758 grub_memmove(buf, &dnode_buf[idx], DNODE_SIZE);
776 grub_memmove(buf, &dnbuf[idx], DNODE_SIZ
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.c614 Perl_save_aelem(pTHX_ AV *av, I32 idx, SV **sptr) argument
619 SSPUSHINT(idx);
H A Dperl.c105 static I32 read_e_script(pTHX_ int idx, SV *buf_sv, int maxlen);
4240 int idx = 0;
4242 do { incpush(buf,TRUE,TRUE,TRUE); } while (my_trnlnm("PERL5LIB",buf,++idx));
4244 while (my_trnlnm("PERLLIB",buf,idx++)) incpush(buf,FALSE,FALSE,TRUE);
4740 read_e_script(pTHX_ int idx, SV *buf_sv, int maxlen) argument
H A Dpp_ctl.c30 static I32 run_user_filter(pTHX_ int idx, SV *buf_sv, int maxlen);
3806 run_user_filter(pTHX_ int idx, SV *buf_sv, int maxlen) argument
3808 SV *datasv = FILTER_DATA(idx);
3821 len = FILTER_READ(idx+1, buf_sv, maxlen);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dengine.c1055 unsigned int idx; local
1064 for (idx = 0; idx < 32; idx++)
1066 b = 1 << idx;
1383 #define ARGV_FCT(lf, rf, idx) \
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c1680 static void ntfs_dump_index_header(const char *indent, INDEX_HEADER *idx) argument
1683 (unsigned)le32_to_cpu(idx->entries_offset),
1684 (unsigned)le32_to_cpu(idx->entries_offset));
1686 (unsigned)le32_to_cpu(idx->index_length),
1687 (unsigned)le32_to_cpu(idx->index_length));
1689 (unsigned)le32_to_cpu(idx->allocated_size),
1690 (unsigned)le32_to_cpu(idx->allocated_size));
1691 printf("%sIndex header flags:\t 0x%02x\n", indent, idx->flags);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c1269 static size_t idx = 0; /* Current index in the utmpbuf */ local
1280 if (idx == nidx) {
1299 idx = 0; /* reset index within utmpbuf */
1305 *off = (((nbuf - 1) * UTMPNBUF) + idx) * sizeof (struct futmpx);
1307 if (idx < nidx) {
1312 return (&utmpbuf[idx++]);
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbuild.c1143 ** Clear the column names from every VIEW in database idx.
1145 static void sqliteViewResetAll(sqlite *db, int idx){ argument
1147 if( !DbHasProperty(db, idx, DB_UnresetViews) ) return;
1148 for(i=sqliteHashFirst(&db->aDb[idx].tblHash); i; i=sqliteHashNext(i)){
1154 DbClearProperty(db, idx, DB_UnresetViews);
H A Dprintf.c205 int idx; /* A general purpose loop counter */ local
312 for(idx=0; idx<etNINFO; idx++){
313 if( c==fmtinfo[idx].fmttype ){
314 infop = &fmtinfo[idx];
377 for(idx=precision-length; idx>0; idx--){
409 for(idx
[all...]
/osnet-11/usr/src/lib/libvscan/common/
H A Dlibvscan.c662 vs_scfctx_t *vsc, int idx)
670 if ((rc = scf_property_get_value(vsc->vscf_prop[idx],
671 vsc->vscf_val[idx])) == -1) {
683 if ((scf_value_get_astring(vsc->vscf_val[idx],
689 if ((scf_value_get_boolean(vsc->vscf_val[idx],
696 if ((scf_value_get_astring(vsc->vscf_val[idx],
702 if ((scf_value_get_astring(vsc->vscf_val[idx],
708 if ((scf_value_get_boolean(vsc->vscf_val[idx],
715 (void) scf_value_get_as_string_typed(vsc->vscf_val[idx],
719 if ((scf_value_get_integer(vsc->vscf_val[idx],
661 vs_scf_get(const vs_propdef_t *vpd, vs_prop_hd_t *prop_hd, vs_scfctx_t *vsc, int idx) argument
952 vs_scf_set(const vs_propdef_t *vpd, vs_prop_hd_t *prop_hd, vs_scfctx_t *vsc, int idx) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c818 uchar_t idx; local
823 idx = m + j*Blen;
825 q += (CK_ULONG)I[idx] + (CK_ULONG)B[m];
827 I[idx] = (CK_BYTE)(q & 0xff);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2372 int i, idx; local
2386 idx = kmf_find_attr(reqattrs[i].type, attrlist, numattrs);
2388 if (idx == -1) {
2392 ret = verify_attribute(&attrlist[idx], &reqattrs[i]);
2398 idx = kmf_find_attr(optattrs[i].type, attrlist, numattrs);
2400 if (idx == -1) {
2404 ret = verify_attribute(&attrlist[idx], &optattrs[i]);
2435 int idx; local
2439 idx = kmf_find_attr(type, attlist, numattr);
2440 if (idx
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dmac.c869 PedSector idx = i + (num - 1) * mac_disk_data->ghost_size; local
870 memcpy ((char*)part_map + idx * ss, ghost_entry, ss);
909 PedSector idx = i * mac_disk_data->ghost_size - 1; local
911 + idx * disk->dev->sector_size);
/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c754 fmt_call(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
789 fmt_sethi(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
800 if (idx == 0) {
827 fmt_branch(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
873 if (f->f2b.op2 == 0x01 && idx == 0x00 && f->f2b.p == 1 &&
1055 fmt_ls(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
1079 if (idx == 0x2d || idx == 0x3d) {
1086 if (idx == 0x3d) {
1100 if (idx
1323 dis_fmt_rdwr(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
1540 fmt_trap(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
1616 prt_jmpl(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
1655 fmt_alu(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
1957 fmt_regwin(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
1965 fmt_trap_ret(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
1980 fmt_movcc(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2026 fmt_movr(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2047 fmt_fpop1(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2070 fmt_fpop2(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2165 fmt_vis(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2199 fmt_fused(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2216 fmt_cbcond(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2266 fmt_crypto(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2287 fmt_crypto4op(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) argument
2408 get_regname(dis_handle_t *dhp, int regset, uint32_t idx) argument
[all...]
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c761 iter->idx = 0;
777 return iter->idx < iter->set->num_properties;
789 iter->idx++;
1920 * @idx: index of string to remove in the strlist
1932 unsigned int idx,
1952 dbus_message_iter_append_basic (&iter, DBUS_TYPE_UINT32, &idx);
1929 libhal_device_property_strlist_remove_index(LibHalContext *ctx, const char *udi, const char *key, unsigned int idx, DBusError *error) argument
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c120 int i, idx; local
123 idx = (key->key_data_ver == 1 ? 1 : 2);
124 for (i = 0; i < idx; i++) {
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c1019 && clexp_node->opr.idx == dfa->nodes[node_idx].opr.idx)
1279 re_search_internal to map the inner one's opr.idx to this one's. Adjust
1288 int idx = node->token.opr.idx;
1289 node->token.opr.idx = dfa->subexp_map[idx];
1290 dfa->used_bkref_map |= 1 << node->token.opr.idx;
1296 Idx other_idx = node->left->token.opr.idx;
1302 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx];
1281 int idx = node->token.opr.idx; local
1413 Idx idx = node->node_idx; local
1581 Idx idx; local
1614 Idx src, idx; local
2856 int32_t elem, idx; local
2988 int32_t elem, idx; local
3817 Idx idx = (Idx) (long) extra; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c427 unsigned int idx,
446 if (idx >= data->data_n)
457 name_cp = gcry_strdup (data->data[idx].name);
466 mpi_cp = gcry_mpi_copy (data->data[idx].mpi);
476 *name = name_cp ? name_cp : data->data[idx].name;
478 *mpi = mpi_cp ? mpi_cp : data->data[idx].mpi;
424 _gcry_ac_data_get_index(gcry_ac_data_t data, unsigned int flags, unsigned int idx, const char **name, gcry_mpi_t *mpi) argument
H A Dpubkey.c791 int i, idx; local
795 for (name = element_names, idx = 0; *name && !err; name++, idx++)
799 elements[idx] = NULL;
802 elements[idx] = gcry_sexp_nth_mpi (list, 1, GCRYMPI_FMT_USG);
804 if (!elements[idx])
812 for (name = element_names, idx = 0; *name; name++, idx++)
813 if (!elements[idx])
835 for (i = 0; i < idx;
851 int idx; local
2375 int idx; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c878 int idx; local
908 if ((idx = ap_idx(ap_id)) == -1) {
916 sim_idx = idx;
923 if (opterr = dlist_find(idx, &dlist, &disabled)) {
931 rs = ss[idx].rstate;
932 os = ss[idx].ostate;
951 else if (options && (opterr = dlist_update(idx, disable,
971 else if (options && (opterr = dlist_update(idx, disable,
1002 else if (options && (opterr = dlist_update(idx,
1017 else if (options && (opterr = dlist_update(idx, disabl
1067 int idx; local
1395 int idx; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c3080 mi_int32 idx, i; local
3104 idx = ntohl(i);
3128 sm_dprintf("Insert (%d) %s: %s\n", idx, field, val);
3132 idx, field, val);
3135 insheader(idx, newstr(field), mh_value, H_USER, e,
H A Dsrvrsmtp.c1234 int idx; local
1239 for (idx = 0; (http_cmd = http_cmds[idx]) != NULL;
1240 idx++)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbyterun.h14 int idx; member in struct:byteloader_fdata
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c453 uint32_t num_of_str, idx, mlen, msglen; local
488 idx = (top + bottom) / 2;
490 SWAP(gmnp, msgid_tbl[idx].offset);
494 top = idx + 1;
496 bottom = idx;
499 SWAP(gmnp, msgstr_tbl[idx].len) + 1;
500 *midx = idx;
502 SWAP(gmnp, msgstr_tbl[idx].offset));
523 idx = hash_val - 1;
524 mlen = SWAP(gmnp, msgid_tbl[idx]
954 int n, i, num, bias, idx, want_digits; local
1179 uint32_t idx, hash_value, hash_size; local
1364 uint32_t idx, inc; local
[all...]

Completed in 1222 milliseconds

123456