HomeSort by relevance Sort by last modified time
    Searched full:x80000000 (Results 226 - 250 of 993) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/
unittest_custom_options.proto 157 option (int32_opt) = -0x80000000;
161 option (sint32_opt) = -0x80000000;
165 option (sfixed32_opt) = -0x80000000;
  /bionic/libc/kernel/arch-sh/asm/
processor_64.h 67 #define SR_MMU 0x80000000
  /bionic/libm/i387/
s_copysign.S 42 andl $0x80000000,%edx
  /bionic/libm/ia64/
_fpmath.h 52 #define LDBL_NBIT 0x80000000
  /bionic/libm/src/
e_log10f.c 49 i = ((u_int32_t)k&0x80000000)>>31;
e_remainder.c 42 sx = hx&0x80000000;
e_remainderf.c 35 sx = hx&0x80000000;
s_ceil.c 41 if(i0<0) {i0=0x80000000;i1=0;}
s_ceilf.c 36 if(i0<0) {i0=0x80000000;}
s_nextafterf.c 39 SET_FLOAT_WORD(x,(hy&0x80000000)|1);/* return +-minsubnormal */
  /dalvik/vm/mterp/x86-atom/
OP_DOUBLE_TO_INT.S 67 movl $$0x80000000, (rFP, %edx, 4) # vA<- negInf
OP_FLOAT_TO_INT.S 67 movl $$0x80000000, (rFP, %edx, 4) # vA<- negInf
  /device/samsung/tuna/
BoardConfig.mk 32 BOARD_KERNEL_BASE := 0x80000000
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 18 tmp[0] = 0x80000000;
  /external/e2fsprogs/lib/ext2fs/
tst_byteswap.c 39 0x80000000, 0x00000080,
  /external/fdlibm/
e_remainder.c 47 sx = hx&0x80000000;
s_ceil.c 46 if(i0<0) {i0=0x80000000;i1=0;}
  /external/flac/libFLAC/ia32/
cpu_asm.nasm 103 mov eax, 0x80000000
  /external/iptables/extensions/
libipt_NETMAP.c 39 for (bits = 0, bm = 0x80000000; netmask & bm; netmask <<= 1)
  /external/kernel-headers/original/asm-x86/
processor-flags.h 39 #define X86_CR0_PG 0x80000000 /* Paging */
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 99 lsls r4, r2, r4 ; if((lowvalue<<(offset-1)) & 0x80000000 )
194 lsls r4, r2, r4 ; if((lowvalue<<(offset-1)) & 0x80000000 )
241 tst r2, #0x80000000 ; lowvalue & 0x80000000
vp8_packtokens_mbrow_armv5.asm 121 lsls r4, r2, r4 ; if((lowvalue<<(offset-1)) & 0x80000000 )
216 lsls r4, r2, r4 ; if((lowvalue<<(offset-1)) & 0x80000000 )
263 tst r2, #0x80000000 ; lowvalue & 0x80000000
  /external/llvm/test/MC/MachO/
data.s 46 // CHECK: ('flags', 0x80000000)
diff-with-two-sections.s 39 // CHECK-NEXT: ('flags', 0x80000000)
section-align-1.s 38 // CHECK: ('flags', 0x80000000)

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 91011>>