HomeSort by relevance Sort by last modified time
    Searched refs:xf (Results 176 - 200 of 514) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/third_party/icu/source/common/
ucnv_ext.h 443 (stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT) +((c)&0xf) ]
  /external/grub/stage2/
pc_slice.h 110 #define PC_SLICE_TYPE_WIN95_EXTENDED 0xf
  /external/icu4c/common/
ucnv_ext.h 443 (stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT) +((c)&0xf) ]
ucase.c 559 length=fullLength&0xf;
567 pe+=fullLength&0xf;
    [all...]
  /external/icu4c/layout/
KernTable.cpp 88 if (((i+1)&0xf) == 0) {
  /external/kernel-headers/original/asm-arm/arch/
fpga.h 115 #define OMAP1510_FPGA_FPGA_IO (OMAP1510_FPGA_BASE + 0xf)
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
aica.c 183 CHNREG32(ch, 36) = AICA_PAN(pan) | (0xf<<8);
  /external/tcpdump/
print-atm.c 56 { 0xf, "System Management" },
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 256 #define COFF_N_BTMASK (0xf) /* Mask for important class bits */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
fpga.h 87 #define OMAP1510_FPGA_FPGA_IO (OMAP1510_FPGA_BASE + 0xf)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
fpga.h 87 #define OMAP1510_FPGA_FPGA_IO (OMAP1510_FPGA_BASE + 0xf)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
fpga.h 87 #define OMAP1510_FPGA_FPGA_IO (OMAP1510_FPGA_BASE + 0xf)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/arch/
fpga.h 87 #define OMAP1510_FPGA_FPGA_IO (OMAP1510_FPGA_BASE + 0xf)
  /external/chromium/third_party/icu/source/tools/gennorm/
gennorm.c 349 qcFlags&=0xf;
360 qcFlags&=0xf;
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 327 length=(fileLength+0xf)&~0xf;
399 if(headerLength&0xf) {
401 int32_t length=(headerLength+0xf)&~0xf;
655 if(headerLength&0xf) {
657 length=(headerLength+0xf)&~0xf;
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 327 length=(fileLength+0xf)&~0xf;
404 if(headerLength&0xf) {
406 int32_t length=(headerLength+0xf)&~0xf;
660 if(headerLength&0xf) {
662 length=(headerLength+0xf)&~0xf;
    [all...]
  /external/qemu/target-arm/
cpu.h 239 #define CPSR_GE (0xf << 16)
240 #define CPSR_RESERVED (0xf << 20)
  /external/chromium/third_party/icu/source/test/intltest/
convtest.cpp 674 *out++=hexDigit((uint8_t)(b&0xf));
682 *out++=hexDigit((uint8_t)(b&0xf));
703 *out++=hexDigit((uint8_t)((c>>16)&0xf));
705 *out++=hexDigit((uint8_t)((c>>12)&0xf));
706 *out++=hexDigit((uint8_t)((c>>8)&0xf));
707 *out++=hexDigit((uint8_t)((c>>4)&0xf));
708 *out++=hexDigit((uint8_t)(c&0xf));
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 705 *out++=hexDigit((uint8_t)(b&0xf));
713 *out++=hexDigit((uint8_t)(b&0xf));
734 *out++=hexDigit((uint8_t)((c>>16)&0xf));
736 *out++=hexDigit((uint8_t)((c>>12)&0xf));
737 *out++=hexDigit((uint8_t)((c>>8)&0xf));
738 *out++=hexDigit((uint8_t)((c>>4)&0xf));
739 *out++=hexDigit((uint8_t)(c&0xf));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 539 #define GFXdCacheEnt(e) ((e) & 0xf)
540 #define GFXgCacheEnt(e) (((e) >> 4) & 0xf)
541 #define GFXCacheEnts(d,g) (((d) & 0xf) | (((g) & 0xf) << 4))
543 #define GFXCacheNone 0xf
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 320 randomString.append((random.nextInt() & 0xf) % 10);
455 randomString.append((random.nextInt() & 0xf) % 10);
487 randomString.append((random.nextInt() & 0xf) % 10);
  /external/quake/quake/src/WinQuake/
vid_ext.cpp 205 regs.x.di = ptr2real(ppal) & 0xf;
312 regs.x.di = ptr2real(pinfoblock) & 0xf;
455 regs.x.di = ptr2real(infobuf) & 0xf;
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 303 randomString.append((random.nextInt() & 0xf) % 10);
487 randomString.append((random.nextInt() & 0xf) % 10);
520 randomString.append((random.nextInt() & 0xf) % 10);
  /external/qemu/telephony/
sms.c 123 utf8[count] = (byte_t)(0xc0 | ((c >> 12) & 0xf));
193 str[count] = (byte_t)(0xc0 | ((c >> 12) & 0xf));
348 str[count] = dialdigits[c & 0xf];
355 str[count] = dialdigits[(c >> 4) & 0xf];
530 v = (c & 0xf);
537 v = (c >> 4) & 0xf;
820 case 0xF:
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 306 kArmCondNv = 0xf, /* 1111 */
632 kSY = 0xf,
    [all...]

Completed in 3629 milliseconds

1 2 3 4 5 6 78 91011>>