Searched defs:n2 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dax25.h101 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
112 unsigned int n2, n2count; member in struct:ax25_info_struct
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_expl.c234 int k, n, n2; local
257 /* Reduce x to (k*ln2 + endpoint[n2] + r1 + r2). */
267 n2 = (unsigned)n % INTERVALS;
284 /* Evaluate expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2). */
288 t = tbl[n2].lo + tbl[n2].hi;
289 t = tbl[n2].lo + t * (q + r1) + tbl[n2].hi;
375 int k, n, n2; local
[all...]
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c277 int n, n2; /* handy integers (short term usage) */ local
376 n2 = (ep) - (p); \
377 if (n2 > (len)) \
378 n2 = (len); \
379 if (n2 > 0) \
380 PRINT((p), n2); \
381 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
430 n2 = 0; \
433 APPEND_DIGIT(n2, *c
1140 int n, n2; /* handy integer (short term usage) */ local
[all...]
H A Dvfwprintf.c283 int n, n2, n3; /* handy integers (short term usage) */ local
352 * PAD uses `n' and 'n3', and PRINTANDPAD uses 'n', 'n2', and 'n3'.
370 n2 = (ep) - (p); \
371 if (n2 > (len)) \
372 n2 = (len); \
373 if (n2 > 0) \
374 PRINT((p), n2); \
375 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
418 n2
1124 int n, n2; /* handy integer (short term usage) */ local
[all...]

Completed in 150 milliseconds