Searched refs:output (Results 1 - 8 of 8) 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/arch-x86/asm/
H A Dalternative_32.h39 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
/bionic/libc/kernel/common/linux/
H A Dmsm_q6vdec.h91 struct vdec_buf_desc output; member in struct:vdec_buf_req
226 struct vdec_buf_desc output; member in struct:vdec_dec_attributes
H A Dvideodev2.h1752 struct v4l2_outputparm output; member in union:v4l2_streamparm::__anon552
/bionic/libc/kernel/arch-mips/asm/
H A Dsgiarcs.h77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
/bionic/libc/netbsd/isc/
H A Deventlib_p.h189 FILE *output; member in struct:__anon608
/bionic/libc/netbsd/resolv/
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);
H A Dres_init.c752 u_int output = 0; local
753 status = real_randomid(&output);
755 return output;

Completed in 124 milliseconds