Searched refs:idx (Results 151 - 175 of 885) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c177 const struct option *long_options, int *idx, int short_too)
280 if (idx)
281 *idx = match;
295 const struct option *long_options, int *idx, int flags)
418 idx, short_too);
455 idx, 0);
511 const struct option *long_options, int *idx)
514 return (getopt_internal(nargc, nargv, options, long_options, idx,
524 const struct option *long_options, int *idx)
527 return (getopt_internal(nargc, nargv, options, long_options, idx,
176 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too) argument
294 getopt_internal(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx, int flags) argument
[all...]
/freebsd-9.3-release/lib/libc/stdlib/
H A Dgetopt_long.c200 const struct option *long_options, int *idx, int short_too, int flags)
350 if (idx)
351 *idx = match;
365 const struct option *long_options, int *idx, int flags)
504 idx, short_too, flags);
550 idx, 0, flags);
607 const struct option *long_options, int *idx)
610 return (getopt_internal(nargc, nargv, options, long_options, idx,
620 const struct option *long_options, int *idx)
623 return (getopt_internal(nargc, nargv, options, long_options, idx,
199 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, int flags) argument
364 getopt_internal(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx, int flags) argument
606 getopt_long(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
619 getopt_long_only(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
[all...]
/freebsd-9.3-release/lib/libiconv_modules/DECHanyu/
H A Dcitrus_dechanyu.c323 _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc)
344 *idx = (_index_t)(wc & mask);
352 wchar_t * __restrict wc, _csid_t csid, _index_t idx)
356 if (idx > 0x7F)
359 if (!is_94charset(idx >> 8))
361 if (!is_94charset(idx & 0xFF))
364 idx |= 0x80;
365 idx |= 0x8000;
367 idx |= HANYUBIT;
370 *wc = (wchar_t)idx;
322 _citrus_DECHanyu_stdenc_wctocs(_DECHanyuEncodingInfo * __restrict ei __unused, _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc) argument
351 _citrus_DECHanyu_stdenc_cstowc(_DECHanyuEncodingInfo * __restrict ei __unused, wchar_t * __restrict wc, _csid_t csid, _index_t idx) argument
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dsavage_state.c539 const uint16_t *idx,
543 unsigned int prim = cmd_header->idx.prim;
544 unsigned int skip = cmd_header->idx.skip;
545 unsigned int n = cmd_header->idx.count;
629 if (idx[i] > dmabuf->total / 32) {
630 DRM_ERROR("idx[%u]=%u out of range (0-%u)\n",
631 i, idx[i], dmabuf->total / 32);
643 BCI_DRAW_INDICES_S3D(count, prim, idx[2]);
646 BCI_WRITE(idx[i + reorder[i % 3]] |
647 (idx[
537 savage_dispatch_dma_idx(drm_savage_private_t *dev_priv, const drm_savage_cmd_header_t *cmd_header, const uint16_t *idx, const struct drm_buf *dmabuf) argument
678 savage_dispatch_vb_idx(drm_savage_private_t *dev_priv, const drm_savage_cmd_header_t *cmd_header, const uint16_t *idx, const uint32_t *vtxbuf, unsigned int vb_size, unsigned int vb_stride) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dresconf.c339 int idx, delim; local
353 for (idx = 0; idx < RESCONFMAXSEARCH; idx++) {
354 if (conf->search[idx] != NULL) {
355 isc_mem_free(conf->mctx, conf->search[idx]);
356 conf->search[idx] = NULL;
365 idx = 0;
370 conf->search[idx] = isc_mem_strdup(conf->mctx, word);
371 if (conf->search[idx]
388 int delim, res, idx; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dfind.c46 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st);
106 int idx = 0; local
120 } while (pOD++, (++idx < opts->optCt));
138 int idx = 0; local
159 *ixp = idx;
179 *ixp = idx;
191 *ixp = idx;
194 } while (pOD++, (++idx < idxLim));
204 * @param idx option index
209 opt_set(tOptions * opts, char * arg, int idx, boo argument
377 int idx = 0; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_lu.c444 int idx; local
445 idx = X509_OBJECT_idx_by_subject(h, type, name);
446 if (idx == -1)
448 return sk_X509_OBJECT_value(h, idx);
454 int idx, i; local
456 idx = sk_X509_OBJECT_find(h, x);
457 if (idx == -1)
460 return sk_X509_OBJECT_value(h, idx);
461 for (i = idx; i < sk_X509_OBJECT_num(h); i++) {
489 int i, ok, idx, re local
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr300.c600 unsigned idx, unsigned reg)
612 idx_value = radeon_get_ib_value(p, idx);
620 idx, reg);
627 r = r100_reloc_pitch_offset(p, pkt, idx, reg);
639 idx, reg);
646 ib[idx] = idx_value + ((u32)reloc->lobj.gpu_offset);
652 idx, reg);
659 ib[idx] = idx_value + ((u32)reloc->lobj.gpu_offset);
681 idx, reg);
687 ib[idx]
598 r300_packet0_check(struct radeon_cs_parser *p, struct radeon_cs_packet *pkt, unsigned idx, unsigned reg) argument
1149 unsigned idx; local
[all...]
H A Dr100.c1210 unsigned idx,
1222 idx, reg);
1227 value = radeon_get_ib_value(p, idx);
1244 p->ib.ptr[idx] = (value & 0x3fc00000) | tmp;
1246 p->ib.ptr[idx] = (value & 0xffc00000) | tmp;
1252 int idx)
1263 c = radeon_get_ib_value(p, idx++) & 0x1F;
1271 for (i = 0; i < (c - 1); i+=2, idx+=3) {
1279 idx_value = radeon_get_ib_value(p, idx);
1280 ib[idx
1208 r100_reloc_pitch_offset(struct radeon_cs_parser *p, struct radeon_cs_packet *pkt, unsigned idx, unsigned reg) argument
1250 r100_packet3_load_vbpntr(struct radeon_cs_parser *p, struct radeon_cs_packet *pkt, int idx) argument
1321 unsigned idx; local
1364 unsigned idx; local
1381 r100_cs_packet_parse(struct radeon_cs_parser *p, struct radeon_cs_packet *pkt, unsigned idx) argument
1526 unsigned idx; local
1611 r100_packet0_check(struct radeon_cs_parser *p, struct radeon_cs_packet *pkt, unsigned idx, unsigned reg) argument
1957 unsigned idx; local
1976 unsigned idx; local
2194 r100_cs_track_cube(struct radeon_device *rdev, struct r100_cs_track *track, unsigned idx) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c494 uu_avl_insert(uu_avl_t *ap, void *elem, uu_avl_index_t idx) argument
503 (void *)ap, elem, (void *)idx);
507 (void *)ap, elem, (void *)idx);
511 (void *)ap, elem, (void *)idx);
513 if (!INDEX_VALID(ap, idx))
515 (void *)ap, elem, (void *)idx,
516 INDEX_CHECK(idx)? "outdated index" :
524 avl_insert(&ap->ua_tree, elem, INDEX_DECODE(idx));
528 uu_avl_nearest_next(uu_avl_t *ap, uu_avl_index_t idx) argument
530 if (ap->ua_debug && !INDEX_VALID(ap, idx))
538 uu_avl_nearest_prev(uu_avl_t *ap, uu_avl_index_t idx) argument
[all...]
H A Duu_list.c292 uu_list_insert(uu_list_t *lp, void *elem, uu_list_index_t idx) argument
296 np = INDEX_TO_NODE(idx);
301 if (!INDEX_VALID(lp, idx))
303 (void *)lp, elem, (void *)idx,
304 INDEX_CHECK(idx)? "outdated index" :
308 "index\n", (void *)lp, elem, (void *)idx);
348 uu_list_nearest_next(uu_list_t *lp, uu_list_index_t idx) argument
350 uu_list_node_impl_t *np = INDEX_TO_NODE(idx);
356 if (!INDEX_VALID(lp, idx))
358 (void *)lp, (void *)idx,
373 uu_list_nearest_prev(uu_list_t *lp, uu_list_index_t idx) argument
[all...]
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex_internal.c579 re_string_reconstruct (pstr, idx, eflags)
581 int idx, eflags;
583 int offset = idx - pstr->raw_mbs_idx;
601 offset = idx;
637 pstr->len = pstr->raw_len - idx + offset;
638 pstr->stop = pstr->raw_stop - idx + offset;
692 pstr->valid_len = re_string_skip_chars (pstr, idx, &wc) - idx;
723 pstr->raw_mbs_idx = idx;
757 re_string_peek_byte_case (pstr, idx)
1209 int idx; local
1306 unsigned int idx, right, mid; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c124 int idx; local
133 idx = X509_PURPOSE_get_by_id(id);
134 if (idx == -1)
136 pt = X509_PURPOSE_get0(idx);
157 X509_PURPOSE *X509_PURPOSE_get0(int idx) argument
159 if (idx < 0)
161 if (idx < (int)X509_PURPOSE_COUNT)
162 return xstandard + idx;
163 return sk_X509_PURPOSE_value(xptable, idx - X509_PURPOSE_COUNT);
181 int idx; local
197 int idx; local
[all...]
/freebsd-9.3-release/lib/libiconv_modules/EUCTW/
H A Dcitrus_euctw.c333 _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc)
337 *idx = (_index_t)(wc & 0x7F7F);
345 wchar_t * __restrict wc, _csid_t csid, _index_t idx)
349 if ((idx & ~0x7F) != 0)
351 *wc = (wchar_t)idx;
353 if (csid < 'G' || csid > 'M' || (idx & ~0x7F7F) != 0)
355 *wc = (wchar_t)idx | ((wchar_t)csid << 24);
332 _citrus_EUCTW_stdenc_wctocs(_EUCTWEncodingInfo * __restrict ei __unused, _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc) argument
344 _citrus_EUCTW_stdenc_cstowc(_EUCTWEncodingInfo * __restrict ei __unused, wchar_t * __restrict wc, _csid_t csid, _index_t idx) argument
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dpd.c103 int idx; local
141 idx = ffz(uar->free_bf_bmap);
142 uar->free_bf_bmap |= 1 << idx;
146 bf->reg = uar->bf_map + idx * dev->caps.bf_reg_size;
171 int idx; local
177 idx = (bf->reg - bf->uar->bf_map) / dev->caps.bf_reg_size;
178 bf->uar->free_bf_bmap &= ~(1 << idx);
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.cpp51 uint32_t idx = abbrCode - IdxOffset; local
52 if (idx < Decls.size())
53 return &Decls[idx];
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp33 unsigned idx = 0, N = S.size() / 2; local
35 ie = S.end(); it != ie; ++it, ++idx)
36 ((idx < N) ? LHS : RHS).insert(*it);
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dossl_typ.h173 int idx, long argl, void *argp);
175 int idx, long argl, void *argp);
177 void *from_d, int idx, long argl, void *argp);
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dhostapd.c160 int errors = 0, idx; local
163 idx = ssid->wep.idx;
166 hapd, WPA_ALG_WEP, NULL, idx,
167 idx == ssid->wep.idx,
168 NULL, 0, ssid->wep.key[idx],
169 ssid->wep.len[idx])) {
186 idx = key->idx;
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-sparc.c285 unsigned int idx, count; local
307 for (idx = 0; idx < sec->reloc_count; idx++)
313 addr = sec->orelocation[idx]->address;
314 if (sec->orelocation[idx]->howto->type == R_SPARC_LO10
315 && idx < sec->reloc_count - 1)
317 arelent *r = sec->orelocation[idx + 1];
323 ++idx;
352 for (idx
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_leaf.h84 #define ZAP_LEAF_CHUNK(l, idx) \
86 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
87 #define ZAP_LEAF_ENTRY(l, idx) (&ZAP_LEAF_CHUNK(l, idx).l_entry)
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_x509.c161 int X509_set_ex_data(X509 *r, int idx, void *arg) argument
163 return (CRYPTO_set_ex_data(&r->ex_data, idx, arg));
166 void *X509_get_ex_data(X509 *r, int idx) argument
168 return (CRYPTO_get_ex_data(&r->ex_data, idx));
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.h101 char **TXT_DB_get_by_index(TXT_DB *db, int idx, char **value);
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_lib.c243 int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg) argument
249 return (CRYPTO_set_ex_data(&ecdsa->ex_data, idx, arg));
252 void *ECDSA_get_ex_data(EC_KEY *d, int idx) argument
258 return (CRYPTO_get_ex_data(&ecdsa->ex_data, idx));
/freebsd-9.3-release/crypto/openssl/crypto/ecdh/
H A Dech_lib.c226 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg) argument
232 return (CRYPTO_set_ex_data(&ecdh->ex_data, idx, arg));
235 void *ECDH_get_ex_data(EC_KEY *d, int idx) argument
241 return (CRYPTO_get_ex_data(&ecdh->ex_data, idx));

Completed in 222 milliseconds

1234567891011>>