Home
last modified time | relevance | path

Searched defs:offset (Results 1401 - 1425 of 4614) sorted by relevance

1...<<51525354555657585960>>...185

/third_party/mbedtls/library/
H A Dpoly1305.c85 size_t offset = 0U; in poly1305_process() local
286 size_t offset = 0U; in mbedtls_poly1305_update() local
[all...]
/third_party/lzma/C/
H A DXzIn.c156 static SRes LookInStream_SeekRead_ForArc(ILookInStreamPtr stream, UInt64 offset, void *buf, size_t size) in LookInStream_SeekRead_ForArc() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-dataview-object.c69 uint32_t offset = 0; in ecma_op_dataview_create() local
[all...]
/third_party/lame/frontend/
H A Dlame_main.c328 write_xing_frame(lame_global_flags * gf, FILE * outf, size_t offset) in write_xing_frame() argument
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-util.c622 parser_emit_cbc_backward_branch(parser_context_t *context_p, uint16_t opcode, uint32_t offset) parser_emit_cbc_backward_branch() argument
722 size_t offset; parser_set_branch_to_current_position() local
[all...]
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.c65 re_bytecode_insert(re_compiler_ctx_t *re_ctx_p, const size_t offset, const size_t size) re_bytecode_insert() argument
93 re_insert_byte(re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const uint8_t byte) re_insert_byte() argument
124 re_insert_opcode(re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const re_opcode_t opcode) re_insert_opcode() argument
243 re_insert_value(re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const uint32_t value) re_insert_value() argument
303 re_insert_char(re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const lit_code_point_t cp) re_insert_char() argument
390 const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); re_dump_bytecode() local
397 const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); re_dump_bytecode() local
416 const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); re_dump_bytecode() local
437 const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); re_dump_bytecode() local
484 const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); re_dump_bytecode() local
493 const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); re_dump_bytecode() local
524 const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); re_dump_bytecode() local
534 const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); re_dump_bytecode() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_large_constants.c120 const unsigned offset = nir_deref_instr_get_const_offset(deref, size_align); in handle_constant_store() local
H A Dnir_lower_io_to_scalar.c111 nir_ssa_def *offset = nir_iadd_imm(b, base_offset, i * (intr->dest.ssa.bit_size / 8)); in lower_load_to_scalar() local
213 nir_ssa_def *offset = nir_iadd_imm(b, base_offset, i * (value->bit_size / 8)); in lower_store_to_scalar() local
[all...]
H A Dnir_lower_io_arrays_to_elements.c54 unsigned offset = 0; in get_io_offset() local
H A Dnir_lower_wpos_ytransform.c265 nir_ssa_def *offset; in lower_interp_deref_at_offset() local
H A Dnir_split_64bit_vec3_and_vec4.c111 nir_ssa_def *offset = nir_imm_intN_t(b, 0, deref->dest.ssa.bit_size); in get_linear_array_offset() local
168 split_load_deref(nir_builder *b, nir_intrinsic_instr *intr, nir_ssa_def *offset, struct hash_table *split_vars) split_load_deref() argument
193 split_store_deref(nir_builder *b, nir_intrinsic_instr *intr, nir_ssa_def *offset, struct hash_table *split_vars) split_store_deref() argument
[all...]
H A Dnir_opt_preamble.c61 unsigned offset; member
497 unsigned offset = 0; in nir_opt_preamble() local
[all...]
/third_party/mesa3d/src/drm-shim/
H A Ddevice.c416 drm_shim_mmap(struct shim_fd *shim_fd, size_t length, int prot, int flags, int fd, off64_t offset) drm_shim_mmap() argument
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h203 uint32_t offset; member
281 OUT_RELOC(struct fd_ringbuffer *ring, struct fd_bo *bo, uint32_t offset, in OUT_RELOC() argument
H A Dfreedreno_bo.c459 uint64_t offset; in bo_map() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_a4xx.c74 struct ir3_instruction *ldgb, *src0, *src1, *byte_offset, *offset; in emit_intrinsic_load_ssbo() local
101 struct ir3_instruction *stgb, *src0, *src1, *src2, *byte_offset, *offset; in emit_intrinsic_store_ssbo() local
225 struct ir3_instruction *offset; get_image_offset() local
286 struct ir3_instruction *offset = get_image_offset(ctx, intr, coords, true); emit_intrinsic_load_image() local
331 struct ir3_instruction *stib, *offset; emit_intrinsic_store_image() local
[all...]
H A Dir3_lower_parallelcopy.c51 get_copy_src(const struct ir3_register *reg, unsigned offset) in get_copy_src() argument
H A Dir3_nir_lower_io_offsets.c124 ir3_nir_try_propagate_bit_shift(nir_builder *b, nir_ssa_def *offset, in ir3_nir_try_propagate_bit_shift() argument
174 nir_ssa_def *offset = intrinsic->src[1].ssa; in scalarize_load() local
221 nir_ssa_def *offset = intrinsic->src[offset_src_idx].ssa; lower_offset_for_ssbo() local
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Dheadergen2.c234 static void printdelem (struct rnndelem *elem, uint64_t offset, const char *str) { in printdelem() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_android.c170 int offset[4]; member
/third_party/mesa3d/src/egl/main/
H A Deglconfig.h158 EGLint offset = _eglOffsetOfConfig(key); in _eglSetConfigKey() local
170 EGLint offset = _eglOffsetOfConfig(key); in _eglGetConfigKey() local
/third_party/mesa3d/src/freedreno/afuc/
H A Demu-ui.c236 unsigned offset = afuc_gpr_reg(name); in emu_write_gpr_prompt() local
254 unsigned offset = afuc_control_reg(name); in emu_write_control_prompt() local
273 unsigned offset = afuc_control_reg(name); in emu_dump_control_prompt() local
289 unsigned offset = afuc_gpu_reg(name); emu_write_gpu_prompt() local
308 unsigned offset = afuc_gpu_reg(name); emu_dump_gpu_prompt() local
318 const char *offset; emu_write_mem_prompt() local
336 const char *offset; emu_dump_mem_prompt() local
[all...]
H A Demu.h264 unsigned offset; member
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c100 unsigned offset; member
[all...]
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_bo.c51 virtio_bo_offset(struct fd_bo *bo, uint64_t *offset) in virtio_bo_offset() argument

Completed in 33 milliseconds

1...<<51525354555657585960>>...185