Searched defs:input (Results 1 - 10 of 10) sorted by path

/bionic/libc/kernel/uapi/linux/dvb/
H A Ddmx.h95 dmx_input_t input; member in struct:dmx_pes_filter_params
/bionic/libc/kernel/uapi/linux/
H A Dkvm.h167 __u64 input; member in struct:kvm_hyperv_exit::__anon555::__anon557
H A Duhid.h21 #include <linux/input.h>
171 struct uhid_input_req input; member in union:uhid_event::__anon928
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h14 u32 input[16]; /* could be compressed */ member in struct:__anon1156
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/upstream-openbsd/lib/libc/net/
H A Dbase64.c71 The encoding process represents 24-bit groups of input bits as output
73 24-bit input group is formed by concatenating 3 8-bit input groups.
104 always completed at the end of a quantity. When fewer than 24 input
105 bits are available in an input group, zero bits are added (on the
109 Since all base64 input is an integral number of octets, only the
113 (1) the final quantum of encoding input is an integral
117 (2) the final quantum of encoding input is exactly 8 bits;
120 (3) the final quantum of encoding input is exactly 16 bits;
133 u_char input[ local
[all...]
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/dvb/
H A Ddmx.h95 dmx_input_t input; member in struct:dmx_pes_filter_params
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dkvm.h167 __u64 input; member in struct:kvm_hyperv_exit::__anon1628::__anon1630
H A Duhid.h21 #include <linux/input.h>
171 struct uhid_input_req input; member in union:uhid_event::__anon2001
/bionic/tests/
H A Dmath_data_test.h25 T1 input; member in struct:data_1_1_t
31 T1 input; member in struct:data_int_1_t
37 T1 input; member in struct:data_long_1_t
43 T1 input; member in struct:data_llong_1_t
57 T input; member in struct:data_2_1_t
64 T input; member in struct:data_1_int_1_t
164 // Runs through the array 'data' applying 'f' to each of the input values
173 data[i].expected, f(data[i].input)) << "Failed on element " << i;
177 // Runs through the array 'data' applying 'f' to each of the input values
184 EXPECT_EQ(data[i].expected, f(data[i].input)) << "Faile
[all...]
H A Dstdlib_test.cpp580 std::string input = "a,b,foo=bar,a,unknown"; local
581 char* subopts = &input[0];

Completed in 203 milliseconds