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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libm/src/
s_scalbln.c 5 * 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
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 int in; local
38 in = (int)n;
39 if (in != n) {
41 in = INT_MAX
51 int in; local
66 int in; local
    [all...]
  /external/bluetooth/glib/gio/tests/
buffered-input-stream.c 6 * in whole or in part, in any medium, physical or electronic is
9 * This work is distributed in the hope that it will be useful,
13 * In no event shall the authors or contributors be liable for any
18 * in contract, strict liability, or tort (including negligence or
19 * otherwise) arising in any way out of the use of this software, even
32 GInputStream *in; local
37 in = g_buffered_input_stream_new (base);
39 g_assert_cmpint (g_buffered_input_stream_read_byte (G_BUFFERED_INPUT_STREAM (in), NULL, NULL), ==, 'a')
    [all...]