/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | decoder_jni.cc | 19 size_t input_offset; member 57 handle->input_offset = 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativeCreate() 118 if (handle->input_offset < handle->input_length) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() 121 handle->input_offset = 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() 126 const uint8_t* in = handle->input_start + handle->input_offset; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() 127 size_t in_size = handle->input_length - handle->input_offset; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() 131 handle->input_offset = handle->input_length - in_size; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() 135 context[1] = (handle->input_offset == handle->input_length) ? 1 : 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() 174 context[1] = (handle->input_offset == handle->input_length) ? 1 : 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() 177 context[1] = (handle->input_offset in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() [all...] |
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | encoder_jni.cc | 19 size_t input_offset; member 56 handle->input_offset = 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativeCreate() 130 if (handle->input_offset < handle->input_last) { in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() 133 handle->input_offset = 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() 138 const uint8_t* in = handle->input_start + handle->input_offset; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() 139 size_t in_size = handle->input_last - handle->input_offset; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() 143 handle->input_offset = handle->input_last - in_size; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() 147 context[3] = (handle->input_offset != handle->input_last) ? 1 : 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() 171 context[3] = (handle->input_offset != handle->input_last) ? 1 : 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_prim_assembler.c | 122 unsigned input_offset = asmblr->input_verts->stride * idx; in copy_verts() local 123 memcpy(output + output_offset, input + input_offset, in copy_verts() 138 unsigned input_offset = asmblr->input_verts->stride * idx; in inject_primid() local 139 struct vertex_header *v = (struct vertex_header*)(input + input_offset); in inject_primid()
|
H A D | draw_vs_variant.c | 330 fetch.element[i].input_offset = key->element[i].in.offset; in draw_vs_create_variant_generic() 346 emit.element[i].input_offset = key->element[i].out.vs_output * 4 * sizeof(float); in draw_vs_create_variant_generic() 350 assert(emit.element[i].input_offset <= fetch.output_stride); in draw_vs_create_variant_generic() 356 emit.element[i].input_offset = 0; in draw_vs_create_variant_generic()
|
H A D | draw_pt_fetch.c | 94 key.element[nr].input_offset = draw->pt.vertex_element[ei].src_offset; in draw_pt_fetch_prepare() 105 key.element[nr].input_offset = draw->pt.vertex_element[ei].src_offset; in draw_pt_fetch_prepare() 116 key.element[nr].input_offset = draw->pt.vertex_element[ei].src_offset; in draw_pt_fetch_prepare()
|
H A D | draw_pipe_vbuf.c | 236 hw_key.element[i].input_offset = src_offset; in vbuf_start_prim()
|
H A D | draw_pt_emit.c | 109 hw_key.element[i].input_offset = src_offset; in draw_pt_emit_prepare()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afir.h | 38 int input_offset; member
|
H A D | afir_template.c | 186 av_log(ctx, AV_LOG_DEBUG, "input_offset: %d\n", seg->input_offset); in convert_channels() 286 s->fdsp->vector_fmul_scalar(src + seg->input_offset, in, s->dry_gain, FFALIGN(nb_samples, 4)); in fir_quantum() 288 s->fdsp->vector_dmul_scalar(src + seg->input_offset, in, s->dry_gain, FFALIGN(nb_samples, 8)); in fir_quantum() 293 src[seg->input_offset + n] = in[n] * s->dry_gain; in fir_quantum()
|
H A D | af_afir.c | 173 seg->input_offset = offset; in init_segment()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libfdk-aacdec.c | 388 int input_offset = 0; in fdk_aac_decode_frame() local 445 input_offset = drop_samples * avctx->ch_layout.nb_channels; in fdk_aac_decode_frame() 455 memcpy(frame->extended_data[0], s->decoder_buffer + input_offset, in fdk_aac_decode_frame()
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate.h | 73 unsigned input_offset:24; member
|
H A D | translate_generic.c | 56 unsigned input_offset; member 741 tg->attrib[i].input_offset); in generic_set_buffer() 817 tg->attrib[i].input_offset = key->element[i].input_offset; in translate_generic_create()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | deoptimizer.h | 103 static int input_offset() { return offsetof(Deoptimizer, input_); } in input_offset() function in v8::internal::Deoptimizer
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compute_transforms.cpp | 136 nir_ssa_def *input_offset = nir_iadd(&b, input_offset_base, field_offset); in get_fake_so_buffer_copy_back() local 142 nir_iadd(&b, input_offset, nir_imm_int(&b, loaded)), (gl_access_qualifier)0, 4, 0); in get_fake_so_buffer_copy_back()
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 198 auto input_offset = igroup * pixels_per_chunk_; in get_next_row_data() local 199 input_offset += segment_pixels_ * segment_order_[isegment]; in get_next_row_data() 203 auto pixel = get_raw_pixel_from_row(in_data, input_offset + ipixel, format); in get_next_row_data()
|
/third_party/mesa3d/src/gallium/tests/unit/ |
H A D | translate_test.c | 148 key.element[0].input_offset = 0; in main()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_print.c | 405 mesa_log_stream_printf(stream, ", tex=%d, samp=%d, input_offset=%d", in print_instr() 407 instr->prefetch.input_offset); in print_instr()
|
H A D | ir3_compiler_nir.c | 3203 sam->prefetch.input_offset = ir3_nir_coord_offset(tex->src[idx].src.ssa); in emit_tex() 4029 unsigned inloc = instr->prefetch.input_offset + n; in pack_inlocs() 4104 unsigned i = instr->prefetch.input_offset / 4; in pack_inlocs() 4105 unsigned j = instr->prefetch.input_offset % 4; in pack_inlocs() 4106 instr->prefetch.input_offset = so->inputs[i].inloc + j; in pack_inlocs() 4577 fetch->src = instr->prefetch.input_offset; in collect_tex_prefetches() 4587 MAX2(ctx->so->total_in, instr->prefetch.input_offset + 2); in collect_tex_prefetches()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexdeclaration9.c | 501 transkey.element[i].input_offset = so->output[i].dst_offset * 4; in NineVertexDeclaration9_ConvertStreamOutput()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_vbo.c | 301 transkey.element[j].input_offset = ve->src_offset;
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 489 self.lineno - self.state_machine.input_offset - 1)
|
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 9247 size_t input_offset = 0; in mbedtls_psa_ecjpake_read_round() local 9259 size_t length = buf[input_offset]; in mbedtls_psa_ecjpake_read_round() 9260 input_offset += 1; in mbedtls_psa_ecjpake_read_round() 9262 if (input_offset + length > len) { in mbedtls_psa_ecjpake_read_round() 9267 buf + input_offset, length); in mbedtls_psa_ecjpake_read_round() 9272 input_offset += length; in mbedtls_psa_ecjpake_read_round() 9276 if (input_offset != len) { in mbedtls_psa_ecjpake_read_round()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_vbo.c | 112 transkey.element[j].input_offset = ve->src_offset; in nv50_vertex_state_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_vbo.c | 128 transkey.element[j].input_offset = ve->src_offset; in nvc0_vertex_state_create()
|