Searched defs:trunc (Results 1 - 14 of 14) sorted by relevance

/external/tcpdump/
H A Dprint-ripng.c69 int trunc; local
93 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
109 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
118 if (trunc)
H A Dprint-aodv.c150 int n, trunc; local
167 trunc = n - (i/sizeof(ap->rerr.r.dest[0]));
173 if (trunc)
263 int i, j, n, trunc; local
272 trunc = n - (i/j);
277 if (trunc)
372 int i, j, n, trunc; local
381 trunc = n - (i/j);
386 if (trunc)
H A Dprint-rip.c165 register int trunc; local
216 trunc = (i / sizeof(*ni)) != j;
227 if (trunc)
/external/fsck_msdos/
H A Dfat.c434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) argument
440 *trunc = CLUST_EOF;
/external/icu4c/samples/uresb/
H A Duresb.c52 static UBool trunc = FALSE; variable
131 trunc = TRUE;
138 trunc = FALSE;
234 if(trunc && len > truncsize) {
269 if(trunc && len > truncsize) {
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_qsort.c309 size_t trunc=TRUNC_nonaligned*size; local
314 if ((size_t)(last-first)>trunc) {
325 Recurse(trunc)
340 size_t trunc=TRUNC_aligned*size; local
345 if ((size_t)(last-first)>trunc) {
356 Recurse(trunc)
/external/stlport/src/
H A Dios.cpp75 const ios_base::openmode ios_base::trunc; member in class:ios_base
/external/webkit/JavaScriptCore/wtf/
H A DMathExtras.h120 inline double trunc(double num) { return num > 0 ? floor(num) : ceil(num); } function
/external/astl/include/
H A Dios_base.h176 // trunc: truncate and existing stream when opening.
182 static const openmode trunc = android::ios_baseopenmode_trunc; member in class:std::ios_base
/external/qemu/fpu/
H A Dsoftfloat-native.c353 static inline float64 trunc(float64 x) function
360 return trunc(a);
/external/skia/tests/
H A DMathTest.cpp157 int trunc = (int)floorf(s); local
163 REPORTER_ASSERT(reporter, itrunc == trunc);
/external/icu4c/tools/genrb/
H A Dderb.c57 static UBool trunc = FALSE; variable
155 trunc = TRUE;
162 trunc = FALSE;
523 if(trunc && len > truncsize) {
567 if(trunc && len > truncsize) {
626 if(trunc && len > truncsize) {
/external/dnsmasq/src/
H A Drfc1035.c1141 int nxdomain = 0, auth = 1, trunc = 0; local
1210 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1249 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1263 add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1296 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1337 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1363 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1405 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1442 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1463 if (add_resource_record(header, limit, &trunc, nameoffse
[all...]
H A Drfc2131.c1422 unsigned char trunc = option_len(start); local
1425 for (daemon->namebuff[0]= 0, i = 0; i <= trunc - INADDRSZ; i += INADDRSZ)
1433 if (trunc > 13)
1434 trunc = 13;
1435 print_mac(daemon->namebuff, option_ptr(start, 0), trunc);
1441 trunc == 0 ? "" : " ",
1442 trunc == 0 ? "" : daemon->namebuff,
1443 trunc == option_len(start) ? "" : "...");

Completed in 193 milliseconds