HomeSort by relevance Sort by last modified time
    Searched refs:cmp (Results 226 - 250 of 782) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_CONST_CLASS.S 11 cmp r0, #0 @ not yet resolved?
30 cmp r0, #0 @ failed?
OP_CONST_STRING.S 11 cmp r0, #0 @ not yet resolved?
29 cmp r0, #0 @ failed?
OP_CONST_STRING_JUMBO.S 13 cmp r0, #0
31 cmp r0, #0 @ failed?
OP_INVOKE_OBJECT_INIT_RANGE.S 11 cmp r0, #0 @ check for NULL
30 cmp r0, #0 @ exception pending?
OP_SGET.S 16 cmp r0, #0 @ is resolved entry null?
41 cmp r0, #0 @ success?
OP_SPUT.S 16 cmp r0, #0 @ is resolved entry null?
42 cmp r0, #0 @ success?
OP_FILL_ARRAY_DATA.S 11 cmp r0, #0 @ 0 means an exception is thrown
OP_INSTANCE_OF.S 19 cmp r0, #0 @ is object null?
26 cmp r1, #0 @ have we resolved this before?
29 cmp r0, r1 @ same class (trivial success)?
79 cmp r0, #0 @ got null?
OP_INVOKE_VIRTUAL_QUICK.S 17 cmp r9, #0 @ is "this" null?
OP_IPUT_QUICK.S 8 cmp r3, #0 @ check object for null
binop.S 25 cmp r1, #0 @ is second operand zero?
binop2addr.S 23 cmp r1, #0 @ is second operand zero?
binopLit8.S 22 @cmp r1, #0 @ is second operand zero?
  /external/clang/utils/VtableTest/
Makefile 21 cmp test-gcc.sum test-clang.sum
  /external/e2fsprogs/lib/et/
compile_et.sh.in 50 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then
57 if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then
  /external/libvorbis/vq/
latticetune.c 26 static int strrcmp_i(char *s,char *cmp){
27 return(strncmp(s+strlen(s)-strlen(cmp),cmp,strlen(cmp)));
  /external/linux-tools-perf/
builtin-kmem.c 243 int cmp; local
247 cmp = sort_fn(&key, data);
248 if (cmp < 0)
250 else if (cmp > 0)
428 sort_fn_t cmp; member in struct:sort_dimension
444 int cmp = 0; local
450 cmp = sort->cmp(data, this);
451 if (cmp)
455 if (cmp > 0
    [all...]
  /external/openssh/regress/
keygen-convert.sh 20 cmp $OBJ/$t-key-rfc $OBJ/$t-key-rfc.pub || \
28 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \
  /external/openssl/crypto/
sparccpuid.S 48 cmp %o0,0x99
142 cmp %i7,%o7
145 cmp %o7,0 ! compiler never cleans %o7...
175 cmp %o2,0x99
193 cmp %i2,-4096
197 cmp %i2,-1
210 cmp %o2,%o3
223 cmp %o0,0x99
284 cmp %o0,%o1
287 cmp %o0,%o
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 39 ldr ip, .L__aeabi_cfcmple @ cmp <=: C clear if <, Z set if eq
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_QUICK.S 9 cmp r3, #0 @ check object for null
OP_IPUT_WIDE_QUICK.S 8 cmp r2, #0 @ check object for null
binop2addr.S 22 cmp r1, #0 @ is second operand zero?
  /dalvik/vm/mterp/x86/
bincmp.S 10 /* if-cmp vA, vB, +CCCC */
26 cmp $$0, %eax
  /external/chromium/sdch/open-vcdiff/
autogen.sh 38 if cmp aclocal.m4.tmp aclocal.m4; then

Completed in 220 milliseconds

1 2 3 4 5 6 7 8 91011>>