Searched refs:in (Results 51 - 75 of 439) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/add-ons/icu/
H A DICUCollateData.cpp76 // incompatible in too many ways
118 ICUCollateData::Strxfrm(char* out, const char* in, argument
121 if (in == NULL) {
128 // incompatible in too many ways
129 requiredSize = strlcpy(out, in, outSize);
130 for (const char* inIter = in; *inIter != 0; ++inIter) {
138 if (_ToUnicodeString(in, unicodeIn) != B_OK)
143 // Do not include terminating NULL byte in the required-size.
159 // incompatible in too many ways
186 ICUCollateData::Wcsxfrm(wchar_t* out, const wchar_t* in, size_ argument
230 _ToUnicodeString(const char* in, UnicodeString& out) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.cpp5 * Authors (in chronological order):
128 uint8 in; local
129 res = ps2_command(PS2_CTRL_SELF_TEST, NULL, 0, &in, 1);
130 if (res != B_OK || in != 0x55) {
132 "0x%02x\n", res, in);
171 uint8 in, out; local
177 res = ps2_command(PS2_CTRL_AUX_LOOPBACK, &out, 1, &in, 1);
180 // Step 1, if controller is good, in does match out.
182 if (in != out)
186 res = ps2_command(PS2_CTRL_AUX_LOOPBACK, &out, 1, &in,
240 ps2_command(uint8 cmd, const uint8 *out, int outCount, uint8 *in, int inCount) argument
[all...]
H A Dps2_dev.h5 * Authors (in chronological order):
43 int out_count, uint8 *in, int in_count, bigtime_t timeout);
76 int out_count, uint8 *in, int in_count, bigtime_t timeout);
79 int out_count = 0, uint8 *in = NULL, int in_count = 0);
81 int out_count, uint8 *in, int in_count, bigtime_t timeout);
/haiku/src/tools/hvif2png/
H A Dhvif2png.cpp10 // This command line program was created in order to be able to render
14 // able to render HVIFs in the web page.
52 FILE* in; member in struct:h2p_state
74 if (state->in != NULL) {
75 if (state->in != stdin)
76 fclose(state->in);
77 state->in = NULL;
89 \return false if there was some problem in opening the streams; otherwise
98 state->in = fopen(state->params.in_filename, "rb");
100 state->in
181 h2p_read_hvif_input(h2p_hvif_buffer* result, FILE* in) argument
[all...]
/haiku/src/libs/libtelnet/
H A Dpk.c5 * 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
39 pk_encode(char *in, *out, DesData *deskey);
40 pk_decode(char *in, *out, DesData *deskey);
215 pk_encode(char *in, char *out, DesData *key) argument
224 deslen = ((strlen(in) + 7)/8)*8;
226 DES_cbc_encrypt(in, buf, deslen, &k, &i, DES_ENCRYPT);
236 pk_decode(char *in, char *out, DesData *key) argument
246 for (l=0,op=0;l<strlen(in)/
[all...]
/haiku/src/tests/system/libroot/posix/
H A Dtst-swscanf2.c9 const wchar_t in[] =L"7 + 35 is 42" ; local
21 n = swscanf (in, L"%d + %d is %d", &a, &b, &c);
/haiku/build/scripts/
H A Dgenerate_CountryFlags.sh4 # from all flag rdefs in the current folder
9 for file in *
H A Dbuild_haiku_repository33 for packageFile in "$@"; do
/haiku/3rdparty/kallisti5/
H A Dmksysroot.sh20 tar $(for i in $EXCLUDE; do echo "--exclude $i"; done) -cvzf $OUTPUT /boot/system /bin /etc /packages /system /tmp
H A DvalidateRepoFile36 for i in $(curl -s -L $REPO_URL/$SHA256/package.list | tr '\n' ' '); do
40 for i in $REPO_EXPECT; do
H A DvalidateBootstrapRepo23 for f in $(find $REPOFILES -maxdepth 1 -type f -print); do
27 for i in $REPO_EXPECT; do
/haiku/3rdparty/mmu_man/scripts/
H A Dgenerate_icon_table.sh7 for f in data/artwork/icons/*; do
/haiku/data/system/boot/
H A DPostInstallScript15 # Special case for one script file that isn't in a package. Rest
16 # of the files in there will be run by package_daemon when
28 for f in $postInstallDir/*.sh
/haiku/headers/private/net/
H A Darp_control.h11 #include <netinet/in.h>
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_util.h14 / Therefore it is likely, if not certain, to break in future
15 / versions of BeOS. This piece of software is in no way
35 // these functions should be optimized with overlay in mind.
36 //typedef void (*gfx_convert_func) (AVPicture *in, AVPicture *out, long line_count, long size);
38 typedef void (*gfx_convert_func) (AVFrame *in, AVFrame *out, int width, int height);
/haiku/headers/cpp/
H A Dindstream.h10 This library is distributed in the hope that it will be useful,
59 { return _get_stream ? _get_stream : lookup_stream(ios::in); }
70 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
71 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
H A Dsstream10 This library is distributed in the hope that it will be useful,
46 stringbuf(int which=ios::in|ios::out)
54 stringbuf(const string &str, int which=ios::in|ios::out)
58 if (mode & (ios::in|ios::out))
93 // The buffer is already in gptr, so if it ends then it is out of data.
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
144 bool testin = which & ios::in && mode & ios::in;
197 seekpos(pos_type sp, int which = ios::in | ios::out)
207 if (mode & ios::in)
[all...]
/haiku/src/apps/deskbar/
H A DResourceSet.cpp9 this software and associated documentation files (the "Software"), to deal in
16 and shall be included in all copies or substantial portions of the Software.
25 Except as contained in this notice, the name of Be Incorporated shall not be
26 used in advertising or otherwise to promote the sale, use or other dealings in
30 trademarks of Be Incorporated in the United States and other countries. Other
527 TResourceSet::AddEnvDirectory(const char* in, const char* defaultValue) argument
530 status_t err = ExpandString(&buf, in);
543 TResourceSet::ExpandString(BString* out, const char* in) argument
545 const char* start = in;
[all...]
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp6 Redistribution and use in source and binary forms, with or without
11 * Redistributions in binary form must reproduce the above copyright notice,
12 this list of conditions and the following disclaimer in the documentation and/or
153 convert_from_gray1_to_gray8(uint8* in, uint8* out, int32 inRowBytes) argument
158 unsigned char c = in[index++];
172 convert_from_gray1_to_24(uint8* in, uint8* out, int32 inRowBytes) argument
177 unsigned char c = in[index++];
193 convert_from_cmap8_to_24(uint8* in, uint8* out, int32 inRowBytes) argument
199 rgb_color color = map->color_list[in[index++]];
209 convert_from_15_to_24(uint8* in, uint argument
226 convert_from_15b_to_24(uint8* in, uint8* out, int32 inRowBytes) argument
243 convert_from_16_to_24(uint8* in, uint8* out, int32 inRowBytes) argument
260 convert_from_16b_to_24(uint8* in, uint8* out, int32 inRowBytes) argument
277 convert_from_24_to_24(uint8* in, uint8* out, int32 inRowBytes) argument
291 convert_from_32_to_24(uint8* in, uint8* out, int32 inRowBytes) argument
307 convert_from_32b_to_24(uint8* in, uint8* out, int32 inRowBytes) argument
326 convert_from_CMYK_to_32_photoshop(uint8* in, uint8* out, int32 inRowBytes, int32 xStep) argument
343 convert_from_CMYK_to_32(uint8* in, uint8* out, int32 inRowBytes, int32 xStep) argument
360 convert_from_24_to_32(uint8* in, uint8* out, int32 inRowBytes, int32 xStep) argument
376 translate_8(uint8* in, uint8* out, int32 inRowBytes, int32 xStep) argument
801 Copy(BPositionIO* in, BPositionIO* out) argument
835 Compress(BPositionIO* in, BPositionIO* out, const jmp_buf* longJumpBuffer) argument
1048 Decompress(BPositionIO* in, BPositionIO* out, BMessage* ioExtension, const jmp_buf* longJumpBuffer) argument
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageItemTest.h239 Type in = InitPolicy::Test1(); local
241 CPPUNIT_ASSERT(FuncPolicy::Add(msg, "item", in) == B_OK);
243 CPPUNIT_ASSERT(ComparePolicy::Compare(FuncPolicy::QuickFind(msg, "item", 0), in));
246 CPPUNIT_ASSERT(ComparePolicy::Compare(out, in));
252 CPPUNIT_ASSERT(ComparePolicy::Compare(Dereference(pout), in));
270 Type in = InitPolicy::Test1(); local
273 CPPUNIT_ASSERT(FuncPolicy::Add(msg, "item", in) == B_OK);
330 ArrayType in = InitPolicy::Array(); local
335 for (uint32 ii = 0; ii < InitPolicy::Size(in); ++ii)
337 CPPUNIT_ASSERT(FuncPolicy::Add(msg, "item", in[i
368 ArrayType in = InitPolicy::Array(); local
407 Type in = InitPolicy::Test1(); local
441 ArrayType in = InitPolicy::Array(); local
480 Type in = InitPolicy::Test1(); local
498 Type in = InitPolicy::Test1(); local
527 Type in = InitPolicy::Test1(); local
559 ArrayType in = InitPolicy::Array(); local
[all...]
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp332 char in[3] = { 0, 0, 0 }; local
336 tmpString.MoveInto(in, 0, 3);
338 out[0] = (in[0] & 0xFC) >> 2;
339 out[1] = ((in[0] & 0x03) << 4) | ((in[1] & 0xF0) >> 4);
340 out[2] = ((in[1] & 0x0F) << 2) | ((in[2] & 0xC0) >> 6);
341 out[3] = in[2] & 0x3F;
377 char in[4] = { 0, 0, 0, 0 }; local
380 tmpString.MoveInto(in,
[all...]
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp272 // gray values in hexadecimal
282 uchar* in = ptr; local
284 *out++ = ToHexDigit((in[2]) >> 4);
285 *out++ = ToHexDigit((in[2]) & 15);
286 *out++ = ToHexDigit((in[1]) >> 4);
287 *out++ = ToHexDigit((in[1]) & 15);
288 *out++ = ToHexDigit((in[0]) >> 4);
289 *out++ = ToHexDigit((in[0]) & 15);
290 in += 4;
295 uchar* in local
[all...]
/haiku/src/bin/unzip/
H A Dfunzip.c5 (the contents of which are also included in unzip.h) for terms of use.
17 - Prior versions of this source file, found in UnZip source packages
18 up to UnZip 5.40, were put in the public domain.
45 adapted to use new, in-place zdecode.
68 getc(in) to avoid compiler warnings
72 3.8 28 Jan 94 GRR/JlG initialized g variable in main() for gcc
131 #define ZIPMAG 0x4b50 /* two-byte zip lead-in */
132 #define LOCREM 0x0403 /* remaining two bytes in zip signature */
148 #define GZPMAG 0x8b1f /* two-byte gzip lead-in */
162 /* Macros cause stack overflow in compile
[all...]
/haiku/src/bin/
H A Dresattr.cpp17 "to the specified output file, or (in reverse mode) reads attributes from\n"
26 " when a respective resource is encountered in an input\n"
126 write_resources(BResources &resources, const char *inFileName, BNode &in, argument
131 while (in.GetNextAttrName(name) == B_OK) {
134 status_t error = in.GetAttrInfo(name, &attrInfo);
143 ssize_t bytesRead = in.ReadAttr(name, attrInfo.type, 0LL, data,
201 BFile in; local
202 error = in.SetTo(inputFiles[i], B_READ_ONLY);
211 error = resources.SetTo(&in, false);
252 BNode in; local
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIController.cpp24 uint32 in; member in union:__anon15
26 } val{.in = *(vuint32*)adr};
37 uint32 in; member in union:__anon16
39 } val{.in = *(vuint32*)adr};
50 uint32 in; member in union:__anon17
52 } val{.in = *(vuint32*)adr};
54 *(vuint32*)adr = val.in;
64 uint32 in; member in union:__anon18
66 } val{.in = *(vuint32*)adr};
68 *(vuint32*)adr = val.in;
[all...]

Completed in 129 milliseconds

1234567891011>>