Searched defs:op_size (Results 1 – 9 of 9) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
D | armv7m_cachel1.h | 117 int32_t op_size = isize + (((uint32_t)addr) & (__SCB_ICACHE_LINE_SIZE - 1U)); in SCB_InvalidateICache_by_Addr() local 360 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_InvalidateDCache_by_Addr() local 390 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_CleanDCache_by_Addr() local 420 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_CleanInvalidateDCache_by_Addr() local
|
/third_party/ffmpeg/libavcodec/ |
D | dxv.c | 51 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() 470 static int dxv_decompress_opcodes(GetByteContext *gb, void *dstp, size_t op_size) in dxv_decompress_opcodes() 498 int op_size, in dxv_decompress_cgo() 796 unsigned op_size = bytestream2_get_le32(gb); in dxv_decompress_yo() local
|
/third_party/libfuse/lib/ |
D | helper.c | 308 size_t op_size, void *user_data) in fuse_main_real()
|
D | fuse.c | 4814 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new() 4884 size_t op_size, void *user_data) in fuse_new_31() 5036 size_t op_size, void *user_data) in fuse_new_30()
|
D | fuse_lowlevel.c | 3016 size_t op_size, void *userdata)
|
/third_party/cmsis/CMSIS/Core/Include/ |
D | core_starmc1.h | 3155 int32_t op_size = isize + (((uint32_t)addr) & (__SCB_ICACHE_LINE_SIZE - 1U)); in SCB_InvalidateICache_by_Addr() local 3368 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_InvalidateDCache_by_Addr() local 3398 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_CleanDCache_by_Addr() local 3428 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_CleanInvalidateDCache_by_Addr() local
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 1422 size_t op_size, void *userdata) in fuse_lowlevel_new()
|
D | fuse.c | 3031 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new() 3054 const struct fuse_operations *op, size_t op_size, in fuse_new()
|
/third_party/node/deps/v8/src/diagnostics/ia32/ |
D | disasm-ia32.cc | 684 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); in CMov() local
|