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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/generic/string/
strncmp.S 27 L2: jz L4 /* strings are equal */
30 jz L3
37 jz L4
40 jz L3
47 jz L4
50 jz L3
57 jz L4
60 jz L3
67 jz L4
70 jz L
    [all...]
strcat.S 40 jz L2
44 jz L2
48 jz L2
52 jz L2
56 jz L2
60 jz L2
64 jz L2
strcmp.S 25 jz L3
32 jz L3
39 jz L3
46 jz L3
53 jz L3
60 jz L3
67 jz L3
74 jz L3
  /device/google/contexthub/firmware/lib/libm/
kf_rem_pio2.c 62 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
84 jz = jk;
87 for(i=0,j=jz,z=q[jz];j>0;i++,j--) {
99 if(q0>0) { /* need iq[jz-1] to determine n */
100 i = (iq[jz-1]>>(8-q0)); n += i;
101 iq[jz-1] -= i<<(8-q0);
102 ih = iq[jz-1]>>(7-q0);
104 else if(q0==0) ih = iq[jz-1]>>8;
109 for(i=0;i<jz ;i++) { /* compute 1-q *
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
k_rem_pio2.c 91 * jz local integer variable indicating the number of
159 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
180 jz = jk;
183 for(i=0,j=jz,z=q[jz];j>0;i++,j--) {
195 if(q0>0) { /* need iq[jz-1] to determine n */
196 i = (iq[jz-1]>>(24-q0)); n += i;
197 iq[jz-1] -= i<<(24-q0);
198 ih = iq[jz-1]>>(23-q0);
200 else if(q0==0) ih = iq[jz-1]>>23;
    [all...]
  /external/fdlibm/
k_rem_pio2.c 87 * jz local integer variable indicating the number of
170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
191 jz = jk;
194 for(i=0,j=jz,z=q[jz];j>0;i++,j--) {
206 if(q0>0) { /* need iq[jz-1] to determine n */
207 i = (iq[jz-1]>>(24-q0)); n += i;
208 iq[jz-1] -= i<<(24-q0);
209 ih = iq[jz-1]>>(23-q0);
211 else if(q0==0) ih = iq[jz-1]>>23
    [all...]
  /art/runtime/interpreter/mterp/x86_64/
op_return_void_no_barrier.S 3 jz 1f
op_aput_object.S 12 jz MterpPossibleException
op_filled_new_array.S 16 jz MterpPossibleException
op_iput_object.S 9 jz MterpException
op_iput_object_quick.S 8 jz MterpException
op_new_instance.S 12 jz MterpPossibleException
op_return.S 11 jz 1f
op_return_void.S 5 jz 1f
op_return_wide.S 9 jz 1f
op_sput_object.S 9 jz MterpException
op_throw.S 8 jz common_errNullObject
  /art/runtime/interpreter/mterp/x86/
op_return_void.S 5 jz 1f
op_return_void_no_barrier.S 3 jz 1f
op_throw.S 8 jz common_errNullObject
op_aput_object.S 14 jz MterpPossibleException
  /external/valgrind/coregrind/
m_cpuid.S 88 jz 1f
93 jz 2f
98 jz 3f
103 jz 4f
133 jz 1f
137 jz 2f
141 jz 3f
145 jz 4f
  /art/runtime/arch/x86/
jni_entrypoints_x86.S 31 jz .Lno_native_code_found // if null, jump to return to handle
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
FlushCacheLine.c 47 jz NoClflush
  /external/syslinux/mbr/
adjust.h 44 jz 1f

Completed in 726 milliseconds

1 2 3 4 5 6 7 8 91011>>