OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_buf
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
md5.h
41
FLAC__multibyte
internal_buf
;
member in struct:__anon12093
/external/flac/libFLAC/
md5.c
227
ctx->
internal_buf
.p8 = 0;
263
if (0 != ctx->
internal_buf
.p8) {
264
free(ctx->
internal_buf
.p8);
265
ctx->
internal_buf
.p8 = 0;
502
if (0 == (ctx->
internal_buf
.p8 = safe_realloc_(ctx->
internal_buf
.p8, bytes_needed))) {
503
if (0 == (ctx->
internal_buf
.p8 = safe_malloc_(bytes_needed))) {
511
format_input_(&ctx->
internal_buf
, signal, channels, samples, bytes_per_sample);
513
FLAC__MD5Update(ctx, ctx->
internal_buf
.p8, bytes_needed);
/ndk/sources/android/support/src/stdio/
vfprintf.c
756
unsigned char
internal_buf
[80], *saved_buf = 0;
local
765
f->wpos = f->wbase = f->buf =
internal_buf
;
766
f->buf_size = sizeof
internal_buf
;
767
f->wend =
internal_buf
+ sizeof
internal_buf
;
Completed in 2787 milliseconds