Searched refs:input (Results 226 - 250 of 373) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp451 // create a debug input stream
452 BDebugEventInputStream input; local
453 error = input.SetTo(eventData, eventDataSize, false);
475 ssize_t bufferSize = input.ReadNextEvent(&event, &cpu, &buffer,
603 BDebugEventInputStream input; local
604 status_t error = input.SetTo(eventData, eventDataSize, false);
614 ssize_t bufferSize = input.ReadNextEvent(&event, &cpu, &buffer, NULL);
630 error = input.SetTo(eventData, eventDataSize, false);
643 input.ReadNextEvent(&event, &cpu, &buffer, &offset);
/haiku-fatelf/src/bin/bash/support/
H A Dxenix-link.sh76 mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o \
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-np.px142 input => \%urls,
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duudecode.bas3 1010 REM Trap error opening input file
9 1070 INPUT "Enter name of input file: ", INFILE$
63 1610 PRINT "Can't open input file"
/haiku-fatelf/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp103 return "Audio input";
219 int32 input = widget.inputs[i]; local
222 offset += sprintf(buffer + offset, "%ld ", input);
224 offset += sprintf(buffer + offset, "<%ld> ", input);
233 dump_widget_amplifier_capabilities(hda_widget& widget, bool input) argument
236 if (input)
245 "%ld\n", input ? "In" : "Out",
598 int32 input = (response >> (shift * (i % valuesPerEntry))) local
601 if (input & rangeMask) {
603 input
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp708 const char *input = (const char *)buffer;
711 if (input[i] < ' ')
712 dprintf("(%d:0x%x)", input[i], input[i]);
714 dprintf("%c", input[i]);
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/liba52/
H A Ddownmix.c34 int a52_downmix_init (int input, int flags, sample_t * level, argument
67 output = table[output][input & 7];
70 ((input == A52_DOLBY) || ((input == A52_3F) && (clev == LEVEL_3DB))))
74 switch (CONVERT (input & 7, output)) {
/haiku-fatelf/src/kits/media/
H A DSoundPlayer.cpp78 const media_input* input, BufferPlayerFunc playerFunction,
95 _Init(&toNode, format, name, input, playerFunction, eventNotifierFunction,
135 TRACE("BSoundPlayer::~BSoundPlayer: Error releasing input node: "
720 const media_input* input, BufferPlayerFunc playerFunction,
798 if (!input) {
807 TRACE("BSoundPlayer::_Init: Couldn't find a free input\n");
812 _input = *input;
76 BSoundPlayer(const media_node& toNode, const media_multi_audio_format* format, const char* name, const media_input* input, BufferPlayerFunc playerFunction, EventNotifierFunc eventNotifierFunction, void* cookie) argument
718 _Init(const media_node* node, const media_multi_audio_format* format, const char* name, const media_input* input, BufferPlayerFunc playerFunction, EventNotifierFunc eventNotifierFunction, void* cookie) argument
/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c99 const char *in; /* glob to path for input files */
294 * @input: an xmlParserInputPtr input
296 * Displays current context within the input content for error tracking
300 xmlParserPrintFileContextInternal(xmlParserInputPtr input ,
307 if (input == NULL) return;
308 cur = input->cur;
309 base = input->base;
321 col = input->cur - cur;
359 xmlParserInputPtr input local
2304 FILE *input; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp525 // then the second, third..., followed by the first input
527 // channels and input bus channels and finally auxillary channels,
597 case 192000: data->output.rate = data->input.rate = B_SR_192000; break;
598 case 96000: data->output.rate = data->input.rate = B_SR_96000; break;
599 case 48000: data->output.rate = data->input.rate = B_SR_48000; break;
600 case 44100: data->output.rate = data->input.rate = B_SR_44100; break;
603 case 8: data->input.format = data->output.format = B_FMT_8BIT_U; break;
604 case 16: data->input.format = data->output.format = B_FMT_16BIT; break;
605 case 24: data->input.format = data->output.format = B_FMT_24BIT; break;
606 case 32: data->input
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex_internal.c929 re_string_context_at (const re_string_t *input, Idx idx, int eflags)
933 /* In this case, we use the value stored in input->tip_context,
934 since we can't know the character in input->mbs[-1] here. */
935 return input->tip_context;
936 if (BE (idx == input->len, 0))
940 if (input->mb_cur_max > 1)
944 while(input->wcs[wc_idx] == WEOF)
952 return input->tip_context;
954 wc = input->wcs[wc_idx];
955 if (BE (input
928 re_string_context_at(const re_string_t *input, Idx idx, int eflags) argument
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex_internal.c924 re_string_context_at (const re_string_t *input, Idx idx, int eflags)
928 /* In this case, we use the value stored in input->tip_context,
929 since we can't know the character in input->mbs[-1] here. */
930 return input->tip_context;
931 if (BE (idx == input->len, 0))
935 if (input->mb_cur_max > 1)
939 while(input->wcs[wc_idx] == WEOF)
947 return input->tip_context;
949 wc = input->wcs[wc_idx];
950 if (BE (input
923 re_string_context_at(const re_string_t *input, Idx idx, int eflags) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dgdb-mi.el29 ;; state of your program. It separates the input/output of your program from
139 (setq comint-input-sender 'gdbmi-send)
163 (gdb-enqueue-input (list "-gdb-set new-console off\n" 'ignore)))
165 (gdb-enqueue-input (list "list main\n" 'ignore)) ; C program
166 (gdb-enqueue-input (list "list MAIN__\n" 'ignore)) ; Fortran program
167 (gdb-enqueue-input (list "info source\n" 'gdbmi-source-info))
176 (gdb-enqueue-input
178 (gdb-enqueue-input
262 (let ((input (gdb-dequeue-input)))
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c911 re_string_context_at (const re_string_t *input, int idx, int eflags)
915 /* In this case, we use the value stored in input->tip_context,
916 since we can't know the character in input->mbs[-1] here. */
917 return input->tip_context;
918 if (BE (idx == input->len, 0))
922 if (input->mb_cur_max > 1)
926 while(input->wcs[wc_idx] == WEOF)
934 return input->tip_context;
936 wc = input->wcs[wc_idx];
937 if (BE (input
910 re_string_context_at(const re_string_t *input, int idx, int eflags) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp234 printf("input rates:\t\t\t0x%lx\n", sDescription.input_rates);
242 printf("input formats:\t\t\t0x%lx\n", sDescription.input_formats);
306 formatInfo.input.rate = formatInfo.output.rate;
307 formatInfo.input.cvsr = formatInfo.output.cvsr;
308 formatInfo.input.format = formatInfo.output.format;
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h44 * The parser tries to always have that amount of input ready.
302 xmlParserInputPtr input,
326 xmlParserInputPtr input);
330 xmlFreeInputStream (xmlParserInputPtr input);
H A Dxmlschemas.h172 xmlParserInputBufferPtr input,
/haiku-fatelf/headers/private/media/
H A DServerInterface.h322 media_input input; member in struct:server_set_node_request
872 media_input input; member in struct:consumer_connected_request
876 media_input input; member in struct:consumer_connected_reply
885 media_input input; member in struct:consumer_get_next_input_reply
/haiku-fatelf/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.h7 // It consumes on input, which is a multistream,
182 media_input input; member in class:MediaWriter
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlMaster.h65 uint64 ReadData(IOCallback & input, ScopeMode ReadFully);
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.h159 status_t MakeRecordConnection(const media_node & input);
/haiku-fatelf/src/bin/unzip/
H A Dglobals.h231 uch *inbuf; /* input buffer (any size is OK) */
232 uch *inptr; /* pointer into input buffer */
337 InputFn *input; member in struct:Globals
345 int incnt_leftover; /* so improved NEXTBYTE does not waste input */
/haiku-fatelf/src/kits/interface/textview_support/
H A DStyleBuffer.h127 InlineInput* input,
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dinvoice.php17 /* This is where font/image/PDF input files live. Adjust as necessary. */
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Ddither.h192 const unsigned short *input,

Completed in 433 milliseconds

1234567891011>>