Searched refs:idx (Results 176 - 200 of 885) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dpcy_cache.c247 int idx; local
250 idx = sk_X509_POLICY_DATA_find(cache->data, &tmp);
251 if (idx == -1)
253 return sk_X509_POLICY_DATA_value(cache->data, idx);
/freebsd-9.3-release/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c107 _csid_t *csid, _index_t *idx, char **s, size_t n, size_t *nresult,
111 return (_stdenc_mbtocs(se->se_handle, csid, idx, s, n, se->se_ps,
117 char *s, size_t n, _csid_t csid, _index_t idx, size_t *nresult,
121 return (_stdenc_cstomb(se->se_handle, s, n, csid, idx, se->se_ps,
312 _csid_t *csid, _index_t *idx)
323 &tmpidx, *idx, NULL);
327 *idx = tmpidx;
471 _index_t idx; local
521 ret = mbtocsx(&sc->sc_src_encoding, &csid, &idx, &tmpin,
543 ret = do_conv(is, &csid, &idx);
106 mbtocsx(struct _citrus_iconv_std_encoding *se, _csid_t *csid, _index_t *idx, char **s, size_t n, size_t *nresult, struct iconv_hooks *hooks) argument
116 cstombx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, _csid_t csid, _index_t idx, size_t *nresult, struct iconv_hooks *hooks) argument
311 do_conv(const struct _citrus_iconv_std_shared *is, _csid_t *csid, _index_t *idx) argument
[all...]
/freebsd-9.3-release/lib/libmd/
H A Dmd4c.c115 unsigned int i, idx, partLen; local
119 idx = (unsigned int)((context->count[0] >> 3) & 0x3F);
126 partLen = 64 - idx;
131 ((POINTER)&context->buffer[idx], (CONST_POINTER)input, partLen);
137 idx = 0;
144 ((POINTER)&context->buffer[idx], (CONST_POINTER)&input[i],
153 unsigned int idx, padLen; local
160 idx = (unsigned int)((context->count[0] >> 3) & 0x3f);
161 padLen = (idx < 56) ? (56 - idx)
[all...]
H A Dmd5c.c155 unsigned int i, idx, partLen; local
159 idx = (unsigned int)((context->count[0] >> 3) & 0x3F);
167 partLen = 64 - idx;
171 memcpy((void *)&context->buffer[idx], (const void *)input,
178 idx = 0;
184 memcpy ((void *)&context->buffer[idx], (const void *)&input[i],
197 unsigned int idx, padLen; local
203 idx = (unsigned int)((context->count[0] >> 3) & 0x3f);
204 padLen = (idx < 56) ? (56 - idx)
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drange_tree.c63 int idx = highbit64(size) - 1; local
65 hist[idx]++;
66 ASSERT3U(hist[idx], !=, 0);
82 int idx = highbit64(size) - 1; local
84 ASSERT3U(idx, <,
88 rt->rt_histogram[idx]++;
89 ASSERT3U(rt->rt_histogram[idx], !=, 0);
96 int idx = highbit64(size) - 1; local
98 ASSERT3U(idx, <,
102 ASSERT3U(rt->rt_histogram[idx], !
[all...]
/freebsd-9.3-release/sys/kern/
H A Dimgact_gzip.c60 int idx; member in struct:imgact_gzip
107 igz.idx = 10;
110 while (p[igz.idx++])
111 if (igz.idx >= PAGE_SIZE)
115 while (p[igz.idx++])
116 if (igz.idx >= PAGE_SIZE)
305 if (igz->idx >= igz->len) {
309 if (igz->inbuf && igz->idx < (igz->offset + PAGE_SIZE)) {
310 return igz->inbuf[(igz->idx++) - igz->offset];
314 igz->offset = igz->idx
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DArrayRecycler.h72 explicit Capacity(uint8_t idx) : Index(idx) {} argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp261 unsigned idx; member in class:llvm::SSAUpdaterTraits::PHI_iterator
265 : PHI(P), idx(1) {}
267 : PHI(P), idx(PHI->getNumOperands()) {}
269 PHI_iterator &operator++() { idx += 2; return *this; }
270 bool operator==(const PHI_iterator& x) const { return idx == x.idx; }
272 unsigned getIncomingValue() { return PHI->getOperand(idx).getReg(); }
274 return PHI->getOperand(idx+1).getMBB();
/freebsd-9.3-release/contrib/pf/libevent/
H A Dpoll.c120 int i, idx; local
124 idx = pop->idxplus1_by_fd[i]-1;
125 if (idx < 0)
127 assert(pop->event_set[idx].fd == i);
128 if (pop->event_set[idx].events & POLLIN) {
129 ev = pop->event_r_back[idx];
134 if (pop->event_set[idx].events & POLLOUT) {
135 ev = pop->event_w_back[idx];
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c203 char **TXT_DB_get_by_index(TXT_DB *db, int idx, char **value) argument
208 if (idx >= db->num_fields) {
212 lh = db->index[idx];
225 LHASH *idx; local
233 if ((idx = lh_new(hash, cmp)) == NULL) {
242 if ((r = lh_insert(idx, r)) != NULL) {
246 lh_free(idx);
252 db->index[field] = idx;
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decdsa.h241 int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg);
242 void *ECDSA_get_ex_data(EC_KEY *d, int idx);
/freebsd-9.3-release/sys/netinet/
H A Din_mcast.c233 size_t idx; local
251 for (idx = oldmax; idx < newmax; idx++) {
252 imf_init(&nmfilters[idx], MCAST_UNDEFINED,
283 int idx; local
294 for (idx = 0; idx < nmships; idx++, pinm++) {
302 if (idx >
1304 size_t idx; local
1487 size_t idx; local
1535 size_t idx, nmships; local
1573 size_t idx, nsrcs, ncsrcs; local
1864 size_t idx; local
2163 size_t idx; local
2449 size_t idx; local
[all...]
/freebsd-9.3-release/sys/netinet6/
H A Din6_mcast.c229 size_t idx; local
248 for (idx = oldmax; idx < newmax; idx++) {
249 im6f_init(&nmfilters[idx], MCAST_UNDEFINED,
280 int idx; local
291 for (idx = 0; idx < nmships; idx++, pinm++) {
300 if (idx >
1332 size_t idx; local
1489 size_t idx; local
1535 size_t idx, nmships; local
1574 size_t idx, nsrcs, ncsrcs; local
1815 size_t idx; local
2106 size_t idx; local
2380 size_t idx; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Support/
H A DBumpVector.h98 reference operator[](unsigned idx) { argument
99 assert(Begin + idx < End);
100 return Begin[idx];
102 const_reference operator[](unsigned idx) const {
103 assert(Begin + idx < End);
104 return Begin[idx];
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_minidump_arm.c109 uint64_t idx, pa; local
112 for (idx = 0; idx < len / sizeof(*base); idx++) {
113 bits = base[idx];
117 pa = (idx * sizeof(*base) * NBBY + bit) * PAGE_SIZE;
H A Dkvm_minidump_mips.c110 uint64_t idx, pa; local
113 for (idx = 0; idx < len / sizeof(*base); idx++) {
114 bits = base[idx];
118 pa = (idx * sizeof(*base) * NBBY + bit) * PAGE_SIZE;
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_filio.c65 int idx = 0, cerr; local
85 for (idx = 0; idx < uap->nfds; idx++) {
87 if (pfd[idx].revents & (POLLOUT | POLLWRNORM | POLLWRBAND))
88 pfd[idx].revents |= (POLLOUT | POLLWRNORM | POLLWRBAND);
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-highpoint.c75 const struct ata_chip_id *idx; local
92 if (!(idx = ata_match_chip(dev, ids)))
96 strcat(buffer, idx->text);
97 if (idx->cfg1 == HPT_374) {
103 sprintf(buffer, "%s %s controller", buffer, ata_mode2str(idx->max_dma));
105 ctlr->chip = idx;
/freebsd-9.3-release/sys/mips/mips/
H A Dminidump_machdep.c89 int idx, bit; local
92 idx = pa >> 5; /* 2^5 = 32 */
94 atomic_set_int(&vm_page_dump[idx], 1ul << bit);
100 int idx, bit; local
103 idx = pa >> 5; /* 2^5 = 32 */
105 atomic_clear_int(&vm_page_dump[idx], 1ul << bit);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp281 unsigned idx = InvalidIdx; local
293 idx = getTrackedFunctionIndex(funName, true);
294 if (idx != InvalidIdx) {
295 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param);
324 idx = getTrackedFunctionIndex(funName, false);
325 if (idx == InvalidIdx)
329 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param);
349 if (!AS && FunctionsToTrack[idx].Kind != ValidAPI) {
375 if (FunctionsToTrack[idx].Kind == PossibleAPI) {
417 if (PDeallocIdx != idx || (FunctionsToTrac
453 unsigned idx = getTrackedFunctionIndex(funName, true); local
[all...]
/freebsd-9.3-release/contrib/ncurses/progs/
H A Ddump_entry.c271 dump_predicate(PredType type, PredIdx idx) argument
276 return (cur_type->Booleans[idx] == FALSE)
277 ? FAIL : cur_type->Booleans[idx];
280 return (cur_type->Numbers[idx] == ABSENT_NUMERIC)
281 ? FAIL : cur_type->Numbers[idx];
284 return (cur_type->Strings[idx] != ABSENT_STRING)
305 version_filter(PredType type, PredIdx idx) argument
315 return ((idx <= BOOL_IDX(xon_xoff)) ? TRUE : FALSE);
317 return ((idx <= NUM_IDX(width_status_line)) ? TRUE : FALSE);
319 return ((idx <
[all...]
/freebsd-9.3-release/sbin/geom/class/part/
H A Dgeom_part.c283 u_int idx; local
286 idx = 0;
290 idx += snprintf(buf + idx, sizeof(buf) - idx, "%s%s",
291 (idx == 0) ? " [" : ",", gc->lg_val);
293 if (idx > 0)
294 snprintf(buf + idx, sizeof(buf) - idx, "] ");
311 int error, idx, has_alignmen local
599 int idx, wblocks, wname, wmax; local
1072 gpart_write_partcode(struct ggeom *gp, int idx, void *code, ssize_t size) argument
1119 gpart_write_partcode_vtoc8(struct ggeom *gp, int idx, void *code) argument
1171 int error, idx, vtoc8; local
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h66 lbpsavestatus(int idx )
68 fprintf(lbpoutput,"\033[%d%%y",idx);
73 lbprestorestatus(int idx )
75 fprintf(lbpoutput,"\033[%d%cz",idx ,'%');
80 lbpsavepos(int idx) argument
82 fprintf(lbpoutput,"\033[1;%d;0x",idx);
87 lbprestorepos(int idx) argument
89 fprintf(lbpoutput,"\033[0;%d;0x",idx);
94 lbprestoreposx(int idx) argument
96 fprintf(lbpoutput,"\033[0;%d;1x",idx);
[all...]
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_isr.c56 uint32_t idx, length, status, ring; local
66 idx = (uint32_t)Q8_STAT_DESC_HANDLE(data);
71 if ((idx >= NUM_RX_DESCRIPTORS) || (length > MCLBYTES)) {
74 __func__, ring, idx, length);
78 if ((idx >= NUM_RX_JUMBO_DESCRIPTORS)||(length > MJUM9BYTES)) {
81 __func__, ring, idx, length);
87 rxb = &ha->rx_buf[idx];
89 rxb = &ha->rx_jbuf[idx];
93 __func__, ring, idx, sds_idx));
99 __func__, ring, idx, rx
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dlisting.c636 unsigned int idx; local
651 for (idx = 0; idx < nchars; idx++)
669 idx = 0;
671 while (src[cur] && idx < nchars)
682 idx++;
686 idx += 2;
689 for (; idx < nchars; idx
[all...]

Completed in 151 milliseconds

1234567891011>>