Home
last modified time | relevance | path

Searched refs:output (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/netbsd/net/
Dbase64.c145 u_char output[4]; local
157 output[0] = (u_int32_t)input[0] >> 2;
158 output[1] = ((u_int32_t)(input[0] & 0x03) << 4) +
160 output[2] = ((u_int32_t)(input[1] & 0x0f) << 2) +
162 output[3] = input[2] & 0x3f;
163 assert(output[0] < 64);
164 assert(output[1] < 64);
165 assert(output[2] < 64);
166 assert(output[3] < 64);
170 target[datalength++] = Base64[output[0]];
[all …]
/bionic/libc/kernel/arch-x86/asm/
Dalternative_32.h39output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\… argument
/bionic/libc/kernel/common/linux/
Duhid.h100 struct uhid_output_req output; member
Dvideodev2.h1971 struct v4l2_outputparm output; member
/bionic/libc/netbsd/resolv/
Dres_init.c638 u_int output = 0; in res_randomid() local
639 status = real_randomid(&output); in res_randomid()
641 return output; in res_randomid()
Dres_debug.c1113 static char output[15]; /* YYYYMMDDHHMMSS and null */ in p_secstodate() local
1125 sprintf(output, "%04d%02d%02d%02d%02d%02d", in p_secstodate()
1128 return (output); in p_secstodate()
/bionic/libc/kernel/arch-mips/asm/
Dsgiarcs.h77 bogus, ronly, removable, consin, consout, input, output enumerator
/bionic/libc/upstream-netbsd/libc/isc/
Deventlib_p.h220 FILE *output; member
/bionic/libc/kernel/
DREADME.TXT128 will be totally omitted from the output. the optimizer is smart enough to
/bionic/libc/
DNOTICE4123 Later modified by Damien Miller to wrap the LCG output in a 15-bit
4125 ensures the output is non-repeating and preserves the MSB twiddle