Home
last modified time | relevance | path

Searched defs:push (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/third_party/libjpeg/
Djmemdosa.asm47 push di define
50 push dx define
52 push ds define
82 push di define
85 push dx define
87 push ds define
114 push di define
117 push dx define
119 push ds define
148 push di define
[all …]
/third_party/uboot/u-boot-2020.01/arch/mips/lib/
Dgenex.S22 .set push define
65 .set push define
95 .set push define
134 .set push define
194 .set push define
/third_party/libdrm/nouveau/
Dpushbuf.c45 struct drm_nouveau_gem_pushbuf_push push[NOUVEAU_GEM_MAX_PUSH]; member
70 nouveau_pushbuf(struct nouveau_pushbuf *push) in nouveau_pushbuf()
79 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref_fits()
147 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref()
219 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_krel()
306 pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan) in pushbuf_submit()
391 pushbuf_flush(struct nouveau_pushbuf *push) in pushbuf_flush()
433 pushbuf_refn_fail(struct nouveau_pushbuf *push, int sref, int srel) in pushbuf_refn_fail()
451 pushbuf_refn(struct nouveau_pushbuf *push, bool retry, in pushbuf_refn()
481 pushbuf_validate(struct nouveau_pushbuf *push, bool retry) in pushbuf_validate()
[all …]
/third_party/boost/boost/thread/concurrent_queues/
Dsync_priority_queue.hpp62 void push(Type const& element) in push() function in boost::detail::priority_queue
67 void push(BOOST_RV_REF(Type) element) in push() function in boost::detail::priority_queue
173 void sync_priority_queue<T,Container,Cmp>::push(unique_lock<mutex>& lk, const T& elem) in push() function in boost::concurrent::sync_priority_queue
180 void sync_priority_queue<T,Container,Cmp>::push(lock_guard<mutex>& lk, const T& elem) in push() function in boost::concurrent::sync_priority_queue
187 void sync_priority_queue<T,Container,Cmp>::push(const T& elem) in push() function in boost::concurrent::sync_priority_queue
195 …void sync_priority_queue<T,Container,Cmp>::push(unique_lock<mutex>& lk, BOOST_THREAD_RV_REF(T) ele… in push() function in boost::concurrent::sync_priority_queue
202 …void sync_priority_queue<T,Container,Cmp>::push(lock_guard<mutex>& lk, BOOST_THREAD_RV_REF(T) elem) in push() function in boost::concurrent::sync_priority_queue
209 void sync_priority_queue<T,Container,Cmp>::push(BOOST_THREAD_RV_REF(T) elem) in push() function in boost::concurrent::sync_priority_queue
Ddeque_views.hpp46 void push(const value_type& x) { queue->push_back(x); } in push() function in boost::concurrent::deque_back_view
63 void push(BOOST_THREAD_RV_REF(value_type) x) { queue->push_back(boost::move(x)); } in push() function in boost::concurrent::deque_back_view
89 void push(const value_type& x) { queue->push_front(x); } in push() function in boost::concurrent::deque_front_view
105 void push(BOOST_THREAD_RV_REF(value_type) x) { queue->push_front(forward<value_type>(x)); } in push() function in boost::concurrent::deque_front_view
Dsync_queue.hpp92 inline void push(const value_type& elem, unique_lock<mutex>& lk) in push() function in boost::concurrent::sync_queue
98 inline void push(BOOST_THREAD_RV_REF(value_type) elem, unique_lock<mutex>& lk) in push() function in boost::concurrent::sync_queue
241 void sync_queue<ValueType, Container>::push(const ValueType& elem) in push() function in boost::concurrent::sync_queue
290 void sync_queue<ValueType, Container>::push(BOOST_THREAD_RV_REF(ValueType) elem) in push() function in boost::concurrent::sync_queue
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9lpf_16bpp_neon.S428 .macro bpp_frontend func, bpp, push
456 .macro bpp_frontends func, push=0
461 .macro bpp_frontend_rep func, suffix, int_suffix, dir, bpp, push
493 .macro bpp_frontends_rep func, suffix, int_suffix, dir, push=0
/third_party/boost/boost/lockfree/
Dspsc_queue.hpp105 bool push(T const & t, T * buffer, size_t max_size) in push() function in boost::lockfree::detail::ringbuffer_base
120 size_t push(const T * input_buffer, size_t input_count, T * internal_buffer, size_t max_size) in push() function in boost::lockfree::detail::ringbuffer_base
126 ConstIterator push(ConstIterator begin, ConstIterator end, T * internal_buffer, size_t max_size) in push() function in boost::lockfree::detail::ringbuffer_base
452 bool push(T const & t) in push() function in boost::lockfree::detail::compile_time_sized_ringbuffer
481 size_type push(T const * t, size_type size) in push() function in boost::lockfree::detail::compile_time_sized_ringbuffer
487 size_type push(T const (&t)[size]) in push() function in boost::lockfree::detail::compile_time_sized_ringbuffer
493 ConstIterator push(ConstIterator begin, ConstIterator end) in push() function in boost::lockfree::detail::compile_time_sized_ringbuffer
590 bool push(T const & t) in push() function in boost::lockfree::detail::runtime_sized_ringbuffer
619 size_type push(T const * t, size_type size) in push() function in boost::lockfree::detail::runtime_sized_ringbuffer
625 size_type push(T const (&t)[size]) in push() function in boost::lockfree::detail::runtime_sized_ringbuffer
[all …]
/third_party/node/lib/internal/
Dfixed_queue.js75 push(data) { method in FixedCircularBuffer
99 push(data) { method in module.exports
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dnetsim.c9 GstHarnessThread *state, *push; in GST_START_TEST() local
33 GstHarnessThread *state, *push; in GST_START_TEST() local
/third_party/boost/boost/coroutine/detail/
Dpush_coroutine_impl.hpp89 void push( Arg const& arg) in push() function in boost::coroutines::detail::push_coroutine_impl
106 void push( BOOST_RV_REF( Arg) arg) in push() function in boost::coroutines::detail::push_coroutine_impl
181 void push( Arg & arg) in push() function in boost::coroutines::detail::push_coroutine_impl
256 inline void push() in push() function in boost::coroutines::detail::push_coroutine_impl
/third_party/jerryscript/tests/jerry/es5.1/
Darray-prototype-push.js15 var o = { length : 4294967294, push : Array.prototype.push }; property
Dregression-test-issue-787.js15 Array.prototype.push(Math.sin); method in Array
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1079.js15 Array.prototype.push(1) method in Array
Dregression-test-issue-1972.js18 return Array.prototype.push (1), Object.freeze (Array.prototype); method in Array
/third_party/boost/boost/asio/detail/
Dop_queue.hpp105 void push(Operation* h) in push() function in boost::asio::detail::op_queue
122 void push(op_queue<OtherOperation>& q) in push() function in boost::asio::detail::op_queue
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duvector.h403 inline void* UStack::push(void* obj, UErrorCode &status) { in push() function
408 inline int32_t UStack::push(int32_t i, UErrorCode &status) { in push() function
/third_party/skia/third_party/externals/icu/source/common/
Duvector.h403 inline void* UStack::push(void* obj, UErrorCode &status) { in push() function
408 inline int32_t UStack::push(int32_t i, UErrorCode &status) { in push() function
/third_party/icu/icu4c/source/common/
Duvector.h403 inline void* UStack::push(void* obj, UErrorCode &status) { in push() function
408 inline int32_t UStack::push(int32_t i, UErrorCode &status) { in push() function
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2770.js15 Object.defineProperty(Array.prototype, 0, {set: function() { return Array.prototype.push(), Object.… method in Array
/third_party/node/deps/icu-small/source/common/
Duvector.h358 inline void* push(void* obj, UErrorCode &status) { in push() function
368 inline int32_t push(int32_t i, UErrorCode &status) { in push() function
/third_party/uboot/u-boot-2020.01/board/imgtec/boston/
Dlowlevel_init.S40 .set push define
/third_party/typescript/tests/cases/compiler/
DspecializeVarArgs1.ts9 push(...values: T[]); method
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-1671.js15 Array.prototype.push("A", "B", 0, 1) method in Array
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_transform.js143 Transform.prototype.push = function(chunk, encoding) { method in Transform
145 return Duplex.prototype.push.call(this, chunk, encoding); method in Duplex

12345678910>>...13