Home
last modified time | relevance | path

Searched refs:push (Results 1001 - 1025 of 2609) sorted by relevance

1...<<41424344454647484950>>...105

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctflt-sse.asm70 push ebp
78 ; push ecx ; need not be preserved
79 ; push edx ; need not be preserved
80 ; push esi ; unused
81 ; push edi ; unused
H A Djfdctfst-mmx.asm84 push ebp
92 ; push ecx ; need not be preserved
93 ; push edx ; need not be preserved
94 ; push esi ; unused
95 ; push edi ; unused
H A Djfdctfst-sse2.asm85 push ebp
93 ; push ecx ; unused
94 ; push edx ; need not be preserved
95 ; push esi ; unused
96 ; push edi ; unused
H A Djidctfst-sse2.asm97 push ebp
105 ; push ecx ; unused
106 ; push edx ; need not be preserved
107 push esi
108 push edi
H A Djidctint-avx2.asm299 push ebp
307 ; push ecx ; unused
308 ; push edx ; need not be preserved
309 push esi
310 push edi
/third_party/rust/crates/once_cell/tests/
H A Dit.rs446 exe.push("examples"); in reentrant_init()
554 xs.push(1); in static_lazy()
555 xs.push(2); in static_lazy()
556 xs.push(3); in static_lazy()
574 xs.push(1); in static_lazy_via_fn()
575 xs.push(2); in static_lazy_via_fn()
576 xs.push(3); in static_lazy_via_fn()
627 res.push(next); in eval_once_macro()
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs145 /// Use [`push`] instead if the punctuated sequence may or may not already
148 /// [`push`]: Punctuated::push
157 "Punctuated::push_value: cannot push value if Punctuated is missing trailing punctuation", in push_value()
173 "Punctuated::push_punct: cannot push punctuation if Punctuated is empty or already has trailing punctuation", in push_punct()
177 self.inner.push((*last, punctuation)); in push_punct()
221 pub fn push(&mut self, value: T) in push() functions
247 self.push(value); in insert()
448 self.push(value); in extend()
483 Pair::Punctuated(a, b) => punctuated.inner.push(( in do_extend()
[all...]
/third_party/vulkan-loader/loader/
H A Dunknown_ext_chain_masm.asm97 push dword ptr [eax + (FUNCTION_OFFSET_INSTANCE + (CHAR_PTR_SIZE * num))] ; Push the func name (fifth arg)
98 push offset termin_error_string ; Push the error string (fourth arg)
99 push 0 ; Push zero (third arg)
100 push VULKAN_LOADER_ERROR_BIT ; Push the error logging bit (second arg)
101 push eax ; Push the loader_instance (first arg)
/third_party/ffmpeg/libavcodec/arm/
H A Didctdsp_armv6.S24 push {r4-r8,lr}
/third_party/icu/icu4c/source/i18n/
H A Dnumber_usageprefs.h77 #pragma warning(push)
H A Derarules.h23 #pragma warning(push)
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/mount-origin/
H A Dexample.js41 wsa.push(ws);
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcontext.cpp52 _destroy_notify.push(f); in destroy_notify()
/third_party/node/deps/v8/tools/release/
H A Dauto_push.py86 if self._options.push:
93 parser.add_argument("-p", "--push",
106 "PERSISTFILE_BASENAME": "/tmp/v8-auto-push-tempfile",
/third_party/node/test/fixtures/wpt/streams/piping/
H A Dthen-interception.any.js11 intercepted.push(this.value);
/third_party/node/test/parallel/
H A Dtest-http-server-keep-alive-timeout.js13 tests.push(fn);
H A Dtest-repl-history-perm.js27 this.push(null);
H A Dtest-repl-pretty-custom-stack.js38 stack.push(err);
H A Dtest-stream-write-destroy.js15 callbacks.push(cb);
H A Dtest-stream2-readable-non-empty-end.js39 test.push(chunk === undefined ? null : chunk);
H A Dtest-stream3-cork-end.js27 seenChunks.push(chunk);
H A Dtest-stream3-cork-uncork.js25 seenChunks.push(chunk);
H A Dtest-tls-ecdh-multiple.js55 unsupportedCurves.push('brainpoolP256r1');
H A Dtest-trace-events-dynamic-enable.js42 events.push(...n.params.value); // append the events.
H A Dtest-worker-resource-limits.js60 array.push([array]);

Completed in 10 milliseconds

1...<<41424344454647484950>>...105