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

12345

/freebsd-12-stable/usr.bin/systat/
H A Dsystat.h68 #define NVAL(indx) namelist[(indx)].n_value
69 #define NPTR(indx) (void *)NVAL((indx))
70 #define NREAD(indx, buf, len) kvm_ckread(NPTR((indx)), (buf), (len))
/freebsd-12-stable/usr.bin/fold/
H A Dfold.c161 int col, i, indx, space; local
164 col = indx = 0;
167 wprintf(L"%.*ls\n", indx, buf);
168 col = indx = 0;
173 i = indx;
181 wmemmove(buf, buf + space, indx - space);
182 indx -= space;
184 for (i = 0; i < indx; i++)
187 wprintf(L"%.*ls\n", indx, buf);
188 col = indx
[all...]
/freebsd-12-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-12-stable/bin/pax/
H A Dtables.c135 u_int indx; local
148 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
149 if ((pt = ltab[indx]) != NULL) {
153 ppt = &(ltab[indx]);
199 pt->fow = ltab[indx];
200 ltab[indx] = pt;
222 u_int indx; local
236 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
237 if ((pt = ltab[indx]) == NULL)
244 ppt = &(ltab[indx]);
374 u_int indx; local
513 u_int indx; local
581 u_int indx; local
708 u_int indx; local
959 u_int indx; local
1022 u_int indx; local
[all...]
H A Dsel_subs.c106 u_int indx; local
147 indx = ((unsigned)uid) % USR_TB_SZ;
148 if ((pt = usrtb[indx]) != NULL) {
161 pt->fow = usrtb[indx];
162 usrtb[indx] = pt;
207 u_int indx; local
248 indx = ((unsigned)gid) % GRP_TB_SZ;
249 if ((pt = grptb[indx]) != NULL) {
262 pt->fow = grptb[indx];
263 grptb[indx]
[all...]
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_rlimit.c76 humanize_rlimit(int indx, rlim_t limit) argument
85 rlimit_param[indx].suffix, HN_AUTOSCALE | HN_GETSCALE, HN_DECIMAL);
87 rlimit_param[indx].suffix, HN_AUTOSCALE, HN_DECIMAL);
/freebsd-12-stable/lib/libc/db/btree/
H A Dbtree.h128 /* Get the page's BINTERNAL structure at index indx. */
129 #define GETBINTERNAL(pg, indx) \
130 ((BINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
155 /* Get the page's RINTERNAL structure at index indx. */
156 #define GETRINTERNAL(pg, indx) \
157 ((RINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
178 /* Get the page's BLEAF structure at index indx. */
179 #define GETBLEAF(pg, indx) \
180 ((BLEAF *)((char *)(pg) + (pg)->linp[indx]))
210 /* Get the page's RLEAF structure at index indx
[all...]
/freebsd-12-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-12-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-12-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-12-stable/sys/mips/mips/
H A Dmachdep.c196 int indx; local
199 for (indx = 0; phys_avail[indx + 1] != 0; indx += 2) {
200 vm_paddr_t size1 = phys_avail[indx + 1] - phys_avail[indx];
203 (uintmax_t)phys_avail[indx],
204 (uintmax_t)phys_avail[indx + 1] - 1,
/freebsd-12-stable/sys/opencrypto/
H A Dcbc_mac.c262 for (size_t indx = 0; indx < AES_CBC_MAC_HASH_LEN; indx++)
263 buf[indx] = ctx->block[indx] ^ s0[indx];
/freebsd-12-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]);
964 file_header_heap_swim(struct file_header **fh, size_t indx) argument
967 if (indx > 0) {
970 parent_index = (indx - 1) >> 1;
972 if (file_header_cmp(fh[indx], fh[parent_index]) < 0) {
974 file_header_swap(fh, indx, parent_inde
984 file_header_heap_sink(struct file_header **fh, size_t indx, size_t size) argument
1158 size_t indx = 0; local
1364 sub_list_swim(struct sort_list **sl, size_t indx) argument
1384 sub_list_sink(struct sort_list **sl, size_t indx, size_t size) argument
[all...]
/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c154 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) argument
161 if (indx % fs->fs_maxbpg == 0 || bap[indx - 1] == 0) {
170 if (indx == 0 || bap[indx - 1] == 0)
175 ufs_rw32(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + 1);
189 return ufs_rw32(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + fs->fs_frag;
193 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) argument
200 if (indx % fs->fs_maxbpg == 0 || bap[indx
[all...]
/freebsd-12-stable/sys/kern/
H A Dkern_malloc.c491 int indx; local
497 indx = flags & (M_WAITOK | M_NOWAIT);
498 if (indx != M_NOWAIT && indx != M_WAITOK) {
502 printf("Bad malloc flags: %x\n", indx);
557 int indx; local
573 indx = kmemsize[size >> KMEM_ZSHIFT];
574 zone = kmemzones[indx].kz_zone[mtp_get_subzone(mtp)];
581 malloc_type_zone_allocated(mtp, va == NULL ? 0 : size, indx);
602 int indx; local
1047 uint8_t indx; local
[all...]
H A Dkern_sysctl.c340 int indx; local
343 indx = 0;
344 while (indx < CTL_MAXNAME && indx >= 0) {
345 if (nodes[indx] == NULL && indx == 0)
346 nodes[indx] = SLIST_FIRST(&sysctl__children);
347 else if (nodes[indx] == NULL)
348 nodes[indx] = SLIST_FIRST(&nodes[indx
1989 int indx; local
2039 int error, indx, lvl; local
[all...]
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dmachdep.c206 int indx; local
209 for (indx = 0; phys_avail[indx + 1] != 0; indx += 2) {
211 phys_avail[indx + 1] - phys_avail[indx];
218 (uintmax_t)phys_avail[indx],
219 (uintmax_t)phys_avail[indx + 1] - 1,
/freebsd-12-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-12-stable/sys/crypto/aesni/
H A Daesni_ccm.c75 int indx = sizeof(*block) - 1; local
78 while (indx > (sizeof(*block) - offset)) {
79 bp[indx] = value & 0xff;
80 indx--;

Completed in 337 milliseconds

12345