HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1 - 25 of 3722) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/src/
tool_cb_rea.c 10 * This software is licensed as described in the file COPYING, which
40 struct InStruct *in = userdata; local
42 rc = read(in->fd, buffer, sz*nmemb);
46 in->config->readbusy = TRUE;
52 in->config->readbusy = FALSE;
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
  /external/syslinux/com32/hdt/
hdt-dump-pxe.c 7 * files (the "Software"), to deal in the Software without
15 * be included in all copies or substantial portions of the Software.
20 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24 * OTHER DEALINGS IN THE SOFTWARE.
32 #include <netinet/in.h>
35 struct in_addr in; local
68 in.s_addr = hardware->pxe.dhcpdata.cip;
69 add_s("pxe.client_ip", inet_ntoa(in));
    [all...]
  /external/syslinux/com32/lib/syslinux/
initramfs.c 7 * files (the "Software"), to deal in the Software without
15 * be included in all copies or substantial portions of the Software.
20 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24 * OTHER DEALINGS IN THE SOFTWARE.
52 struct initramfs *in; local
61 in = malloc(sizeof(*in));
62 if (!in)
    [all...]
  /external/valgrind/none/tests/mips32/
test_fcsr.c 6 unsigned long long in [] = {0x405EE0A3D70A3D71ULL, 0x3FF0000000000000ULL}; local
20 : "r" (in), "r" (out)
  /external/libcxx/benchmarks/
algorithms.bench.cpp 13 const auto in = gen(st.range(0)); local
17 C = in;
  /external/wpa_supplicant_8/src/crypto/
md5_i.h 15 u8 in[64]; member in struct:MD5Context
  /system/media/audio_utils/tests/
limiter_tests.c 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 float in = (float) ((double) i * 0.01); local
33 float out = limiter(in);
34 printf("%g,%g\n", in, out);
36 out = limiter(-in);
37 printf("%g,%g\n", -in, out);
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptor_AutoCloseInputStreamTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 AutoCloseInputStream in = new AutoCloseInputStream(pf); local
30 assertEquals(0, in.read());
32 in.close();
35 in.read();
  /libcore/ojluni/src/main/java/java/io/
FilterInputStream.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
50 protected volatile InputStream in; field in class:FilterInputStream
54 * by assigning the argument <code>in</code>
55 * to the field <code>this.in</code> so as
58 * @param in the underlying input stream, or <code>null</code> if
61 protected FilterInputStream(InputStream in) {
62 this.in = in;
    [all...]
FilterReader.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
46 protected Reader in; field in class:FilterReader
51 * @param in a Reader object providing the underlying stream.
52 * @throws NullPointerException if <code>in</code> is <code>null</code>
54 protected FilterReader(Reader in) {
55 super(in);
56 this.in = in;
    [all...]
  /bionic/libc/bionic/
sigblock.c 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
38 } in, out; local
40 sigemptyset(&in.the_sigset);
41 in.the_mask = mask;
43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset)
    [all...]
sigsetmask.c 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
39 } in, out; local
41 sigemptyset(&in.the_sigset);
42 in.the_mask = mask;
44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset)
    [all...]
  /cts/tests/tests/media/libmediandkjni/
md5_utils.h 4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
20 * Still in the public domain.
37 UWORD32 in[16]; member in struct:MD5Context
43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
  /external/autotest/client/deps/glbench/src/
md5.h 16 u8 in[64]; member in struct:MD5Context
  /external/guice/core/src/com/google/inject/binder/
ScopedBindingBuilder.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
33 void in(Class<? extends Annotation> scopeAnnotation); method in interface:ScopedBindingBuilder
38 void in(Scope scope); method in interface:ScopedBindingBuilder
  /external/libcxx/test/libcxx/localization/locale.categories/
__scan_keyword.pass.cpp 15 // Scans [__b, __e) until a match is found in the basic_strings range
16 // [__kb, __ke) or until it can be shown that there is no match in [__kb, __ke).
18 // or proved to not exist. A keyword may be "", in which will match anything.
19 // If one keyword is a prefix of another, and the next CharT in the input
25 // If on exit __b == __e, eofbit is set in __err. If __case_sensitive is false,
48 const char* in = input; local
51 std::string* k = std::__scan_keyword(in, input+sizeof(input)-1,
55 assert(in == input+1);
60 const char* in = input; local
63 std::string* k = std::__scan_keyword(in, input+sizeof(input)-1
72 const char* in = input; local
84 const char* in = input; local
96 const char* in = input; local
108 const char* in = input; local
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 41 char in[] = "ABC"; local
42 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0]));
46 wchar_t in[] = L"ABC"; local
47 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0]))
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
setp.pass.cpp 41 char in[] = "ABC"; local
42 t.setp(in, in+sizeof(in)/sizeof(in[0]));
46 wchar_t in[] = L"ABC"; local
47 t.setp(in, in+sizeof(in)/sizeof(in[0]))
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 37 char in[] = "123456"; local
38 assert(t.sputn(in, sizeof(in)) == 0);
39 char out[sizeof(in)] = {0};
41 assert(t.sputn(in, sizeof(in)) == sizeof(in));
42 assert(strcmp(in, out) == 0);
  /external/libmicrohttpd/src/microhttpd/
md5.h 4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
36 unsigned char in[64]; member in struct:MD5Context
  /external/libvpx/libvpx/
md5_utils.h 4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
20 * Still in the public domain.
37 UWORD32 in[16]; member in struct:MD5Context
43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
  /external/syslinux/core/lwip/src/netif/ppp/
md5.h 9 ** -- FF, GG, HH modified to add in last register done **
22 ** Digest Algorithm" in all material mentioning or referencing this **
27 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
35 ** These notices must be retained in any copies of any part of this **
47 unsigned char in[64]; /* input buffer */ member in struct:__anon32066
  /external/toybox/toys/other/
free.c 1 /* free.c - Display amount of free and used memory in the system.
5 // Flag order is signifcant: b-t are units in order, FLAG_h-1 is unit mask
43 struct sysinfo in; local
45 sysinfo(&in);
46 TT.units = in.mem_unit ? in.mem_unit : 1;
53 "Swap:%16s%12s%12s\n", convert(in.totalram),
54 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram)
    [all...]
  /external/tpm2/
Marshal_ChangeEPS.c 3 // found in the LICENSE file.
30 ChangeEPS_In in; local
39 ChangeEPS_In_Unmarshal(&in, request_handles, request_parameter_buffer,
45 result = TPM2_ChangeEPS(&in);

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>