Home
last modified time | relevance | path

Searched refs:lindex (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_log.c126 u_int lindex; in logread() local
153 lindex = mbp->msg_bufl; in logread()
162 n = xindex - lindex; in logread()
165 n = xindex - lindex; in logread()
173 if (n > xindex - lindex) in logread()
174 n = xindex - lindex; in logread()
185 mbp->msg_bufl = lindex + n; in logread()
262 u_int lindex; in logioctl() local
268 lindex = mbp->msg_bufl; in logioctl()
277 n = xindex - lindex; in logioctl()
[all …]
H A Dsubr_prf.c1046 u_int lindex; in msgaddchar() local
1054 lindex = mbp->msg_bufl; in msgaddchar()
1060 n = xindex - lindex; in msgaddchar()
1062 lindex = xindex - mbp->msg_size + 2048; in msgaddchar()
1064 mbp->msg_bufl = lindex; in msgaddchar()
/dragonfly/contrib/binutils-2.27/gas/
H A Dsymbols.c1900 int lindex = 0; in decode_local_label_name() local
1903 if (s[lindex] == LOCAL_LABEL_PREFIX) in decode_local_label_name()
1904 ++lindex; in decode_local_label_name()
1907 if (s[lindex] != 'L') in decode_local_label_name()
1910 for (label_number = 0, p = s + lindex + 1; ISDIGIT (*p); ++p) in decode_local_label_name()
/dragonfly/contrib/binutils-2.34/gas/
H A Dsymbols.c2089 int lindex = 0; in decode_local_label_name() local
2092 if (s[lindex] == LOCAL_LABEL_PREFIX) in decode_local_label_name()
2093 ++lindex; in decode_local_label_name()
2096 if (s[lindex] != 'L') in decode_local_label_name()
2099 for (label_number = 0, p = s + lindex + 1; ISDIGIT (*p); ++p) in decode_local_label_name()
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c7544 unsigned int lindex = 0; in dwarf_select_sections_by_letters() local
7546 while (letters[lindex]) in dwarf_select_sections_by_letters()
7547 switch (letters[lindex++]) in dwarf_select_sections_by_letters()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c10680 unsigned int lindex = 0; in dwarf_select_sections_by_letters() local
10682 while (letters[lindex]) in dwarf_select_sections_by_letters()
10683 switch (letters[lindex++]) in dwarf_select_sections_by_letters()