Home
last modified time | relevance | path

Searched refs:push (Results 3401 - 3425 of 4659) sorted by relevance

1...<<131132133134135136137138139140>>...187

/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)
/test/xts/acts/multimedia/av_codec/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()
/third_party/ffmpeg/libavresample/arm/
H A Dresample_neon.S27 push {r4, r5}
226 push {r4, r5}
/third_party/mbedtls/library/
H A Daesce.c85 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function)
89 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function)
/third_party/lame/libmp3lame/i386/
H A Dnasm.h124 %push proc
176 push %1
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dsource_helpers.js172 dependencies.push(resolvedPath);
403 result.push(flag);
/third_party/node/test/fixtures/wpt/streams/piping/
H A Dabort.any.js222 events.push('cancel');
228 events.push('abort');
/third_party/node/src/
H A Dmemory_tracker-inl.h336 node_stack_.push(n); in PushNode()
344 node_stack_.push(n); in PushNode()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dload-actual.js183 promises.push(p)
425 depPromises.push(this.#loadFSNode({
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dgraceful-fs.js373 fs[gracefulQueue].push(elem)
438 // if we can't do this job yet, push it to the end of the queue
440 fs[gracefulQueue].push(elem)
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py47 def push(self, source): member in FAUState
302 fau.push(encoded_src)
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/
H A Dnpa.js171 full.push(this.name)
175 full.push(spec)
/third_party/node/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc37 queue.push(graph()->start()); in Run()
69 queue.push(use); in Run()
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc53 asyncContexts.push(ctx); in AsyncHooks()
222 hooks->asyncContexts.push(ctx); in ShellPromiseHook()
/third_party/node/deps/v8/src/diagnostics/
H A Dunwinding-info-win64.cc97 #pragma pack(push, 1)
143 unwind_codes[1].CodeOffset = kPushRbpInstructionLength; // push rbp in V8UnwindData()
215 #pragma pack(push, 1)
315 // V8. In particular, we often push other data before the (fp, lr) pair, in V8UnwindData()
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js639 result.push(parsedToken.groups)
1051 bytes.push(chunk)
/third_party/rust/crates/cxx/tests/
H A Dtest.rs161 vector.pin_mut().push(9.0); in test_c_take()
164 vector.pin_mut().push(ffi::Shared { z: 9 }); in test_c_take()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp225 void ResourcePriorityQueue::push(SUnit *SU) { in push() function in ResourcePriorityQueue
580 push(OnlyAvailablePred); in adjustPriorityOfUnscheduledPreds()
/third_party/skia/third_party/externals/libpng/arm/
H A Dfilter_neon.S142 push {r4,lr}
216 push {r4,lr}
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec1.hpp35 # pragma GCC diagnostic push
39 # pragma clang diagnostic push
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dquaternion.hpp45 # pragma GCC diagnostic push
49 # pragma clang diagnostic push
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc107 features.push (tag); in _collect_layout_indices()
114 features.push (0); in _collect_layout_indices()
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c431 #pragma clang diagnostic push in _ctypes_alloc_callback()
435 #pragma GCC diagnostic push in _ctypes_alloc_callback()
/third_party/python/Lib/email/
H A Dfeedparser.py13 data. When you have no more data to push into the parser, call .close().
49 You can also push and pop line-matching predicates onto a stack. When the
92 # We're at the false EOF. But push the last line back first.
98 # Let the consumer push a line back into the buffer.
102 def push(self, data):
177 self._input.push(data)
233 # part of the body so push it back.
330 # boundary as well as the end-of-multipart boundary. Don't push
503 # probably the first line of the body, so push back the
101 def push(self, data): global() member in BufferedSubFile

Completed in 21 milliseconds

1...<<131132133134135136137138139140>>...187