/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_unsigned_short.pass.cpp | 73 const char str[] = "0xFFFF"; 81 assert(v == 0xFFFF);
|
/external/llvm/test/CodeGen/AArch64/ |
fast-isel-logic-op.ll | 23 ; CHECK-NEXT: and {{w[0-9]+}}, [[REG]], #0xffff 89 ; CHECK-NEXT: and {{w[0-9]+}}, [[REG]], {{#0xffff|#0xff00}} 146 ; CHECK-NEXT: and {{w[0-9]+}}, [[REG]], #0xffff 176 ; CHECK-NEXT: and {{w[0-9]+}}, [[REG]], #0xffff 207 ; CHECK-NEXT: and {{w[0-9]+}}, [[REG]], {{#0xffff|#0xff00}} 264 ; CHECK-NEXT: and {{w[0-9]+}}, [[REG]], #0xffff 294 ; CHECK-NEXT: and {{w[0-9]+}}, [[REG]], #0xffff 325 ; CHECK-NEXT: and {{w[0-9]+}}, [[REG]], {{#0xffff|#0xff00}}
|
movw-consts.ll | 18 ; CHECK: orr w0, wzr, #0xffff 92 ; CHECK: orr {{w[0-9]+}}, wzr, #0xffff
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Functions.c | 53 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 0 ) & 0xFFFF ) ); 54 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 16 ) & 0xFFFF ) ); 56 *memPtrA++ = ( valL >> 0 ) & 0xFFFF; 57 *memPtrA++ = ( valL >> 16 ) & 0xFFFF; 213 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valA >> 0 ) & 0xFFFF ) ); 214 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valA >> 16 ) & 0xFFFF ) ); 216 *memPtrA++ = ( valA >> 0 ) & 0xFFFF; 217 *memPtrA++ = ( valA >> 16 ) & 0xFFFF;
|
/external/skia/gm/ |
colortypexfermode.cpp | 16 static uint16_t gData[] = { 0xFFFF, 0xCCCF, 0xCCCF, 0xFFFF };
|
/external/skia/src/images/ |
SkImageDecoder_wbmp.cpp | 65 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) { 68 if (!read_mbf(stream, &fHeight) || (unsigned)fHeight > 0xFFFF) {
|
/external/skia/tests/ |
ClampRangeTest.cpp | 18 // Arbitrary sentinel values outside [0, 0xFFFF]. 73 test_range(0xFFFF, 0, 20);
|
/external/v8/test/webkit/fast/js/ |
function-apply-expected.txt | 57 PASS var a = []; a.length = 0xFFFF; [].constructor.apply('', a).length is 0xFFFF
|
/external/vboot_reference/host/lib21/ |
host_misc.c | 122 time_mid = chunk[1] & 0xffff; 123 time_high_and_version = chunk[2] & 0xffff;
|
/external/vixl/test/traces/a64/ |
sim-mul-8h-trace-a64.h | 52 0x331a, 0x552b, 0xe667, 0xd556, 0x0003, 0x0000, 0xffff, 0x0000, 77 0x552b, 0xe667, 0xd556, 0x0003, 0x0000, 0xffff, 0x0000, 0xcccc, 85 0xc080, 0x99b3, 0x002a, 0x8177, 0x0020, 0x8003, 0x0000, 0xffff, 86 0x99b3, 0x002a, 0x8177, 0x0020, 0x8003, 0x0000, 0xffff, 0x0000, 102 0xe667, 0xd556, 0x0003, 0x0000, 0xffff, 0x0000, 0xcccc, 0xff00, 111 0x002a, 0x8177, 0x0020, 0x8003, 0x0000, 0xffff, 0x0000, 0x0010, 127 0xd556, 0x0003, 0x0000, 0xffff, 0x0000, 0xcccc, 0xff00, 0xf810, 136 0x8177, 0x0020, 0x8003, 0x0000, 0xffff, 0x0000, 0x0010, 0x00fa, 152 0x0003, 0x0000, 0xffff, 0x0000, 0xcccc, 0xff00, 0xf810, 0xc27a, 161 0x0020, 0x8003, 0x0000, 0xffff, 0x0000, 0x0010, 0x00fa, 0x07e0 [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
packet_loss_stats.cc | 83 if (sequential_count > 0 && current_num != ((last_num + 1) & 0xFFFF)) { 113 *it == ((last_removed + 1) & 0xFFFF))) {
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
hp_wsp.c | 66 mem[i + 1] = (L_tmp & 0xffff)>>1; 130 y1_lo = (L_tmp & 0xffff) >>1;
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
GsmCellLocation.java | 49 * @return gsm location area code, -1 if unknown, 0xffff max legal value 56 * @return gsm cell id, -1 if unknown, 0xffff max legal value
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_unsigned_short.pass.cpp | 73 const char str[] = "0xFFFF"; 81 assert(v == 0xFFFF);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ViewIdGenerator.java | 77 // Make sure the new id won't conflict with auto-generated ids by masking with 0xffff. 78 id = (mNextId++) & 0xFFFF;
|
/system/media/camera/tests/ |
camera_metadata_tests_fake_vendor.h | 147 int tag_index = tag & 0xFFFF; 158 int tag_index = tag & 0xFFFF;
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-i860.c | 291 0xffff, /* src_mask */ 292 0xffff, /* dst_mask */ 305 0xffff, /* src_mask */ 306 0xffff, /* dst_mask */ 318 0xffff, /* src_mask */ 319 0xffff, /* dst_mask */ 422 0xffff, /* src_mask */ 423 0xffff, /* dst_mask */
|
elf32-m68hc12.c | 193 0xffff, /* src_mask */ 194 0xffff, /* dst_mask */ 239 0xffff, /* src_mask */ 240 0xffff, /* dst_mask */ 299 0xffff, /* src_mask */ 300 0xffff, /* dst_mask */ 331 0xffff, /* src_mask */ 332 0xffff, /* dst_mask */
|
elf32-xgate.c | 108 0xffff, /* src_mask */ 109 0xffff, /* dst_mask */ 139 0xffff, /* src_mask */ 140 0xffff, /* dst_mask */ 229 0xffff, /* src_mask */ 230 0xffff, /* dst_mask */ 259 0xffff, /* src_mask */ 260 0xffff, /* dst_mask */
|
freebsd.h | 29 ((exec).a_info & 0xffff) 44 ((exec).a_info = ((magic) & 0xffff) \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
load.s | 7 M3.l = 0xffff; 15 l0.h = 0xffff;
|
pseudo.d | 75 9c: 03 f0 ff ff DBGA \(R3.L, 0xffff\); 79 ac: 0b f0 ff ff DBGA \(P3.L, 0xffff\);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Sector.java | 90 return buffer.getShort(offset) & 0xffff; 102 buffer.putShort(offset, (short) (value & 0xffff));
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapAppParams.java | 79 private static final int MAX_LIST_COUNT_LEN = 0x02; //, 0x0000, 0xFFFF), 80 private static final int START_OFFSET_LEN = 0x02; //, 0x0000, 0xFFFF), 88 private static final int NOTIFICATION_STATUS_LEN = 0x01; //, 0x0000, 0xFFFF), 91 private static final int FOLDER_LISTING_SIZE_LEN = 0x02; //, 0x0000, 0xFFFF), 92 private static final int MESSAGE_LISTING_SIZE_LEN = 0x02; //, 0x0000, 0xFFFF), 239 setMaxListCount(appParamBuf.getShort(i) & 0xffff); // Make it unsigned 247 setStartOffset(appParamBuf.getShort(i) & 0xffff); // Make it unsigned 375 setFolderListingSize(appParamBuf.getShort(i) & 0xffff); // Make it unsigned 383 setMessageListingSize(appParamBuf.getShort(i) & 0xffff); // Make it unsigned 499 setConvoListingSize(appParamBuf.getShort(i) & 0xffff); [all...] |
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
Format51l.java | 29 file.writeUShort((short) (insn.vregB & 0xffff));
|