HomeSort by relevance Sort by last modified time
    Searched refs:chop (Results 1 - 25 of 35) sorted by null

1 2

  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.c 10 static pthread_mutex_t chop[5]; variable
18 pthread_mutex_lock(&chop[left]);
19 pthread_mutex_lock(&chop[right]);
21 pthread_mutex_unlock(&chop[left]);
22 pthread_mutex_unlock(&chop[right]);
31 pthread_mutex_init( &chop[i], NULL);
  /external/openssl/crypto/lhash/
num.pl 8 chop;
  /external/qemu-pc-bios/bochs/bios/
makesym.perl 15 chop;
  /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
osx_last_crash.rb 11 filename.chop!
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
osx_last_crash.rb 26 filename.chop!
  /external/dropbear/
scpmisc.h 18 char *chop(char *);
  /external/skia/src/core/
SkClampRange.cpp 16 static int chop(int64_t x0, SkFixed edge, int64_t x1, int64_t dx, int count) { function
130 fCount0 = chop(fx, 0, ex, dx, count);
135 fCount1 = chop(fx, 0xFFFF, ex, dx, count);
  /external/libppp/src/
chat.c 420 int chop; local
422 for (chop = begin - c->buf; chop; chop--)
423 if (c->buf[chop] == '\n')
427 if (!chop)
428 chop = begin - c->buf;
430 if (chop) {
434 from = to + chop;
437 c->bufstart -= chop;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 104 chop;
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 211 chop ($__pwd = `pwd`);
274 chop $mk;
  /external/openssh/
misc.h 20 char *chop(char *);
  /external/openssl/apps/
CA.pl 105 chop $FILE;
CA.pl.in 105 chop $FILE;
  /external/valgrind/main/auxprogs/
gen-mdg 259 chop($start_dir); # trim newline
  /external/webkit/Source/WebCore/bindings/scripts/
IDLParser.pm 237 my $interfaceExtendedAttributes = (defined($1) ? $1 : " "); chop($interfaceExtendedAttributes);
266 my $attributeExtendedAttributes = (defined($2) ? $2 : " "); chop($attributeExtendedAttributes);
300 my $methodExtendedAttributes = (defined($1) ? $1 : " "); chop($methodExtendedAttributes);
333 my $paramExtendedAttributes = (defined($2) ? $2 : " "); chop($paramExtendedAttributes);
  /external/icu4c/tools/genren/
genren.pl 36 chop;
144 chop $qtype;
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 61 'autoload', 'binding', 'caller', 'catch', 'chop', 'chop!',
rails.php 54 'autoload', 'binding', 'caller', 'catch', 'chop', 'chop!',
  /external/openssl/crypto/objects/
objects.pl 8 chop;
31 chop;
  /ndk/build/core/
setup-toolchain.mk 56 # 2/ Use 'chop' to remove the last element of the list
62 TARGET_TOOLCHAIN_BASE := $(subst $(space),-,$(call chop,$(subst -,$(space),$(TARGET_TOOLCHAIN))))
112 # Do the same for TOOLCHAIN_PREFIX. Note that we must chop the version
117 TOOLCHAIN_PREFIX := $(call merge,-,$(call chop,$(call split,-,$(TOOLCHAIN_NAME))))-
  /external/strace/
strace-graph 45 chop;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 251 chop $machine_os;
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb 77 line.chop!
  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 1362 int chop = project.getReferenceDir().getPath().length(); local
    [all...]
  /external/mksh/src/
check.pl 283 chop($pwd = `pwd 2>/dev/null`);
792 chop($str);
793 chop($str);
947 chop $val if $do_chop;
    [all...]

Completed in 970 milliseconds

1 2