Searched refs:output (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/netbsd/net/ |
D | base64.c | 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[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/ |
D | alternative_32.h | 39 …output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\… argument
|
/bionic/libc/kernel/common/linux/ |
D | uhid.h | 100 struct uhid_output_req output; member
|
D | videodev2.h | 1971 struct v4l2_outputparm output; member
|
/bionic/libc/netbsd/resolv/ |
D | res_init.c | 638 u_int output = 0; in res_randomid() local 639 status = real_randomid(&output); in res_randomid() 641 return output; in res_randomid()
|
D | res_debug.c | 1113 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/ |
D | sgiarcs.h | 77 bogus, ronly, removable, consin, consout, input, output enumerator
|
/bionic/libc/upstream-netbsd/libc/isc/ |
D | eventlib_p.h | 220 FILE *output; member
|
/bionic/libc/kernel/ |
D | README.TXT | 128 will be totally omitted from the output. the optimizer is smart enough to
|
/bionic/libc/ |
D | NOTICE | 4123 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
|