HomeSort by relevance Sort by last modified time
    Searched full:"0 xfff" (Results 326 - 350 of 386) sorted by null

<<111213141516

  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 369 #define ROUND_TO_PAGE(x) (((x)+0xfff)&~0xfff)
    [all...]
  /bionic/libc/kernel/arch-mips/asm/mach-au1x00/
au1000.h 529 #define SSI_AD_DATA_MASK (0xfff << 0)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/mach-au1x00/
au1000.h 529 #define SSI_AD_DATA_MASK (0xfff << 0)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
LongTest.java     [all...]
IntegerTest.java     [all...]
Character_UnicodeBlockTest.java 83 assertEquals(Character.UnicodeBlock.TIBETAN, Character.UnicodeBlock.of((char)0xfff));
321 assertEquals(Character.UnicodeBlock.TIBETAN, Character.UnicodeBlock.of(0xfff));
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-sparcv9.pl 492 and $tmp2,0xfff,$tmp2
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp     [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 786 CHECK_LE(ES_info_length, 0xfff);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp 746 (uint32_t)0,
747 (uint32_t)(bulkBuf->virtAddr) & 0xFFF,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 529 #define SSI_AD_DATA_MASK (0xfff << 0)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 529 #define SSI_AD_DATA_MASK (0xfff << 0)
    [all...]
  /external/clang/test/Analysis/
retain-release.m 256 kDAReturnSuccess = 0, kDAReturnError = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x01, kDAReturnBusy = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x02, kDAReturnBadArgument = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x03, kDAReturnExclusiveAccess = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x04, kDAReturnNoResources = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x05, kDAReturnNotFound = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x06, kDAReturnNotMounted = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x07, kDAReturnNotPermitted = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x08, kDAReturnNotPrivileged = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x09, kDAReturnNotReady = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x0A, kDAReturnNotWritable = (((0x3eU)&0x3f)<<26) | (((0x368)&0xfff)<<14) | 0x0B, (…)
    [all...]
  /external/valgrind/main/none/tests/mips32/
MIPS32int.c 490 TESTINST3a("madd $t0, $t1", 0x18, 0xfff, t0, t1);
500 TESTINST3a("maddu $t0, $t1", 0x18, 0xfff, t0, t1);
566 TESTINST3a("msub $t0, $t1", 0x18, 0xfff, t0, t1);
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s 98 add w5, w17, #0xfff, lsl #13
105 // CHECK-ERROR-NEXT: add w5, w17, #0xfff, lsl #13
118 add wzr, wzr, #0xfff
129 // CHECK-ERROR-NEXT: add wzr, wzr, #0xfff
165 mov wsp, w27, #0xfff, lsl #12
170 // CHECK-ERROR-NEXT: mov wsp, w27, #0xfff, lsl #12
    [all...]
  /external/qemu/target-arm/
translate.c 860 val = insn & 0xfff;
    [all...]
  /external/kernel-headers/original/asm-mips/mach-au1x00/
au1000.h     [all...]
  /external/libppp/src/
mp.c 124 u_int32_t max = (is12bit ? 0xfff : 0xffffff) - 0x200;
    [all...]
  /external/tcpdump/
print-snmp.c 763 elem->data.uns64.low & 0xfff);
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c     [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
  /external/strace/
process.c     [all...]
  /external/freetype/src/truetype/
ttgload.c 362 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
    [all...]

Completed in 3767 milliseconds

<<111213141516