/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless.h | 49 // These Add/Sub function expects upper[-1] and out[-1] to be readable. 51 const uint32_t* upper, int num_pixels,
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | retrace_restricted_traces.py | 136 logging.basicConfig(level=args.log.upper())
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-indic-table.py | 153 cat_defs.append ((what_short[i] + '_' + s, what[i] + '_' + v.upper (), str (values[i][v]), v))
|
H A D | gen-vowel-constraints.py | 209 print (' case HB_SCRIPT_{}:'.format (script.upper ()))
|
/third_party/python/Lib/test/ |
H A D | test_ucn.py | 71 name = "LATIN SMALL LETTER %s" % char.upper()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | fixtures.py | 129 info["METADATA"] = info["METADATA"].upper()
|
/third_party/vulkan-headers/registry/spec_tools/ |
H A D | conventions.py | 279 (self.command_prefix[0:1].upper(), self.command_prefix[1:]))
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 639 * If dst.bytes() is larger than dst_bits/8, the value of the upper bits is undefined. 659 /* Copy the raw value, leaving an undefined value in the upper bits for in convert_int() 1567 Temp upper = emit_extract_vector(ctx, src, 1, v1); 1568 Temp neg = bld.vop2(aco_opcode::v_ashrrev_i32, bld.def(v1), Operand::c32(31u), upper); 1571 upper = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), Operand::zero(), neg, gtz); 1572 bld.pseudo(aco_opcode::p_create_vector, Definition(dst), lower, upper); 2092 Temp upper = bld.vsub32(bld.def(v1), src01, src11, false, borrow); 2093 bld.pseudo(aco_opcode::p_create_vector, Definition(dst), lower, upper); 2548 Temp upper = bld.tmp(v1), lower = bld.tmp(v1); 2549 bld.pseudo(aco_opcode::p_split_vector, Definition(lower), Definition(upper), sr [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | capitst.c | 1654 uint8_t sortkey[512], lower[512], upper[512]; in TestBounds() local 1745 upperSize = ucol_getBound(tests[j].key, -1, UCOL_BOUND_UPPER, 1, upper, 512, &status); in TestBounds() 1752 if(strcmp((const char *)upper, (const char *)tests[k].key) <= 0) { in TestBounds() 1753 log_err("Problem with upper! j = %i (%s vs %s)\n", k, tests[k].original, tests[j].original); in TestBounds() 1766 upperSize = ucol_getBound(tests[upperRND].key, -1, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds() 1772 if(strcmp(upper, tests[j].key) <= 0) { in TestBounds() 1773 log_err("Problem with upper! j = %i (%s vs %s)\n", j, tests[j].original, tests[upperRND].original); in TestBounds() 1787 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds() 1794 if(strcmp((const char *)upper, (const char *)sortkey) <= 0) { in TestBounds() 1795 log_err("Problem with upper! in TestBounds() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_negative.cpp | 4510 uint32 upper = 65535; 4512 while (total + hist [upper] <= limit && upper > 255) 4515 total += hist [upper]; 4517 upper--; 4525 while (total + hist [lower] <= limit && lower < upper - 255) 4535 white [plane] = upper / 65535.0;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
H A D | DecimalQuantity_SimpleStorage.java | 911 int upper = getUpperDisplayMagnitude(); in toPlainString() 913 int p = upper; in toPlainString()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
H A D | DecimalQuantity_SimpleStorage.java | 904 int upper = getUpperDisplayMagnitude(); in toPlainString() 906 int p = upper; in toPlainString()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | filters.py | 200 return soft_unicode(s).upper() 257 item[0].upper() + item[1:].lower() 312 :param case_sensitive: When sorting strings, sort upper and lower 363 :param case_sensitive: Treat upper and lower case strings as distinct. 402 :param case_sensitive: Treat upper and lower case strings as distinct. 417 :param case_sensitive: Treat upper and lower case strings as distinct. 1375 "upper": do_upper,
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | filters.py | 145 return soft_unicode(s).upper() 201 [item[0].upper() + item[1:].lower() 293 :param case_sensitive: Treat upper and lower case strings as distinct. 334 :param case_sensitive: Treat upper and lower case strings as distinct. 349 :param case_sensitive: Treat upper and lower case strings as distinct. 1183 'upper': do_upper,
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_send.py | 445 print(' PFNGL%sPROC p =' % (name.upper())) 446 print(' (PFNGL%sPROC) disp_table[%d];' % (name.upper(), func.offset))
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 623 # the upper-case version of the extension name. 632 ext_enum_name = name.upper() 638 ext_enum_name = base.upper() + '_' + version
|
/third_party/skia/samplecode/ |
H A D | SamplePatch.cpp | 166 SkPoint* upper = r; in draw() local 171 strip[i*2 + 0] = *upper++; in draw()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | filters.py | 200 return soft_unicode(s).upper() 257 item[0].upper() + item[1:].lower() 312 :param case_sensitive: When sorting strings, sort upper and lower 363 :param case_sensitive: Treat upper and lower case strings as distinct. 402 :param case_sensitive: Treat upper and lower case strings as distinct. 417 :param case_sensitive: Treat upper and lower case strings as distinct. 1375 "upper": do_upper,
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | phy.c | 320 u8 *upper, u8 *lower, bool linked) in rtw_phy_dig_get_boundary() 342 *upper = clamp_t(u8, *lower + DIG_RSSI_GAIN_OFFSET, dig_min, dig_max); in rtw_phy_dig_get_boundary() 436 /* calculate the upper/lower bound by the minimum rssi we have among in rtw_phy_dig() 1696 u8 upper, lower; in rtw_phy_get_5g_tx_power_index() local 1731 upper = pwr_idx_5g->bw40_base[group + 1]; in rtw_phy_get_5g_tx_power_index() 1733 tx_power = (lower + upper) / 2; in rtw_phy_get_5g_tx_power_index() 319 rtw_phy_dig_get_boundary(struct rtw_dm_info *dm_info, u8 *upper, u8 *lower, bool linked) rtw_phy_dig_get_boundary() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/tundra/ |
H A D | tsi108_eth.c | 117 /* stats is used to hold the upper bits of each hardware counter, 365 unsigned long *upper) in tsi108_stat_carry_one() 368 *upper += carry_shift; in tsi108_stat_carry_one() 453 int carry_shift, unsigned long *upper) in tsi108_read_stat() 464 val = TSI_READ(reg) | *upper; in tsi108_read_stat() 472 *upper += carry_shift; in tsi108_read_stat() 364 tsi108_stat_carry_one(int carry, int carry_bit, int carry_shift, unsigned long *upper) tsi108_stat_carry_one() argument 452 tsi108_read_stat(struct tsi108_prv_data * data, int reg, int carry_bit, int carry_shift, unsigned long *upper) tsi108_read_stat() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/tundra/ |
H A D | tsi108_eth.c | 114 /* stats is used to hold the upper bits of each hardware counter, 352 unsigned long *upper) in tsi108_stat_carry_one() 355 *upper += carry_shift; in tsi108_stat_carry_one() 440 int carry_shift, unsigned long *upper) in tsi108_read_stat() 451 val = TSI_READ(reg) | *upper; in tsi108_read_stat() 459 *upper += carry_shift; in tsi108_read_stat() 351 tsi108_stat_carry_one(int carry, int carry_bit, int carry_shift, unsigned long *upper) tsi108_stat_carry_one() argument 439 tsi108_read_stat(struct tsi108_prv_data * data, int reg, int carry_bit, int carry_shift, unsigned long *upper) tsi108_read_stat() argument
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 1566 uint32_t upper = static_cast<uint32_t>(src >> 32); in CallRecordWriteStub() local 1579 Move(dst, upper); in CallRecordWriteStub() 1586 if (upper != lower) { in CallRecordWriteStub() 1587 Move(eax, Immediate(upper)); in CallRecordWriteStub() 1592 push(Immediate(upper)); in CallRecordWriteStub()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok_impl.c | 231 int upper = 0; 240 upper = 1; 250 upper = 1; 260 upper = 1; 265 if (upper)
|
/third_party/python/Modules/expat/ |
H A D | xmltok_impl.c | 233 int upper = 0; in checkPiTarget() local 242 upper = 1; in checkPiTarget() 252 upper = 1; in checkPiTarget() 262 upper = 1; in checkPiTarget() 267 if (upper) in checkPiTarget()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 427 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in e1000e_dump() 483 * hwtstamp which can be used by the upper level time stamping functions. 927 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in e1000_clean_rx_irq() 957 length = le16_to_cpu(rx_desc->wb.upper.length); in e1000_clean_rx_irq() 1029 rx_desc->wb.upper.vlan); in e1000_clean_rx_irq() 1032 rx_desc->wb.upper.status_error &= cpu_to_le32(~0xFF); in e1000_clean_rx_irq() 1045 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in e1000_clean_rx_irq() 1150 eop, jiffies, eop_desc->upper.fields.status, er32(STATUS), in e1000_print_hw_hang() 1227 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) && in e1000_clean_tx_irq() 1247 tx_desc->upper in e1000_clean_tx_irq() [all...] |