Home
last modified time | relevance | path

Searched refs:push (Results 2201 - 2225 of 3666) sorted by relevance

1...<<81828384858687888990>>...147

/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dpmac_zilog.c432 bool push; in pmz_interrupt() local
442 push = false; in pmz_interrupt()
453 push = pmz_receive_chars(uap_a); in pmz_interrupt()
460 if (push) in pmz_interrupt()
467 push = false; in pmz_interrupt()
478 push = pmz_receive_chars(uap_b); in pmz_interrupt()
485 if (push) in pmz_interrupt()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgv100.c380 nvkm_wr32(device, 0x610b24 + poff, lower_32_bits(chan->push)); in gv100_disp_dmac_init()
381 nvkm_wr32(device, 0x610b20 + poff, upper_32_bits(chan->push)); in gv100_disp_dmac_init()
402 .push = nv50_disp_dmac_push,
528 .push = nv50_disp_dmac_push,
764 nvkm_wr32(device, 0x610b24, lower_32_bits(chan->push)); in gv100_disp_core_init()
765 nvkm_wr32(device, 0x610b20, upper_32_bits(chan->push)); in gv100_disp_core_init()
777 .push = nv50_disp_dmac_push,
/kernel/linux/linux-6.6/scripts/
H A Dkernel-doc324 push(@export_file_list, $file);
485 push @sectionlist, $name;
1360 push @parameterlist, $arg;
1523 push(@first_arg, split('\s+', $1));
1524 push(@first_arg, $2);
1617 push @parameterlist, $param;
2388 push(@export_file_list, @ARGV);
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc225 schedule_queue_.push(node); in DecrementUnscheduledUseCount()
322 queue_.push(node); in Queue()
1353 stack_.push(node); in InitializePlacement()
1409 queue_.push(root); in Run()
1421 // position to all uses. This in turn might push more nodes onto the queue.
1467 queue_.push(node); in PropagateMinimumPositionToNode()
1542 queue->push(node); in ProcessQueue()
1614 // Mark {block} and push its non-marked predecessor on the marking queue.
1704 scheduler_->schedule_queue_.push(use_node); in SplitNode()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js1019 this.nodeBtns.push(new XButton());
1093 this.nodeMoreBtns.push(new XButton());
1593 out.push(data);
1702 parent.value_.push(NodeTools.copyNode(this.selectNode_.pnode, parent));
1808 this.historyZ.push({
1830 data2.push(data1.charCodeAt(index));
1869 this.touchQueue_.push([msg, x, y]);
1872 this.keyQueue_.push(k);
2170 fs.push(index);
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_hevcdec_unit_test.cpp141 signal->inQueue_.push(index); in InDataQueue()
142 signal->inMemoryQueue_.push(data); in InDataQueue()
152 signal->outQueue_.push(index); in OutDataQueue()
153 signal->outMemoryQueue_.push(data); in OutDataQueue()
154 signal->outAttrQueue_.push(*attr); in OutDataQueue()
214 signal->inQueue_.push(index); in InBufferQueue()
215 signal->inBufferQueue_.push(buffer); in InBufferQueue()
225 signal->outQueue_.push(index); in OutBufferQueue()
226 signal->outBufferQueue_.push(buffer); in OutBufferQueue()
325 * @tc.desc: 1. push/fre
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1701 void push(WeightedLeaf L, bool SeparateConst=true) { in push() function in __anon24633::LeafPrioQueue
1722 push(L, false); in pushToBottom()
2008 Leaves.push(WeightedLeaf(Child, Weight, InsertionOrder++)); in balanceSubTree()
2019 Leaves.push(WeightedLeaf(Child, Weight, InsertionOrder++)); in balanceSubTree()
2071 Leaves.push(WeightedLeaf(New, Weight, Mul1.InsertionOrder)); in balanceSubTree()
2075 Leaves.push(Mul1); in balanceSubTree()
2077 Leaves.push(Mul2); in balanceSubTree()
2134 Leaves.push(GA); in balanceSubTree()
2198 Leaves.push(WeightedLeaf(NewNode, Weight, L0.InsertionOrder)); in balanceSubTree()
/third_party/python/Lib/
H A Dturtle.py933 def push(self, item): member in Tbuffer
1970 self.undobuffer.push(["seq"])
2411 self.undobuffer.push(("pen", _p_buf))
3093 self.undobuffer.push(("stamp", stitem))
3179 self.undobuffer.push(undo_entry)
3283 self.undobuffer.push(("rot", angle, self._degreesPerAU))
3344 self.undobuffer.push(("beginfill", self._fillitem))
3364 self.undobuffer.push(("dofill", self._fillitem))
3398 self.undobuffer.push(("dot", item))
3402 self.undobuffer.push(["se
[all...]
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc312 __ push(ip); in Generate_PushArguments()
784 __ push(r4); in Generate_ConstructedNonConstructable()
843 __ push(r0); in Generate_JSEntryVariant()
846 __ push(kConstantPoolRegister); in Generate_JSEntryVariant()
849 __ push(r0); in Generate_JSEntryVariant()
850 __ push(r0); in Generate_JSEntryVariant()
855 __ push(r0); in Generate_JSEntryVariant()
884 __ push(scratch); // frame-type in Generate_JSEntryVariant()
1007 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper()
1577 // If ok, push undefine in Generate_InterpreterEntryTrampoline()
[all...]
/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dmetadata_controller.cpp240 queue_.push(meta); in DealMetadata()
261 queue_.push(changeMetadata); in DealMetadata()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_service.cpp158 signal_->messageQueue_.push(message); in AddMessageToQueue()
389 dumpSignal_->dumpQueue_.push(std::make_pair(fileName, buffer)); in AddBufferToQueue()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp99 signal->inIdxQueue_.push(index); in VdecInputDataReady()
100 signal->inBufferQueue_.push(buffer); in VdecInputDataReady()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/InnerAPI/
H A Dhdrcodec_inner_ndk_sample.cpp71 decInnersignal_->inIdxQueue_.push(index); in OnInputBufferAvailable()
72 decInnersignal_->inBufferQueue_.push(buffer); in OnInputBufferAvailable()
413 cout << "push input data failed,error:" << result << endl; in SendData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp53 signal->inIdxQueue_.push(index); in VdecInputDataReady()
54 signal->inBufferQueue_.push(data); in VdecInputDataReady()
158 cout << "push input data failed,error:" << result << endl; in SendData()
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp67 signal->inIdxQueue_.push(index); in onEncInputBufferAvailable()
68 signal->inBufferQueue_.push(buffer); in onEncInputBufferAvailable()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp105 signal->inIdxQueue_.push(index); in VdecInputDataReady()
106 signal->inBufferQueue_.push(data); in VdecInputDataReady()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp99 signal->inIdxQueue_.push(index); in VdecInputDataReady()
100 signal->inBufferQueue_.push(buffer); in VdecInputDataReady()
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.cpp48 contextQue.push(context); in QueueAsyncWork()
51 contextMap_.at(context->asyncWorkType).push(context); in QueueAsyncWork()
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_sink.cpp283 sink->messageQueue.push(data); in SinkOnError()
300 sink->messageQueue.push(data); in SinkOnInfo()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h232 #pragma pack(push, 4)
234 #pragma pack(push, 8)
/kernel/linux/common_modules/qos_auth/auth_ctl/
H A Dauth_ctrl.c398 #pragma GCC diagnostic push in ctrl_auth_basic_operation()
428 #pragma GCC diagnostic push in ctrl_auth_basic_operation()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h118 #pragma pack(push, 1)
314 #pragma pack(push, 1)
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.c290 nvkm_gpuobj_del(&chan->push); in nvkm_chan_del()
364 "push:%d:%p devm:%08x:%08x priv:%d:%d", in nvkm_chan_new_()
431 /* Allocate HW ctxdma for push buffer. */ in nvkm_chan_new_()
433 ret = nvkm_object_bind(&dmaobj->object, chan->inst, -16, &chan->push); in nvkm_chan_new_()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_hw_exc.S45 @hardware push SP len
269 LDMFD R3, {R4-R11} @ R4-R11 store PSP reg(auto push xPSR, PC, LR, R12,R0~R3 when exc in task)
/third_party/ffmpeg/libavresample/arm/
H A Dresample_neon.S27 push {r4, r5}
226 push {r4, r5}

Completed in 38 milliseconds

1...<<81828384858687888990>>...147