OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_end
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
phonetic.c
220
char *n, *n_start, *
n_end
; /* pointers to string */
local
232
for (n = ntrans + 4,
n_end
= ntrans + 35; !iswordbreak( *Word ) &&
233
n <
n_end
; Word++) {
242
n_end
= n; /* Set
n_end
to end of string */
291
n <=
n_end
&& Metaph < metaph_end; n++) {
309
if (n == (
n_end
- 1) && *(n - 1) != 'M')
350
(*(n + 1) != 'N' || ((n + 1) <
n_end
&&
/src/external/cddl/osnet/dist/common/nvpair/
nvpair.c
2450
* packed nvpair.
n_end
is a pointer to the end of the buffer.
2451
* (
n_end
actually points to the first byte past the end of the
2452
* buffer.) n_curr is a pointer that lies between n_base and
n_end
.
2454
* The amount of data left in the buffer is equal to
n_end
- n_curr.
2458
caddr_t
n_end
;
member in struct:__anon8968
2472
native->
n_end
= buf + buflen;
2478
native->n_curr = native->n_base = native->
n_end
= NULL;
2497
if (native->n_curr + size > native->
n_end
)
2573
if (native->n_curr + sizeof (int) > native->
n_end
)
2765
if (native->n_curr + sizeof (int32_t) > native->
n_end
)
[
all
...]
/src/usr.sbin/sysinst/
mbr.c
1977
uint
n_end
, n_start = m->extended->sector;
local
1979
n_end
= m->extended->extended->sector;
1981
n_end
= ext_end;
1984
m->mbr.mbr_parts[1].mbrp_size =
n_end
- n_start;
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc
466
struct symbolic_number *toinc_n_ptr, *
n_end
;
local
513
n_end
= (end2 > end1) ? n2 : n1;
517
toinc_n_ptr = (
n_end
== n1) ? n2 : n1;
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc
466
struct symbolic_number *toinc_n_ptr, *
n_end
;
local
513
n_end
= (end2 > end1) ? n2 : n1;
517
toinc_n_ptr = (
n_end
== n1) ? n2 : n1;
/src/external/lgpl3/gmp/dist/
configure
25478
n_end
=`echo "$n" | sed -n 's/.*-\(.*\)/\1/p'`
25482
n_end
=$n
25485
if test $GMP_NAIL_BITS -ge $n_start && test $GMP_NAIL_BITS -le $
n_end
; then
Completed in 54 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026