Searched defs:trunc (Results 1 - 24 of 24) 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/llvm/include/llvm/ADT/
H A DAPSInt.h71 APSInt trunc(uint32_t width) const { function in class:llvm::APSInt
72 return APSInt(APInt::trunc(width), IsUnsigned);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c327 size_t trunc=TRUNC_nonaligned*size; local
332 if ((size_t)(last-first)>trunc) {
343 Recurse(trunc)
358 size_t trunc=TRUNC_aligned*size; local
363 if ((size_t)(last-first)>trunc) {
374 Recurse(trunc)
/external/skia/samplecode/
H A DSampleColorFilter.cpp29 int trunc = x >> 3; local
39 return trunc + bias;
70 SkDebugf("--- %3d : trunc=%3d (%2d) round:%3d (%2d) \n"/*new:%d (%2d)\n"*/, i,
81 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
/external/stlport/src/
H A Dios.cpp75 const ios_base::openmode ios_base::trunc; member in class:ios_base
/external/webkit/Source/JavaScriptCore/wtf/
H A DMathExtras.h130 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/icu4c/tools/genrb/
H A Dderb.c57 static UBool trunc = FALSE; variable
155 trunc = TRUE;
162 trunc = FALSE;
476 if(trunc && len > truncsize) {
520 if(trunc && len > truncsize) {
579 if(trunc && len > truncsize) {
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c182 static void hex_dump(char *msg, void *data, int size, int trunc) argument
195 if(trunc && (size>32))
/external/qemu/fpu/
H A Dsoftfloat-native.c363 static inline float64 trunc(float64 x) function
370 return trunc(a);
/external/skia/tests/
H A DMathTest.cpp280 int trunc = (int)floorf(s); local
286 REPORTER_ASSERT(reporter, itrunc == trunc);
/external/clang/lib/include/
H A Dtgmath.h1208 // trunc
1216 __tg_trunc(double __x) {return trunc(__x);}
1222 #undef trunc macro
1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
/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) ? "" : "...");
/external/regex-re2/re2/
H A Dre2.cc87 static string trunc(const StringPiece& pattern) { function in namespace:re2
170 LOG(ERROR) << "Error parsing '" << trunc(pattern_) << "': "
192 LOG(ERROR) << "Error compiling '" << trunc(pattern_) << "'";
213 LOG(ERROR) << "Error reverse compiling '" << trunc(pattern_) << "'";
596 LOG(INFO) << "Match " << trunc(pattern_)
602 LOG(INFO) << "Match " << trunc(pattern_)
608 LOG(INFO) << "Match " << trunc(pattern_)
625 LOG(INFO) << "Match " << trunc(pattern_)
631 LOG(INFO) << "Match " << trunc(pattern_)
638 LOG(INFO) << "Match " << trunc(pattern
[all...]
/external/strace/
H A Dutil.c575 int trunc = (path[n] != '\0'); local
577 if (trunc)
580 if (trunc)
/external/clang/lib/Headers/
H A Dtgmath.h1208 // trunc
1216 __tg_trunc(double __x) {return trunc(__x);}
1222 #undef trunc macro
1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h311 /// double trunc(double x);
312 trunc, enumerator in enum:llvm::LibFunc::Func
378 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl:
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c693 UDPServerTransaction(const DaemonInfo *d, const PktMsg *request, PktMsg *reply, mDNSBool *trunc) argument
703 *trunc = mDNSfalse;
738 *trunc = mDNStrue;
1550 mDNSBool trunc; local
1552 if ( UDPServerTransaction( self, request, &buf, &trunc) < 0 )
1556 else if ( trunc )
1762 mDNSBool trunc; local
1764 if (UDPServerTransaction(d, &q, &buf, &trunc) < 0)
1766 else if (trunc)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 387 milliseconds