/external/pdfium/third_party/lcms/src/ |
cmspcs.c | 69 CIE XYZ X 0 -> 1.99997 0x0000 -> 0xffff 70 CIE XYZ Y 0 -> 1.99997 0x0000 -> 0xffff 71 CIE XYZ Z 0 -> 1.99997 0x0000 -> 0xffff 77 CIELAB (16 bit) a* -128.0 -> +127.996 0x0000 -> 0x8000 -> 0xffff 78 CIELAB (16 bit) b* -128.0 -> +127.996 0x0000 -> 0x8000 -> 0xffff 84 CIELAB (16 bit) L* 0 -> 100.0 0x0000 -> 0xffff 85 CIELAB (16 bit) a* -128.0 -> +127 0x0000 -> 0x8080 -> 0xffff 86 CIELAB (16 bit) b* -128.0 -> +127 0x0000 -> 0x8080 -> 0xffff 236 const cmsFloat64Number L_max = (cmsFloat64Number) (0xFFFF * 100.0) / 0xFF00; 715 static cmsUInt16Number RGBwhite[4] = { 0xffff, 0xffff, 0xffff } [all...] |
/external/arm-neon-tests/ |
expected_input4gcc.txt | [all...] |
expected_input4gcc-nofp16.txt | [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
CharacterTest.java | 40 assertTrue(Character.isBmpCodePoint(0xffff)); 199 for (int i = 0; i <= 0xffff; ++i) { 208 for (int i = 0; i <= 0xffff; ++i) { 217 for (int i = 0; i <= 0xffff; ++i) { 226 for (int i = 0; i <= 0xffff; ++i) { 235 for (int i = 0; i <= 0xffff; ++i) { 244 for (int i = 0; i <= 0xffff; ++i) { 260 for (int i = 0; i <= 0xffff; ++i) { 269 for (int i = 0; i <= 0xffff; ++i) {
|
/art/runtime/arch/ |
memcmp16_test.cc | 107 s1[i] = static_cast<uint16_t>(r.next() & 0xFFFF); 111 s1[i] = static_cast<uint16_t>(r.next() & 0xFFFF); 114 s2[i] = static_cast<uint16_t>(r.next() & 0xFFFF); 118 s1[i] = static_cast<uint16_t>(r.next() & 0xFFFF); 121 s2[i] = static_cast<uint16_t>(r.next() & 0xFFFF);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
USerializedSet.java | 70 if(c<0xffff) { 74 } else if(c==0xffff) { 77 array[0]=0xffff; 92 array[1]=0xffff; 157 if(c<=0xffff) {
|
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
bitset.cpp | 43 // Fill values[] with 0xffff. 59 if(values[hash]==0xffff) { 132 if(start>0xffff) { 174 restSet.remove(0, 0xffff); 187 } else if((uint32_t)c<0xffff) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
USerializedSet.java | 68 if(c<0xffff) { 72 } else if(c==0xffff) { 75 array[0]=0xffff; 90 array[1]=0xffff; 155 if(c<=0xffff) {
|
/external/iproute2/tc/ |
em_u32.c | 33 "Example: u32(u16 0x1122 0xffff at nexthdr+4)\n"); 117 if (key > 0xFFFF) 118 return PARSE_ERR(a, "Illegal key (>0xFFFF)"); 119 if (mask > 0xFFFF) 120 return PARSE_ERR(a, "Illegal mask (>0xFFFF)");
|
/external/libyuv/files/source/ |
row_dspr2.cc | 605 tmp_bb = ((uint)(tmp_bb & 0xffff) << 16) | (tmp_bb & 0xffff); 606 tmp_bg = ((uint)(tmp_bg & 0xffff) << 16) | (tmp_bg & 0xffff); 607 tmp_br = ((uint)(tmp_br & 0xffff) << 16) | (tmp_br & 0xffff); 608 tmp_yg = ((uint)(yg & 0xffff) << 16) | (yg & 0xffff); 609 tmp_ub = ~(((uint)(tmp_ub & 0xffff) << 16) | (tmp_ub & 0xffff)) + 0x00010001 [all...] |
/art/runtime/arch/x86/ |
memcmp16_x86.S | 82 sub $0xffff, %edx 125 sub $0xffff, %edx 152 sbb $0xffff, %edx 172 sub $0xffff, %edx 202 sub $0xffff, %edx 231 sbb $0xffff, %edx 254 sub $0xffff, %edx 285 sub $0xffff, %edx 314 sbb $0xffff, %edx 337 sub $0xffff, %ed [all...] |
/frameworks/base/core/java/android/util/ |
Half.java | 463 return (h & FP16_COMBINED) > FP16_EXPONENT_MAX ? NaN : h & 0xffff; 481 return h & 0xffff; 496 return (short) (bits & 0xffff); 547 int bits = h & 0xffff; 553 result |= (0x3c00 & (e >= 0x3800 ? 0xffff : 0x0)); 581 int bits = h & 0xffff; 615 int bits = h & 0xffff; 621 result |= 0x3c00 & (bits > 0x8000 ? 0xffff : 0x0); 648 int bits = h & 0xffff; 683 return ((x & FP16_SIGN_MASK) != 0 ? 0x8000 - (x & 0xffff) : x & 0xffff) [all...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
or1k-asm.c | 81 value = (value >> 2) & 0xffff; 115 ret &= 0xffff; 134 ret &= 0xffff; 150 value &= 0xffff; 167 value = (value >> 16) & 0xffff; 184 value &= 0xffff; 202 value = (value >> 16) & 0xffff; 219 value &= 0xffff; 237 value = (value >> 16) & 0xffff; 254 value &= 0xffff; [all...] |
/art/test/121-modifiers/src-java/ |
Asm.java | 104 int classFlagsOr = 0xFFFF; 114 int fieldFlagsOr = 0xFFFF ^ FIELD_DEFINED_BITS; 120 int methodFlagsOr = 0xFFFF ^ METHOD_DEFINED_BITS;
|
/bionic/libc/arch-x86/atom/string/ |
ssse3-strcmp-atom.S | 202 sub $0xffff, %ecx 274 mov $0xffff, %esi 299 sub $0xffff, %esi 316 mov $0xffff, %esi 357 sub $0xffff, %esi 381 sub $0xffff, %esi 422 mov $0xffff, %esi 463 sub $0xffff, %esi 487 sub $0xffff, %esi 529 mov $0xffff, %es [all...] |
/bionic/libc/kernel/uapi/linux/ |
a.out.h | 52 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 56 #define N_SET_INFO(exec,magic,type,flags) ((exec).a_info = ((magic) & 0xffff) | (((int) (type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 57 #define N_SET_MAGIC(exec,magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)))
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/ |
DispatchExecute.c | 44 {{0xFFFF, 0, 0, 0xB, 1, 0, 1, 0xF, 0, 0, 1, 1, 0}}, /* 0x8: compatibility mode */
45 {{0xFFFF, 0, 0, 0xB, 1, 0, 1, 0xF, 0, 1, 0, 1, 0}}, /* 0x10: for long mode */
46 {{0xFFFF, 0, 0, 0x3, 1, 0, 1, 0xF, 0, 0, 1, 1, 0}}, /* 0x18: data */
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/ |
DispatchExecute.c | 44 {{0xFFFF, 0, 0, 0xB, 1, 0, 1, 0xF, 0, 0, 1, 1, 0}}, /* 0x8: compatibility mode */
45 {{0xFFFF, 0, 0, 0xB, 1, 0, 1, 0xF, 0, 1, 0, 1, 0}}, /* 0x10: for long mode */
46 {{0xFFFF, 0, 0, 0x3, 1, 0, 1, 0xF, 0, 0, 1, 1, 0}}, /* 0x18: data */
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/ |
PciPlatform.c | 23 { NULL_ROM_FILE_GUID, 0, 0, 0, 0, 0xffff, 0xffff }
136 for (TableIndex = 0; mPciOptionRomTable[TableIndex].VendorId != 0xffff; TableIndex++) {
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
Grouper.java | 94 byte grouping1 = (byte) (patternInfo.positive.groupingSizes & 0xffff); 95 byte grouping2 = (byte) ((patternInfo.positive.groupingSizes >>> 16) & 0xffff); 96 byte grouping3 = (byte) ((patternInfo.positive.groupingSizes >>> 32) & 0xffff);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
Grouper.java | 92 byte grouping1 = (byte) (patternInfo.positive.groupingSizes & 0xffff); 93 byte grouping2 = (byte) ((patternInfo.positive.groupingSizes >>> 16) & 0xffff); 94 byte grouping3 = (byte) ((patternInfo.positive.groupingSizes >>> 32) & 0xffff);
|
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
bit_and.pass.cpp | 31 assert(f(0xFFFF, 0x58D3) == 0x58D3); 51 assert(f2(0xFFFF, 0x58D3) == 0x58D3); 53 assert(f2(0xFFFF, 0x58D3L) == 0x58D3);
|
bit_xor.pass.cpp | 32 assert(f(0xFFFF, 0x58D3) == 0xA72C); 54 assert(f(0xFFFF, 0x58D3) == 0xA72C); 56 assert(f(0xFFFF, 0x58D3L) == 0xA72C);
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
LockInterface.java | 67 * @return The offset into the external storage for metadata or 0xffff 76 * @return The offset into the external storage for metadata or 0xffff 85 * @return length of metadata or 0xffff on error.
|
/external/libexif/test/ |
test-tagtable.c | 107 /* The unused tag 0xffff should NOT be treated specially */ 108 VALIDATE(exif_tag_get_support_level_in_ifd(0xffff, 112 VALIDATE(exif_tag_get_support_level_in_ifd(0xffff,
|