Searched refs:in (Results 1 - 25 of 437) sorted by relevance

1234567891011>>

/haiku/build/scripts/
H A Dfind_triplet15 case "$1" in
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DCompress3.h9 int compress3(unsigned char* out, unsigned char* in, int bytes);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_mmx.h8 void gfx_conv_null_mmx(AVFrame *in, AVFrame *out, int width, int height);
11 void gfx_conv_yuv420p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height);
12 void gfx_conv_yuv420p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height);
13 void gfx_conv_yuv420p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height);
14 void gfx_conv_yuv422p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height);
15 void gfx_conv_yuv422p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height);
16 void gfx_conv_yuv422p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height);
19 void gfx_conv_yuv422_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height);
20 void gfx_conv_yuv422_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height);
21 void gfx_conv_yuv422_rgba32_ssse3(AVFrame *in, AVFram
[all...]
H A Dgfx_conv_c.h12 void gfx_conv_null(AVFrame *in, AVFrame *out, int width, int height);
15 void gfx_conv_yuv410p_ycbcr422_c(AVFrame *in, AVFrame *out, int width,
17 void gfx_conv_yuv411p_ycbcr422_c(AVFrame *in, AVFrame *out, int width,
19 void gfx_conv_yuv420p_ycbcr422_c(AVFrame *in, AVFrame *out, int width,
23 void gfx_conv_yuv420p10le_rgb32_c(AVFrame *in, AVFrame *out, int width,
25 void gfx_conv_yuv410p_rgb32_c(AVFrame *in, AVFrame *out, int width,
27 void gfx_conv_yuv411p_rgb32_c(AVFrame *in, AVFrame *out, int width,
29 void gfx_conv_YCbCr420p_RGB32_c(AVFrame *in, AVFrame *out, int width,
31 void gfx_conv_YCbCr422_RGB32_c(AVFrame *in, AVFrame *out, int width,
33 void gfx_conv_GBRP_RGB32_c(AVFrame *in, AVFram
[all...]
H A Dgfx_conv_mmx.cpp23 gfx_conv_yuv420p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height) argument
25 // in and out buffers must be aligned to 16 bytes,
26 // in should be as ffmpeg allocates it
28 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
32 uint8 *ybase = (uint8 *)in->data[0];
33 uint8 *ubase = (uint8 *)in->data[1];
34 uint8 *vbase = (uint8 *)in->data[2];
37 int yBaseInc = in->linesize[0];
38 int uBaseInc = in->linesize[1];
39 int vBaseInc = in
59 gfx_conv_yuv420p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height) argument
95 gfx_conv_yuv420p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height) argument
131 gfx_conv_yuv422p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height) argument
161 gfx_conv_yuv422p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height) argument
191 gfx_conv_yuv422p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height) argument
221 gfx_conv_yuv422_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height) argument
242 gfx_conv_yuv422_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height) argument
263 gfx_conv_yuv422_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height) argument
[all...]
H A Dgfx_conv_c.cpp8 gfx_conv_null(AVFrame *in, AVFrame *out, int width, int height) argument
10 memcpy(out->data[0], in->data[0], height * in->linesize[0]);
15 gfx_conv_yuv410p_ycbcr422_c(AVFrame *in, AVFrame *out, int width, int height) argument
29 // printf("[%ld, %ld, %ld] -> [%ld, %ld, %ld]\n", in->linesize[0],
30 // in->linesize[1], in->linesize[2], out->linesize[0], out->linesize[1],
32 // memcpy(out->data[0], in->data[0], height * in->linesize[0]);
34 unsigned long *pi = (unsigned long *)in
78 gfx_conv_yuv411p_ycbcr422_c(AVFrame *in, AVFrame *out, int width, int height) argument
87 gfx_conv_yuv420p_ycbcr422_c(AVFrame *in, AVFrame *out, int width, int height) argument
160 gfx_conv_yuv420p10le_rgb32_c(AVFrame *in, AVFrame *out, int width, int height) argument
215 gfx_conv_yuv410p_rgb32_c(AVFrame *in, AVFrame *out, int width, int height) argument
254 gfx_conv_yuv411p_rgb32_c(AVFrame *in, AVFrame *out, int width, int height) argument
261 gfx_conv_YCbCr422_RGB32_c(AVFrame *in, AVFrame *out, int width, int height) argument
301 gfx_conv_GBRP_RGB32_c(AVFrame *in, AVFrame *out, int width, int height) argument
[all...]
/haiku/data/config/boot/
H A DUserBootscript5 # Start programs and open files in the boot launch folder
6 for file in $HOME/config/settings/boot/launch/*
18 # During boot, the commands listed in this script will be executed.
22 # To launch certain applications at boot-up, put links to those applications in
/haiku/src/libs/uuid/
H A Dparse.c7 * Redistribution and use in source and binary forms, with or without
11 * notice, and the entire permission notice in its entirety,
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
42 int uuid_parse(const char *in, uuid_t uu) argument
49 if (strlen(in) != 36)
51 for (i=0, cp = in; i <= 36; i++,cp++) {
65 uuid.time_low = strtoul(in, NULL, 16);
66 uuid.time_mid = strtoul(in+9, NULL, 16);
67 uuid.time_hi_and_version = strtoul(in
[all...]
/haiku/src/tests/servers/app/
H A Drun.sh6 echo "If you need additional help, check in the \"NOTES\" file."
26 for i in $@; do
/haiku/src/system/libnetwork/musl/network/
H A Dinet_ntoa.c4 char *inet_ntoa(struct in_addr in) argument
7 unsigned char *a = (void *)&in;
H A Dinet_legacy.c2 #include <netinet/in.h>
18 in_addr_t inet_lnaof(struct in_addr in) argument
20 uint32_t h = in.s_addr;
26 in_addr_t inet_netof(struct in_addr in) argument
28 uint32_t h = in.s_addr;
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp68 fetchStr(const char *&in, BString &str, bool lookForID) argument
72 while (isspace(*in) || *in == '(') {
73 if (*in == '(')
75 in++;
78 if (*in == '"') {
81 in++;
86 while (*in != '"' || quoted)
88 str.Append(in,1);
89 if (*in
146 fetchKey(const char *&in) argument
179 const char *in = inputStr.String(); local
[all...]
/haiku/src/tools/locale/
H A Dcollectcatkeys.cpp70 fetchStr(const char *&in, BString &str, bool lookForID) argument
73 while (isspace(*in) || *in == '(') {
74 if (*in == '(')
76 in++;
78 if (*in == '"') {
81 in++;
86 while (*in != '"' || quoted)
88 str.Append(in, 1);
89 if (*in
146 fetchKey(const char *&in) argument
185 const char *in = inputStr.String(); local
[all...]
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmd5.c6 * written by Colin Plumb in 1993, no copyright is claimed.
7 * This code is in the public domain; do with it what you wish.
86 /* Process data in MD5_BLOCK_LENGTH-byte chunks. */
110 /* Convert count to 8 bytes in little endian order. */
123 explicit_bzero(ctx, sizeof(*ctx)); /* in case it's sensitive */
135 /* This is the central step in the MD5 algorithm. */
147 u_int32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; local
150 memcpy(in, block, sizeof(in));
153 in[
[all...]
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A Dcompat.h6 #include <netinet/in.h>
/haiku/src/kits/mail/
H A Dmail_encoding.cpp24 encode(mail_encoding encoding, char *out, const char *in, off_t length, argument
29 return encode_base64(out,in,length,headerMode);
31 return encode_qp(out,in,length,headerMode);
35 memcpy(out,in,length);
47 decode(mail_encoding encoding, char *out, const char *in, off_t length, argument
52 return decode_base64(out, in, length);
54 return uu_decode(out, in, length);
58 memcpy(out, in, length);
61 return decode_qp(out, in, length, underscoreIsSpace);
117 decode_qp(char *out, const char *in, off_ argument
157 encode_qp(char *out, const char *in, off_t length, int headerMode) argument
191 uu_decode(char *out, const char *in, off_t length) argument
[all...]
/haiku/src/libs/libtelnet/
H A Dpk.h5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
58 extern void pk_encode(char *in, char *out, DesData *deskey);
59 extern void pk_decode(char *in, char *out, DesData *deskey);
/haiku/src/libs/stdc++/legacy/
H A Dprocbuf.cc10 This library is distributed in the hope that it will be useful,
36 _IO_proc_open(this, command, (mode & ios::in) ? "r" : "w");
41 return (procbuf*)_IO_proc_open(this, command, (mode & ios::in) ? "r" : "w");
/haiku/src/tests/misc/
H A Dboot_time_logger.sh23 for SIGNATURE in $SIGNATURES
/haiku/src/tests/kits/app/bmessage/
H A DMessageInt32ItemTest.cpp42 int32 in = 1234; local
44 CPPUNIT_ASSERT(msg.AddInt32("an int32", in) == B_OK);
46 CPPUNIT_ASSERT(msg.FindInt32("an int32") == in);
48 CPPUNIT_ASSERT(out == in);
53 CPPUNIT_ASSERT(*pout == in);
60 int32 in = 1234; local
63 CPPUNIT_ASSERT(msg.AddInt32("an int32", in) == B_OK);
96 int32 in[] = { 123, 456, 789 }; local
101 for (int32 i = 0; i < sizeof (in) / sizeof (int32); ++i)
103 CPPUNIT_ASSERT(msg.AddInt32("an int32", in[
122 int32 in[] = { 123, 456, 789 }; local
149 int32 in = 1234; local
168 int32 in[] = { 123, 456, 789 }; local
[all...]
/haiku/headers/os/mail/
H A Dmail_encoding.h36 ssize_t encode(mail_encoding encoding, char *out, const char *in,
39 ssize_t decode(mail_encoding encoding, char *out, const char *in, off_t length,
46 ssize_t encode_base64(char *out, const char *in, off_t length, int headerMode);
47 ssize_t decode_base64(char *out, const char *in, off_t length);
49 ssize_t encode_qp(char *out, const char *in, off_t length, int headerMode);
50 ssize_t decode_qp(char *out, const char *in, off_t length, int underscore_is_space);
53 ssize_t uu_decode(char *out, const char *in, off_t length);
/haiku/src/kits/support/
H A DBase64.cpp26 encode_base64(char *out, const char *in, off_t length, int headerMode) argument
35 concat = ((in[i] & 0xff) << 16);
38 concat |= ((in[i+1] & 0xff) << 8);
40 concat |= (in[i+2] & 0xff);
57 // No line breaks in header mode, since the text is part of a Subject:
73 decode_base64(char *out, const char *in, off_t length) argument
84 value = in[i + j];
107 // there is an invalid character in this line - we will
110 while (i < length && in[i] != '\n' && in[
134 encode_base64(char *out, char *in, off_t length) argument
139 decode_base64(char *out, const char *in, off_t length, bool ) argument
[all...]
/haiku/src/apps/cortex/addons/common/
H A Daudio_buffer_tools.h5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions, and the following disclaimer in the
51 void convert_sample(from_sample_t in, to_sample_t& out) {
52 out = (to_sample_t)in; // +++++ arbitrary conversion stub
56 inline void convert_sample(float& in, float& out) { argument
57 out = in;
60 inline void convert_sample(uchar& in, float& out) { argument
61 out = (float)(in - 128) / 127.0;
64 inline void convert_sample(short& in, floa argument
68 convert_sample(int32& in, float& out) argument
72 convert_sample(float& in, uchar& out) argument
76 convert_sample(float& in, short& out) argument
80 convert_sample(float& in, int32& out) argument
84 swap_convert_sample(float& in, float& out) argument
88 swap_convert_sample(uchar& in, float& out) argument
93 swap_convert_sample(short& in, float& out) argument
97 swap_convert_sample(int32& in, float& out) argument
101 swap_convert_sample(float& in, uchar& out) argument
105 swap_convert_sample(float& in, short& out) argument
109 swap_convert_sample(float& in, int32& out) argument
135 convert_sample(from_sample_t in, void* pOut, int32 out_audio_format) argument
[all...]
/haiku/headers/os/
H A DNetKit.h9 #include <netinet/in.h>
/haiku/headers/private/mail/
H A Dcrypt.h15 void passwd_crypt(char *in,char *out,int length);

Completed in 235 milliseconds

1234567891011>>