Searched refs:in (Results 226 - 250 of 439) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dlshift.S12 The GNU MP Library is distributed in the hope that it will be useful, but
39 andcc %o2,4-1,%g4 ! number of limbs in first loop
H A Drshift.S12 The GNU MP Library is distributed in the hope that it will be useful, but
36 andcc %o2,4-1,%g4 ! number of limbs in first loop
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp284 std::istringstream in(line);
287 while (in >> arg)
/haiku/src/apps/expander/
H A DExpanderThread.cpp204 ExpanderThread::PipeCommand(int argc, const char** argv, int& in, int& out, argument
208 // and published in the BeDevTalk FAQ
267 in = master;
/haiku/src/system/libroot/os/arch/arm/
H A Dstdatomic.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
398 * in 32-bit words at an offset corresponding with the location of the
425 uint16_t in; member in union:__anon3
430 bytes.in = val;
440 uint8_t in[2]; member in union:__anon4
445 bytes.in[0] = r->v8[offset];
446 bytes.in[1] = r->v8[offset + 1];
476 "\torr %2, %2, %4\n" /* Put in th
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetnamadr.c8 * copyright notice and this permission notice appear in all copies.
14 * Redistribution and use in source and binary forms, with or without
19 * 2. Redistributions in binary form must reproduce the above copyright
20 * notice, this list of conditions and the following disclaimer in the
54 #include <netinet/in.h>
130 * returns 0 on success (storing in *result), or -1 on error.
159 /* build result from octets in reverse */
178 char *in, *bp, **ap, *ep; local
199 ancount = ntohs(hp->ancount); /* #/records in the answer section */
200 qdcount = ntohs(hp->qdcount); /* #/entries in th
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp49 inflate_data(uint8 *in, uint32 inSize, uint8 *out, uint32 outSize) argument
58 stream.next_in = in;
72 // Uncompressed file size in package info corrupted
83 inflate_file_to_file(BFile *in, uint64 in_size, BFile *out, uint64 out_size) argument
109 stream.avail_in = in->Read(buffer_in, read);
629 // compared to what happens now in InitPath() would be
737 // and published in the BeDevTalk FAQ, modified for use in the
755 int in = filedes[1]; // Write to in, appear local
[all...]
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.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
842 JP2Translator::Copy(BPositionIO* in, BPositionIO* out) argument
856 err = in->Read(buffer, to_read);
878 JP2Translator::Compress(BPositionIO* in, BPositionIO* out) argument
884 status_t err = in->Read(&header, sizeof(TranslatorBitmap));
1035 err = in->Read(in_scanline, in_row_bytes);
1077 JP2Translator::Decompress(BPositionIO* in, BPositionIO* out) argument
1088 if (!(ins = jas_stream_positionIOopen(in)))
[all...]
/haiku/src/system/libroot/posix/musl/crypt/
H A Dcrypt_des.c5 * tables in the binary, in the interest of minimizing non-shareable
25 * Redistribution and use in source and binary forms, with or without
30 * 2. Redistributions in binary form must reproduce the above copyright
31 * notice, this list of conditions and the following disclaimer in the
752 * l_in, r_in, l_out, and r_out are in pseudo-"big-endian" format.
847 static void des_cipher(const unsigned char *in, unsigned char *out, argument
853 (uint32_t)in[3] |
854 ((uint32_t)in[2] << 8) |
855 ((uint32_t)in[
[all...]
/haiku/src/bin/network/ftpd/
H A Dmd5c.c9 * Algorithm" in all material mentioning or referencing this software
14 * Security, Inc. MD5 Message-Digest Algorithm" in all material
22 * These notices must be retained in any copies of any part of this
153 MD5Update (context, in, inputLen)
155 const void *in;
159 const unsigned char *input = in;
227 /* Store state in digest */
/haiku/src/libs/compat/freebsd_iflib/
H A Dmd5c.c9 * Algorithm" in all material mentioning or referencing this software
14 * Security, Inc. MD5 Message-Digest Algorithm" in all material
22 * These notices must be retained in any copies of any part of this
30 * This file should be kept in sync with src/lib/libmd/md5c.c
154 MD5Update (context, in, inputLen)
156 const void *in;
160 const unsigned char *input = in;
225 /* Store state in digest */
/haiku/headers/cpp/
H A Deditbuf.h10 This library is distributed in the hope that it will be useful,
38 // in terms of buf_char.
66 int length() const; // count of buf_chars currently in string
70 /* Make a fresh, contiguous copy of the data in STR.
87 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
102 // A 'edit_mark' indicates a position in a buffer.
127 // all the buf_chars in the buffer.
129 // This implementation uses a conventional buffer gap (as in Emacs).
134 // (This assumes that putc adjusts a pointer (as in GNU's libc), not an index.)
H A Dstrstream.h10 This library is distributed in the hope that it will be useful,
74 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
/haiku/src/bin/unzip/
H A Dglobals.h5 (the contents of which are also included in unzip.h) for terms of use.
34 In fact, it's much more important in API functions since the process
42 global struct (in which case it should be the only global variable) or
51 check macros that are GUARANTEED to be included in every module.
56 strange times, car fires, etc.) When in doubt, always include it!
121 THREADID_ENTRIES to 3 or 4 in globals.c, making the table real small.
158 int M_flag; /* -M: built-in "more" function */
167 int chars; /* count of screen characters in current line */
180 int newzip; /* reset in extract.c; used in cryp
229 FILE *in; /* file descriptor of compressed stream */ member in struct:Globals
[all...]
/haiku/src/libs/util/
H A Drealhostname.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
34 #include <netinet/in.h>
99 /* IPv4 mapped IPv6 addr consideraton, specified in rfc2373. */
/haiku/src/system/kernel/util/
H A Dinet_ntop.c7 * copyright notice and this permission notice appear in all copies.
26 #include <netinet/in.h>
119 * Keep this in mind if you think this function should have been coded
130 * Find the longest run of 0x00's in src[] for :: shorthanding.
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp71 fStream.open(fFile, ios::in | ios::out | ios::binary | ios::trunc);
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_net_ntop.c6 * copyright notice and this permission notice appear in all copies.
31 #include <netinet/in.h>
89 * 0b11110000 in its fourth octet.
162 * 0x11110000 in its fourth octet.
207 /* how many words need to be displayed in output */
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_comp.c7 * 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
37 * copyright notice and this permission notice appear in all copies, and that
38 * the name of Digital Equipment Corporation not be used in advertising or
58 * copyright notice and this permission notice appear in all copies.
77 #include <netinet/in.h>
119 * Pack domain name 'exp_dn' in presentation form into 'comp_dn'.
149 * Note the conspicuous absence of ctype macros in these definitions. On
207 * SOA RNAMEs and RP RNAMEs can have any printable character in thei
[all...]
/haiku/src/tests/system/network/icmp/
H A Dbig_datagram.cpp12 #include <netinet/in.h>
/haiku/src/tests/system/network/tcptester/
H A Dtcptester.cpp22 #include <netinet/in.h>
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpl.s12 # check if (exponent|0x8000) is in [0xbfff-32, 0xbfff+13]
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s12 # check if (exponent|0x8000) is in [0xbfff-32, 0xbfff+13]
/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp70 __fs.open(__file, ios::in | ios::out | ios::binary | ios::trunc);
/haiku/headers/posix/
H A Dresolv.h11 * copyright notice and this permission notice appear in all copies.
27 * Redistribution and use in source and binary forms, with or without
32 * 2. Redistributions in binary form must reproduce the above copyright
33 * notice, this list of conditions and the following disclaimer in the
58 #include <netinet/in.h>
77 #define MAXDNSRCH 6 /* max # domains in search path */
78 #define LOCALDOMAINPARTS 2 /* min levels in name that is "local" */
85 #define RES_MAXTIME 65535 /* Infinity, in milliseconds. */
99 unsigned nsort:4; /* number of elements in sort_list[] */
126 /* resolver flags; for _flags in __res_stat
[all...]

Completed in 180 milliseconds

1234567891011>>