Searched refs:out_count (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/tests/kits/translation/
H A DTranslatorTest.cpp53 virtual const translation_format *InputFormats(int32 *out_count) const;
54 virtual const translation_format *OutputFormats(int32 *out_count) const;
71 BTranslatorTester::InputFormats(int32 *out_count) const
73 if (out_count) *out_count = 0;
78 BTranslatorTester::OutputFormats(int32 *out_count) const
80 if (out_count) *out_count = 0;
/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.h44 int out_count, uint8 *in, int in_count, bigtime_t timeout);
77 int out_count, uint8 *in, int in_count, bigtime_t timeout);
80 int out_count, uint8 *in, int in_count);
82 int out_count, uint8 *in, int in_count, bigtime_t timeout);
H A Dps2_common.h67 extern status_t ps2_command(uint8 cmd, const uint8 *out, int out_count,
H A Dps2_dev.cpp360 int out_count, uint8 *in, int in_count, bigtime_t timeout)
368 "dev %s\n", cmd, out_count, in_count, dev->name);
369 for (i = 0; i < out_count; i++)
387 for (i = -1; res == B_OK && i < out_count; i++) {
478 ps2_dev_command(ps2_dev *dev, uint8 cmd, const uint8 *out, int out_count, argument
481 return ps2_dev_command_timeout(dev, cmd, out, out_count, in, in_count,
488 int out_count, uint8 *in, int in_count, bigtime_t timeout)
490 return dev->command(dev, cmd, out, out_count, in, in_count, timeout);
359 standard_command_timeout(ps2_dev *dev, uint8 cmd, const uint8 *out, int out_count, uint8 *in, int in_count, bigtime_t timeout) argument
487 ps2_dev_command_timeout(ps2_dev *dev, uint8 cmd, const uint8 *out, int out_count, uint8 *in, int in_count, bigtime_t timeout) argument
H A Dps2_synaptics.h72 int out_count, uint8 *in, int in_count, bigtime_t timeout);
/haiku-fatelf/src/kits/translation/
H A DFuncTranslator.h45 virtual const translation_format *InputFormats(int32 *out_count) const;
46 virtual const translation_format *OutputFormats(int32 *out_count) const;
/haiku-fatelf/src/add-ons/translators/shared/
H A DBaseTranslator.h63 virtual const translation_format *InputFormats(int32 *out_count)
68 virtual const translation_format *OutputFormats(int32 *out_count)
H A DBaseTranslator.cpp186 // Parameters: out_count, The number of input formats
192 // formats through the out_count parameter
195 BaseTranslator::InputFormats(int32 *out_count) const
197 if (out_count) {
198 *out_count = fInputCount;
212 // Parameters: out_count, The number of output formats
218 // formats through the out_count parameter
221 BaseTranslator::OutputFormats(int32 *out_count) const
223 if (out_count) {
224 *out_count
[all...]
/haiku-fatelf/src/bin/bc/bc/
H A Dglobal.h48 EXTERN int out_count; variable
H A Dutil.c250 out_count = 2;
270 out_count += strlen(str);
271 if (out_count > 60)
274 out_count = 0;
293 out_count = 0;
/haiku-fatelf/src/bin/
H A Dlistarea.c68 areaInfo.out_count);
/haiku-fatelf/src/bin/coreutils/src/
H A Dcsplit.c1270 size_t out_count = 0; local
1276 out_count++;
1280 out_count++;
1288 out_count += get_format_flags (&format);
1293 out_count += MAX (width, prec);
1303 return out_count;
/haiku-fatelf/src/bin/compress/
H A Dcompress.c932 long int out_count = 0; /* # of codes output (for debugging) */ variable
970 out_count = 0;
1023 out_count++;
1040 out_count++;
1050 in_count, out_count, bytes_out );
/haiku-fatelf/headers/os/kernel/
H A DOS.h62 uint32 out_count; member in struct:area_info
/haiku-fatelf/src/system/kernel/vm/
H A Dvm.cpp4787 info->out_count = 0;

Completed in 231 milliseconds