Home
last modified time | relevance | path

Searched refs:last_val (Results 1 – 25 of 779) sorted by relevance

12345678910>>...32

/dports/benchmarks/fio/fio-3.29/lib/
H A Dlfsr.c90 case 15: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next()
92 case 14: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next()
94 case 13: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next()
96 case 12: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next()
98 case 11: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next()
100 case 10: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next()
102 case 9: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next()
104 case 8: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next()
155 *off = fl->last_val; in lfsr_next()
240 fl->last_val = seed & bitmask; in lfsr_reset()
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dxi.c1045 last_val = current ; in s2dsc_array()
1061 last_val = current ; in i2dsc_array()
1077 last_val = current ; in f2dsc_array()
1093 last_val = current ; in d2dsc_array()
1104 { short last_val ; in dles2s_array() local
1119 { short last_val ; in dles2i_array() local
1134 { short last_val ; in dles2f_array() local
1149 { short last_val ; in dles2d_array() local
1175 last_val = src [k] ; in s2dles_array()
1208 last_val = current ; in f2dles_array()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/interval_multiset/
H A Dnacl_interval_test.c61 uint32_t last_val; member
107 &op->opcode, &op->first_val, &op->last_val, in ReadOp()
118 op->opcode, op->first_val, op->last_val, op->expected_output); in WriteOp()
144 op->first_val, op->last_val, in AddInterval()
176 op->last_val = op->first_val + (rand() % g_max_random_region_size); in GenerateRandomOp()
177 } while (op->first_val > op->last_val); in GenerateRandomOp()
184 op->last_val = extant_intervals[ix].last_val; in GenerateRandomOp()
189 op->opcode, op->first_val, op->last_val, op->expected_output); in GenerateRandomOp()
321 oper.last_val); in main()
326 oper.last_val); in main()
[all …]
H A Dnacl_interval_list.c45 uint32_t last_val) { in NaClIntervalListMultisetAddInterval() argument
55 interval->range_right = last_val; in NaClIntervalListMultisetAddInterval()
63 uint32_t last_val) { in NaClIntervalListMultisetRemoveInterval() argument
71 if (p->range_left == first_val && last_val == p->range_right) { in NaClIntervalListMultisetRemoveInterval()
78 first_val, last_val); in NaClIntervalListMultisetRemoveInterval()
84 uint32_t last_val) { in NaClIntervalListMultisetOverlapsWith() argument
90 if (p->range_left <= last_val && first_val <= p->range_right) { in NaClIntervalListMultisetOverlapsWith()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/python_modules/disk/
H A Ddiskstat.py69 last_val = {} variable
278 if dev not in last_val:
279 last_val[dev] = {}
324 global stats, last_val
331 if key in last_val[dev] and interval > 0:
333 if val < last_val[dev][key]:
341 last_val[dev][key] = int(val)
346 global stats, last_val
358 global stats, last_val
360 if key in last_val[dev]:
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Dsubs.c48 static int last_val=0; in subs_steering_1() local
54 delta=this_val-last_val; in subs_steering_1()
55 last_val=this_val; in subs_steering_1()
77 static int last_val=0; in subs_steering_2() local
83 delta=this_val-last_val; in subs_steering_2()
84 last_val=this_val; in subs_steering_2()
H A Dsprint2.c213 static int last_val=0; in READ_HANDLER() local
219 delta=this_val-last_val; in READ_HANDLER()
220 last_val=this_val; in READ_HANDLER()
242 static int last_val=0; in READ_HANDLER() local
247 delta=this_val-last_val; in READ_HANDLER()
248 last_val=this_val; in READ_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dsubs_machine.c45 static int last_val=0; in subs_steering_1() local
51 delta=this_val-last_val; in subs_steering_1()
52 last_val=this_val; in subs_steering_1()
74 static int last_val=0; in subs_steering_2() local
80 delta=this_val-last_val; in subs_steering_2()
81 last_val=this_val; in subs_steering_2()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dsubs_machine.c45 static int last_val=0; in subs_steering_1() local
51 delta=this_val-last_val; in subs_steering_1()
52 last_val=this_val; in subs_steering_1()
74 static int last_val=0; in subs_steering_2() local
80 delta=this_val-last_val; in subs_steering_2()
81 last_val=this_val; in subs_steering_2()
/dports/emulators/kcemu/KCemu-0.5.1/src/kc/
H A Dvis.cc134 static byte_t last_val = 0; in out() local
163 if ((last_val == 0x12) && (val == 0x00)) in out()
165 else if ((last_val == 0x10) && (val == 0x00)) in out()
167 else if ((last_val == 0x12) && (val == 0x01)) in out()
169 else if ((last_val == 0x10) && (val == 0x01)) in out()
171 else if ((last_val == 0x10) && (val == 0x02)) in out()
184 last_val = val; in out()
/dports/games/tads/tads-3.0.8/tads3/
H A Dgameinfo.cpp281 tads_valinfo *last_val; in parse_file() local
284 for (last_val = first_val_ ; last_val != 0 && last_val->nxt != 0 ; in parse_file()
285 last_val = last_val->nxt) ; in parse_file()
470 if (last_val != 0) in parse_file()
471 last_val->nxt = val_info; in parse_file()
474 last_val = val_info; in parse_file()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/python_modules/process/
H A Dprocstat.py116 last_val = {}
272 global last_update, stats, last_val
288 if not proc in last_val:
289 last_val[proc] = {}
314 if 'cpu_time' in last_val[proc]:
315 logging.debug(' last_val: ' + str(last_val[proc]))
316 …ging.debug(' calc: 100 * ' + str(proc_time - last_val[proc]['proc_time']) + ' / ' + str(cpu_time -…
317 …stats[proc]['cpu'] = 100 * (proc_time - last_val[proc]['proc_time']) / float((cpu_time - last_val[…
323 last_val[proc]['cpu_time'] = cpu_time
324 last_val[proc]['proc_time'] = proc_time
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/instrumentation/
H A Djson_perf_parser.py84 last_val = 0
112 last_val = val
116 if last_val > 0:
117 delta = val - last_val
127 last_val = val
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/instrumentation/
H A Djson_perf_parser.py84 last_val = 0
112 last_val = val
116 if last_val > 0:
117 delta = val - last_val
127 last_val = val
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/instrumentation/
H A Djson_perf_parser.py85 last_val = 0
113 last_val = val
117 if last_val > 0:
118 delta = val - last_val
128 last_val = val
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/instrumentation/
H A Djson_perf_parser.py84 last_val = 0
112 last_val = val
116 if last_val > 0:
117 delta = val - last_val
127 last_val = val
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/android/pylib/
H A Djson_perf_parser.py84 last_val = 0
112 last_val = val
116 if last_val > 0:
117 delta = val - last_val
127 last_val = val
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/android/pylib/
H A Djson_perf_parser.py84 last_val = 0
112 last_val = val
116 if last_val > 0:
117 delta = val - last_val
127 last_val = val
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/build/android/pylib/
H A Djson_perf_parser.py84 last_val = 0
112 last_val = val
116 if last_val > 0:
117 delta = val - last_val
127 last_val = val
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/android/pylib/
H A Djson_perf_parser.py84 last_val = 0
112 last_val = val
116 if last_val > 0:
117 delta = val - last_val
127 last_val = val
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/android/pylib/
H A Djson_perf_parser.py84 last_val = 0
112 last_val = val
116 if last_val > 0:
117 delta = val - last_val
127 last_val = val
/dports/lang/parrot/parrot-8.1.0/lib/Parrot/
H A DH2inc.pm48 my ( %values, $last_val, $cur, $or_continues );
70 $last_val = -1;
101 $values{$k} = $last_val = $v;
119 $values{$k} = $last_val = $v;
130 $values{$k} = $last_val = $v;
135 my $v = $values{$k} = ++$last_val;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/bcm/
H A Dclk-bcm53573-ilp.c48 u32 last_val, cur_val; in bcm53573_ilp_recalc_rate() local
56 regmap_read(regmap, PMU_XTAL_FREQ_RATIO, &last_val); in bcm53573_ilp_recalc_rate()
57 last_val &= XTAL_ALP_PER_4ILP; in bcm53573_ilp_recalc_rate()
68 if (cur_val != last_val) { in bcm53573_ilp_recalc_rate()
73 last_val = cur_val; in bcm53573_ilp_recalc_rate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/bcm/
H A Dclk-bcm53573-ilp.c48 u32 last_val, cur_val; in bcm53573_ilp_recalc_rate() local
56 regmap_read(regmap, PMU_XTAL_FREQ_RATIO, &last_val); in bcm53573_ilp_recalc_rate()
57 last_val &= XTAL_ALP_PER_4ILP; in bcm53573_ilp_recalc_rate()
68 if (cur_val != last_val) { in bcm53573_ilp_recalc_rate()
73 last_val = cur_val; in bcm53573_ilp_recalc_rate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/bcm/
H A Dclk-bcm53573-ilp.c48 u32 last_val, cur_val; in bcm53573_ilp_recalc_rate() local
56 regmap_read(regmap, PMU_XTAL_FREQ_RATIO, &last_val); in bcm53573_ilp_recalc_rate()
57 last_val &= XTAL_ALP_PER_4ILP; in bcm53573_ilp_recalc_rate()
68 if (cur_val != last_val) { in bcm53573_ilp_recalc_rate()
73 last_val = cur_val; in bcm53573_ilp_recalc_rate()

12345678910>>...32