Searched refs:source (Results 26 - 50 of 606) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.h15 struct sockaddr_storage source; member in struct:simple_net_buffer::__anon2547
/haiku-fatelf/src/bin/coreutils/lib/
H A Drandread.c68 /* A source of random data for generating random buffers. */
73 FILE *source; member in struct:randread_source
79 handler_arg is the file name of the source. */
127 simple_new (FILE *source, void const *handler_arg) argument
130 s->source = source;
136 /* Create and initialize a random data source from NAME, or use a
137 reasonable default source if NAME is null. BYTES_BOUND is an upper
154 FILE *source = NULL; local
158 if (! (source
283 FILE *source = s->source; local
[all...]
/haiku-fatelf/src/libs/icon/transformer/
H A DAffineTransformer.h34 VertexSource& source);
36 VertexSource& source,
41 virtual Transformer* Clone(VertexSource& source) const;
46 virtual void SetSource(VertexSource& source);
H A DContourTransformer.h31 VertexSource& source);
33 VertexSource& source,
38 virtual Transformer* Clone(VertexSource& source) const;
43 virtual void SetSource(VertexSource& source);
H A DPerspectiveTransformer.h34 VertexSource& source);
36 VertexSource& source,
42 virtual Transformer* Clone(VertexSource& source) const;
47 virtual void SetSource(VertexSource& source);
H A DStrokeTransformer.h31 VertexSource& source);
33 VertexSource& source,
39 virtual Transformer* Clone(VertexSource& source) const;
44 virtual void SetSource(VertexSource& source);
H A DTransformer.h45 Transformer(VertexSource& source,
47 Transformer(VertexSource& source,
53 virtual Transformer* Clone(VertexSource& source) const = 0;
58 virtual void SetSource(VertexSource& source);
H A DTransformerFactory.h30 VertexSource& source);
33 VertexSource& source);
/haiku-fatelf/src/libs/zlib/
H A Dcompress.c12 Compresses the source buffer into the destination buffer. The level
14 length of the source buffer. Upon entry, destLen is the total size of the
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
65 const Bytef *source;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dwcs_test.cpp805 const wchar_t* source = L""; local
807 wchar_t* result = wcscpy(destination, source);
810 "expected %p\n", source, result, destination);
815 "expected 0\n", source, errno);
820 "wcslen(destination)=%lu, expected 0\n", source,
826 "destination[0]=%x, expected %x\n", source, destination[0],
832 "destination[1]=%x, expected %x\n", source, destination[1],
839 const wchar_t* source = L"test"; local
841 wchar_t* result = wcscpy(destination, source);
844 "expected %p\n", source, resul
897 const wchar_t* source = L"t\\xE4st"; local
955 const wchar_t* source = L"te\\x00st"; local
1001 const wchar_t* source = L"t\\xE4st"; local
1023 const wchar_t* source = L"t\\xE4st"; local
1057 const wchar_t* source = L"t\\xE4st"; local
1103 const wchar_t* source = L"t\\xE4st"; local
1197 const wchar_t* source = L""; local
1231 const wchar_t* source = L"test"; local
1289 const wchar_t* source = L"t\\xE4st"; local
1347 const wchar_t* source = L"te\\x00st"; local
1393 const wchar_t* source = L"t\\xE4st"; local
1415 const wchar_t* source = L"t\\xE4st"; local
1449 const wchar_t* source = L"t\\xE4st"; local
1495 const wchar_t* source = L"t\\xE4st"; local
1593 const wchar_t* source = L""; local
1625 const wchar_t* source = L"test"; local
1677 const wchar_t* source = L"t\\xE4st"; local
1749 const wchar_t* source = L"te\\x00st"; local
1832 const wchar_t* source = L" other text"; local
1860 const wchar_t* source = L" other text"; local
1888 const wchar_t* source = L" other text"; local
1937 const wchar_t* source = L""; local
1966 const wchar_t* source = L""; local
1999 const wchar_t* source = L"test"; local
2042 const wchar_t* source = L"st"; local
2090 const wchar_t* source = L"t"; local
2143 const wchar_t* source = L"t\\xE4st"; local
2238 const wchar_t* source = L""; local
2268 const wchar_t* source = L""; local
2303 const wchar_t* source = L"test"; local
2350 const wchar_t* source = L"test"; local
3576 const wchar_t* source = L""; local
3594 const wchar_t* source = L""; local
3613 const wchar_t* source = L"tÄstdata \\0with some charäcters"; local
3644 const wchar_t* source = L""; local
3662 const wchar_t* source = L""; local
3681 const wchar_t* source = L"tÄstdata \\0with some charäcters"; local
3712 const wchar_t* source = L""; local
3730 const wchar_t* source = L""; local
3749 const wchar_t* source = L"tÄstdata \\0with some charäcters"; local
3763 const wchar_t* source = L"tÄstdata \\0with some charäcters"; local
3796 wchar_t source = L'\\0'; local
3814 wchar_t source = L'M'; local
3838 wchar_t source = L'M'; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A DVolume.cpp50 const char* source = NULL; local
53 source = get_driver_parameter(parameterHandle, "source", NULL, NULL);
56 if (source == NULL || source[0] == '\0') {
57 ERROR("need source folder ('source' parameter)!\n");
62 status_t error = vfs_get_vnode_from_path(source, true, &sourceVnode);
71 if ((stat(source, &st)) != 0)
75 strlcpy(fName, source, sizeo
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.cpp49 #define ALPHABLEND(source, destination, alpha) (((destination) * (256 - (alpha)) + (source) * (alpha)) >> 8)
55 uint8 *source = (uint8 *)input->Data(); local
62 c1 = *source++;
63 c2 = *source++;
64 c3 = *source++;
65 alpha = *source++;
H A DVideoMixerNodeProducer.cpp50 fOutput.source = output_source;
75 const media_source &source,
82 if (fOutput.source != source) {
125 if (fOutput.source != for_source) {
174 if (fOutput.source != what) {
180 *out_source = fOutput.source;
190 const media_source &source,
197 if (fOutput.source != source) {
74 FormatChangeRequested( const media_source &source, const media_destination &destination, media_format *io_format, int32 * _deprecated_) argument
188 Connect( status_t error, const media_source &source, const media_destination &destination, const media_format &format, char *io_name) argument
326 AdditionalBufferRequested( const media_source & source, media_buffer_id prev_buffer, bigtime_t prev_time, const media_seek_tag * prev_tag) argument
347 LatencyChanged( const media_source & source, const media_destination & destination, bigtime_t new_latency, uint32 flags) argument
[all...]
/haiku-fatelf/headers/posix/arpa/
H A Dinet.h21 char* inet_cidr_ntop(int family, const void* source, int bits,
27 char* inet_net_ntop(int family, const void* source, int bits,
31 char* inet_neta(u_long source, char* dest, size_t destSize);
35 const char* inet_ntop(int family, const void* source, char* dest,
40 char* inet_nsap_ntoa(int sourceLength, const u_char* source,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacrotab.c47 /* The main source file for this compilation unit --- the one whose
153 /* The source file and line number where the definition's scope
158 /* The first source file and line after the definition's scope.
167 /* Return the #inclusion depth of the source file FILE. This is the
169 source file, the #inclusion depth is zero; for a file it #includes
183 /* Compare two source locations (from the same compilation unit).
187 LINE1 and LINE2 are line numbers in the source files FILE1 and
193 When the two locations are in different source files --- perhaps
194 one is in a header, while another is in the main source file --- we
205 source fil
421 macro_include(struct macro_source_file *source, int line, const char *included) argument
475 macro_lookup_inclusion(struct macro_source_file *source, const char *name) argument
665 check_for_redefinition(struct macro_source_file *source, int line, const char *name, enum macro_kind kind, int argc, const char **argv, const char *replacement) argument
720 macro_define_object(struct macro_source_file *source, int line, const char *name, const char *replacement) argument
752 macro_define_function(struct macro_source_file *source, int line, const char *name, int argc, const char **argv, const char *replacement) argument
779 macro_undef(struct macro_source_file *source, int line, const char *name) argument
821 macro_lookup_definition(struct macro_source_file *source, int line, const char *name) argument
834 macro_definition_location(struct macro_source_file *source, int line, const char *name, int *definition_line) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp48 struct sockaddr_dl& source = *(struct sockaddr_dl*)buffer->source; local
51 source.sdl_len = sizeof(sockaddr_dl);
52 source.sdl_family = AF_LINK;
53 source.sdl_index = device->index;
54 source.sdl_type = IFT_ETHER;
55 source.sdl_e_type = header.type;
56 source.sdl_nlen = source.sdl_slen = 0;
57 source
143 struct sockaddr_dl& source = *(struct sockaddr_dl*)buffer->source; local
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp53 add_to_message(TReadHelper& source, BMessage& target, tiff_tag& tag, argument
70 source(buffer, tag.length);
93 source(buffer, tag.length);
108 intValue = source.Next<uint8>();
112 intValue = source.Next<uint16>();
116 intValue = source.Next<uint32>();
121 double value = source.Next<uint32>();
122 doubleValue = value / source.Next<uint32>();
128 intValue = source.Next<int8>();
131 intValue = source
321 convert_exif_to_message(BPositionIO& source, BMessage& target, const convert_tag* tags, size_t tagCount) argument
348 convert_exif_to_message(BPositionIO& source, BMessage& target) argument
[all...]
/haiku-fatelf/src/kits/media/
H A DBufferConsumer.cpp12 * * Redistributions of source code must retain the above copyright notice,
108 command.source = whatSource;
142 command->source = output;
161 BBufferConsumer::SetOutputEnabled(const media_source &source, argument
169 if (IS_INVALID_SOURCE(source))
176 command.source = source;
184 return SendToPort(source.port, PRODUCER_ENABLE_OUTPUT, &command, sizeof(command));
189 BBufferConsumer::RequestFormatChange(const media_source &source, argument
197 if (IS_INVALID_SOURCE(source))
217 RequestAdditionalBuffer(const media_source &source, BBuffer *prev_buffer, void *_reserved) argument
238 RequestAdditionalBuffer(const media_source& source, bigtime_t startTime, void *_reserved) argument
258 SetOutputBuffersFor(const media_source &source, const media_destination &destination, BBufferGroup *group, void *user_data, int32 *change_tag, bool will_reclaim, void *_reserved_) argument
320 SendLatencyChange(const media_source& source, const media_destination& destination, bigtime_t newLatency, uint32 flags) argument
532 RequestFormatChange(const media_source& source, const media_destination& destination, media_format* format, int32* _changeTag) argument
560 SetOutputEnabled(const media_source& source, bool enabled, int32* _changeTag) argument
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_unget_wch.c50 _nc_wcrtomb(char *target, wchar_t source, mbstate_t * state)
55 temp[0] = source;
59 return wcrtomb(target, source, state);
/haiku-fatelf/src/libs/print/libprint/
H A DPackBits.cpp48 static int Run(unsigned char* destination, const unsigned char* source, int n) argument
60 runbyte = *source++;
63 thisbyte = *source++;
146 int pack_bits_size(const unsigned char* source, int size) argument
149 return compressedSizeCalculator.Run(NULL, source, size);
152 int pack_bits(unsigned char* destination, const unsigned char* source, int size) argument
155 return compressor.Run(destination, source, size);
180 unsigned char* source = new unsigned char[size]; local
181 fread(source, size, 1, input);
183 long outSize = pack_bits_size(source, siz
[all...]
/haiku-fatelf/src/kits/game/
H A DGSUtility.cpp96 media_to_gs_format(gs_audio_format* dest, media_raw_audio_format* source) argument
98 dest->format = source->format;
99 dest->frame_rate = source->frame_rate;
100 dest->channel_count = source->channel_count;
101 dest->byte_order = source->byte_order;
102 dest->buffer_size = source->buffer_size;
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_unclose_polygon.h28 void attach(VertexSource& source) { m_source = &source; } argument
/haiku-fatelf/headers/os/translation/
H A DTranslatorAddOn.h30 extern status_t Identify(BPositionIO* source, const translation_format* format,
32 extern status_t Translate(BPositionIO* source, const translator_info* info,
/haiku-fatelf/src/apps/3dmov/
H A DVideo.h28 void SetMediaSource(MediaSource *source) {fMediaSource = source;} argument

Completed in 811 milliseconds

1234567891011>>