Home
last modified time | relevance | path

Searched refs:op_size (Results 1 – 16 of 16) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
Dcachel1_armv7.h119 int32_t op_size = isize + (((uint32_t)addr) & (__SCB_ICACHE_LINE_SIZE - 1U)); in SCB_InvalidateICache_by_Addr() local
127 op_size -= __SCB_ICACHE_LINE_SIZE; in SCB_InvalidateICache_by_Addr()
128 } while ( op_size > 0 ); in SCB_InvalidateICache_by_Addr()
332 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_InvalidateDCache_by_Addr() local
340 op_size -= __SCB_DCACHE_LINE_SIZE; in SCB_InvalidateDCache_by_Addr()
341 } while ( op_size > 0 ); in SCB_InvalidateDCache_by_Addr()
362 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_CleanDCache_by_Addr() local
370 op_size -= __SCB_DCACHE_LINE_SIZE; in SCB_CleanDCache_by_Addr()
371 } while ( op_size > 0 ); in SCB_CleanDCache_by_Addr()
392 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_CleanInvalidateDCache_by_Addr() local
[all …]
/third_party/ffmpeg/libavcodec/
Ddxv.c51 int64_t op_size[4]; // Opcodes size member
428 static int get_opcodes(GetByteContext *gb, uint32_t *table, uint8_t *dst, int op_size, int nb_eleme… in get_opcodes() argument
451 for (i = 0; i < op_size; i++) { in get_opcodes()
470 static int dxv_decompress_opcodes(GetByteContext *gb, void *dstp, size_t op_size) in dxv_decompress_opcodes() argument
477 bytestream2_get_buffer(gb, dstp, op_size); in dxv_decompress_opcodes()
480 memset(dstp, bytestream2_get_byte(gb), op_size); in dxv_decompress_opcodes()
488 ret = get_opcodes(gb, table, dstp, op_size, elements); in dxv_decompress_opcodes()
498 int op_size, in dxv_decompress_cgo() argument
510 if (oi >= op_size) in dxv_decompress_cgo()
796 unsigned op_size = bytestream2_get_le32(gb); in dxv_decompress_yo() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dassembler.js47 let op_size = 1;
49 op_size += op.length();
52 u[idx++] = op_size << 16 | inst.opcode();
/third_party/spirv-tools/tools/sva/src/
Dassembler.js47 let op_size = 1;
49 op_size += op.length();
52 u[idx++] = op_size << 16 | inst.opcode();
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dassembler.js47 let op_size = 1;
49 op_size += op.length();
52 u[idx++] = op_size << 16 | inst.opcode();
/third_party/libfuse/include/
Dfuse.h962 size_t op_size, void *private_data);
967 size_t op_size, void *private_data);
971 size_t op_size, void *private_data);
1134 size_t op_size, void *private_data);
1291 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
Dfuse_lowlevel.h2020 size_t op_size, void *userdata);
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h493 const struct fuse_operations *op, size_t op_size,
639 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
Dfuse_lowlevel.h1146 size_t op_size, void *userdata);
/third_party/libfuse/lib/
Dhelper.c308 size_t op_size, void *user_data) in fuse_main_real() argument
345 fuse = fuse_new_31(&args, op, op_size, user_data); in fuse_main_real()
Dfuse_i.h182 size_t op_size, void *private_data);
Dfuse.c4814 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new() argument
4819 if (sizeof(struct fuse_operations) < op_size) { in fuse_fs_new()
4821 op_size = sizeof(struct fuse_operations); in fuse_fs_new()
4832 memcpy(&fs->op, op, op_size); in fuse_fs_new()
4884 size_t op_size, void *user_data) in fuse_new_31() argument
4923 fs = fuse_fs_new(op, op_size, user_data); in fuse_new_31()
5032 size_t op_size, void *private_data);
5036 size_t op_size, void *user_data) in fuse_new_30() argument
5056 return fuse_new_31(args, op, op_size, user_data); in fuse_new_30()
Dfuse_lowlevel.c3016 size_t op_size, void *userdata) argument
3022 if (sizeof(struct fuse_lowlevel_ops) < op_size) {
3024 op_size = sizeof(struct fuse_lowlevel_ops);
3090 memcpy(&se->op, op, op_size);
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c1422 size_t op_size, void *userdata) in fuse_lowlevel_new() argument
1431 if (sizeof(struct fuse_lowlevel_ops) < op_size) { in fuse_lowlevel_new()
1433 op_size = sizeof(struct fuse_lowlevel_ops); in fuse_lowlevel_new()
1452 memcpy(&f->op, op, op_size); in fuse_lowlevel_new()
Dfuse.c3031 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new() argument
3036 if (sizeof(struct fuse_operations) < op_size) { in fuse_fs_new()
3038 op_size = sizeof(struct fuse_operations); in fuse_fs_new()
3049 memcpy(&fs->op, op, op_size); in fuse_fs_new()
3054 const struct fuse_operations *op, size_t op_size, in fuse_new() argument
3071 fs = fuse_fs_new(op, op_size, user_data); in fuse_new()
/third_party/libfuse/
DChangeLog.rst657 fuse = fuse_new(ch, &args, op, op_size, user_data);
671 fuse = fuse_new(&args, op, op_size, user_data);