Searched refs:values (Results 26 - 50 of 119) sorted by relevance

12345

/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c31 es1370_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) {
45 values[0] = info->max_gain - gain;
47 values[0] = gain - info->min_gain;
52 values[1] = info->max_gain - gain;
54 values[1] = gain - info->min_gain;
59 values[0] = info->max_gain - gain;
61 values[0] = gain - info->min_gain;
69 values[0] = ((value >> 15) == 1) ? 1.0 : 0.0;
76 values[0] = ((value >> 6) == 1) ? 1.0 : 0.0;
83 values[
204 float values[2]; local
214 float values[1]; local
220 float values[1]; local
257 float values[2]; local
277 float values[1]; local
284 float values[1]; local
[all...]
/haiku/src/tests/kits/locale/
H A DRelativeDateTimeFormatTest.cpp64 static const Value values[] = { local
99 for (int i = 0; values[i].language != NULL; i++) {
103 BLanguage language(values[i].language);
104 BFormattingConventions formatting(values[i].convention);
107 result = format.Format(output, time(NULL) + values[i].timeDelta);
109 CPPUNIT_ASSERT_EQUAL(BString(values[i].relativeDate), output);
H A DDateFormatTest.cpp128 static const Value values[] = { local
141 for (int i = 0; values[i].language != NULL; i++) {
144 BLanguage language(values[i].language);
145 BFormattingConventions formatting(values[i].convention);
146 BTimeZone timeZone(values[i].timeZone);
151 result = dateFormat.Format(output, values[i].time, B_SHORT_DATE_FORMAT,
154 CPPUNIT_ASSERT_EQUAL(BString(values[i].shortDate), output);
156 result = dateFormat.Format(output, values[i].time, B_LONG_DATE_FORMAT,
159 CPPUNIT_ASSERT_EQUAL(BString(values[i].longDate), output);
161 result = timeFormat.Format(output, values[
[all...]
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlc-ctype.c50 __ctype32_wctype[cnt] = _nl_global_locale.__locales[LC_CTYPE]->values[offset + cnt].string;
54 __ctype32_wctrans[cnt] = _nl_global_locale.__locales[LC_CTYPE]->values[offset + cnt].string;
H A Dlocaleinfo.h32 // LC_* values
73 values __flexarr; /* Items, usually pointers into `filedata'. */
174 (_NL_CURRENT_DATA (category)->values[_NL_ITEM_INDEX (item)].string)
178 ((wchar_t *) _NL_CURRENT_DATA (category)->values[_NL_ITEM_INDEX (item)].wstr)
182 ((uint32_t) _NL_CURRENT_DATA (category)->values[_NL_ITEM_INDEX (item)].word)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A Dsettings_tools.cpp78 free(parameter->values[index]);
80 free(parameter->values);
126 to->values = (char**) malloc(from->value_count * sizeof(char*));
128 to->values = NULL;
131 to->values[index] = strdup(from->values[index]);
173 char **old = to->values;
175 to->values = (char**) malloc((oldCount + 1) * sizeof(char*));
177 if (!to->values) {
178 to->values
[all...]
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.h24 void TestList(List &list, typename List::ValueType *values, int valueCount);
H A DVectorTest.h26 void TestList(List &list, typename List::ValueType *values, int valueCount);
/haiku/3rdparty/kallisti5/
H A DlicenseReport.rb28 entry.values.first.each do |pattern|
/haiku/src/libs/linprog/
H A DLayoutOptimizer.h42 double* values) const;
48 bool _Solve(double* values);
51 void _SetResult(const double* x, double* values);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c53 auich_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
67 values[0] = info->max_gain - gain;
69 values[0] = gain - info->min_gain;
74 values[1] = info->max_gain - gain;
76 values[1] = gain - info->min_gain;
81 values[0] = info->max_gain - gain;
83 values[0] = gain - info->min_gain;
91 values[0] = ((value >> 15) == 1) ? 1.0 : 0.0;
98 values[0] = ((value >> 6) == 1) ? 1.0 : 0.0;
105 values[
112 auich_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) argument
410 float values[2]; local
420 float values[1]; local
426 float values[1]; local
464 float values[2]; local
484 float values[1]; local
491 float values[1]; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c48 auvia_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
62 values[0] = info->max_gain - gain;
64 values[0] = gain - info->min_gain;
69 values[1] = info->max_gain - gain;
71 values[1] = gain - info->min_gain;
76 values[0] = info->max_gain - gain;
78 values[0] = gain - info->min_gain;
86 values[0] = ((value >> 15) == 1) ? 1.0 : 0.0;
93 values[0] = ((value >> 6) == 1) ? 1.0 : 0.0;
100 values[
106 auvia_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) argument
414 float values[2]; local
424 float values[1]; local
430 float values[1]; local
468 float values[2]; local
488 float values[1]; local
495 float values[1]; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_multi.cpp188 geode_ac97_get_mix(geode_controller *controller, const void *cookie, int32 type, float *values) { argument
201 values[0] = info->max_gain - gain;
203 values[0] = gain - info->min_gain;
208 values[1] = info->max_gain - gain;
210 values[1] = gain - info->min_gain;
215 values[0] = info->max_gain - gain;
217 values[0] = gain - info->min_gain;
225 values[0] = ((value >> 15) == 1) ? 1.0 : 0.0;
232 values[0] = ((value >> 6) == 1) ? 1.0 : 0.0;
239 values[
246 geode_ac97_set_mix(geode_controller *controller, const void *cookie, int32 type, float *values) argument
573 float values[2]; local
583 float values[1]; local
589 float values[1]; local
624 float values[2]; local
644 float values[1]; local
651 float values[1]; local
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A Dpll.c436 const display_mode *mode, const pll_dividers *dividers, pll_regs *values )
438 values->dot_clock_freq = dividers->freq;
439 values->feedback_div = dividers->feedback;
440 values->post_div = dividers->post;
441 values->pll_output_freq = dividers->freq * dividers->post;
443 values->ppll_ref_div = dividers->ref;
444 values->ppll_div_3 = (dividers->feedback | (dividers->post_code << 16));
446 values->htotal_cntl = mode->timing.h_total & 7;
449 values->dot_clock_freq, values
[all...]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp210 VariablesViewState::SetValues(StackFrameValues* values) argument
212 if (fValues == values)
218 fValues = values;
226 VariablesViewState::SetExpressionValues(ExpressionValues* values) argument
228 if (fExpressionValues == values)
234 fExpressionValues = values;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DDefaultChartAxisLegendSource.cpp17 ChartLegend** legends, double* values, int32 maxLegends)
55 values[count++] = value;
92 values[count++] = value;
16 GetAxisLegends(const ChartDataRange& range, ChartLegend** legends, double* values, int32 maxLegends) argument
H A DBigtimeChartAxisLegendSource.cpp17 ChartLegend** legends, double* values, int32 maxLegends)
74 values[count++] = (double)time;
16 GetAxisLegends(const ChartDataRange& range, ChartLegend** legends, double* values, int32 maxLegends) argument
H A DNanotimeChartAxisLegendSource.cpp18 ChartLegend** legends, double* values, int32 maxLegends)
75 values[count++] = (double)time;
17 GetAxisLegends(const ChartDataRange& range, ChartLegend** legends, double* values, int32 maxLegends) argument
/haiku/src/tests/add-ons/kernel/file_systems/bfs/array/
H A DsmallArray.cpp29 array->Remove(array->values[index]);
/haiku/headers/os/drivers/
H A Ddriver_settings.h11 char **values; member in struct:driver_parameter
/haiku/headers/private/fs_shell/
H A Dfssh_driver_settings.h11 char **values; member in struct:fssh_driver_parameter
/haiku/headers/build/os/drivers/
H A Ddriver_settings.h11 char **values; member in struct:driver_parameter
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c49 emuxki_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
63 values[0] = info->max_gain - gain;
65 values[0] = gain - info->min_gain;
70 values[1] = info->max_gain - gain;
72 values[1] = gain - info->min_gain;
77 values[0] = info->max_gain - gain;
79 values[0] = gain - info->min_gain;
87 values[0] = ((value >> 15) == 1) ? 1.0 : 0.0;
94 values[0] = ((value >> 6) == 1) ? 1.0 : 0.0;
101 values[
107 emuxki_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) argument
179 emuxki_gpr_get_mix(void *card, const void *cookie, int32 type, float *values) argument
184 emuxki_gpr_set_mix(void *card, const void *cookie, int32 type, float *values) argument
189 emuxki_parameter_get_mix(void *card, const void *cookie, int32 type, float *values) argument
196 emuxki_parameter_set_mix(void *card, const void *cookie, int32 type, float *values) argument
544 float values[2]; local
554 float values[1]; local
560 float values[1]; local
598 float values[2]; local
618 float values[1]; local
625 float values[1]; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp68 echo_channel_get_mix(void *card, MIXER_AUDIO_CHANNEL channel, int32 type, float *values) { argument
93 values[0] = (float)function[0].Data.iLevel / 256;
94 values[1] = (float)function[1].Data.iLevel / 256;
96 values[0] = function[0].Data.bMuteOn ? 1.0 : 0.0;
98 values[0] = function[0].Data.iNominal == 4 ? 1.0 : 0.0;
108 echo_channel_set_mix(void *card, MIXER_AUDIO_CHANNEL channel, int32 type, float *values) { argument
117 function[0].Data.iLevel = (int)(values[0] * 256);
119 function[1].Data.iLevel = (int)(values[1] * 256);
122 function[0].Data.bMuteOn = values[0] == 1.0;
124 function[1].Data.bMuteOn = values[
267 float values[2]; local
277 float values[1]; local
283 float values[1]; local
322 float values[2]; local
342 float values[1]; local
349 float values[1]; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1893 _AudioControl* control = Find(ID_FROM_CTLID(Info->values[i].id));
1896 ID_FROM_CTLID(Info->values[i].id));
1902 switch(CS_FROM_CTLID(Info->values[i].id)) {
1912 "ignored.\n", ID_FROM_CTLID(Info->values[i].id),
1913 CS_FROM_CTLID(Info->values[i].id));
1925 ID_FROM_CTLID(Info->values[i].id), control->SubType());
1932 REQ_VALUE(Info->values[i].id), REQ_INDEX(Info->values[i].id),
1937 REQ_VALUE(Info->values[i].id), REQ_INDEX(Info->values[
[all...]

Completed in 96 milliseconds

12345