/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | buffer.c | 47 int write_ptr; member 57 st->write_ptr = 0; in speex_buffer_init() 78 end = st->write_ptr + len; in speex_buffer_write() 82 SPEEX_COPY(st->data + st->write_ptr, data, end1 - st->write_ptr); in speex_buffer_write() 86 SPEEX_COPY(st->data, data+end1 - st->write_ptr, end); in speex_buffer_write() 92 st->read_ptr = st->write_ptr; in speex_buffer_write() 94 st->write_ptr += len; in speex_buffer_write() 95 if (st->write_ptr > st->size) in speex_buffer_write() 96 st->write_ptr in speex_buffer_write() [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngtest.c | 754 write_sTER_chunk(png_structp write_ptr) in write_sTER_chunk() argument 761 png_write_chunk(write_ptr, sTER, &user_chunk_data.sTER_mode, 1); in write_sTER_chunk() 765 write_vpAg_chunk(png_structp write_ptr) in write_vpAg_chunk() argument 780 png_write_chunk(write_ptr, vpAg, vpag_chunk_data, 9); in write_vpAg_chunk() 784 write_chunks(png_structp write_ptr, int location) in write_chunks() argument 797 write_sTER_chunk(write_ptr); in write_chunks() 800 write_vpAg_chunk(write_ptr); in write_chunks() 861 png_structp write_ptr; in test_one_file() local 868 png_structp write_ptr = NULL; in test_one_file() local 909 write_ptr in test_one_file() [all...] |
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_status.c | 180 char *write_ptr = buf; in snprint_PKIStatusInfo_parts() local 190 write_ptr += printed_chars; \ in snprint_PKIStatusInfo_parts() 193 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts() 201 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts() 207 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts() 218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts() 225 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts() 230 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_status.c | 177 char *write_ptr = buf; in snprint_PKIStatusInfo_parts() local 187 write_ptr += printed_chars; \ in snprint_PKIStatusInfo_parts() 190 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts() 198 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts() 204 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts() 215 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts() 222 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts() 227 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_haas.c | 48 uint32_t write_ptr; member 113 s->write_ptr = 0; in config_input() 168 buffer[s->write_ptr] = mid; in filter_frame() 170 s0_ptr = (s->write_ptr + s->buffer_size - s->delay[0]) & mask; in filter_frame() 171 s1_ptr = (s->write_ptr + s->buffer_size - s->delay[1]) & mask; in filter_frame() 184 s->write_ptr = (s->write_ptr + 1) & mask; in filter_frame()
|
/third_party/ltp/testcases/kernel/mem/thp/ |
H A D | thp04.c | 34 static int *write_ptr, *read_ptr; variable 91 write_ptr = (int *)(write_thp + thp_size - sizeof(int)); in setup() 107 memcpy(&c, write_ptr, sizeof(c)); in thread_run() 108 SAFE_LSEEK(readfd, (off_t)write_ptr, SEEK_SET); in thread_run() 127 SAFE_LSEEK(writefd, (off_t)write_ptr, SEEK_SET); in run()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 84 FILE *write_ptr, FILE *read_ptr) in read_by_row() 92 if (write_ptr != NULL) in read_by_row() 96 io_copy.output = write_ptr; in read_by_row() 83 read_by_row(png_structp png_ptr, png_infop info_ptr, FILE *write_ptr, FILE *read_ptr) read_by_row() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 2720 unsigned char* write_ptr = &atlas->TexPixelsAlpha8[r->X + ((r->Y + y) * atlas->TexWidth)]; in ImFontAtlasBuildRenderLinesTexData() local 2722 *(write_ptr + i) = 0x00; in ImFontAtlasBuildRenderLinesTexData() 2725 *(write_ptr + pad_left + i) = 0xFF; in ImFontAtlasBuildRenderLinesTexData() 2728 *(write_ptr + pad_left + line_width + i) = 0x00; in ImFontAtlasBuildRenderLinesTexData() 2732 unsigned int* write_ptr = &atlas->TexPixelsRGBA32[r->X + ((r->Y + y) * atlas->TexWidth)]; in ImFontAtlasBuildRenderLinesTexData() local 2734 *(write_ptr + i) = IM_COL32_BLACK_TRANS; in ImFontAtlasBuildRenderLinesTexData() 2737 *(write_ptr + pad_left + i) = IM_COL32_WHITE; in ImFontAtlasBuildRenderLinesTexData() 2740 *(write_ptr + pad_left + line_width + i) = IM_COL32_BLACK_TRANS; in ImFontAtlasBuildRenderLinesTexData()
|