Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 9 of 9) sorted by relevance

/third_party/uapp/dash/src/
A Doutput.c75 stream: 0, nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 1, flags: 0
78 stream: 0, nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0
122 if (memout.stream != NULL)
140 fwrite(p, 1, len, dest->stream); in outmem()
206 fputs(p, file->stream); in outstr()
244 fflush(dest->stream); in flushout()
402 output.stream = stdout; in initstreams()
403 errout.stream = stderr; in initstreams()
410 memout.stream = open_memstream(&memout.buf, &memout.bufsize); in openmemout()
418 error = fclose(memout.stream); in __closememout()
[all …]
A Doutput.h47 FILE *stream; member
106 putc(ch, file->stream); in outc()
108 #define doformat(d, f, a) vfprintf((d)->stream, (f), (a))
A Dinit.c253 if (memout.stream != NULL) in reset()
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A De_aes.c83 } stream; member
202 dat->stream.cbc = NULL; in aes_init_key()
204 dat->stream.cbc = aes_hw_cbc_encrypt; in aes_init_key()
209 dat->stream.cbc = bsaes_cbc_encrypt; in aes_init_key()
222 dat->stream.cbc = NULL; in aes_init_key()
224 dat->stream.cbc = aes_hw_cbc_encrypt; in aes_init_key()
226 dat->stream.ctr = aes_hw_ctr32_encrypt_blocks; in aes_init_key()
231 dat->stream.ctr = bsaes_ctr32_encrypt_blocks; in aes_init_key()
254 if (dat->stream.cbc) { in aes_cbc_cipher()
286 if (dat->stream.ctr) { in aes_ctr_cipher()
[all …]
/third_party/ulib/musl/include/
A Dgrp.h36 struct group* fgetgrent(FILE* stream);
/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
A Dinternal.h243 size_t len, ctr128_f stream);
253 size_t len, ctr128_f stream);
A Dgcm.c818 ctr128_f stream) { in CRYPTO_gcm128_encrypt_ctr32() argument
873 (*stream)(in, out, GHASH_CHUNK / 16, key, ctx->Yi.c); in CRYPTO_gcm128_encrypt_ctr32()
886 (*stream)(in, out, j, key, ctx->Yi.c); in CRYPTO_gcm128_encrypt_ctr32()
920 ctr128_f stream) { in CRYPTO_gcm128_decrypt_ctr32() argument
978 (*stream)(in, out, GHASH_CHUNK / 16, key, ctx->Yi.c); in CRYPTO_gcm128_decrypt_ctr32()
1004 (*stream)(in, out, j, key, ctx->Yi.c); in CRYPTO_gcm128_decrypt_ctr32()
/third_party/ulib/musl/
A DWHATSNEW124 fseek no longer sets the stream error flag on failed seeks (this was
/third_party/lib/acpica/
A Dchanges.txt2743 iASL/Tools: Standardized use of the stream I/O functions:
2761 Tools: Replace low-level I/O with stream I/O functions. Replace
2762 open/read/write/close with the stream I/O equivalents
7741 operands in the order that they appear in the AML stream (and the
9778 into the ASL stream if this macro is missing in the original AML code,
13939 within the AML stream. This has simplified and reduced the
16284 Transfer of data from the raw AML byte stream is done via byte

Completed in 33 milliseconds