Searched refs:input (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/netbsd/net/ |
D | base64.c | 144 u_char input[3] = { 0, 0, 0 }; /* make compiler happy */ local 152 input[0] = *src++; 153 input[1] = *src++; 154 input[2] = *src++; 157 output[0] = (u_int32_t)input[0] >> 2; 158 output[1] = ((u_int32_t)(input[0] & 0x03) << 4) + 159 ((u_int32_t)input[1] >> 4); 160 output[2] = ((u_int32_t)(input[1] & 0x0f) << 2) + 161 ((u_int32_t)input[2] >> 6); 162 output[3] = input[2] & 0x3f; [all …]
|
/bionic/libc/kernel/arch-x86/asm/ |
D | alternative_32.h | 37 …input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" "… argument 39 …input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" "… argument
|
/bionic/libc/kernel/common/linux/ |
D | uhid.h | 99 struct uhid_input_req input; member
|
D | videodev2.h | 476 __u32 input; member
|
/bionic/libc/tools/ |
D | gensyscalls.py | 284 def process_file(self,input): argument 286 parser.parse_file(input)
|
/bionic/libc/kernel/arch-mips/asm/ |
D | sgiarcs.h | 77 bogus, ronly, removable, consin, consout, input, output enumerator
|
/bionic/libm/ |
D | NOTICE | 58 written by Steven G. Kargl with input from Bruce D. Evans
|