Home
last modified time | relevance | path

Searched refs:result1 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/ia64/lib/
H A Ddo_csum.S131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
184 (p8) mov result1[0]=word1[0]
185 (p9) add result1[0]=word1[0],word2[0]
187 cmp.ltu p6,p0=result1[0],word1[0] // check the carry
190 (p6) adds result1[0]=1,result1[0]
199 add result1[0]=result1[0],word1[1]
201 cmp.ltu p6,p0=result1[0],word1[1]
203 (p6) adds result1[0]=1,result1[0]
227 (ELD_1) cmp.ltu pC1[0],p0=result1[LOAD_LATENCY],word1[LOAD_LATENCY+1]
231 (ELD) add result1[LOAD_LATENCY-1]=result1[LOAD_LATENCY],word1[LOAD_LATENCY]
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-blockjob-txn.c153 int result1 = -EINPROGRESS; in test_pair_jobs() local
157 job1 = test_block_job_start(1, true, expected1, &result1, txn); in test_pair_jobs()
176 while (result1 == -EINPROGRESS || result2 == -EINPROGRESS) { in test_pair_jobs()
187 g_assert_cmpint(result1, ==, expected1); in test_pair_jobs()
217 int result1 = -EINPROGRESS; in test_pair_jobs_fail_cancel_race() local
221 job1 = test_block_job_start(1, true, -ECANCELED, &result1, txn); in test_pair_jobs_fail_cancel_race()
236 while (result1 == -EINPROGRESS || result2 == -EINPROGRESS) { in test_pair_jobs_fail_cancel_race()
240 g_assert_cmpint(result1, ==, -ECANCELED); in test_pair_jobs_fail_cancel_race()
/openbmc/qemu/target/tricore/
H A Dop_helper.c315 int64_t result0, result1; in helper_addr_h_ssov() local
322 result1 = r2_high + mul_res1 + 0x8000; in helper_addr_h_ssov()
326 avf1 = result1 * 2u; in helper_addr_h_ssov()
327 avf1 = result1 ^ avf1; in helper_addr_h_ssov()
337 if (result1 > INT32_MAX) { in helper_addr_h_ssov()
339 result1 = INT32_MAX; in helper_addr_h_ssov()
340 } else if (result1 < INT32_MIN) { in helper_addr_h_ssov()
342 result1 = INT32_MIN; in helper_addr_h_ssov()
351 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_addr_h_ssov()
361 int64_t result0, result1; in helper_addsur_h_ssov() local
[all …]
/openbmc/linux/sound/core/
H A Disadma.c72 unsigned int result, result1; in snd_dma_pointer() local
84 result1 = get_dma_residue(dma); in snd_dma_pointer()
88 if (unlikely(result < result1)) in snd_dma_pointer()
89 result = result1; in snd_dma_pointer()
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_isadma.c103 unsigned int result1; in comedi_isadma_poll() local
115 result1 = get_dma_residue(desc->chan); in comedi_isadma_poll()
120 if (result < result1) in comedi_isadma_poll()
121 result = result1; in comedi_isadma_poll()
/openbmc/linux/drivers/memory/tegra/
H A Dtegra20.c486 unsigned int *result1) in tegra20_mc_stat_events() argument
508 *result1 = stat.gather1.result; in tegra20_mc_stat_events()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2300 int result, result1, result2; in hfa384x_drvr_start() local
2352 result1 = hfa384x_cmd_initialize(hw); in hfa384x_drvr_start()
2356 if (result1 != 0) { in hfa384x_drvr_start()
2360 result1, result2); in hfa384x_drvr_start()
2365 result1); in hfa384x_drvr_start()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h652 unsigned char result1; member
/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c1353 if (selfTestCmd.resp.result1 != 0x55) { in HpmfwupgActivationStage()
1358 selfTestCmd.resp.result1); in HpmfwupgActivationStage()
2106 pCtx->resp.result1); in HpmfwupgQuerySelftestResult()
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp1072 auto result1 = pldm_entity_association_tree_find(tree, &entity); in TEST() local
1073 EXPECT_EQ(result1, l5a); in TEST()
1076 tree, &entities[7], 0, result1, PLDM_ENTITY_ASSOCIAION_PHYSICAL, false, in TEST()