Searched refs:values (Results 101 - 125 of 165) sorted by relevance

1234567

/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c242 static uchar values[] = { local
264 uchar * ptr = values;
266 while (ptr < values+sizeof(values)) {
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.h108 return param.values[0];
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityView.h114 DataHistory* values, int64 value);
/haiku-fatelf/src/bin/less/
H A Dos.c34 #include <values.h>
163 * Certain values of errno indicate we should just retry the read.
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DSettings.h113 return param.values[0];
/haiku-fatelf/src/tests/system/libroot/os/
H A DDriverSettingsTest.cpp101 printf(" \"%s\"", parameter.values[i]);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h425 void emuxki_gpr_set(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values);
426 void emuxki_gpr_get(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values);
H A Demuxki.c1731 // 87 values from 0.0dB to -xdB (-0.75dB each)
1750 emuxki_gpr_set(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values) argument
1760 gpr->mute = (values[0] == 1.0);
1767 values[i] = gpr->current[i];
1771 if (values[i]>gpr->max_gain || values[i]<gpr->min_gain)
1773 index = (int32)(values[i] / gpr->granularity);
1779 LOG(("emuxki_set_gpr values[i]: %g \n", values[i]));
1791 emuxki_gpr_get(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values) argument
1831 float values[2]; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp14 // The parameter values that shall be evaluated to true.
438 return (fParameter ? fParameter->values : 0);
447 return fParameter->values[index];
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlcatalog.c297 printf("\tdel 'values' : remove values\n");
323 \t--del 'values' : remove values\n\
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_davicom/
H A DDavicomDevice.cpp1097 uint8 values[2] = { 0 }; local
1098 result = _ReadRegister(RegEPDRL, 2, values);
1104 *data = values[0] | values[1] << 8;
1120 uint8 values[] = { data & 0xff, ( data >> 8 ) & 0xff }; local
1121 result = _WriteRegister(RegEPDRL, sizeof(uint16), values);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dvalues.c1 /* Low level packing and unpacking of values for GDB, the GNU Debugger.
52 /* The value-history records all the values printed
54 records 60 consecutive values. The first chunk on
55 the chain records the most recent values.
56 The total number of values is in value_history_count. */
63 struct value *values[VALUE_HISTORY_CHUNK]; member in struct:value_history_chunk
126 /* Return a mark in the value chain. All values allocated after the
135 /* Free all values allocated since MARK was obtained by value_mark
151 /* Free all the values that have been allocated (except for those released).
193 /* Release all values u
[all...]
H A Dgdbarch.sh954 values from the previously selected architecture for this
965 The DUMP_TDEP function shall print out all target specific values.
1019 basic initialization using values obtained from the INFO andTDEP
1115 registered. NULL DATA and/or INIT values can be specified.
1227 /* Multi-arch values.
1246 variable (base values on the host's c-type system).
1270 /* The default architecture uses host values (for want of a better
1293 /* Multi-arch values */
1325 values are not influenced by the previous architecture. Once
1405 /* Ensure that all values i
[all...]
/haiku-fatelf/src/kits/interface/layouter/
H A DComplexLayouter.cpp242 // previous constraint exists -- use stricter values
420 double values[fElementCount]; local
422 values[i] = sums[i + 1].min - sums[i].min;
427 TRACE("%8.4f %8.4f\n", values[i], realSizes[i]);
432 if (!fOptimizer->Solve(realSizes, size, values))
440 // integer values, the integer solution will therefore satisfy all
447 realSum += values[i];
454 TRACE("x[%ld] = %8.4f %4ld\n", i, values[i], sizes[i]);
718 // backup old values, in case we detect a conflict later
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ice1712/
H A Dmulti.c530 multi_mix_value *mmv = &(data->values[i]);
565 multi_mix_value *mmv = &(data->values[i]);
758 create_combo_control(multi_mix_control **p_mmc, const char *values[], argument
779 //The values
780 for (i = 0; values[i] != NULL; i++) {
784 strcpy(mmc->name, values[i]);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DJournal.cpp444 array->values[i] = fVolume->ToBlock(logEntry->RunAt(i));
447 set_blocks_info(fVolume->Device(), &array->values[0],
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c1486 values later, in elf_xtensa_finish_dynamic_sections, but we
2187 /* Update some already cached values. */
4064 /* r_reloc: relocation values. */
4066 /* Through the relaxation process, we need to keep track of the values
4306 /* Literal values and value hash tables. */
4418 value_map_hash_table *values;
4420 values = (value_map_hash_table *)
4422 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
4423 values->count = 0;
4424 values
4403 value_map_hash_table *values; local
5798 static value_map_hash_table *values = NULL; local
7039 compute_removed_literals(bfd *abfd, asection *sec, struct bfd_link_info *link_info, value_map_hash_table *values) argument
7302 identify_literal_placement(bfd *abfd, asection *sec, bfd_byte *contents, struct bfd_link_info *link_info, value_map_hash_table *values, bfd_boolean *last_loc_is_prev_p, Elf_Internal_Rela *irel, int remaining_src_rels, source_reloc *rel, property_table_entry *prop_table, int ptblsize, section_cache_t *target_sec_cache, bfd_boolean is_abs_literal) argument
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrtol.c124 /* True if negative values of the signed integer type T use two's
135 /* The maximum and minimum values for the integer type T. These
176 used. To access the values we have to redefine the _NL_CURRENT
181 (current->values[_NL_ITEM_INDEX (item)].string)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrtol.c125 /* True if negative values of the signed integer type T use two's
136 /* The maximum and minimum values for the integer type T. These
177 used. To access the values we have to redefine the _NL_CURRENT
182 (current->values[_NL_ITEM_INDEX (item)].string)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/haiku-fatelf/src/bin/patch/
H A Dquotearg.c135 Return the old value. Currently, the only values defined for I are
324 to allow for future extensions (using negative values). */
/haiku-fatelf/src/libs/ncurses/c++/
H A Detip.h124 # include <values.h>
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dlisp.c220 /* multiple values */
223 static list *values; /* multiple values here */ variable
224 static int valuec; /* number of values here */
594 if (valuec > 1 && null(values[1])) {
661 if (valuec > 1 && null(values[1])) {
713 if (valuec > 1 && null(values[1])) {
997 /* multiple values returning buffer */
999 values = (list *)calloc(MAXVALUES, sizeof(list));
1000 if (values) {
[all...]
/haiku-fatelf/src/kits/interface/
H A DChannelControl.cpp429 BChannelControl::SetAllValue(int32 values) argument
433 int32 limitedValue = max_c(values, MinLimitList()[i]);
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrtol.c182 used. To access the values we have to redefine the _NL_CURRENT
187 (current->values[_NL_ITEM_INDEX (item)].string)

Completed in 349 milliseconds

1234567