/external/valgrind/main/none/tests/x86/ |
bt_literal.c | 49 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); 92 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); 134 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
|
/frameworks/compile/libbcc/runtime/lib/ |
paritysi2.c | 26 return (0x6996 >> (x & 0xF)) & 1;
|
/external/icu4c/test/intltest/ |
testutil.cpp | 19 buf.append(HEX[0xF&(ch>>20)]); 21 buf.append(HEX[0xF&(ch>>16)]); 23 buf.append(HEX[0xF&(ch>>12)]); 24 buf.append(HEX[0xF&(ch>>8)]); 25 buf.append(HEX[0xF&(ch>>4)]); 26 buf.append(HEX[0xF&ch]);
|
/external/chromium/chrome/browser/ui/gtk/ |
rounded_window.h | 21 ROUNDED_ALL = 0xF 31 BORDER_ALL = 0xF
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.cpp | 53 rot = (16 - (rot>>1)) & 0xF; 90 return ((shift&0x1F)<<7) | ((type&0x3)<<5) | (Rm&0xF); 95 return (ROR<<5) | (Rm&0xF); 100 return ((Rs&0xF)<<8) | ((type&0x3)<<5) | (1<<4) | (Rm&0xF); 146 ((W&1)<<21) | (((offset&0xF0)<<4)|(offset&0xF)); 158 (((offset&0xF0)<<4) | (offset&0xF)); 163 return (1<<24) | (((uint32_t(Rm)>>31)^1)<<23) | ((W&1)<<21) | (abs(Rm)&0xF); 168 return (((uint32_t(Rm)>>31)^1)<<23) | (abs(Rm)&0xF);
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
pp_semaphore_luma.cpp | 165 if ((dx&0xF) != 0) 172 if ((dy&0xF) != 0) 194 if ((dy&0xF) != 0) 289 if (((dx&0xF) != 0) && (mmvx + 1 < mvwidth - 1)) 300 if (((dy&0xF) != 0) && (mmvy + 1 < (height >> 3) - 1)) 332 if (((dy&0xF) != 0) && (mmvy + 1 < (height >> 3) - 1))
|
pp_semaphore_chroma_inter.cpp | 176 if (((dy&0xF) != 0) && (mmvy + 1 < (height >> 4) - 1)) 188 if (((dx&0xF) != 0) && (mmvx + 1 < (mvwidth >> 1) - 1))
|
/external/openssl/crypto/ |
mem_clr.c | 71 ctr += (17 + ((size_t)p & 0xF));
|
/external/clang/test/CodeGen/ |
bitfield-2.c | 236 return (a0->f0 = 0xF) ^ (a0->f1 = 0xF) ^ (a0->f2 = 0xF); 239 return (a0->f0 += 0xF) ^ (a0->f1 += 0xF) ^ (a0->f2 += 0xF); 260 struct s6 g6 = { 0xF }; 269 return (a0->f0 += 0xF); 276 struct s6 g6 = { 0xF }; 325 struct s8 g8 = { 0xF }; [all...] |
/external/openssl/crypto/bn/ |
bn_gf2m.c | 106 SQR_tb[(w) >> 60 & 0xF] << 56 | SQR_tb[(w) >> 56 & 0xF] << 48 | \ 107 SQR_tb[(w) >> 52 & 0xF] << 40 | SQR_tb[(w) >> 48 & 0xF] << 32 | \ 108 SQR_tb[(w) >> 44 & 0xF] << 24 | SQR_tb[(w) >> 40 & 0xF] << 16 | \ 109 SQR_tb[(w) >> 36 & 0xF] << 8 | SQR_tb[(w) >> 32 & 0xF] 111 SQR_tb[(w) >> 28 & 0xF] << 56 | SQR_tb[(w) >> 24 & 0xF] << 48 | [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
HexNumber.h | 48 destination.append(hexDigits[byte & 0xF]); 57 destination[index++] = hexDigits[byte & 0xF]; 65 *destination++ = hexDigits[byte & 0xF];
|
ASCIICType.h | 148 inline int toASCIIHexValue(char c) { ASSERT(isASCIIHexDigit(c)); return c < 'A' ? c - '0' : (c - 'A' + 10) & 0xF; } 149 inline int toASCIIHexValue(unsigned short c) { ASSERT(isASCIIHexDigit(c)); return c < 'A' ? c - '0' : (c - 'A' + 10) & 0xF; } 151 inline int toASCIIHexValue(wchar_t c) { ASSERT(isASCIIHexDigit(c)); return c < 'A' ? c - '0' : (c - 'A' + 10) & 0xF; } 153 inline int toASCIIHexValue(int c) { ASSERT(isASCIIHexDigit(c)); return c < 'A' ? c - '0' : (c - 'A' + 10) & 0xF; } 154 inline int toASCIIHexValue(unsigned c) { ASSERT(isASCIIHexDigit(c)); return c < 'A' ? c - '0' : (c - 'A' + 10) & 0xF; }
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
TIDspOmx.h | 581 int OMX_MMMIXER_DATAPATH_instreamid = ((_streamid_ >> 4) & 0xF) - 1;\ 582 int OMX_MMMIXER_DATAPATH_outstreamid = (_streamid_ & 0xF) - 1;\ 595 int OMX_MMMIXER_DATAPATH_instreamid = ((_streamid_ >> 4) & 0xF) - 1;\ 596 int OMX_MMMIXER_DATAPATH_outstreamid = (_streamid_ & 0xF) - 1;\
|
/dalvik/vm/mterp/x86/ |
binopWide2addr.S | 9 andb $$0xF,rINSTbl # rINST<- A
|
/external/icu4c/common/ |
util.cpp | 83 result.append(DIGITS[0xF&(c>>28)]); 84 result.append(DIGITS[0xF&(c>>24)]); 85 result.append(DIGITS[0xF&(c>>20)]); 86 result.append(DIGITS[0xF&(c>>16)]); 90 result.append(DIGITS[0xF&(c>>12)]); 91 result.append(DIGITS[0xF&(c>>8)]); 92 result.append(DIGITS[0xF&(c>>4)]); 93 result.append(DIGITS[0xF&c]);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
Hex.java | 34 FIRST_CHAR[i] = HEX_DIGITS[(i >> 4) & 0xF]; 35 SECOND_CHAR[i] = HEX_DIGITS[i & 0xF];
|
/external/iproute2/lib/ |
ll_map.c | 60 h = ifi->ifi_index&0xF; 97 for (im = idxmap[idx&0xF]; im; im = im->next) 118 for (im = idxmap[idx&0xF]; im; im = im->next) 131 for (im = idxmap[idx&0xF]; im; im = im->next) 145 for (im = idxmap[idx&0xF]; im; im = im->next) {
|
/external/skia/include/core/ |
SkColorPriv.h | 408 SkASSERT(nib <= 0xF); 417 #define SkGetPackedA4444(c) (((unsigned)(c) >> SK_A4444_SHIFT) & 0xF) 418 #define SkGetPackedR4444(c) (((unsigned)(c) >> SK_R4444_SHIFT) & 0xF) 419 #define SkGetPackedG4444(c) (((unsigned)(c) >> SK_G4444_SHIFT) & 0xF) 420 #define SkGetPackedB4444(c) (((unsigned)(c) >> SK_B4444_SHIFT) & 0xF) 434 SkASSERT(a <= 0xF); 444 SkASSERT(a <= 0xF); 458 SkASSERT(r <= 0xF); 463 SkASSERT(g <= 0xF); 468 SkASSERT(b <= 0xF); [all...] |
/frameworks/compile/libbcc/runtime/test/Unit/ |
floatundixf_test.c | 64 if (test__floatundixf(0x7FFFFFFFFFFFFFFFULL, 0xF.FFFFFFFFFFFFFFEp+59L)) 66 if (test__floatundixf(0xFFFFFFFFFFFFFFFEULL, 0xF.FFFFFFFFFFFFFFEp+60L)) 68 if (test__floatundixf(0xFFFFFFFFFFFFFFFFULL, 0xF.FFFFFFFFFFFFFFFp+60L))
|
/external/grub/stage2/ |
apic.h | 40 #define APIC_NEW_ID(x) (((x) >> 24) & 0xF)
|
/external/skia/src/core/ |
SkBitmapProcState_filter.h | 110 SkASSERT((unsigned)x <= 0xF); 111 SkASSERT((unsigned)y <= 0xF); 139 SkASSERT((unsigned)x <= 0xF); 140 SkASSERT((unsigned)y <= 0xF);
|
SkBitmapProcState.cpp | 12 SkASSERT((unsigned)x <= 0xF); 13 SkASSERT((unsigned)y <= 0xF); 40 SkASSERT((unsigned)x <= 0xF); 41 SkASSERT((unsigned)y <= 0xF); 60 SkASSERT((unsigned)x <= 0xF); 61 SkASSERT((unsigned)y <= 0xF); 296 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) 297 #define TILEY_LOW_BITS(fy, max) (((fy) >> 12) & 0xF) 309 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) 310 #define TILEY_LOW_BITS(fy, max) ((((fy) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) [all...] |
/external/valgrind/main/VEX/priv/ |
host_arm_defs.c | [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
IntegerTest.java | [all...] |
LongTest.java | 748 assertEquals(new Long(0xF), Long.decode("0xF")); 749 assertEquals(new Long(0xF), Long.decode("#F")); 750 assertEquals(new Long(0xF), Long.decode("0XF")); [all...] |