Searched refs:chop (Results 1 - 25 of 42) sorted by relevance

12

/external/valgrind/helgrind/tests/
H A Dtc14_laog_dinphils.c13 } chop[5]; variable in typeref:struct:__anon23362
21 pthread_mutex_lock(&chop[left].m);
22 pthread_mutex_lock(&chop[right].m);
24 pthread_mutex_unlock(&chop[left].m);
25 pthread_mutex_unlock(&chop[right].m);
36 pthread_mutex_init( &chop[i].m, NULL);
/external/ltp/tools/top-LTP/proc/
H A Ddevname.h12 extern unsigned dev_to_tty(char *restrict ret, unsigned chop, int dev, int pid, unsigned int flags);
H A Ddevname.c270 unsigned dev_to_tty(char *restrict ret, unsigned chop, int dev, int pid, argument
302 /* gotta check before we chop or we may chop someone else's memory */
303 if (chop + (unsigned long)(tmp - buf) <= sizeof buf)
304 tmp[chop] = '\0';
/external/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py117 self.assertEqual('file', sut.chop('/prefix', '/prefix/file'))
118 self.assertEqual('file', sut.chop('/prefix/', '/prefix/file'))
119 self.assertEqual('lib/file', sut.chop('/prefix/', '/prefix/lib/file'))
120 self.assertEqual('/prefix/file', sut.chop('', '/prefix/file'))
123 self.assertEqual('../src/file', sut.chop('/cwd', '/src/file'))
124 self.assertEqual('../src/file', sut.chop('/prefix/cwd',
/external/skia/src/effects/gradients/
H A DSkClampRange.cpp61 static int chop(int64_t x0, SkGradFixed edge, int64_t x1, int64_t dx, int count) { function
145 fCount0 = chop(fx, 0, ex, dx, count);
152 fCount1 = chop(fx, kFracMax_SkGradFixed, ex, dx, count);
/external/guava/guava-testlib/src/com/google/common/testing/
H A DAbstractPackageSanityTests.java308 Optional<String> testedClassName = TEST_SUFFIX.chop(cls.getName());
376 @Override Optional<String> chop(String str) {
377 return i.chop(str).or(you.chop(str));
382 abstract Optional<String> chop(String str); method in class:AbstractPackageSanityTests.Chopper
386 @Override Optional<String> chop(String str) {
/external/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py434 encode_value(bug, 'bug_file', lambda x: escape(chop(prefix, x)))
437 encode_value(bug, 'report_file', lambda x: escape(chop(output_dir, x)))
447 encode_value(crash, 'source', lambda x: escape(chop(prefix, x)))
449 encode_value(crash, 'file', lambda x: escape(chop(output_dir, x)))
450 encode_value(crash, 'info', lambda x: escape(chop(output_dir, x)))
451 encode_value(crash, 'stderr', lambda x: escape(chop(output_dir, x)))
473 def chop(prefix, filename): function
/external/openssh/
H A Dmisc.h39 char *chop(char *);
H A Dssh_api.c371 chop(buf);
388 chop(buf);
H A Dsshconnect.c535 chop(client_version_string);
680 chop(server_version_string);
H A Dssh-keyscan.c494 fprintf(stderr, "# %s:%d %s\n", c->c_name, ssh_port, chop(buf));
/external/valgrind/auxprogs/
H A Dgen-mdg259 chop($start_dir); # trim newline
/external/skia/samplecode/
H A DSampleAAGeometry.cpp214 SkPoint chop[5]; local
215 SkChopQuadAtHalf(pts, chop);
216 result.quadTo(chop[1], chop[2]);
217 pts[1] = chop[3];
220 SkConic chop[2]; local
223 if (!conic.chopAt(0.5f, chop)) {
226 result.conicTo(chop[0].fPts[1], chop[0].fPts[2], chop[
231 SkPoint chop[7]; local
[all...]
/external/ImageMagick/scripts/
H A Dformat_c_api_docs357 chop;
398 chop;
508 chop;
/external/strace/
H A Dstrace-graph47 chop;
/external/skia/third_party/lua/src/
H A Dliolib.c370 static int read_line (lua_State *L, FILE *f, int chop) { argument
384 luaL_addsize(&b, l - chop); /* chop 'eol' if needed */
/external/syslinux/com32/lua/src/
H A Dliolib.c381 static int read_line (lua_State *L, FILE *f, int chop) { argument
395 luaL_addsize(&b, l - chop); /* chop 'eol' if needed */
/external/skia/src/core/
H A DSkGeometry.h43 /** Given a src quadratic bezier, chop it at the specified t value,
49 /** Given a src quadratic bezier, chop it at the specified t == 1/2,
64 /** Given 3 points on a quadratic bezier, chop it into 1, 2 beziers such that
102 /** Given a src cubic bezier, chop it at the specified t value,
108 /** Given a src cubic bezier, chop it at the specified t values,
115 /** Given a src cubic bezier, chop it at the specified t == 1/2,
132 /** Given 4 points on a cubic bezier, chop it into 1, 2, 3 beziers such that
148 /** Return 1 for no chop, 2 for having chopped the cubic at a single
220 void chop(SkConic dst[2]) const;
H A DSkGeometry.cpp253 SkScalar t = 0; // 0 means don't chop
385 that after the first chop, the parameters to valid_unit_divide are equal
418 if (roots == 0) { // nothing to chop
431 // have src point to the remaining cubic (after the chop)
455 /** Given 4 points on a cubic bezier, chop it into 1, 2, 3 beziers such that
1047 void SkConic::chop(SkConic * SK_RESTRICT dst) const { function in class:SkConic
1140 src.chop(dst);
1179 this->chop(dst);
1180 // check to see if the first chop generates a pair of lines
1217 // if chop ca
[all...]
/external/libpng/projects/owatcom/
H A Dpngconfig.mak138 $# course, do the standard binary chop.)
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java1186 // [reuse possible only after chop; accounting makes not worthwhile]
2100 int chop = 0;
2206 chop = thisafter - after; // digits to lop [is >0]
2207 if (chop > num.mant.length) { // all digits go, no chance of carry
2216 need = num.mant.length - chop; // digits to end up with [may be 0]
2221 if ((num.exp - oldexp) == chop)
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java1208 // [reuse possible only after chop; accounting makes not worthwhile]
2148 int chop = 0;
2254 chop = thisafter - after; // digits to lop [is >0]
2255 if (chop > num.mant.length) { // all digits go, no chance of carry
2264 need = num.mant.length - chop; // digits to end up with [may be 0]
2269 if ((num.exp - oldexp) == chop)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java1210 // [reuse possible only after chop; accounting makes not worthwhile]
2154 int chop = 0;
2260 chop = thisafter - after; // digits to lop [is >0]
2261 if (chop > num.mant.length) { // all digits go, no chance of carry
2270 need = num.mant.length - chop; // digits to end up with [may be 0]
2275 if ((num.exp - oldexp) == chop)
/external/clang/tools/scan-build/bin/
H A Dscan-build159 while ($Dir =~ /\/$/) { chop $Dir; }
304 chop $Prefix while (!($x =~ /^\Q$Prefix/));
/external/ImageMagick/Magick++/lib/Magick++/
H A DImage.h692 void chop(const Geometry &geometry_);

Completed in 797 milliseconds

12