Searched defs:output (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/netbsd/net/
H A Dbase64.c82 The encoding process represents 24-bit groups of input bits as output
90 output string.
126 output will be an integral multiple of 4 characters
129 here, the final unit of encoded output will be two
132 here, the final unit of encoded output will be three
145 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[
[all...]
/bionic/libc/kernel/common/linux/
H A Duhid.h100 struct uhid_output_req output; member in union:uhid_event::__anon576
H A Dvideodev2.h1971 struct v4l2_outputparm output; member in union:v4l2_streamparm::__anon593
/bionic/libc/netbsd/resolv/
H A Dres_init.c638 u_int output = 0; local
639 status = real_randomid(&output);
641 return output;
H A Dres_debug.c1113 static char output[15]; /* YYYYMMDDHHMMSS and null */ local
1125 sprintf(output, "%04d%02d%02d%02d%02d%02d",
1128 return (output);
/bionic/libc/upstream-netbsd/libc/isc/
H A Deventlib_p.h220 FILE *output; member in struct:__anon687
/bionic/libc/kernel/arch-mips/asm/
H A Dsgiarcs.h77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier

Completed in 154 milliseconds