Searched refs:input (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/dns/net/
H A Dbase64.c82 The encoding process represents 24-bit groups of input bits as output
84 24-bit input group is formed by concatenating 3 8-bit input groups.
115 always completed at the end of a quantity. When fewer than 24 input
116 bits are available in an input group, zero bits are added (on the
120 Since all base64 input is an integral number of octets, only the
124 (1) the final quantum of encoding input is an integral
128 (2) the final quantum of encoding input is exactly 8 bits;
131 (3) the final quantum of encoding input is exactly 16 bits;
144 u_char input[ local
[all...]
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h14 u32 input[16]; /* could be compressed */ member in struct:__anon1041
59 x->input[4] = U8TO32_LITTLE(k + 0);
60 x->input[5] = U8TO32_LITTLE(k + 4);
61 x->input[6] = U8TO32_LITTLE(k + 8);
62 x->input[7] = U8TO32_LITTLE(k + 12);
69 x->input[8] = U8TO32_LITTLE(k + 0);
70 x->input[9] = U8TO32_LITTLE(k + 4);
71 x->input[10] = U8TO32_LITTLE(k + 8);
72 x->input[11] = U8TO32_LITTLE(k + 12);
73 x->input[
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dkeychord.h21 #include <linux/input.h>
H A Duinput.h22 #include <linux/input.h>
H A Duhid.h21 #include <linux/input.h>
171 struct uhid_input_req input; member in union:uhid_event::__anon857
H A Djoystick.h22 #include <linux/input.h>
/bionic/tests/
H A Dmath_data_test.h24 T1 input; member in struct:data_1_1_t
30 T1 input; member in struct:data_int_1_t
36 T1 input; member in struct:data_long_1_t
42 T1 input; member in struct:data_llong_1_t
56 T input; member in struct:data_2_1_t
63 T input; member in struct:data_1_int_1_t
148 // Runs through the array 'data' applying 'f' to each of the input values
157 data[i].expected, f(data[i].input)) << "Failed on element " << i;
161 // Runs through the array 'data' applying 'f' to each of the input values
168 EXPECT_EQ(data[i].expected, f(data[i].input)) << "Faile
[all...]
/bionic/libc/kernel/uapi/linux/dvb/
H A Ddmx.h95 dmx_input_t input; member in struct:dmx_pes_filter_params
/bionic/libc/tools/
H A Dgensyscalls.py525 def process_file(self, input):
527 parser.parse_file(input)

Completed in 301 milliseconds