| /third_party/ffmpeg/libavcodec/ |
| H A D | bink.c | 221 static void merge(GetBitContext *gb, uint8_t *dst, uint8_t *src, int size) in merge() function
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | linkValidate.cpp | 86 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge() function in glslang::TIntermediate 603 bool merge = true; in mergeBlockDefinitions() local 710 bool merge = true; mergeLinkerObjects() local [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.h | 640 Block &head, &body, &merge, &continue_target; member
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | qpu_schedule.c | 947 struct v3d_qpu_instr merge = *a; in qpu_merge_inst() local 2182 struct schedule_node *merge = NULL; schedule_instructions() local [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 324 void merge() { in merge() function in nv50_ir::MergedDefs 1997 Instruction *merge = *it; in resolveSplitsAndMerges() local 2189 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); in condenseSrcs() local [all...] |
| H A D | nv50_ir_lowering_nv50.cpp | 2107 Instruction *merge = bld.mkOp(OP_MERGE, bytes < 4 ? TYPE_U32 : ty, bld.getSSA(bytes < 4 ? 4 : bytes)); in handleSUSTP() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | pre-process.c | 543 static int merge(struct token *left, struct token *right) in merge() function
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-call-reducer.cc | 161 auto merge = gasm_->MakeLabel(); in ~IfBuilder0() local 228 auto merge = gasm_->MakeLabel(kPhiRepresentation); in Value() local 402 Node* merge = gasm_->graph()->NewNode(gasm_->common()->Merge(size), MergeExceptionalPaths() local [all...] |
| H A D | js-generic-lowering.cc | 1214 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false); in LowerJSStackCheck() local
|
| H A D | scheduler.cc | 559 void ConnectMerge(Node* merge) { in ConnectMerge() argument 1769 Node* merge = NodeProperties::GetControlInput(use, 0); GetBlockForUse() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 273 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge() function in __anon24043::BlockChain
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_wrapper.h | 1515 ANGLE_INLINE VkResult PipelineCache::merge(VkDevice device, in merge() function in rx::DescriptorSetIndex::PipelineCache
|
| /third_party/skia/src/pathops/ |
| H A D | SkOpAngle.cpp | 833 bool SkOpAngle::merge(SkOpAngle* angle) { in merge() function in SkOpAngle
|
| H A D | SkPathOpsTSect.cpp | 1692 void merge(const SkClosestRecord& mate) { in merge() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 601 void InstrProfValueSiteRecord::merge(InstrProfValueSiteRecord &Input, in merge() function in llvm::InstrProfValueSiteRecord 655 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight, in merge() function in llvm::InstrProfRecord
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 1320 bool WaitcntBrackets::merge(const WaitcntBrackets &Other) { in merge() function in WaitcntBrackets
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | TextFormat.java | 1447 public static void merge(final Readable input, final Message.Builder builder) throws IOException { in merge() method in TextFormat 1452 public static void merge(final CharSequence input, final Message.Builder builder) in merge() method in TextFormat 1475 public static void merge( in merge() method in TextFormat 1488 public static void merge( merge() method in TextFormat 1641 public void merge(final Readable input, final Message.Builder builder) throws IOException { merge() method in TextFormat.Parser 1648 public void merge(final CharSequence input, final Message.Builder builder) merge() method in TextFormat.Parser 1657 public void merge( merge() method in TextFormat.Parser 1748 public void merge( merge() method in TextFormat.Parser [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | btree.h | 1758 void btree_node<P>::merge(btree_node *src, allocator_type *alloc) { in merge() function in absl::container_internal::btree_node
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_resource.c | 1954 bool merge[MAX_PIPES] = { false }; in dcn30_internal_validate_bw() local [all...] |
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| H A D | refcounttree.c | 1235 ocfs2_change_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_leaf_bh, int index, int merge, int change) ocfs2_change_refcount_rec() argument 1736 ocfs2_insert_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *rec, int index, int merge, struct ocfs2_alloc_context *meta_ac) ocfs2_insert_refcount_rec() argument 1824 ocfs2_split_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *split_rec, int index, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) ocfs2_split_refcount_rec() argument 1980 __ocfs2_increase_refcount(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, u32 len, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) __ocfs2_increase_refcount() argument [all...] |
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | tcp.c | 1344 bool merge = true; in tcp_sendmsg_locked() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_resource.c | 2649 dcn20_validate_apply_pipe_split_flags( struct dc *dc, struct dc_state *context, int vlevel, int *split, bool *merge) global() argument [all...] |
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | refcounttree.c | 1233 ocfs2_change_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_leaf_bh, int index, int merge, int change) ocfs2_change_refcount_rec() argument 1734 ocfs2_insert_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *rec, int index, int merge, struct ocfs2_alloc_context *meta_ac) ocfs2_insert_refcount_rec() argument 1822 ocfs2_split_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *split_rec, int index, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) ocfs2_split_refcount_rec() argument 1978 __ocfs2_increase_refcount(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, u32 len, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) __ocfs2_increase_refcount() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_resource.c | 1637 bool merge[MAX_PIPES] = { false }; in dcn30_internal_validate_bw() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_resource.c | 1830 dcn20_validate_apply_pipe_split_flags( struct dc *dc, struct dc_state *context, int vlevel, int *split, bool *merge) dcn20_validate_apply_pipe_split_flags() argument [all...] |