HomeSort by relevance Sort by last modified time
    Searched refs:cmp (Results 251 - 275 of 771) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/armv5te/
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?
OP_IGET_WIDE.S 17 cmp r0, #0 @ is resolved entry null?
23 cmp r0, #0
34 cmp r9, #0 @ check object for null
  /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-atom/
OP_FILL_ARRAY_DATA.S 43 cmp $$0, %eax
OP_IGET_QUICK.S 33 cmp $$0, %eax # check if object is null
OP_IGET_WIDE_QUICK.S 32 cmp $$0, %edx # check if object is null
OP_INSTANCE_OF.S 36 cmp $$0, %edx # check for null object
48 cmp $$0, %ecx # check if already resovled
52 cmp %ecx, %edx # check if same class
114 cmp $$0, %eax # check for null
OP_IPUT_QUICK.S 32 cmp $$0, %eax # check if object is null
OP_IPUT_WIDE_QUICK.S 32 cmp $$0, %edx # check if object is null
OP_MONITOR_ENTER.S 34 cmp $$0, rINST # check for null object
zcmp.S 32 cmp $$0, (rFP, rINST, 4) # compare vAA with zero
  /external/chromium/sdch/open-vcdiff/
autogen.sh 38 if cmp aclocal.m4.tmp aclocal.m4; then
  /external/openssh/regress/
conch-ciphers.sh 28 cmp ${DATA} ${COPY} || fail "corrupted copy"
putty-ciphers.sh 26 cmp ${DATA} ${COPY} || fail "corrupted copy"
rekey.sh 24 cmp $DATA ${COPY} || fail "corrupted copy"
stderr-after-eof.sh 38 cmp ${DATA} ${COPY} || fail "stderr corrupt"
  /external/quake/quake/src/QW/client/
d_spr8.asm 300 cmp ecx,0
356 cmp ecx,8
418 cmp esi,ebx
424 cmp edx,ebp
438 cmp ecx,8
458 cmp ebp,2048
460 cmp ebp,eax
463 cmp ecx,2048
465 cmp ecx,edx
492 cmp bp,ds:word ptr[ecx]
    [all...]
  /external/valgrind/main/include/
pub_tool_oset.h 66 // of it looked at by your cmp() function, this may cause incorrect
75 // - Cmp: returns -1, 0 or 1 if key is <, == or > elem.
160 // - cmp The comparison function between keys and elements, or NULL
169 // If cmp is NULL, keyOff must be zero. This is checked.
188 extern OSet* VG_(OSetGen_Create) ( PtrdiffT keyOff, OSetCmp_t cmp,
251 const void* key, OSetCmp_t cmp );
  /system/core/libcutils/arch-arm/
memset32.S 39 cmp r2, #1
63 cmp r3, r2
  /system/extras/ext4_utils/
test_ext4fixup 59 if cmp "$FIXED_FS_IMAGE" "$NEW_FS_IMAGE"

Completed in 372 milliseconds

<<11121314151617181920>>