/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
syslog.h | 99 #define SYSLOG_DATA_INIT {-1, 0, 0, 0, (const char *)0, LOG_USER, 0xff}
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
msm_mdp.h | 51 #define MDP_ALPHA_NOP 0xff
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
syslog.h | 99 #define SYSLOG_DATA_INIT {-1, 0, 0, 0, (const char *)0, LOG_USER, 0xff}
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
msm_mdp.h | 51 #define MDP_ALPHA_NOP 0xff
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
syslog.h | 99 #define SYSLOG_DATA_INIT {-1, 0, 0, 0, (const char *)0, LOG_USER, 0xff}
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
msm_mdp.h | 51 #define MDP_ALPHA_NOP 0xff
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
syslog.h | 99 #define SYSLOG_DATA_INIT {-1, 0, 0, 0, (const char *)0, LOG_USER, 0xff}
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
processor-flags.h | 75 #define CX86_DIR1 0xff
|
vm86.h | 34 #define VM86_TYPE(retval) ((retval) & 0xff)
|
/sdk/chimpchat/src/com/android/chimpchat/adb/image/ |
SixteenBitColorModel.java | 55 return 0xff;
|
/system/core/debuggerd/ |
utility.c | 51 ((unsigned char *)dst)[i] = val & 0xff;
|
/frameworks/base/media/libstagefright/foundation/ |
AMessage.cpp | 314 return isprint(what & 0xff) 315 && isprint((what >> 8) & 0xff) 316 && isprint((what >> 16) & 0xff) 317 && isprint((what >> 24) & 0xff); 328 (char)((mWhat >> 16) & 0xff), 329 (char)((mWhat >> 8) & 0xff), 330 (char)(mWhat & 0xff));
|
/external/jhead/ |
jpgfile.c | 136 if (a != 0xff || fgetc(infile) != M_SOI){ 149 if (marker != 0xff) break; 331 if (a != 0xff || buffer[pos++] != M_SOI){ 345 if (marker != 0xff) break; 801 fputc(0xff,outfile); 807 0xff, M_JFIF, 818 fputc(0xff,outfile); 863 buffer[pos++] = 0xff; 869 0xff, M_JFIF, 881 buffer[pos++] = 0xff; [all...] |
/external/qemu/target-arm/ |
op_helper.c | 42 index = (ireg >> shift) & 0xff; 44 tmp = (table[index >> 3] >> ((index & 7) << 3)) & 0xff; 47 val |= def & (0xff << shift); 388 int shift = i & 0xff; 396 int shift = i & 0xff; 404 int shift = i & 0xff; 412 int shift = i & 0xff; 428 int shift = i & 0xff; 444 int shift = i & 0xff; 458 shift1 = i & 0xff; [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
InsnFormat.java | 343 * @return {@code true} iff it's in the range 0..0xff 346 return value == (value & 0xff); 405 if ((arg & 0xff) != arg) { 411 if ((opcode & 0xff) != opcode) { 426 if ((low & 0xff) != low) { 430 if ((high & 0xff) != high) {
|
/development/tools/emulator/system/camera/ |
Converters.h | 91 #define G32(rgb) static_cast<uint8_t>(((rgb & kGreen8) >> 8) & 0xff) 92 #define B32(rgb) static_cast<uint8_t>(((rgb & kBlue8) >> 16) & 0xff) 223 rgb.r = YUV2RO(y,u,v) & 0xff; 224 rgb.g = YUV2GO(y,u,v) & 0xff; 225 rgb.b = YUV2BO(y,u,v) & 0xff;
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAddressingModes.h | 124 return Imm & 0xFF; 276 Vs = ((V & 0xff) == 0) ? V >> 8 : V; 278 Imm = Vs & 0xff; 447 return AM3Opc & 0xFF; 496 return AM5Opc & 0xFF; 534 return ModImm & 0xff; 568 Val |= (uint64_t)0xff << (8 * ByteNum); 612 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127
|
/external/qemu/hw/ |
pckbd.c | 63 #define KBD_CMD_RESET 0xFF /* Reset */ 105 #define AUX_RESET 0xFF /* Reset aux device */ 268 case 0xff: 395 return kbd_read_status(s, 0) & 0xff; 397 return kbd_read_data(s, 0) & 0xff; 405 kbd_write_command(s, 0, value & 0xff); 407 kbd_write_data(s, 0, value & 0xff);
|
i8254.c | 325 ret = s->latched_count & 0xff; 333 ret = s->latched_count & 0xff; 342 ret = count & 0xff; 346 ret = (count >> 8) & 0xff; 350 ret = count & 0xff; 355 ret = (count >> 8) & 0xff;
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
AESEngine.java | 294 W[t >> 2][t & 3] = (key[i]&0xff) | ((key[i+1]&0xff) << 8) | ((key[i+2]&0xff) << 16) | (key[i+3] << 24); 426 C0 = (bytes[index++] & 0xff); 427 C0 |= (bytes[index++] & 0xff) << 8; 428 C0 |= (bytes[index++] & 0xff) << 16; 431 C1 = (bytes[index++] & 0xff); 432 C1 |= (bytes[index++] & 0xff) << 8; 433 C1 |= (bytes[index++] & 0xff) << 16; 436 C2 = (bytes[index++] & 0xff); [all...] |
/external/pcre/ |
pcretest.c | 295 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, 300 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, 306 0xfe,0xff,0xff,0x07,0x00,0x00,0x00,0x00, 311 0x00,0x00,0x00,0x00,0xfe,0xff,0xff,0x07, 315 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, 316 0xfe,0xff,0xff,0x87,0xfe,0xff,0xff,0x07 [all...] |
/bionic/libc/netbsd/nameser/ |
ns_name.c | 433 srcp = msg + (((n & 0x3f) << 8) | (*srcp & 0xff)); 803 if ((blen = (*cp & 0xff)) == 0) 816 i = SPRINTF((dn, "%02x", *cp & 0xff)); 823 i = SPRINTF((dn, "%02x", tc & (0xff << (8 - b)))); 865 if (!isxdigit((*cp) & 0xff)) /* reject '\[x/BLEN]' */ 879 *tp++ = ((value << 4) & 0xff); 887 if (!isdigit(c&0xff)) 898 if (!isxdigit(c&0xff)) 932 if (((value << (8 - traillen)) & 0xff) != 0)
|
/external/dropbear/libtomcrypt/src/ciphers/ |
khazad.c | [all...] |
/external/flac/libFLAC/ |
bitreader.c | 73 ( (word) <= 0xff? byte_to_unary_table[word] + 24 : byte_to_unary_table[(word) >> 8] + 16 ) : \ 77 #define COUNT_ZERO_MSBS2(word) ( (word) <= 0xff ? byte_to_unary_table[word] + 24 : ((word) <= 0xffff ? byte_to_unary_table[(word) >> 8] + 16 : ((word) <= 0xffffff ? byte_to_unary_table[(word) >> 16] + 8 : byte_to_unary_table[(word) >> 24])) ) 184 case 8: crc = FLAC__CRC16_UPDATE((unsigned)((word >> 16) & 0xff), crc); 185 case 16: crc = FLAC__CRC16_UPDATE((unsigned)((word >> 8) & 0xff), crc); 186 case 24: br->read_crc16 = FLAC__CRC16_UPDATE((unsigned)(word & 0xff), crc); 191 case 8: crc = FLAC__CRC16_UPDATE((unsigned)((word >> 48) & 0xff), crc); 192 case 16: crc = FLAC__CRC16_UPDATE((unsigned)((word >> 40) & 0xff), crc); 193 case 24: crc = FLAC__CRC16_UPDATE((unsigned)((word >> 32) & 0xff), crc); 194 case 32: crc = FLAC__CRC16_UPDATE((unsigned)((word >> 24) & 0xff), crc); 195 case 40: crc = FLAC__CRC16_UPDATE((unsigned)((word >> 16) & 0xff), crc) [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps.c | 281 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|