/third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
H A D | math.asm | 1 math sqrt(8) g25<1>.xF g24<4>.xF null<4>F { align16 1Q }; 12 math pow(8) g14<1>.xF g13<4>.xF g12<4>.xF { align16 1Q }; 17 math cos(8) g5<1>.yF g14<4>.xF null<4>F { align16 1Q }; 18 math sin(8) g21<1>.xF g16<4>.xF null<4>F { align16 1Q }; 19 math exp(8) g16<1>.xF g15<4>.xF nul [all...] |
/third_party/mesa3d/src/intel/tools/tests/gen7/ |
H A D | math.asm | 4 math sqrt(8) g13<1>.xF g12<4>.xF null<4>F { align16 1Q }; 10 math pow(8) g14<1>.xF g13<4>.xF g12<4>.xF { align16 1Q }; 13 math cos(8) g5<1>.yF g14<4>.xF null<4>F { align16 1Q }; 14 math sin(8) g21<1>.xF g16<4>.xF null<4>F { align16 1Q }; 15 math exp(8) g16<1>.xF g15<4>.xF nul [all...] |
/third_party/skia/docs/examples/ |
H A D | Color_Type_ARGB_4444.cpp | 17 uint16_t red4444[] = { pack4444(0xF, 0xF, 0x0, 0x0), pack4444(0xF, 0xb, 0x0, 0x0), in REG_FIDDLE() 18 pack4444(0xF, 0x7, 0x0, 0x0), pack4444(0xF, 0x3, 0x0, 0x0) }; in REG_FIDDLE() 19 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb), in REG_FIDDLE() 20 pack4444(0xF, 0x0, 0x0, 0x7), pack4444(0xF, in REG_FIDDLE() [all...] |
H A D | gpu4444diff.cpp | 18 uint16_t red4444[] = { pack4444(0xF, 0xF, 0x0, 0x0), pack4444(0xF, 0xb, 0x0, 0x0), in REG_FIDDLE_SRGB() 19 pack4444(0xF, 0x9, 0x0, 0x0), pack4444(0xF, 0x5, 0x0, 0x0) }; in REG_FIDDLE_SRGB() 20 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0x0F), pack4444(0xF, 0x0, 0x0, 0x0b), in REG_FIDDLE_SRGB() 21 pack4444(0xF, 0x0, 0x0, 0x09), pack4444(0xF, 0x0, 0x0, 0x05) }; in REG_FIDDLE_SRGB()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | hexdump.h | 31 if ((i & 0xF) == 0) in hexdump() 36 if (v == 0 && (i & 0xF) == 0) { in hexdump() 49 i += (zero_count & ~0xF) - 1; in hexdump() 55 if ((i & 0xF) == 0xF && with_strings) { in hexdump() 57 for (unsigned j = i & ~0xF; j <= i; ++j) { in hexdump() 63 if ((i & 0xF) == 0xF) in hexdump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_partition_tables.cpp | 139 uint8_t seed1 = rnum & 0xF; in select_partition() 140 uint8_t seed2 = (rnum >> 4) & 0xF; in select_partition() 141 uint8_t seed3 = (rnum >> 8) & 0xF; in select_partition() 142 uint8_t seed4 = (rnum >> 12) & 0xF; in select_partition() 143 uint8_t seed5 = (rnum >> 16) & 0xF; in select_partition() 144 uint8_t seed6 = (rnum >> 20) & 0xF; in select_partition() 145 uint8_t seed7 = (rnum >> 24) & 0xF; in select_partition() 146 uint8_t seed8 = (rnum >> 28) & 0xF; in select_partition() 147 uint8_t seed9 = (rnum >> 18) & 0xF; in select_partition() 148 uint8_t seed10 = (rnum >> 22) & 0xF; in select_partition() [all...] |
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.h | 99 if ((i & 0xF) == 0) in pan_hexdump() 104 if (v == 0 && (i & 0xF) == 0) { in pan_hexdump() 117 i += (zero_count & ~0xF) - 1; in pan_hexdump() 123 if ((i & 0xF) == 0xF && with_strings) { in pan_hexdump() 125 for (unsigned j = i & ~0xF; j <= i; ++j) { in pan_hexdump() 131 if ((i & 0xF) == 0xF) in pan_hexdump()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_partition_tables.cpp | 162 uint8_t seed1 = rnum & 0xF; in select_partition() 163 uint8_t seed2 = (rnum >> 4) & 0xF; in select_partition() 164 uint8_t seed3 = (rnum >> 8) & 0xF; in select_partition() 165 uint8_t seed4 = (rnum >> 12) & 0xF; in select_partition() 166 uint8_t seed5 = (rnum >> 16) & 0xF; in select_partition() 167 uint8_t seed6 = (rnum >> 20) & 0xF; in select_partition() 168 uint8_t seed7 = (rnum >> 24) & 0xF; in select_partition() 169 uint8_t seed8 = (rnum >> 28) & 0xF; in select_partition() 170 uint8_t seed9 = (rnum >> 18) & 0xF; in select_partition() 171 uint8_t seed10 = (rnum >> 22) & 0xF; in select_partition() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vcr1.c | 86 offset = a->offset[0] - a->delta[bytestream[2] & 0xF]; in vcr1_decode_frame() 88 luma[0] = offset += a->delta[bytestream[2] & 0xF]; in vcr1_decode_frame() 90 luma[2] = offset += a->delta[bytestream[0] & 0xF]; in vcr1_decode_frame() 102 offset = a->offset[y & 3] - a->delta[bytestream[2] & 0xF]; in vcr1_decode_frame() 105 luma[0] = offset += a->delta[bytestream[2] & 0xF]; in vcr1_decode_frame() 107 luma[2] = offset += a->delta[bytestream[3] & 0xF]; in vcr1_decode_frame() 109 luma[4] = offset += a->delta[bytestream[0] & 0xF]; in vcr1_decode_frame() 111 luma[6] = offset += a->delta[bytestream[1] & 0xF]; in vcr1_decode_frame()
|
H A D | notchlc.c | 369 u0 = (u0 << 4) | (u0 & 0xF); in decode_blocks() 370 v0 = (v0 << 4) | (v0 & 0xF); in decode_blocks() 371 u1 = (u1 << 4) | (u1 & 0xF); in decode_blocks() 372 v1 = (v1 << 4) | (v1 & 0xF); in decode_blocks() 397 u0 = (u0 << 4) | (u0 & 0xF); in decode_blocks() 398 v0 = (v0 << 4) | (v0 & 0xF); in decode_blocks() 399 u1 = (u1 << 4) | (u1 & 0xF); in decode_blocks() 400 v1 = (v1 << 4) | (v1 & 0xF); in decode_blocks() 424 u0 = (u0 << 4) | (u0 & 0xF); in decode_blocks() 425 v0 = (v0 << 4) | (v0 & 0xF); in decode_blocks() [all...] |
/third_party/lwip/src/netif/ppp/polarssl/ |
H A D | des.c | 314 X = (LHs[ (X ) & 0xF] << 3) | (LHs[ (X >> 8) & 0xF ] << 2) in des_setkey() 315 | (LHs[ (X >> 16) & 0xF] << 1) | (LHs[ (X >> 24) & 0xF ] ) in des_setkey() 316 | (LHs[ (X >> 5) & 0xF] << 7) | (LHs[ (X >> 13) & 0xF ] << 6) in des_setkey() 317 | (LHs[ (X >> 21) & 0xF] << 5) | (LHs[ (X >> 29) & 0xF ] << 4); in des_setkey() 319 Y = (RHs[ (Y >> 1) & 0xF] << 3) | (RHs[ (Y >> 9) & 0xF ] << in des_setkey() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rmsipr.c | 52 int x = (buf[i >> 1] >> (4 * (i & 1))) & 0xF, in ff_rm_reorder_sipr_data() 53 y = (buf[o >> 1] >> (4 * (o & 1))) & 0xF; in ff_rm_reorder_sipr_data() 56 (buf[o >> 1] & (0xF << (4 * !(o & 1)))); in ff_rm_reorder_sipr_data() 58 (buf[i >> 1] & (0xF << (4 * !(i & 1)))); in ff_rm_reorder_sipr_data()
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestUtil.java | 127 result.append(DIGITS[0xF & (c >> 28)]); in escapeUnprintable() 128 result.append(DIGITS[0xF & (c >> 24)]); in escapeUnprintable() 129 result.append(DIGITS[0xF & (c >> 20)]); in escapeUnprintable() 130 result.append(DIGITS[0xF & (c >> 16)]); in escapeUnprintable() 134 result.append(DIGITS[0xF & (c >> 12)]); in escapeUnprintable() 135 result.append(DIGITS[0xF & (c >> 8)]); in escapeUnprintable() 136 result.append(DIGITS[0xF & (c >> 4)]); in escapeUnprintable() 137 result.append(DIGITS[0xF & c]); in escapeUnprintable()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestUtil.java | 128 result.append(DIGITS[0xF & (c >> 28)]); in escapeUnprintable() 129 result.append(DIGITS[0xF & (c >> 24)]); in escapeUnprintable() 130 result.append(DIGITS[0xF & (c >> 20)]); in escapeUnprintable() 131 result.append(DIGITS[0xF & (c >> 16)]); in escapeUnprintable() 135 result.append(DIGITS[0xF & (c >> 12)]); in escapeUnprintable() 136 result.append(DIGITS[0xF & (c >> 8)]); in escapeUnprintable() 137 result.append(DIGITS[0xF & (c >> 4)]); in escapeUnprintable() 138 result.append(DIGITS[0xF & c]); in escapeUnprintable()
|
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 48 .color_mask = 0xF, 62 .color_mask = 0xF, 81 .color_mask = 0xF, 101 .color_mask = 0xF, 120 .color_mask = 0xF, 140 .color_mask = 0xF, 159 .color_mask = 0xF, 209 .color_mask = 0xF,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | eg_sq.h | 72 #define S_SQ_CF_ALU_WORD0_KCACHE_BANK0(x) (((unsigned)(x) & 0xF) << 22) 73 #define G_SQ_CF_ALU_WORD0_KCACHE_BANK0(x) (((x) >> 22) & 0xF) 75 #define S_SQ_CF_ALU_WORD0_KCACHE_BANK1(x) (((unsigned)(x) & 0xF) << 26) 76 #define G_SQ_CF_ALU_WORD0_KCACHE_BANK1(x) (((x) >> 26) & 0xF) 101 #define S_SQ_CF_ALU_WORD1_CF_INST(x) (((unsigned)(x) & 0xF) << 26) 102 #define G_SQ_CF_ALU_WORD1_CF_INST(x) (((x) >> 26) & 0xF) 127 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK2(x) (((unsigned)(x) & 0xF) << 22) 128 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK2(x) (((x) >> 22) & 0xF) 130 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK3(x) (((unsigned)(x) & 0xF) << 26) 131 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK3(x) (((x) >> 26) & 0xF) [all...] |
H A D | r600d.h | 280 #define S_008C04_NUM_CLAUSE_TEMP_GPRS(x) (((unsigned)(x) & 0xF) << 28) 281 #define G_008C04_NUM_CLAUSE_TEMP_GPRS(x) (((x) >> 28) & 0xF) 352 #define S_0280A0_ARRAY_MODE(x) (((unsigned)(x) & 0xF) << 8) 353 #define G_0280A0_ARRAY_MODE(x) (((x) >> 8) & 0xF) 593 #define S_028010_ARRAY_MODE(x) (((unsigned)(x) & 0xF) << 15) 594 #define G_028010_ARRAY_MODE(x) (((x) >> 15) & 0xF) 965 #define S_0286CC_PARAM_GEN(x) (((unsigned)(x) & 0xF) << 15) 966 #define G_0286CC_PARAM_GEN(x) (((x) >> 15) & 0xF) 1106 #define S_038000_TILE_MODE(x) (((unsigned)(x) & 0xF) << 3) 1107 #define G_038000_TILE_MODE(x) (((x) >> 3) & 0xF) [all...] |
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhcireg.h | 54 #define XHCI_HCS2_IST(x) ((x) & 0xF) 55 #define XHCI_HCS2_ERST_MAX(x) (((x) >> 4) & 0xF) 70 #define XHCI_HCS0_PSA_SZ_MAX(x) (((x) >> 12) & 0xF) /* max pri. stream array size */ 122 #define XHCI_PS_PLS_GET(x) (((x) >> 5) & 0xF) /* RW - port link state */ 123 #define XHCI_PS_PLS_SET(x) (((x) & 0xF) << 5) /* RW - port link state */ 125 #define XHCI_PS_SPEED_GET(x) (((x) >> 10) & 0xF) /* RO - port speed */ 156 #define XHCI_PM2_HIRD_GET(x) (((x) >> 4) & 0xF) /* RW - host initiated resume duration */ 157 #define XHCI_PM2_HIRD_SET(x) (((x) & 0xF) << 4) /* RW - host initiated resume duration */
|
/third_party/icu/icu4c/source/common/ |
H A D | util.cpp | 102 result.append(DIGITS[0xF&(c>>28)]); in escape() 103 result.append(DIGITS[0xF&(c>>24)]); in escape() 104 result.append(DIGITS[0xF&(c>>20)]); in escape() 105 result.append(DIGITS[0xF&(c>>16)]); in escape() 109 result.append(DIGITS[0xF&(c>>12)]); in escape() 110 result.append(DIGITS[0xF&(c>>8)]); in escape() 111 result.append(DIGITS[0xF&(c>>4)]); in escape() 112 result.append(DIGITS[0xF&c]); in escape()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | util.cpp | 102 result.append(DIGITS[0xF&(c>>28)]); in escape() 103 result.append(DIGITS[0xF&(c>>24)]); in escape() 104 result.append(DIGITS[0xF&(c>>20)]); in escape() 105 result.append(DIGITS[0xF&(c>>16)]); in escape() 109 result.append(DIGITS[0xF&(c>>12)]); in escape() 110 result.append(DIGITS[0xF&(c>>8)]); in escape() 111 result.append(DIGITS[0xF&(c>>4)]); in escape() 112 result.append(DIGITS[0xF&c]); in escape()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | util.cpp | 86 result.append(DIGITS[0xF&(c>>28)]); in escapeUnprintable() 87 result.append(DIGITS[0xF&(c>>24)]); in escapeUnprintable() 88 result.append(DIGITS[0xF&(c>>20)]); in escapeUnprintable() 89 result.append(DIGITS[0xF&(c>>16)]); in escapeUnprintable() 93 result.append(DIGITS[0xF&(c>>12)]); in escapeUnprintable() 94 result.append(DIGITS[0xF&(c>>8)]); in escapeUnprintable() 95 result.append(DIGITS[0xF&(c>>4)]); in escapeUnprintable() 96 result.append(DIGITS[0xF&c]); in escapeUnprintable()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkUniformHandler.cpp | 21 // aligned to 16 bytes (i.e. has mask of 0xF). 47 return 0xF; in grsltype_to_alignment_mask() 56 return 0xF; in grsltype_to_alignment_mask() 59 return 0xF; in grsltype_to_alignment_mask() 65 return 0xF; in grsltype_to_alignment_mask() 68 return 0xF; in grsltype_to_alignment_mask() 171 alignmentMask = 0xF; in get_aligned_offset() 182 SkASSERT(0 == (elementSize & 0xF)); in get_aligned_offset()
|
/third_party/skia/src/gpu/ |
H A D | GrSPIRVUniformHandler.cpp | 54 return 0xF; in grsltype_to_alignment_mask() 63 return 0xF; in grsltype_to_alignment_mask() 66 return 0xF; in grsltype_to_alignment_mask() 72 return 0xF; in grsltype_to_alignment_mask() 75 return 0xF; in grsltype_to_alignment_mask() 168 alignmentMask = 0xF; in get_ubo_offset() 178 SkASSERT(0 == (elementSize & 0xF)); in get_ubo_offset()
|
/third_party/lzma/CPP/Common/ |
H A D | IntToString.cpp | 70 unsigned t = (unsigned)(val & 0xF);
in ConvertUInt32ToHex() 91 unsigned t = (unsigned)(val & 0xF);
in ConvertUInt64ToHex() 103 unsigned t = val & 0xF;
in ConvertUInt32ToHex8Digits() 115 unsigned t = val & 0xF;
160 s[1] = GetHexChar(v & 0xF);
in ConvertByteToHex2Digits()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
H A D | OpCode.java | 67 int offset = op & 0xF; 92 return ((op & 0xF) == n) ? State.CONTINUE : State.INVALID; 109 int num = (op & 0xF) + 1; 224 return (int) (MAP_MASK_BITS >>> (4 * n)) & 0xF; in getMapMask()
|