/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 17 #pragma GCC diagnostic push 27 #pragma clang diagnostic push 10377 #pragma GCC diagnostic push 20684 #pragma GCC diagnostic push in wuffs_adler32__hasher__initialize() 21182 #pragma GCC diagnostic push in wuffs_bmp__decoder__initialize() 22757 #pragma GCC diagnostic push in wuffs_bmp__decoder__swizzle_rle() 22780 #pragma GCC diagnostic push in wuffs_bmp__decoder__swizzle_rle() 23558 #pragma GCC diagnostic push in wuffs_cbor__decoder__initialize() 24870 #pragma GCC diagnostic push in wuffs_crc32__ieee_hasher__initialize() 25567 #pragma GCC diagnostic push in wuffs_deflate__decoder__initialize() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 862 #pragma GCC diagnostic push in dhd_pm_callback() 1179 #pragma GCC diagnostic push in dhd_if_del_sta_list() 1339 #pragma GCC diagnostic push in dhd_find_sta() 1415 #pragma GCC diagnostic push in dhd_del_all_sta() 1454 #pragma GCC diagnostic push in dhd_del_sta() 2601 #pragma GCC diagnostic push in _dhd_set_multicast_list() 2623 #pragma GCC diagnostic push in _dhd_set_multicast_list() 4250 #pragma GCC diagnostic push in dhd_event_logtrace_process() 14145 #pragma GCC diagnostic push 15390 #pragma GCC diagnostic push in dhd_hang_process() [all...] |
H A D | dhd_rtt.c | 1968 #pragma GCC diagnostic push in dhd_rtt_retry_work() 2208 #pragma GCC diagnostic push in dhd_rtt_timeout_work()
|
H A D | dhd_pcie_linux.c | 1285 #pragma GCC diagnostic push in dhdpcie_device_scan()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 754 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper() 1140 // Our stack is currently aligned. We have have to push something along with in Generate_BaselineOutOfLinePrologue() 1302 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline() 1308 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline() 1862 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply() 1949 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply() 2009 // arguments from the stack (including the receiver), and push thisArgument in Generate_ReflectConstruct() 2099 // -- a4 : len (number of elements to push from args) in Generate_CallOrConstructVarargs() 2133 Label done, push, loop; in Generate_CallOrConstructVarargs() local 2145 __ Branch(&push, n in Generate_CallOrConstructVarargs() [all...] |
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 257 // Check if we have enough stack space to push all arguments. in Generate_JSConstructStubGeneric() 590 // Clear the context before we push it when entering the internal frame. in Generate_JSEntryTrampolineHelper() 628 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper() 1260 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline() 1266 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline() 1463 __ PushReturnAddressFrom(kScratchRegister); // Re-push return address. in Generate_InterpreterPushArgsThenCallImpl() 1717 // Save the return address, so that we can push it to the end of the newly in Generate_BaselineOutOfLinePrologue() 1916 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply() 2022 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply() 2072 // arguments from the stack (including the receiver), and push thisArgumen in Generate_ReflectConstruct() 2212 Label done, push, loop; Generate_CallOrConstructVarargs() local [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 518 void Assembler::push(const Immediate& x) { in push() function in v8::internal::Assembler 535 void Assembler::push(Register src) { in push() function in v8::internal::Assembler 540 void Assembler::push(Operand src) { in push() function in v8::internal::Assembler
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 1105 assert(b->shader->inputs->no_ubo_to_push && "can't mix push constant forms"); in bi_emit_load_push_constant() 1108 assert(nir_src_is_const(*offset) && "no indirect push constants"); in bi_emit_load_push_constant() 1110 assert((base & 3) == 0 && "unaligned push constants"); in bi_emit_load_push_constant() 5197 .push = &info->push, in bi_compile_variant() 5201 .push_offset = info->push.count in bi_compile_variant()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 98 #pragma warning (push) 103 #pragma clang diagnostic push 111 #pragma GCC diagnostic push
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 109 #pragma warning (push) 117 #pragma clang diagnostic push 125 #pragma GCC diagnostic push
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 858 /* The pre-gen6 VS requires that some push constants get loaded no in calculate_curbe_offsets() 870 * values as push constants before spilling to pull constants, and in in calculate_curbe_offsets() 871 * brw_vec4.cpp we're loading up to 32 registers of push constants. An EU in calculate_curbe_offsets() 946 /* The pre-gen6 VS requires that some push constants get loaded no in upload_shader_consts() 1302 * Notably, push constants must be stored at the beginning of the URB 1307 * Ivybridge and Haswell GT1/GT2 allow push constants to be located (and 1329 /* For now, we set a static partitioning of the push constant area, in crocus_alloc_push_constants() 8129 ALIGN(cs_prog_data->push.per_thread.regs * dispatch.threads + 8130 cs_prog_data->push.cross_thread.regs, 2); 8134 /* TODO: Combine subgroup-id with cbuf0 so we can push regula [all...] |
H A D | crocus_program.c | 83 /* push works for everyone except SNB at the moment */ in can_push_ubo() 437 * used by the backend. Also, decide which UBOs we'd like to push in an 2653 assert(cs_prog_data->push.cross_thread.size == 0); in crocus_fill_cs_push_const_buffer() 2654 assert(cs_prog_data->push.per_thread.dwords == 1); in crocus_fill_cs_push_const_buffer()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 3211 pendingImplicitLayout_.push(false); in AddKeyFrame() 3240 pendingImplicitLayout_.push(false); in AddKeyFrame()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_visitor.cpp | 394 curMainAndLeashWindowNodesIds_.push(node.GetId());
in ResetCurSurfaceInfoAsUpperSurfaceParent() 2783 curMainAndLeashWindowNodesIds_.push(subSurfaceNodePtr->GetId());
in UpdateSubSurfaceNodeRectInSkippedSubTree()
|
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | zlibndk.cpp | 986 static int push(void *desc, unsigned char *buf, unsigned len)
in push() function 1008 err = inflateBack(&strm, pull, nullptr, push, &strm);
in InflateBack()
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 149 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push() function 3095 liftoff::push(asm_, src.reg(), src.kind()); in Construct()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 429 stack.push(pb); in splitEdges() 1371 stack.push(node->getValue()->id); in simplifyNode()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gsubgpos.hh | 142 active_glyphs_stack.push (cur_active_glyph_set); in push_cur_active_glyphs() 802 hb_applicable_t *entry = array.push(); in dispatch()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 4605 idStack.push(-1); in generateOpPhiCase5() 4606 value.push("%f32_0"); in generateOpPhiCase5() 4607 valueLabel.push("%f32_0 %entry"); in generateOpPhiCase5() 4615 idStack.push(currId); in generateOpPhiCase5() 4622 value.push(tag.str()); in generateOpPhiCase5() 4624 valueLabel.push(tag.str()); in generateOpPhiCase5() 4629 mergeLeft.push(valueLabel.top()); in generateOpPhiCase5() 4637 valueLabel.push(tag.str()); in generateOpPhiCase5() 4642 mergeRight.push(valueLabel.top()); in generateOpPhiCase5() 4653 value.push(ta in generateOpPhiCase5() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 4603 idStack.push(-1); in generateOpPhiCase5() 4604 value.push("%f32_0"); in generateOpPhiCase5() 4605 valueLabel.push("%f32_0 %entry"); in generateOpPhiCase5() 4613 idStack.push(currId); in generateOpPhiCase5() 4620 value.push(tag.str()); in generateOpPhiCase5() 4622 valueLabel.push(tag.str()); in generateOpPhiCase5() 4627 mergeLeft.push(valueLabel.top()); in generateOpPhiCase5() 4635 valueLabel.push(tag.str()); in generateOpPhiCase5() 4640 mergeRight.push(valueLabel.top()); in generateOpPhiCase5() 4651 value.push(ta in generateOpPhiCase5() [all...] |
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 761 nodes.push(Referenced::RawPtr(child)); in FindFrameNodeByAccessibilityId() 773 nodes.push(Referenced::RawPtr(root)); in GetFramenodeByAccessibilityId() 3964 nodes.push(root); in FindNodeFromRootByExtensionId() 3976 nodes.push(child); in FindNodeFromRootByExtensionId()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 589 stack.push({graph()->end(), 0}); in GenerateTraversal() 595 // If there is an unvisited input, push it and continue with that node. in GenerateTraversal() 603 stack.push({input, 0}); in GenerateTraversal() 632 revisit_queue_.push(node); in PushNodeToRevisitIfVisited() 4228 revisit_queue_.push(node); in EnqueueInput()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 10562 nodes_queue.push(&root); in getArgumentListsForVariableType() 10626 nodes_queue.push(new_subnode); in getArgumentListsForVariableType() 10639 nodes_queue.push(&root); in getArgumentListsForVariableType() 10658 nodes_queue.push(current_node_ptr->children[n_children_node]); in getArgumentListsForVariableType() 12357 # pragma GCC diagnostic push in eliminate()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_pattern.cpp | 1546 // push items and item groups, skip menu node in RecordItemsAndGroups() 1554 nodeStack.push(currentNode->GetChildAtIndex(index)); in RecordItemsAndGroups()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_testtwo_ng.cpp | 1015 overlayManager->modalStack_.push(rootNode); in HWTEST_F()
|