Home
last modified time | relevance | path

Searched defs:off (Results 376 - 400 of 554) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp598 uint64_t raw_fd_ostream::seek(uint64_t off) { in seek() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h275 const MachineInstrBuilder &addDisp(const MachineOperand &Disp, int64_t off, in addDisp() argument
/third_party/toybox/toys/pending/
H A Ddiff.c195 static int read_tok(FILE *fp, off_t *off, int tok) in read_tok() argument
265 off_t off; in create_j_vector() local
[all...]
/third_party/python/Modules/_io/
H A Dwinconsoleio.c539 DWORD off = 0; in read_console_w() local
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp360 bool ApplyDash(SkPath& path, SkScalar on, SkScalar off, SkScalar phase) { in ApplyDash() argument
/third_party/ffmpeg/libavcodec/
H A Ddxv.c210 int off = y * w_block; in decompress_texture_thread() local
222 int off = y * w_block; in decompress_texture_thread() local
238 int off = y * w_block; in decompress_texture_thread() local
H A Dclearvideo.c180 int i, has_ac[6], off; in decode_mb() local
482 int off = w; in extend_edges() local
491 int off in extend_edges() local
[all...]
H A Dhevc_filter.c124 int off = s->ps.sps->qp_bd_offset; in ff_hevc_set_qPy() local
H A Datrac3.c162 int i, off; in decode_bytes() local
[all...]
H A Dmpegvideo.c1309 int my, off, i, mvs; in lowest_referenced_row() local
H A Dvc1_block.c442 int off = mb_pos; in ff_vc1_pred_dc() local
1124 int scale, off, idx, last, skip, value; in vc1_decode_p_block() local
1302 int dst_idx, off; vc1_decode_p_mb() local
1533 int dst_idx, off; vc1_decode_p_mb_intfr() local
1743 int dst_idx, off; vc1_decode_p_mb_intfi() local
1866 int dst_idx, off; vc1_decode_b_mb() local
2023 int dst_idx, off; vc1_decode_b_mb_intfi() local
2192 int dst_idx, off; vc1_decode_b_mb_intfr() local
[all...]
H A Dvp9block.c581 static const uint8_t off[10] = { in decode_mode() local
[all...]
/third_party/elfutils/tests/
H A Dvarlocs.c567 Dwarf_Off off = expr->number; in print_expr() local
735 ptrdiff_t off = 0; in print_varlocs() local
/third_party/elfutils/src/
H A Dar.c423 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() argument
829 off_t off; member
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fftdnoiz.c145 import_row8(AVComplexFloat *dst, uint8_t *src, int rw, float scale, float *win, int off) import_row8() argument
161 import_row16(AVComplexFloat *dst, uint8_t *srcp, int rw, float scale, float *win, int off) import_row16() argument
/third_party/ffmpeg/libavformat/
H A Did3v2.c1151 int64_t start, off; in id3v2_read_internal() local
/third_party/alsa-lib/src/control/
H A Dcontrol_remap.c1022 size_t off; in add_chn_to_map() local
/third_party/alsa-lib/src/topology/
H A Ddata.c436 static int copy_data_hex(char *data, int off, const char *str, int width) in copy_data_hex() argument
468 int size, esize, off, num; in tplg_parse_data_hex() local
598 int set_size, size, off; in copy_tuples() local
1579 size_t off; in tplg_decode_manifest_data() local
1885 size_t pos = 0, off; tplg_add_data() local
[all...]
/third_party/backends/backend/genesys/
H A Dgl841.cpp1681 int off[3],offh[3],offl[3],off1[3],off2[3]; in offset_calibration() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java2071 private PluralSelectorContext(int start, String name, Number num, double off) { in PluralSelectorContext() argument
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1106 ssize_t tmpfs_readpage(struct Vnode *vnode, char *buffer, off_t off) in tmpfs_readpage() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessageFormat.java2027 private PluralSelectorContext(int start, String name, Number num, double off) { in PluralSelectorContext() argument
/third_party/libunwind/libunwind/src/ia64/
H A DGparser.c203 unsigned long off; in finish_prologue() local
/third_party/libuv/src/unix/
H A Dfs.c435 off_t off; in uv__fs_read() local
891 uv__fs_try_copy_file_range(int in_fd, off_t* off, int out_fd, size_t len) uv__fs_try_copy_file_range() argument
949 off_t off; uv__fs_sendfile() local
998 off_t off; uv__fs_sendfile() local
1118 off_t off; uv__fs_write() local
1785 uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file file, int64_t off, uv_fs_cb cb) uv_fs_ftruncate() argument
1904 uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], unsigned int nbufs, int64_t off, uv_fs_cb cb) uv_fs_read() argument
2027 uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t off, size_t len, uv_fs_cb cb) uv_fs_sendfile() argument
2093 uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], unsigned int nbufs, int64_t off, uv_fs_cb cb) uv_fs_write() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c258 nir_ssa_def *off = nir_iadd_nuw(b, base_off_var, io_off); in lower_ls_output_store() local
333 nir_ssa_def *off = intrin in hs_output_lds_offset() local
395 nir_ssa_def * off = intrin hs_per_patch_output_vmem_offset() local
416 nir_ssa_def *off = hs_per_vertex_input_lds_offset(b, st, intrin); lower_hs_per_vertex_input_load() local
473 nir_ssa_def *off = hs_output_lds_offset(b, st, intrin); lower_hs_output_load() local
638 nir_ssa_def *off = intrin->intrinsic == nir_intrinsic_load_per_vertex_input lower_tes_input_load() local
[all...]

Completed in 63 milliseconds

1...<<11121314151617181920>>...23