Searched refs:indx (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-11-stable/usr.bin/systat/
H A Dsystat.h66 #define NVAL(indx) namelist[(indx)].n_value
67 #define NPTR(indx) (void *)NVAL((indx))
68 #define NREAD(indx, buf, len) kvm_ckread(NPTR((indx)), (buf), (len))
/freebsd-11-stable/usr.bin/fold/
H A Dfold.c159 int col, i, indx, space; local
162 col = indx = 0;
165 wprintf(L"%.*ls\n", indx, buf);
166 col = indx = 0;
171 i = indx;
179 wmemmove(buf, buf + space, indx - space);
180 indx -= space;
182 for (i = 0; i < indx; i++)
185 wprintf(L"%.*ls\n", indx, buf);
186 col = indx
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dbitmap.c92 head->indx = head->current->indx;
94 head->indx = 0;
163 if (head->current->indx > prev->indx)
166 head->indx = prev->indx;
173 head->indx = 0;
306 unsigned int indx = element->indx;
301 unsigned int indx = element->indx; local
356 bitmap_elt_insert_after(bitmap head, bitmap_element *elt, unsigned int indx) argument
431 unsigned int indx = bit / BITMAP_ELEMENT_ALL_BITS; local
[all...]
H A Dbitmap.h67 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ local
75 unsigned int indx; /* Index of last element looked at. */ local
219 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
225 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
226 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
262 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
276 if (bi->elt2->indx >= bi->elt1->indx)
282 if (bi->elt1->indx == bi->elt2->indx)
[all...]
H A Dmips-tfile.c999 symint_t indx; /* index within file's local symbols */
1033 symint_t indx; /* index within string table */
1054 symint_t indx; /* index within string table */
1484 #define ORIG_LINENUM(indx) (CHECK ((indx), orig_sym_hdr.cbLine, "line#"), (indx) + orig_linenum)
1485 #define ORIG_DENSE(indx) (CHECK ((indx), orig_sym_hdr.idnMax, "dense"), (indx) + orig_dense)
1486 #define ORIG_PROCS(indx) (CHEC
992 symint_t indx; /* index within file's local symbols */ member in struct:tag
1026 symint_t indx; /* index within string table */ member in struct:shash
1047 symint_t indx; /* index within string table */ member in struct:thash
1754 add_local_symbol(const char *str_start, const char *str_end_p1, st_t type, sc_t storage, symint_t value, symint_t indx) argument
2179 get_tag(const char *tag_start, const char *tag_end_p1, symint_t indx, bt_t basic_type) argument
2771 symint_t indx = cur_file_ptr->void_type; local
4942 out_of_bounds(symint_t indx, symint_t max, const char *str, int prog_line) argument
[all...]
/freebsd-11-stable/bin/pax/
H A Dtables.c133 u_int indx; local
146 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
147 if ((pt = ltab[indx]) != NULL) {
151 ppt = &(ltab[indx]);
197 pt->fow = ltab[indx];
198 ltab[indx] = pt;
220 u_int indx; local
234 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
235 if ((pt = ltab[indx]) == NULL)
242 ppt = &(ltab[indx]);
372 u_int indx; local
511 u_int indx; local
579 u_int indx; local
706 u_int indx; local
957 u_int indx; local
1020 u_int indx; local
[all...]
H A Dsel_subs.c104 u_int indx; local
145 indx = ((unsigned)uid) % USR_TB_SZ;
146 if ((pt = usrtb[indx]) != NULL) {
159 pt->fow = usrtb[indx];
160 usrtb[indx] = pt;
205 u_int indx; local
246 indx = ((unsigned)gid) % GRP_TB_SZ;
247 if ((pt = grptb[indx]) != NULL) {
260 pt->fow = grptb[indx];
261 grptb[indx]
[all...]
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_rlimit.c75 humanize_rlimit(int indx, rlim_t limit) argument
84 rlimit_param[indx].suffix, HN_AUTOSCALE | HN_GETSCALE, HN_DECIMAL);
86 rlimit_param[indx].suffix, HN_AUTOSCALE, HN_DECIMAL);
/freebsd-11-stable/lib/libc/db/btree/
H A Dbtree.h126 /* Get the page's BINTERNAL structure at index indx. */
127 #define GETBINTERNAL(pg, indx) \
128 ((BINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
153 /* Get the page's RINTERNAL structure at index indx. */
154 #define GETRINTERNAL(pg, indx) \
155 ((RINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
176 /* Get the page's BLEAF structure at index indx. */
177 #define GETBLEAF(pg, indx) \
178 ((BLEAF *)((char *)(pg) + (pg)->linp[indx]))
208 /* Get the page's RLEAF structure at index indx
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dinputstr.c521 const int *indx = dlg_index_wchars(string); local
522 int offset = dlg_find_index(indx, limit, *chr_offset);
549 *chr_offset = indx[offset - 1];
553 *chr_offset = indx[offset + 1];
561 *chr_offset = indx[limit];
565 int gap = indx[offset] - indx[offset - 1];
566 *chr_offset = indx[offset - 1];
582 ? (indx[offset + 1] - indx[offse
647 const int *indx = dlg_index_wchars(string); local
708 const int *indx = dlg_index_wchars(string); local
[all...]
H A Dbuttons.c139 const int *indx = dlg_index_wchars(label); local
144 int first = indx[i];
147 int last = indx[i + 1];
171 const int *indx = dlg_index_wchars(label); local
188 int first = indx[i];
189 int last = indx[i + 1];
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c529 bfd_vma indx; local
532 if (! ieee_read_number (info, pp, &indx))
535 if ((bfd_vma) s->target_index == indx)
587 unsigned int indx)
593 if (indx < BUILTIN_TYPE_COUNT
594 && info->types.builtins[indx] != DEBUG_TYPE_NULL)
595 return info->types.builtins[indx];
599 if (indx >= 32 && indx < 64)
602 ieee_builtin_type (info, p, indx
586 ieee_builtin_type(struct ieee_info *info, const bfd_byte *p, unsigned int indx) argument
775 ieee_alloc_type(struct ieee_info *info, unsigned int indx, bfd_boolean ref) argument
827 bfd_vma indx; local
3262 bfd_vma indx; local
3640 unsigned int indx; member in struct:ieee_type_class
3664 unsigned int indx; member in struct:ieee_write_type
3738 unsigned int indx; member in struct:ieee_defined_enum
3773 unsigned int indx; member in struct:ieee_modified_array_type
4216 ieee_write_asn(struct ieee_handle *info, unsigned int indx, bfd_vma val) argument
4226 ieee_write_atn65(struct ieee_handle *info, unsigned int indx, const char *s) argument
4238 ieee_push_type(struct ieee_handle *info, unsigned int indx, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) argument
4430 ieee_define_named_type(struct ieee_handle *info, const char *name, unsigned int indx, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp, struct ieee_buflist *buflist) argument
4513 ieee_get_modified_info(struct ieee_handle *info, unsigned int indx) argument
5186 unsigned int indx; local
5219 unsigned int indx; local
5307 unsigned int indx; local
5434 unsigned int indx; local
5724 unsigned int indx; local
5763 unsigned int indx; local
5929 unsigned int indx; local
6098 unsigned int indx; local
6595 unsigned int indx; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c79 ret->indx = -1;
1037 BFD_ASSERT ((*rel_hash)->indx >= 0);
1038 irel->r_symndx = (*rel_hash)->indx;
1643 long indx;
1648 indx = eleaux.x_sym.x_tagndx.l;
1654 if (indx > 0
1655 && (indx
1660 (*epp)->tagndx = finfo->sym_indices[indx];
1702 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1705 mt->indx
1642 long indx; local
1728 bfd_size_type indx; local
1858 long indx; local
1957 bfd_size_type indx; local
1978 unsigned long indx; local
2162 long indx; local
2394 long indx; local
2530 bfd_size_type indx; local
[all...]
H A Dxcofflink.c425 ret->indx = -1;
2821 hds->indx = -2;
3320 bfd_size_type indx;
3323 indx = _bfd_stringtab_add (debug_strtab, name, TRUE, TRUE);
3324 if (indx == (bfd_size_type) -1)
3326 *debug_index = indx;
3774 bfd_size_type indx;
3780 indx = _bfd_stringtab_add (finfo->strtab, name, hash, copy);
3781 if (indx == (bfd_size_type) -1)
3783 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
3315 bfd_size_type indx; local
3768 bfd_size_type indx; local
3856 long indx; local
3920 bfd_vma indx; local
3960 bfd_size_type indx; local
3993 unsigned long indx; local
4014 unsigned long indx; local
4385 long indx; local
5440 int indx; local
[all...]
H A Delf-vxworks.c113 htab->hgot->indx = -2;
121 htab->hplt->indx = -2;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmachdep.c192 int indx; local
195 for (indx = 0; phys_avail[indx + 1] != 0; indx += 2) {
197 phys_avail[indx + 1] - phys_avail[indx];
204 (uintmax_t)phys_avail[indx],
205 (uintmax_t)phys_avail[indx + 1] - 1,
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c194 int indx; local
197 for (indx = 0; phys_avail[indx + 1] != 0; indx += 2) {
198 vm_paddr_t size1 = phys_avail[indx + 1] - phys_avail[indx];
201 (uintmax_t)phys_avail[indx],
202 (uintmax_t)phys_avail[indx + 1] - 1,
/freebsd-11-stable/usr.bin/sort/
H A Dfile.c311 size_t indx = l->count; local
313 if ((l->list == NULL) || (indx >= l->size)) {
322 l->list[indx] = sort_list_item_alloc();
323 sort_list_item_set(l->list[indx], str);
324 l->memsize += sort_list_item_size(l->list[indx]);
965 file_header_heap_swim(struct file_header **fh, size_t indx) argument
968 if (indx > 0) {
971 parent_index = (indx - 1) >> 1;
973 if (file_header_cmp(fh[indx], fh[parent_index]) < 0) {
975 file_header_swap(fh, indx, parent_inde
985 file_header_heap_sink(struct file_header **fh, size_t indx, size_t size) argument
1159 size_t indx = 0; local
1365 sub_list_swim(struct sort_list **sl, size_t indx) argument
1385 sub_list_sink(struct sort_list **sl, size_t indx, size_t size) argument
[all...]
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c152 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) argument
159 if (indx % fs->fs_maxbpg == 0 || bap[indx - 1] == 0) {
168 if (indx == 0 || bap[indx - 1] == 0)
173 ufs_rw32(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + 1);
187 return ufs_rw32(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + fs->fs_frag;
191 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) argument
198 if (indx % fs->fs_maxbpg == 0 || bap[indx
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dindex.cpp91 index_search_item *indx; member in class:index_search_item_iterator
302 : indx(ind), out_of_date_files_iter(0), next_out_of_date_file(0), temp_list(0),
307 found_list = indx->search(q, strlen(q), &temp_list);
311 indx->name);
337 next_out_of_date_file = indx->out_of_date_files;
357 if (tagno < 0 || tagno >= indx->header.tags_size) {
361 tag *tp = indx->tags + tagno;
362 const char *filename = indx->munge_filename(indx->pool + tp->filename_index);
375 if (mtime > indx
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c438 int indx; local
451 indx = flags & (M_WAITOK | M_NOWAIT);
452 if (indx != M_NOWAIT && indx != M_WAITOK) {
456 printf("Bad malloc flags: %x\n", indx);
496 indx = kmemsize[size >> KMEM_ZSHIFT];
500 zone = kmemzones[indx].kz_zone[mtip->mti_zone];
507 malloc_type_zone_allocated(mtp, va == NULL ? 0 : size, indx);
793 uint8_t indx; local
811 for (i = 0, indx
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c19 #define I2U(indx) (p->Indx2Units[indx])
117 static void InsertNode(CPpmd8 *p, void *node, unsigned indx) argument
120 ((CPpmd8_Node *)node)->Next = (CPpmd8_Node_Ref)p->FreeList[indx];
121 ((CPpmd8_Node *)node)->NU = I2U(indx);
122 p->FreeList[indx] = REF(node);
123 p->Stamps[indx]++;
126 static void *RemoveNode(CPpmd8 *p, unsigned indx) argument
128 CPpmd8_Node *node = NODE((CPpmd8_Node_Ref)p->FreeList[indx]);
129 p->FreeList[indx]
204 AllocUnitsRare(CPpmd8 *p, unsigned indx) argument
230 AllocUnits(CPpmd8 *p, unsigned indx) argument
286 unsigned indx = U2I(nu); local
[all...]
H A Darchive_ppmd7.c34 #define I2U(indx) (p->Indx2Units[indx])
152 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) argument
154 *((CPpmd_Void_Ref *)node) = p->FreeList[indx];
155 p->FreeList[indx] = REF(node);
158 static void *RemoveNode(CPpmd7 *p, unsigned indx) argument
160 CPpmd_Void_Ref *node = (CPpmd_Void_Ref *)Ppmd7_GetPtr(p, p->FreeList[indx]);
161 p->FreeList[indx] = *node;
249 static void *AllocUnitsRare(CPpmd7 *p, unsigned indx) argument
256 if (p->FreeList[indx] !
275 AllocUnits(CPpmd7 *p, unsigned indx) argument
[all...]
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c56 size_t indx; local
73 if (elf_getshstrndx(e, &indx) == 0)
127 if ((name = elf_strptr(e, indx, sh.sh_name)) ==
/freebsd-11-stable/sbin/camcontrol/
H A Dmodeedit.c1011 size_t indx, len; local
1036 for (indx = 0; indx < len; indx++) {
1037 printf("%02x%c",mode_pars[indx],
1038 (((indx + 1) % 8) == 0) ? '\n' : ' ');
1048 size_t indx, len; local
1067 for (indx = 0; indx < len; indx
[all...]

Completed in 183 milliseconds

12345