/third_party/ffmpeg/libavcodec/ |
H A D | mjpega_dump_header_bsf.c | 37 uint8_t *out_buf; in mjpega_dump_header() local 53 out_buf = out->data; in mjpega_dump_header() 54 bytestream_put_byte(&out_buf, 0xff); in mjpega_dump_header() 55 bytestream_put_byte(&out_buf, SOI); in mjpega_dump_header() 56 bytestream_put_byte(&out_buf, 0xff); in mjpega_dump_header() 57 bytestream_put_byte(&out_buf, APP1); in mjpega_dump_header() 58 bytestream_put_be16(&out_buf, 42); /* size */ in mjpega_dump_header() 59 bytestream_put_be32(&out_buf, 0); in mjpega_dump_header() 60 bytestream_put_buffer(&out_buf, "mjpg", 4); in mjpega_dump_header() 61 bytestream_put_be32(&out_buf, i in mjpega_dump_header() [all...] |
H A D | sgidec.c | 42 * @param out_buf Points to one line after the output buffer. 43 * @param len length of out_buf in bytes 47 static int expand_rle_row8(SgiState *s, uint8_t *out_buf, in expand_rle_row8() argument 51 unsigned char *orig = out_buf; in expand_rle_row8() 52 uint8_t *out_end = out_buf + len; in expand_rle_row8() 54 while (out_buf < out_end) { in expand_rle_row8() 63 if (out_end - out_buf <= pixelstride * (count - 1)) { in expand_rle_row8() 70 *out_buf = bytestream2_get_byte(&s->g); in expand_rle_row8() 71 out_buf += pixelstride; in expand_rle_row8() 77 *out_buf in expand_rle_row8() 85 expand_rle_row16(SgiState *s, uint16_t *out_buf, int len, int pixelstride) expand_rle_row16() argument 131 read_rle_sgi(uint8_t *out_buf, SgiState *s) read_rle_sgi() argument 169 read_uncompressed_sgi(unsigned char *out_buf, SgiState *s) read_uncompressed_sgi() argument 208 uint8_t *out_buf, *out_end; decode_frame() local [all...] |
H A D | imx_dump_header_bsf.c | 40 uint8_t *out_buf; in imx_dump_header() local 50 out_buf = out->data; in imx_dump_header() 52 bytestream_put_buffer(&out_buf, imx_header, 16); in imx_dump_header() 53 bytestream_put_byte(&out_buf, 0x83); /* KLV BER long form */ in imx_dump_header() 54 bytestream_put_be24(&out_buf, in->size); in imx_dump_header() 55 bytestream_put_buffer(&out_buf, in->data, in->size); in imx_dump_header()
|
H A D | aliaspixdec.c | 36 uint8_t *out_buf; in decode_frame() local 77 out_buf = f->data[0]; in decode_frame() 84 out_buf = f->data[0] + f->linesize[0] * y++; in decode_frame() 103 AV_WB24(out_buf, pixel); in decode_frame() 104 out_buf += 3; in decode_frame() 109 *out_buf++ = pixel; in decode_frame()
|
/third_party/pulseaudio/man/ |
H A D | xmltoman | 39 sub out_buf { subroutine 91 out_buf(0); 98 out_buf(0); 105 out_buf(0); 111 out_buf(0); 117 out_buf(0); 123 out_buf(0); 129 out_buf(0); 134 out_buf(0); 138 out_buf( [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | passwd.c | 317 static char out_buf[6 + 9 + 24 + 2]; in md5crypt() local 330 out_buf[0] = 0; in md5crypt() 354 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in md5crypt() 359 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf)); in md5crypt() 360 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in md5crypt() 363 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf)); in md5crypt() 510 static char out_buf[3 + 17 + 17 + 86 + 1]; shacrypt() local [all...] |
/third_party/openssl/apps/ |
H A D | passwd.c | 317 static char out_buf[6 + 9 + 24 + 2]; in md5crypt() local 330 out_buf[0] = 0; in md5crypt() 354 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in md5crypt() 359 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf)); in md5crypt() 360 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in md5crypt() 363 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf)); in md5crypt() 510 static char out_buf[3 + 17 + 17 + 86 + 1]; shacrypt() local [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui_memory_editor.h | 609 static char out_buf[64 + 8 + 1]; in FormatBinary() local 614 out_buf[out_n++] = (buf[j] & (1 << (7 - i))) ? '1' : '0'; in FormatBinary() 615 out_buf[out_n++] = ' '; in FormatBinary() 617 IM_ASSERT(out_n < IM_ARRAYSIZE(out_buf)); in FormatBinary() 618 out_buf[out_n] = 0; in FormatBinary() 619 return out_buf; in FormatBinary() 622 void DisplayPreviewData(size_t addr, const u8* mem_data, size_t mem_size, DataType data_type, DataFormat data_format, char* out_buf, size_t out_buf_size) const 637 ImSnprintf(out_buf, out_buf_size, "%s", FormatBinary(binbuf, (int)size * 8)); 641 out_buf[0] = 0; 648 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_siz [all...] |
/third_party/elfutils/libelf/ |
H A D | elf_compress.c | 44 do_deflate_cleanup (void *result, z_stream *z, void *out_buf, in do_deflate_cleanup() argument 48 free (out_buf); in do_deflate_cleanup() 55 do_deflate_cleanup(result, &z, out_buf, cdata) 97 void *out_buf = malloc (out_size); in __libelf_compress() local 98 if (out_buf == NULL) in __libelf_compress() 160 z.next_out = out_buf + used; in __libelf_compress() 177 void *bigger = realloc (out_buf, out_size + block); in __libelf_compress() 183 out_buf = bigger; in __libelf_compress() 205 return out_buf; in __libelf_compress() 409 void *out_buf in elf_compress() local [all...] |
H A D | elf_compress_gnu.c | 104 void *out_buf = __libelf_compress (scn, hsize, elfdata, in elf_compress_gnu() local 109 if (out_buf == (void *) -1) in elf_compress_gnu() 113 if (out_buf == NULL) in elf_compress_gnu() 117 memmove (out_buf, "ZLIB", 4); in elf_compress_gnu() 118 memmove (out_buf + 4, &be64_size, sizeof (be64_size)); in elf_compress_gnu() 134 __libelf_reset_rawdata (scn, out_buf, new_size, 1, ELF_T_BYTE); in elf_compress_gnu()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_tnc.c | 24 struct wpabuf *out_buf; member 98 wpabuf_free(data->out_buf); in eap_tnc_reset() 227 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_tnc_build_msg() 247 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_tnc_build_msg() 249 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_tnc_build_msg() 253 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_tnc_build_msg() 257 wpabuf_free(data->out_buf); in eap_tnc_build_msg() 258 data->out_buf = NULL; in eap_tnc_build_msg() 267 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg() 289 if (data->out_buf in eap_tnc_buildReq() [all...] |
H A D | eap_server_ikev2.c | 21 struct wpabuf *out_buf; member 127 wpabuf_free(data->out_buf); in eap_ikev2_reset() 142 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_ikev2_build_msg() 177 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_ikev2_build_msg() 179 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_ikev2_build_msg() 192 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_ikev2_build_msg() 196 wpabuf_free(data->out_buf); in eap_ikev2_build_msg() 197 data->out_buf = NULL; in eap_ikev2_build_msg() 202 (unsigned long) wpabuf_len(data->out_buf) - in eap_ikev2_build_msg() 217 if (data->out_buf in eap_ikev2_buildReq() [all...] |
H A D | eap_server_wsc.c | 23 struct wpabuf *out_buf; member 159 wpabuf_free(data->out_buf); in eap_wsc_reset() 193 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_wsc_build_msg() 216 wpabuf_put_be16(req, wpabuf_len(data->out_buf)); in eap_wsc_build_msg() 218 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_wsc_build_msg() 222 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_wsc_build_msg() 226 wpabuf_free(data->out_buf); in eap_wsc_build_msg() 227 data->out_buf = NULL; in eap_wsc_build_msg() 233 (unsigned long) wpabuf_len(data->out_buf) - in eap_wsc_build_msg() 250 if (data->out_buf in eap_wsc_buildReq() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_tnc.c | 24 struct wpabuf *out_buf; member 98 wpabuf_free(data->out_buf); in eap_tnc_reset() 227 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_tnc_build_msg() 247 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_tnc_build_msg() 249 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_tnc_build_msg() 253 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_tnc_build_msg() 257 wpabuf_free(data->out_buf); in eap_tnc_build_msg() 258 data->out_buf = NULL; in eap_tnc_build_msg() 267 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg() 289 if (data->out_buf in eap_tnc_buildReq() [all...] |
H A D | eap_server_ikev2.c | 21 struct wpabuf *out_buf; member 127 wpabuf_free(data->out_buf); in eap_ikev2_reset() 142 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_ikev2_build_msg() 177 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_ikev2_build_msg() 179 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_ikev2_build_msg() 192 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_ikev2_build_msg() 196 wpabuf_free(data->out_buf); in eap_ikev2_build_msg() 197 data->out_buf = NULL; in eap_ikev2_build_msg() 202 (unsigned long) wpabuf_len(data->out_buf) - in eap_ikev2_build_msg() 217 if (data->out_buf in eap_ikev2_buildReq() [all...] |
H A D | eap_server_wsc.c | 23 struct wpabuf *out_buf; member 161 wpabuf_free(data->out_buf); in eap_wsc_reset() 195 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_wsc_build_msg() 218 wpabuf_put_be16(req, wpabuf_len(data->out_buf)); in eap_wsc_build_msg() 220 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_wsc_build_msg() 224 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_wsc_build_msg() 228 wpabuf_free(data->out_buf); in eap_wsc_build_msg() 229 data->out_buf = NULL; in eap_wsc_build_msg() 235 (unsigned long) wpabuf_len(data->out_buf) - in eap_wsc_build_msg() 252 if (data->out_buf in eap_wsc_buildReq() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_volume.c | 332 AVFrame *out_buf; in filter_frame() local 389 out_buf = buf; in filter_frame() 396 out_buf = buf; in filter_frame() 398 out_buf = ff_get_audio_buffer(outlink, nb_samples); in filter_frame() 399 if (!out_buf) { in filter_frame() 403 ret = av_frame_copy_props(out_buf, buf); in filter_frame() 405 av_frame_free(&out_buf); in filter_frame() 421 vol->scale_samples(out_buf->extended_data[p], in filter_frame() 427 vol->fdsp->vector_fmul_scalar((float *)out_buf->extended_data[p], in filter_frame() 433 vol->fdsp->vector_dmul_scalar((double *)out_buf in filter_frame() [all...] |
H A D | vf_tile.c | 159 static void draw_blank_frame(AVFilterContext *ctx, AVFrame *out_buf) in draw_blank_frame() argument 167 out_buf->data, out_buf->linesize, in draw_blank_frame() 176 AVFrame *out_buf = tile->out_ref; in end_last_frame() local 180 draw_blank_frame(ctx, out_buf); in end_last_frame() 184 tile->prev_out_ref = av_frame_clone(out_buf); in end_last_frame() 186 ret = ff_filter_frame(outlink, out_buf); in end_last_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_ikev2.c | 21 struct wpabuf *out_buf; member 112 wpabuf_free(data->out_buf); in eap_ikev2_deinit() 146 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_ikev2_build_msg() 181 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); in eap_ikev2_build_msg() 183 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_ikev2_build_msg() 199 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_ikev2_build_msg() 203 wpabuf_free(data->out_buf); in eap_ikev2_build_msg() 204 data->out_buf = NULL; in eap_ikev2_build_msg() 235 (unsigned long) wpabuf_len(data->out_buf) - in eap_ikev2_build_msg() 423 if (data->out_buf in eap_ikev2_process() [all...] |
H A D | eap_wsc.c | 23 struct wpabuf *out_buf; member 292 wpabuf_free(data->out_buf); in eap_wsc_deinit() 312 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_wsc_build_msg() 332 wpabuf_put_be16(resp, wpabuf_len(data->out_buf)); in eap_wsc_build_msg() 334 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_wsc_build_msg() 341 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_wsc_build_msg() 345 wpabuf_free(data->out_buf); in eap_wsc_build_msg() 346 data->out_buf = NULL; in eap_wsc_build_msg() 358 (unsigned long) wpabuf_len(data->out_buf) - in eap_wsc_build_msg() 554 if (data->out_buf in eap_wsc_process() [all...] |
H A D | eap_tnc.c | 21 struct wpabuf *out_buf; member 64 wpabuf_free(data->out_buf); in eap_tnc_deinit() 100 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_tnc_build_msg() 120 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); in eap_tnc_build_msg() 122 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_tnc_build_msg() 129 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_tnc_build_msg() 133 wpabuf_free(data->out_buf); in eap_tnc_build_msg() 134 data->out_buf = NULL; in eap_tnc_build_msg() 139 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg() 399 data->out_buf in eap_tnc_process() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_ikev2.c | 21 struct wpabuf *out_buf; member 112 wpabuf_free(data->out_buf); in eap_ikev2_deinit() 146 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_ikev2_build_msg() 181 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); in eap_ikev2_build_msg() 183 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_ikev2_build_msg() 199 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_ikev2_build_msg() 203 wpabuf_free(data->out_buf); in eap_ikev2_build_msg() 204 data->out_buf = NULL; in eap_ikev2_build_msg() 235 (unsigned long) wpabuf_len(data->out_buf) - in eap_ikev2_build_msg() 423 if (data->out_buf in eap_ikev2_process() [all...] |
H A D | eap_wsc.c | 25 struct wpabuf *out_buf; member 294 wpabuf_free(data->out_buf); in eap_wsc_deinit() 314 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_wsc_build_msg() 334 wpabuf_put_be16(resp, wpabuf_len(data->out_buf)); in eap_wsc_build_msg() 336 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_wsc_build_msg() 343 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_wsc_build_msg() 347 wpabuf_free(data->out_buf); in eap_wsc_build_msg() 348 data->out_buf = NULL; in eap_wsc_build_msg() 360 (unsigned long) wpabuf_len(data->out_buf) - in eap_wsc_build_msg() 560 if (data->out_buf in eap_wsc_process() [all...] |
H A D | eap_tnc.c | 21 struct wpabuf *out_buf; member 64 wpabuf_free(data->out_buf); in eap_tnc_deinit() 100 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_tnc_build_msg() 120 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); in eap_tnc_build_msg() 122 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_tnc_build_msg() 129 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_tnc_build_msg() 133 wpabuf_free(data->out_buf); in eap_tnc_build_msg() 134 data->out_buf = NULL; in eap_tnc_build_msg() 139 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg() 399 data->out_buf in eap_tnc_process() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw_arrays.c | 46 u_generate_func generate, struct pipe_resource **out_buf) in generate_indices() 67 *out_buf = dst; in generate_indices() 98 struct pipe_resource **out_buf) in retrieve_or_generate_indices() 109 pipe_resource_reference(out_buf, in retrieve_or_generate_indices() 157 ret = generate_indices(hwtnl, gen_nr, gen_size, generate, out_buf); in retrieve_or_generate_indices() 163 pipe_resource_reference(&hwtnl->index_cache[prim][i].buffer, *out_buf); in retrieve_or_generate_indices() 43 generate_indices(struct svga_hwtnl *hwtnl, unsigned nr, unsigned index_size, u_generate_func generate, struct pipe_resource **out_buf) generate_indices() argument 92 retrieve_or_generate_indices(struct svga_hwtnl *hwtnl, enum pipe_prim_type prim, unsigned gen_type, unsigned gen_nr, unsigned gen_size, u_generate_func generate, struct pipe_resource **out_buf) retrieve_or_generate_indices() argument
|