/kernel/linux/linux-6.6/drivers/soc/ixp4xx/ |
H A D | ixp4xx-npe.c | 491 int result; in npe_send_recv_message() local 494 if ((result = npe_send_message(npe, msg, what)) != 0) in npe_send_recv_message() 495 return result; in npe_send_recv_message() 496 if ((result = npe_recv_message(npe, recv, what)) != 0) in npe_send_recv_message() 497 return result; in npe_send_recv_message()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | lp8788-charger.c | 233 static int lp8788_get_vbatt_adc(struct lp8788_charger *pchg, int *result) in lp8788_get_vbatt_adc() argument 240 return iio_read_channel_processed(channel, result); in lp8788_get_vbatt_adc() 291 int result; in lp8788_get_battery_temperature() local 297 ret = iio_read_channel_processed(channel, &result); in lp8788_get_battery_temperature() 302 val->intval = result * 10; in lp8788_get_battery_temperature()
|
/kernel/linux/linux-6.6/kernel/gcov/ |
H A D | fs.c | 443 char *result; in get_link_target() local 448 result = link_target(srctree, rel, ext->ext); in get_link_target() 450 result = link_target(objtree, rel, ext->ext); in get_link_target() 453 result = link_target(NULL, filename, ext->ext); in get_link_target() 456 return result; in get_link_target()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | adin.c | 852 static int adin_cable_test_report_trans(int result) in adin_cable_test_report_trans() argument 856 if (result & ADIN1300_CDIAG_RSLT_GOOD) in adin_cable_test_report_trans() 858 if (result & ADIN1300_CDIAG_RSLT_OPEN) in adin_cable_test_report_trans() 865 if (result & mask) in adin_cable_test_report_trans() 868 if (result & ADIN1300_CDIAG_RSLT_SHRT) in adin_cable_test_report_trans()
|
H A D | nxp-tja11xx.c | 749 static int tja11xx_cable_test_report_trans(u32 result) in tja11xx_cable_test_report_trans() argument 753 if ((result & mask) == mask) { in tja11xx_cable_test_report_trans() 756 } else if ((result & mask) == 0) { in tja11xx_cable_test_report_trans() 758 } else if (result & MII_EXTSTAT_SHORT_DETECT) { in tja11xx_cable_test_report_trans() 760 } else if (result & MII_EXTSTAT_OPEN_DETECT) { in tja11xx_cable_test_report_trans()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_hda.c | 611 int result; in sti_hda_connector_mode_valid() local 620 result = clk_round_rate(hda->clk_pix, target); in sti_hda_connector_mode_valid() 623 target, result); in sti_hda_connector_mode_valid() 625 if ((result < target_min) || (result > target_max)) { in sti_hda_connector_mode_valid()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | corsair-psu.c | 147 const int result = mant * scale; in corsairpsu_linear11_to_int() local 149 return (exp >= 0) ? (result << exp) : (result >> -exp); in corsairpsu_linear11_to_int() 155 const int result = (256 << 16) / 100; in corsairpsu_dutycycle_to_pwm() local 157 return (result * dutycycle) >> 16; in corsairpsu_dutycycle_to_pwm()
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | opt3001.c | 65 * Time to wait for conversion result to be ready. The device datasheet 81 u16 result; member 282 /* Sleep for result ready time */ in opt3001_get_lux() 287 /* Check result ready flag */ in opt3001_get_lux() 308 opt->result = ret; in opt3001_get_lux() 339 exponent = OPT3001_REG_EXPONENT(opt->result); in opt3001_get_lux() 340 mantissa = OPT3001_REG_MANTISSA(opt->result); in opt3001_get_lux() 723 opt->result = ret; in opt3001_irq()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | kallsyms.c | 71 /* the table that holds the result of the compression */ 312 static int expand_symbol(const unsigned char *data, int len, char *result) in expand_symbol() argument 321 *result++ = c; in expand_symbol() 325 rlen = expand_symbol(best_table[c], best_table_len[c], result); in expand_symbol() 327 result += rlen; in expand_symbol() 332 *result=0; in expand_symbol()
|
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | test_runner.py | 260 case_result = test_cls_instance.result 288 "result": case_result, 316 self.log.debug("test result: {}".format(test_result)) 329 def record_cls_result(case_name, tests_step, result, start_time, error, report, **kwargs): 333 "result": result or RunResult.FAILED, 400 result_path = os.path.join(self.configs["report_path"], "result") 464 result = case_result.get("result") 474 test_result.code = status_dict.get(result) [all...] |
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/ |
H A D | publicCertificatePromise.js | 152 var result;
156 result = instance.checkValidityWithDate(date);
157 resolve(result);
461 .then((result) => {
462 resolve(result);
|
/third_party/ffmpeg/libavformat/ |
H A D | dv.c | 67 uint16_t shift, result; in dv_audio_12to16() local 73 result = sample; in dv_audio_12to16() 76 result = (sample - (256 * shift)) << shift; in dv_audio_12to16() 79 result = ((sample + ((256 * shift) + 1)) << shift) - 1; in dv_audio_12to16() 82 return result; in dv_audio_12to16()
|
/third_party/backends/backend/ |
H A D | rts88xx_lib.c | 738 SANE_Byte result[3]; in sanei_rts88xx_data_count() local 751 status = sanei_usb_read_bulk (devnum, result, &size); in sanei_rts88xx_data_count() 758 *count = result[0] + (result[1] << 8) + (result[2] << 16); in sanei_rts88xx_data_count()
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 1134 Boolean result; in list_devices() local 1154 result = CFStringGetCString(serialNameAsCFString, serialName, in list_devices() 1159 if (result) in list_devices() 1167 result = CFStringGetCString(bsdPathAsCFString, bsdPath, in list_devices() 1172 if (result) in list_devices()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatin.java | 166 * Contraction result first word bits 8..0 contain the 172 * Contraction result first word bits 10..9 contain the result length: 682 * Java returns a negative result (use the '~' operator) if sIndex is to be incremented. 731 long result; in nextPair() 733 result = ce; in nextPair() 735 result = ((long)table[index + 2] << 16) | ce; in nextPair() 737 return inc ? ~result : result; in nextPair()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 568 // and they may result in a smaller count that with just code points. in spanAndCount() 1144 int i = start, result; in popMinimum() 1150 result = i - start; in popMinimum() 1153 return result; in popMinimum() 1160 result = list.length - start; in popMinimum() 1170 return result + i; in popMinimum()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITest.java | 48 int result[] = { 1, 2, 5, 10, 11, 12, 11, 10, 5, 2, 1, 0 }; in TestThaiDictionaryBreakIterator() 64 if (position != result[index++]) { in TestThaiDictionaryBreakIterator() 65 errln("Error with ThaiDictionaryBreakIterator forward iteration test at " + position + ".\nShould have been " + result[index-1]); in TestThaiDictionaryBreakIterator() 71 if (position != result[index++]) { in TestThaiDictionaryBreakIterator() 72 errln("Error with ThaiDictionaryBreakIterator backward iteration test at " + position + ".\nShould have been " + result[index-1]); in TestThaiDictionaryBreakIterator()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatin.java | 170 * Contraction result first word bits 8..0 contain the 176 * Contraction result first word bits 10..9 contain the result length: 686 * Java returns a negative result (use the '~' operator) if sIndex is to be incremented. 735 long result; in nextPair() 737 result = ce; in nextPair() 739 result = ((long)table[index + 2] << 16) | ce; in nextPair() 741 return inc ? ~result : result; in nextPair()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 565 // and they may result in a smaller count that with just code points. in spanAndCount() 1141 int i = start, result; in popMinimum() 1147 result = i - start; in popMinimum() 1150 return result; in popMinimum() 1157 result = list.length - start; in popMinimum() 1167 return result + i; in popMinimum()
|
/third_party/libabigail/tools/ |
H A D | abilint.cc | 13 /// runs a diff on the two files and expects the result of the diff to 308 unique_ptr<artifact_use_relation_tree> result; in build_type_use_tree() local 311 return result; in build_type_use_tree() 316 return result; in build_type_use_tree() 324 result = std::move(use_tree); in build_type_use_tree() 325 return result; in build_type_use_tree()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 241 * result with that of the RGB color <clum>. 283 ir_variable *result = f.make_temp(glsl_type::vec4_type, "__blend_result"); in calc_blend_result() local 292 if_blending->then_instructions.push_tail(assign(result, src)); in calc_blend_result() 419 f.emit(assign(result, in calc_blend_result() 422 f.emit(assign(result, add(add(p0, p1), p2), WRITEMASK_W)); in calc_blend_result() 424 return result; in calc_blend_result() 555 /* Copy the result back to the original values. It would be simpler in lower_blend_equation_advanced() 557 * output for our result, but this pass runs before we create the in lower_blend_equation_advanced()
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
H A D | protocol_lws_minimal_dbus_ws_proxy.c | 391 DBusHandlerResult result; in server_message_handler() local 407 result = mp->handler(conn, message, &reply, data); in server_message_handler() 409 if (result == DBUS_HANDLER_RESULT_HANDLED && in server_message_handler() 411 result = DBUS_HANDLER_RESULT_NEED_MEMORY; in server_message_handler() 415 return result; in server_message_handler()
|
/third_party/libwebsockets/plugins/deaddrop/ |
H A D | protocol_lws_deaddrop.c | 79 char result[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE]; member 362 p = (unsigned char *)pss->result + LWS_PRE; in format_result() 364 end = p + sizeof(pss->result) - LWS_PRE - 1; in format_result() 614 p = (unsigned char *)pss->result + LWS_PRE; in callback_deaddrop() 616 end = p + sizeof(pss->result) - LWS_PRE - 1; in callback_deaddrop()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 146 std::vector<std::pair<cl_int, binary>> result = map( in clCreateProgramWithBinary() local 166 copy(map(keys(), result), r_status); in clCreateProgramWithBinary() 168 if (any_of(key_equals(CL_INVALID_VALUE), result)) in clCreateProgramWithBinary() 171 if (any_of(key_equals(CL_INVALID_BINARY), result)) in clCreateProgramWithBinary() 176 return new program(ctx, devs, map(values(), result)); in clCreateProgramWithBinary()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 210 void emit_is_helper_invocation(fs_reg result); 223 fs_reg result, fs_reg *op, unsigned fsign_src); 245 bool try_emit_b2fi_of_inot(const brw::fs_builder &bld, fs_reg result, 308 const fs_reg &result); 310 const fs_reg &result);
|