Searched refs:idx (Results 76 - 100 of 885) sorted by relevance

1234567891011>>

/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex_internal.h278 int idx; /* for BACK_REF */ member in union:__anon4912::__anon4913
379 static reg_errcode_t re_string_reconstruct (re_string_t *pstr, int idx,
392 static int re_string_elem_size_at (const re_string_t *pstr, int idx)
394 static inline int re_string_char_size_at (const re_string_t *pstr, int idx)
396 static inline wint_t re_string_wchar_at (const re_string_t *pstr, int idx)
399 static unsigned int re_string_context_at (const re_string_t *input, int idx,
403 int idx)
412 #define re_string_first_byte(pstr, idx) \
413 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] !
592 int idx; member in struct:re_fail_stack_ent_t
750 re_string_char_size_at(const re_string_t *pstr, int idx) argument
763 re_string_wchar_at(const re_string_t *pstr, int idx) argument
772 re_string_elem_size_at(const re_string_t *pstr, int idx) argument
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c422 size_t idx, output; local
430 output = idx = 0;
431 while (idx < max - 1) {
432 uint32_t start = r[idx].zr_start;
433 uint32_t end = r[idx].zr_end;
435 while (idx < max - 1) {
436 idx++;
438 uint32_t nstart = r[idx].zr_start;
439 uint32_t nend = r[idx].zr_end;
494 size_t idx; local
517 size_t idx; local
[all...]
H A Dzfs_fuid.c110 * load initial fuid domain and idx trees. This function is used by
144 uint64_t idx; local
149 &idx) == 0);
153 domnode->f_idx = idx;
182 zfs_fuid_idx_domain(avl_tree_t *idx_tree, uint32_t idx) argument
187 searchnode.f_idx = idx;
366 zfs_fuid_find_by_idx(zfsvfs_t *zfsvfs, uint32_t idx) argument
370 if (idx == 0 || !zfsvfs->z_use_fuids)
379 domain = zfs_fuid_idx_domain(&zfsvfs->z_fuid_idx, idx);
432 uint64_t idx, uint64_
431 zfs_fuid_node_add(zfs_fuid_info_t **fuidpp, const char *domain, uint32_t rid, uint64_t idx, uint64_t id, zfs_fuid_type_t type) argument
501 uint64_t idx; local
563 uint64_t idx = 0; local
716 uint32_t idx = FUID_INDEX(id); local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dget_addrs.c104 int num, idx; local
144 for (ifa = ifa0, idx = 0; ifa != NULL; ifa = ifa->ifa_next) {
159 ret = krb5_sockaddr2address(context, ifa->ifa_addr, &res->val[idx]);
171 krb5_address_search(context, &res->val[idx], &ignore_addresses)) {
172 krb5_free_address(context, &res->val[idx]);
179 idx++;
186 if ((flags & LOOP_IF_NONE) != 0 && idx == 0) {
199 ifa->ifa_addr, &res->val[idx]);
207 krb5_address_search(context, &res->val[idx],
209 krb5_free_address(context, &res->val[idx]);
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c84 unsigned int i, idx = 0; local
90 p[idx++] = *e;
93 p[idx] = NULL;
/freebsd-9.3-release/lib/libiconv_modules/JOHAB/
H A Dcitrus_johab.c243 _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc)
249 *idx = (_index_t)wc;
255 *idx = (_index_t)wc;
275 *idx = (_index_t)((l << 8) | t);
286 wchar_t * __restrict wc, _csid_t csid, _index_t idx)
293 *wc = (wchar_t)idx;
296 if (idx >= 0x2121 && idx <= 0x2C71) {
299 } else if (idx >= 0x4A21 && idx <
242 _citrus_JOHAB_stdenc_wctocs(_JOHABEncodingInfo * __restrict ei __unused, _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc) argument
285 _citrus_JOHAB_stdenc_cstowc(_JOHABEncodingInfo * __restrict ei __unused, wchar_t * __restrict wc, _csid_t csid, _index_t idx) argument
[all...]
/freebsd-9.3-release/sys/dev/ata/
H A Data-all.h730 #define ATA_IDX_INB(ch, idx) \
731 ATA_INB(ch->r_io[idx].res, ch->r_io[idx].offset)
733 #define ATA_IDX_INW(ch, idx) \
734 ATA_INW(ch->r_io[idx].res, ch->r_io[idx].offset)
736 #define ATA_IDX_INW_STRM(ch, idx) \
737 ATA_INW_STRM(ch->r_io[idx].res, ch->r_io[idx].offset)
739 #define ATA_IDX_INL(ch, idx) \
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr100_track.h95 unsigned idx, unsigned reg);
99 unsigned idx,
103 int idx);
H A Dr200.c148 unsigned idx, unsigned reg)
162 idx_value = radeon_get_ib_value(p, idx);
168 idx, reg);
177 r = r100_reloc_pitch_offset(p, pkt, idx, reg);
185 idx, reg);
192 ib[idx] = idx_value + ((u32)reloc->lobj.gpu_offset);
198 idx, reg);
205 ib[idx] = idx_value + ((u32)reloc->lobj.gpu_offset);
217 idx, reg);
229 ib[idx]
146 r200_packet0_check(struct radeon_cs_parser *p, struct radeon_cs_packet *pkt, unsigned idx, unsigned reg) argument
[all...]
/freebsd-9.3-release/sys/dev/puc/
H A Dpuc.c133 int i, idx, ipend, isrc, nints; local
143 idx = 0;
144 while (devs & (0xfful << idx)) {
145 ilr = ~bus_read_1(sc->sc_port[idx].p_rres, 7);
146 devs &= ~0ul ^ ((u_long)ilr << idx);
147 idx += 8;
168 idx = 0, dev = 1UL;
172 idx++, dev <<= 1;
174 port = &sc->sc_port[idx];
187 idx
219 int error, idx; local
405 int error, idx; local
[all...]
/freebsd-9.3-release/sys/dev/pdq/
H A Dpdq.c518 unsigned idx = 0;
519 filter_set->filter_set_items[idx].item_code = PDQI_IND_GROUP_PROM;
520 filter_set->filter_set_items[idx].filter_state = (pdq->pdq_flags & PDQ_PROMISC ? PDQ_FILTER_PASS : PDQ_FILTER_BLOCK);
521 idx++;
522 filter_set->filter_set_items[idx].item_code = PDQI_GROUP_PROM;
523 filter_set->filter_set_items[idx].filter_state = (pdq->pdq_flags & PDQ_ALLMULTI ? PDQ_FILTER_PASS : PDQ_FILTER_BLOCK);
524 idx++;
525 filter_set->filter_set_items[idx].item_code = PDQI_SMT_PROM;
526 filter_set->filter_set_items[idx].filter_state = ((pdq->pdq_flags & (PDQ_PROMISC|PDQ_PASS_SMT)) == (PDQ_PROMISC|PDQ_PASS_SMT) ? PDQ_FILTER_PASS : PDQ_FILTER_BLOCK);
527 idx
513 unsigned idx = 0; local
544 unsigned idx = 0; local
724 pdq_uint32_t idx; local
938 int idx; local
1119 int cnt, pass = 0, idx; local
1528 int idx; local
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dwork_fork.c96 u_int idx; local
100 for (idx = 0; idx < blocking_children_alloc; idx++) {
101 c = blocking_children[idx];
181 u_int idx; local
187 for (idx = 0; idx < blocking_children_alloc; idx++) {
188 c = blocking_children[idx];
383 u_int idx; local
[all...]
H A Dntp_worker.c270 size_t idx; local
278 for (idx = 0; idx < blocking_children_alloc; idx++) {
279 cp = blocking_children[idx];
351 u_int idx; local
357 for (idx = 0; idx < blocking_children_alloc; idx++) {
358 c = blocking_children[idx];
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Drealpath.c70 int idx = 0, nlnk = 0; local
180 n = readlink(resolved, wbuf[idx], sizeof(wbuf[0]) - 1);
193 memcpy(&wbuf[idx][n], q, len + 1);
194 path = wbuf[idx];
195 idx ^= 1;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dsa.h97 #define SA_ADD_BULK_ATTR(b, idx, attr, func, data, len) \
99 b[idx].sa_attr = attr;\
100 b[idx].sa_data_func = func; \
101 b[idx].sa_data = data; \
102 b[idx++].sa_length = len; \
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccard_cis.c901 int idx, i; local
907 idx = 0;
909 reg = pccard_tuple_read_1(tuple, idx++);
985 reg = pccard_tuple_read_1(tuple, idx++);
1000 reg = pccard_tuple_read_1(tuple, idx++);
1013 reg = pccard_tuple_read_1(tuple, idx++);
1021 reg2 = pccard_tuple_read_1(tuple, idx++);
1032 reg = pccard_tuple_read_1(tuple, idx++);
1036 idx++;
1039 idx
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp58 for (unsigned idx = 0, count = Call.getNumArgs(); idx != count; ++idx){
68 bool haveAttrNonNull = Att && Att->isNonNull(idx);
74 const Expr *ArgE = Call.getArgExpr(idx);
75 SVal V = Call.getArgSVal(idx);
131 R->addRange(Call.getArgSourceRange(idx));
/freebsd-9.3-release/sys/dev/virtio/
H A Dvirtqueue.c84 * trails vq_ring.used->idx.
116 "incorrectly: head idx: %d", (_vq)->vq_desc_head_idx)
395 /* Ensure updated avail->idx is visible to host. */
408 used_idx = vq->vq_ring.used->idx;
420 if (vq->vq_used_cons_idx == vq->vq_ring.used->idx)
447 avail_idx = vq->vq_ring.avail->idx;
484 uint16_t head_idx, idx; local
516 idx = vq_ring_enqueue_segments(vq, vq->vq_ring.desc, head_idx,
519 vq->vq_desc_head_idx = idx;
524 VQ_RING_ASSERT_VALID_IDX(vq, idx);
573 int idx; local
656 uint16_t idx; local
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c494 int idx, sign, sub, num, begin, ret; local
500 idx = *cindex;
501 if (cmd[idx++] != history_expansion_char)
505 if (cmd[idx] == history_expansion_char || cmd[idx] == '\0') {
508 *cindex = cmd[idx]? (idx + 1):idx;
512 if (cmd[idx] == '-') {
514 idx
627 int start, end, idx, has_mods = 0; local
869 size_t idx, i, size; local
1056 int size = 1, idx = 0, i, start; local
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-rpki-rtr.c136 u_int idx; local
138 idx = 0;
139 buf[idx] = '\0';
151 buf[idx] = '\n';
152 idx++;
155 buf[idx] = '\t';
156 idx++;
161 buf[idx] = ' ';
162 idx++;
169 buf[idx]
[all...]
/freebsd-9.3-release/lib/libc/db/recno/
H A Drec_put.c194 indx_t idx, nxtindex; local
225 idx = e->index;
235 ++idx;
241 __rec_dleaf(t, h, idx) == RET_ERROR) {
255 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx);
261 if (idx < (nxtindex = NEXTINDEX(h)))
262 memmove(h->linp + idx + 1, h->linp + idx,
263 (nxtindex - idx) * sizeof(indx_t));
266 h->linp[idx]
[all...]
/freebsd-9.3-release/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c310 _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc)
317 *idx = (_index_t)wc;
321 *idx = (_index_t)wc;
328 *idx = (_index_t)wc & 0x7F7FU;
332 *idx = (_index_t)wc;
342 wchar_t * __restrict wc, _csid_t csid, _index_t idx)
348 *wc = (wchar_t)idx;
352 *wc = (wchar_t)idx | 0x8080U;
356 *wc = (wchar_t)idx;
362 *wc = (wchar_t)idx;
309 _citrus_GBK2K_stdenc_wctocs(_GBK2KEncodingInfo * __restrict ei __unused, _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc) argument
341 _citrus_GBK2K_stdenc_cstowc(_GBK2KEncodingInfo * __restrict ei, wchar_t * __restrict wc, _csid_t csid, _index_t idx) argument
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsysdump.c59 getCHARS (unsigned char *ptr, int *idx, int size, int max) argument
61 int oc = *idx / 8;
72 (*idx) += 8;
75 *idx += b * 8;
139 getBARRAY (unsigned char *ptr, int *idx, int dsize ATTRIBUTE_UNUSED, argument
144 int byte = *idx / 8;
157 getINT (unsigned char *ptr, int *idx, int size, int max) argument
160 int byte = *idx / 8;
188 *idx += size * 8;
193 getBITS (unsigned char *ptr, int *idx, in argument
[all...]
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_driver.c122 int idx, last; local
127 idx = (*item)->index;
142 if (--idx < 0)
143 idx = menu->nitems - 1;
146 last = idx; /* this closes the cycle */
152 if (--idx < 0)
153 idx = menu->nitems - 1;
157 if (++idx >= menu->nitems)
158 idx = 0;
162 menu->items[idx]
[all...]
/freebsd-9.3-release/lib/libdisk/
H A Dwrite_ia64_disk.c234 int error, idx, sav; local
254 idx = CHUNK_FTOI(c->flags);
255 save[sav] = tbl[idx];
256 c->flags ^= CHUNK_ITOF(idx);
267 for (idx = 0; idx < disk->gpt_size; idx++) {
268 uuid_create_nil(&tbl[idx].ent_type, NULL);
269 tbl[idx].ent_lba_start = 0;
270 tbl[idx]
[all...]

Completed in 143 milliseconds

1234567891011>>