/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
mipsmtregs.h | 77 #define MVPCONF0_PTC ( _ULCAST_(0xff)) 94 #define VPECONTROL_TARGTC (_ULCAST_(0xff)) 119 #define VPECONF0_XTC (_ULCAST_(0xff) << VPECONF0_XTC_SHIFT) 120 #define TCSTATUS_TASID (_ULCAST_(0xff)) 152 #define TCBIND_CURTC (_ULCAST_(0xff) << TCBIND_CURTC_SHIFT)
|
/external/tcpdump/ |
print-bgp.c | 443 ((0xff00 >> (plen % 8)) & 0xff); 482 ((0xff00 >> (plen % 8)) & 0xff); 562 ((0xff00 >> (plen % 8)) & 0xff); 596 ((0xff00 >> (plen % 8)) & 0xff); 714 ((0xff00 >> (plen % 8)) & 0xff); 745 ((0xff00 >> (plen % 8)) & 0xff); 782 ((0xff00 >> (plen % 8)) & 0xff); 816 ((0xff00 >> (plen % 8)) & 0xff); 850 ((0xff00 >> (plen % 8)) & 0xff); [all...] |
/hardware/invensense/mlsdk/mllite/ |
dmpDefault.c | 239 0x00, 0x00, 0x03, 0xe8, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x7f, 0xff, 0xff, 0xfe, 0x80, 0x01, 247 0x3f, 0xd7, 0x96, 0x08, 0xff, 0xb3, 0x39, 0xf5, 0xfe, 0x11, 0x1b, 0x62, 0xfb, 0xf4, 0xb4, 0x52, 254 0x00, 0x00, 0xfa, 0x36, 0xff, 0xbc, 0x30, 0x8e, 0x00, 0x05, 0xfb, 0xf0, 0xff, 0xd9, 0x5b, 0xc8, 256 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0xff, 0xff, 0x00, 0x05, 0x02, 0x00, 0x00, 0x0c, 261 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xff, 0x00, 264 0xff, 0xec, 0x3f, 0xc8, 0xff, 0xee, 0x00, 0x00, 0xff, 0xfe, 0x40, 0x00, 0xff, 0xff, 0xff, 0xc8 [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERApplicationSpecific.java | 121 int length = data[1] & 0xff; // TODO: assumes 1 byte tag 132 // Note: The invalid long form "0xff" (see X.690 8.1.3.5c) will be caught here 249 int b = input[index++] & 0xff; 262 b = input[index++] & 0xff;
|
/external/chromium/crypto/ |
sha2_unittest.cc | 19 0xb4, 0x10, 0xff, 0x61, 44 0xb4, 0x10, 0xff, 0x61, 62 0x64, 0xff, 0x21, 0x67,
|
/external/openssl/crypto/asn1/ |
a_bitstr.c | 111 if (len > 0) p[-1]&=(0xff<<bits); 154 s[len-1]&=(0xff<<i); 243 unsigned char mask = i < flags_len ? ~flags[i] : 0xff;
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
aica.c | 113 #define AICA_VOL(x) (0xff - logs[128 + (((x) & 0xff) / 2)]) 114 //#define AICA_VOL(x) (0xff - logs[x&255]) 146 vol is the volume, 0 to 0xff (0xff is louder) 218 for (i=0xff; i>=vol; i--) {
|
/external/skia/src/utils/ |
SkSHA1.cpp | 252 output[j ] = (uint8_t)((input[i] >> 24) & 0xff); 253 output[j+1] = (uint8_t)((input[i] >> 16) & 0xff); 254 output[j+2] = (uint8_t)((input[i] >> 8) & 0xff); 255 output[j+3] = (uint8_t)((input[i] ) & 0xff); 260 output[0] = (uint8_t)((input >> 56) & 0xff); 261 output[1] = (uint8_t)((input >> 48) & 0xff); 262 output[2] = (uint8_t)((input >> 40) & 0xff); 263 output[3] = (uint8_t)((input >> 32) & 0xff); 264 output[4] = (uint8_t)((input >> 24) & 0xff); 265 output[5] = (uint8_t)((input >> 16) & 0xff); [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
|
/external/valgrind/main/none/tests/s390x/ |
troo.c | 17 0xaa,0xbb,0xcc,0xdd,0xff,0xda,0xbc,0xab,0xca,0xea,0xcc,0xee 63 if ((testbyte & 0xff) != testbyte) 113 cc = run_test(&src, &tran_table, &des, 5, 0xff); /* 1st byte matches */
|
/external/wpa_supplicant_8/src/tls/ |
pkcs1.c | 29 * (BT=0: PS=0x00, BT=1: PS=0xff, BT=2: PS=pseudorandom non-zero) 52 os_memset(pos, 0xff, ps_len); 166 if (plain[2] != 0xff) { 171 while (pos < plain + len && *pos == 0xff)
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
ethernet.h | 110 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \ 111 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \ 187 ((const uint8 *)(ea))[5]) == 0xff)
|
/packages/apps/Camera/src/com/android/camera/ |
PanoProgressBar.java | 54 mDoneAreaPaint.setAlpha(0xff); 57 mBackgroundPaint.setAlpha(0xff); 60 mIndicatorPaint.setAlpha(0xff);
|
/packages/apps/Gallery2/src/com/android/camera/ |
PanoProgressBar.java | 54 mDoneAreaPaint.setAlpha(0xff); 57 mBackgroundPaint.setAlpha(0xff); 60 mIndicatorPaint.setAlpha(0xff);
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
PanoProgressBar.java | 53 mDoneAreaPaint.setAlpha(0xff); 56 mBackgroundPaint.setAlpha(0xff); 59 mIndicatorPaint.setAlpha(0xff);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
|
/system/core/fastboot/ |
usbtest.c | 65 if(info->ifc_class != 0xff) return -1; 74 if(info->ifc_class != 0xff) return -1; 83 if(info->ifc_class != 0xff) return -1;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
template.rb | 212 VARIABLE_FORM = /^(@)?[a-z_\x80-\xff][\w\x80-\xff]*$/ 213 SETTER_FORM = /^([a-z_\x80-\xff][\w\x80-\xff]*)=$/ 214 ATTR_FORM = /^[a-z_\x80-\xff][\w\x80-\xff]*$/
|
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_util.c | 162 p_dest->uu[12] = p_src->uu.uuid16 & 0xff; 163 p_dest->uu[13] = (p_src->uu.uuid16 >> 8) & 0xff; 167 p_dest->uu[12] = p_src->uu.uuid16 & 0xff; 168 p_dest->uu[13] = (p_src->uu.uuid16 >> 8) & 0xff; 169 p_dest->uu[14] = (p_src->uu.uuid32 >> 16) & 0xff; 170 p_dest->uu[15] = (p_src->uu.uuid32 >> 24) & 0xff;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
InsnFormat.java | 405 * @return {@code true} iff it's in the range 0..0xff 408 return value == (value & 0xff); 485 if ((arg & 0xff) != arg) { 491 if ((opcode & 0xff) != opcode) { 510 if ((opcode < 0xff) || (opcode > 0xffff)) { 526 if ((low & 0xff) != low) { 530 if ((high & 0xff) != high) {
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
RmiSerializer.java | 71 int length = buffer.get() & 0xff; 73 chrBuf[i] = (char) (buffer.get() & 0xff); 122 int numParams = buffer.get() & 0xff; 151 int numMethods = buffer.get() & 0xff; 169 int numObjs = buffer.get() & 0xff; 206 int numArgs = buffer.get() & 0xff;
|
/external/llvm/test/MC/ARM/ |
neon-satshift-encoding.s | 39 @ CHECK: vqshl.s32 d16, d16, #31 @ encoding: [0x30,0x07,0xff,0xf2] 41 @ CHECK: vqshl.s64 d16, d16, #63 @ encoding: [0xb0,0x07,0xff,0xf2] 47 @ CHECK: vqshl.u32 d16, d16, #31 @ encoding: [0x30,0x07,0xff,0xf3] 49 @ CHECK: vqshl.u64 d16, d16, #63 @ encoding: [0xb0,0x07,0xff,0xf3] 55 @ CHECK: vqshlu.s32 d16, d16, #31 @ encoding: [0x30,0x06,0xff,0xf3] 57 @ CHECK: vqshlu.s64 d16, d16, #63 @ encoding: [0xb0,0x06,0xff,0xf3] 63 @ CHECK: vqshl.s32 q8, q8, #31 @ encoding: [0x70,0x07,0xff,0xf2] 65 @ CHECK: vqshl.s64 q8, q8, #63 @ encoding: [0xf0,0x07,0xff,0xf2] 71 @ CHECK: vqshl.u32 q8, q8, #31 @ encoding: [0x70,0x07,0xff,0xf3] 73 @ CHECK: vqshl.u64 q8, q8, #63 @ encoding: [0xf0,0x07,0xff,0xf3 [all...] |