/third_party/ffmpeg/tests/api/ |
H A D | api-flac-test.c | 113 int in_offset = 0, out_offset = 0; in run_test() local 170 memcpy(raw_in + in_offset, in_frame->data[0], in_frame_bytes); in run_test() 171 in_offset += in_frame_bytes; in run_test()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_silenceremove.c | 105 int ch, int out_offset, int in_offset); 136 int ch, int out_offset, int in_offset) in copy_double() 139 const double src = srcp[in->ch_layout.nb_channels * in_offset + ch]; in copy_double() 146 int ch, int out_offset, int in_offset) in copy_doublep() 149 const double src = srcp[in_offset]; in copy_doublep() 156 int ch, int out_offset, int in_offset) in copy_float() 159 const float src = srcp[in->ch_layout.nb_channels * in_offset + ch]; in copy_float() 166 int ch, int out_offset, int in_offset) in copy_floatp() 169 const float src = srcp[in_offset]; in copy_floatp() 135 copy_double(SilenceRemoveContext *s, AVFrame *out, AVFrame *in, int ch, int out_offset, int in_offset) copy_double() argument 145 copy_doublep(SilenceRemoveContext *s, AVFrame *out, AVFrame *in, int ch, int out_offset, int in_offset) copy_doublep() argument 155 copy_float(SilenceRemoveContext *s, AVFrame *out, AVFrame *in, int ch, int out_offset, int in_offset) copy_float() argument 165 copy_floatp(SilenceRemoveContext *s, AVFrame *out, AVFrame *in, int ch, int out_offset, int in_offset) copy_floatp() argument
|
/third_party/lwip/src/core/ |
H A D | pbuf.c | 95 pbuf_skip_const(const struct pbuf *in, u16_t in_offset, u16_t *out_offset); 1186 pbuf_skip_const(const struct pbuf *in, u16_t in_offset, u16_t *out_offset) in pbuf_skip_const() argument 1188 u16_t offset_left = in_offset; in pbuf_skip_const() 1207 * @param in_offset offset to skip 1212 pbuf_skip(struct pbuf *in, u16_t in_offset, u16_t *out_offset) in pbuf_skip() argument 1214 const struct pbuf *out = pbuf_skip_const(in, in_offset, out_offset); in pbuf_skip()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compute_transforms.cpp | 62 nir_ssa_def *in_offset = nir_iadd(&b, nir_channel(&b, in_stride_offset_and_base_drawid, 1), in get_indirect_draw_base_vertex_transform() local 64 nir_ssa_def *in_data0 = nir_load_ssbo(&b, 4, 32, nir_imm_int(&b, 0), in_offset, (gl_access_qualifier)0, 4, 0); in get_indirect_draw_base_vertex_transform() 69 nir_ssa_def *in_offset1 = nir_iadd(&b, in_offset, nir_imm_int(&b, 16)); in get_indirect_draw_base_vertex_transform()
|
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 842 u16_t in_offset = 0; in mqtt_parse_incoming() local 847 while (p->tot_len > in_offset) { in mqtt_parse_incoming() 859 b = pbuf_get_at(p, in_offset++); in mqtt_parse_incoming() 889 cpy_len = (u16_t)LWIP_MIN((u16_t)(p->tot_len - in_offset), msg_rem_len); in mqtt_parse_incoming() 896 pbuf_copy_partial(p, client->rx_buffer + fixed_hdr_len, cpy_len, in_offset); in mqtt_parse_incoming() 900 in_offset += cpy_len; in mqtt_parse_incoming()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psobjs.c | 192 FT_PtrDist in_offset; in FT_LOCAL_DEF() local 195 in_offset = (FT_Byte*)object - table->block; in FT_LOCAL_DEF() 196 if ( in_offset < 0 || (FT_Offset)in_offset >= table->capacity ) in FT_LOCAL_DEF() 197 in_offset = -1; in FT_LOCAL_DEF() 211 if ( in_offset >= 0 ) in FT_LOCAL_DEF() 212 object = table->block + in_offset; in FT_LOCAL_DEF()
|
/third_party/lwip/src/include/lwip/ |
H A D | pbuf.h | 304 struct pbuf *pbuf_skip(struct pbuf* in, u16_t in_offset, u16_t* out_offset);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 398 nir_variable *in_offset = nir_variable_create( in update_result_buffer() local 402 in_offset->data.location = VARYING_SLOT_VAR0; in update_result_buffer() 403 offset = nir_load_array_var_imm(b, in_offset, 0); in update_result_buffer()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1153 off_t in_offset; in uv__fs_copyfile() local 1267 in_offset = 0; in uv__fs_copyfile() 1272 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL); in uv__fs_copyfile() 1282 in_offset += bytes_written; in uv__fs_copyfile()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1276 off_t in_offset; in uv__fs_copyfile() local 1378 in_offset = 0; in uv__fs_copyfile() 1383 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL); in uv__fs_copyfile() 1393 in_offset += bytes_written; in uv__fs_copyfile()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mdct15.asm | 40 %macro FFT5 3 ; %1 - in_offset, %2 - dst1 (64bit used), %3 - dst2
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3311 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) { in uv_fs_sendfile() 3315 req->fs.info.offset = in_offset; in uv_fs_sendfile() 3310 uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) uv_fs_sendfile() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 3324 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) { in uv_fs_sendfile() 3328 req->fs.info.offset = in_offset; in uv_fs_sendfile() 3323 uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) uv_fs_sendfile() argument
|
/third_party/libuv/include/ |
H A D | uv.h | 1581 int64_t in_offset,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1452 int64_t in_offset,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1469 int64_t in_offset,
|