Searched refs:sindex (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-9.C24 unsigned sindex = &b - base; local
26 assert(sindex < N);
27 assert(sindex == tindex);
/openbsd-current/gnu/lib/libreadline/
H A Dmacro.c80 int sindex; member in struct:saved_macro
123 saver->sindex = executing_macro_index;
144 executing_macro_index = macro_list->sindex;
H A Dhistexpand.c305 hist_string_extract_single_quoted (string, sindex)
307 int *sindex;
311 for (i = *sindex; string[i] && string[i] != '\''; i++)
314 *sindex = i;
/openbsd-current/sys/dev/usb/
H A Dusbdi_util.h54 usbd_status usbd_get_string_desc(struct usbd_device *dev, int sindex,
H A Dusb_subr.c115 usbd_get_string_desc(struct usbd_device *dev, int sindex, int langid, argument
124 USETW2(req.wValue, UDESC_STRING, sindex);
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A Dmkheader92 my $sindex = $_[0] - SBase;
93 my $lindex = int( $sindex / NCount);
94 my $vindex = int(($sindex % NCount) / TCount);
95 my $tindex = $sindex % TCount;
H A DNormalize.xs178 UV sindex = uv - Hangul_SBase;
179 UV lindex = sindex / Hangul_NCount;
180 UV vindex = (sindex % Hangul_NCount) / Hangul_TCount;
181 UV tindex = sindex % Hangul_TCount;
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-smb.c49 int sindex; local
51 for (sindex=0;list[sindex].name;sindex++)
52 if (list[sindex].id == id) return(&list[sindex]);
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.xs227 UV sindex, lindex, vindex, tindex;
231 sindex = code - Hangul_SBase;
232 lindex = sindex / Hangul_NCount;
233 vindex = (sindex % Hangul_NCount) / Hangul_TCount;
234 tindex = sindex % Hangul_TCount;
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y83 static symbol_ref_t sindex;
360 | sindex
583 sindex: label
586 if (sindex.symbol != NULL) {
587 stop("Only one definition of sindex allowed",
591 sindex.symbol = cur_symbol;
1338 format_3_instr($1, &sindex, &immed, &$2);
/openbsd-current/usr.bin/awk/
H A Dproto.h172 extern Cell *sindex(Node **, int);
H A Drun.c1029 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ function
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c891 unsigned long sindex;
905 sindex = strlen (no_name_func) + 1;
957 rp->irpss = sindex;
959 sindex += strlen (sv[i]) + 1;
963 size = sizeof (struct rpdr_ext) * (count + 2) + sindex;
885 unsigned long sindex; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c986 unsigned long sindex;
1000 sindex = strlen (no_name_func) + 1;
1052 rp->irpss = sindex;
1054 sindex += strlen (sv[i]) + 1;
1058 size = sizeof (struct rpdr_ext) * (count + 2) + sindex;
979 unsigned long sindex; local
/openbsd-current/sys/scsi/
H A Dcd.c1367 cd_play_tracks(struct cd_softc *sc, int strack, int sindex, int etrack, argument
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com450 $ sindex = 0
453 $ if sindex .eq. slength then goto end_loop_over_chars
454 $ char = f$extract(sindex, 1, string)
457 $ string = f$extract(0, sindex, string) + "^" + f$extract(sindex, slength, string)
459 $ sindex = sindex + 1 ! don't check the char we just escaped again
461 $ sindex = sindex + 1

Completed in 290 milliseconds