Home
last modified time | relevance | path

Searched refs:asap (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/asap/
H A Dasap.c369 asap.pflag = asap.iflag; in generate_exception()
556 asap.ppc = asap.pc; in fetch_instruction()
872 asap.pc = asap.nextpc; in bsp()
888 asap.pc = asap.nextpc; in bmz()
904 asap.pc = asap.nextpc; in bgt()
1129 asap.pc = asap.nextpc; in bsr()
1142 asap.pc = asap.nextpc; in bsr_0()
1878 asap.pc = asap.nextpc; in jsr()
1891 asap.pc = asap.nextpc; in jsr_0()
1906 asap.pc = asap.nextpc; in jsr_c()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/asap/
H A Dasap.c369 asap.pflag = asap.iflag; in generate_exception()
529 asap.ppc = asap.pc; in fetch_instruction()
845 asap.pc = asap.nextpc; in bsp()
861 asap.pc = asap.nextpc; in bmz()
877 asap.pc = asap.nextpc; in bgt()
893 asap.pc = asap.nextpc; in ble()
1102 asap.pc = asap.nextpc; in bsr()
1115 asap.pc = asap.nextpc; in bsr_0()
1851 asap.pc = asap.nextpc; in jsr()
1864 asap.pc = asap.nextpc; in jsr_0()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
H A DREADME.md3 …Build Status](https://travis-ci.org/kriskowal/asap.png?branch=master)](https://travis-ci.org/krisk…
9 The `asap` function executes a task **as soon as possible** but not before it
14 asap(function () {
21 This CommonJS package provides an `asap` module that exports a function that
70 asap(loop);
86 The package also provides an `asap/raw` module that exports the underlying
92 In Node.js, `asap/raw` also runs all tasks outside any domain.
107 Both `asap` and `rawAsap` accept task objects to give you the option of
109 See the `asap` source for an illustration.
191 the internal implementation of `asap`, paying particular attention to
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
H A DREADME.md3 …Build Status](https://travis-ci.org/kriskowal/asap.png?branch=master)](https://travis-ci.org/krisk…
9 The `asap` function executes a task **as soon as possible** but not before it
14 asap(function () {
21 This CommonJS package provides an `asap` module that exports a function that
70 asap(loop);
86 The package also provides an `asap/raw` module that exports the underlying
92 In Node.js, `asap/raw` also runs all tasks outside any domain.
107 Both `asap` and `rawAsap` accept task objects to give you the option of
109 See the `asap` source for an illustration.
191 the internal implementation of `asap`, paying particular attention to
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
H A DREADME.md3 …Build Status](https://travis-ci.org/kriskowal/asap.png?branch=master)](https://travis-ci.org/krisk…
9 The `asap` function executes a task **as soon as possible** but not before it
14 asap(function () {
21 This CommonJS package provides an `asap` module that exports a function that
70 asap(loop);
86 The package also provides an `asap/raw` module that exports the underlying
92 In Node.js, `asap/raw` also runs all tasks outside any domain.
107 Both `asap` and `rawAsap` accept task objects to give you the option of
109 See the `asap` source for an illustration.
191 the internal implementation of `asap`, paying particular attention to
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
H A DREADME.md3 …Build Status](https://travis-ci.org/kriskowal/asap.png?branch=master)](https://travis-ci.org/krisk…
9 The `asap` function executes a task **as soon as possible** but not before it
14 asap(function () {
21 This CommonJS package provides an `asap` module that exports a function that
70 asap(loop);
86 The package also provides an `asap/raw` module that exports the underlying
92 In Node.js, `asap/raw` also runs all tasks outside any domain.
107 Both `asap` and `rawAsap` accept task objects to give you the option of
109 See the `asap` source for an illustration.
191 the internal implementation of `asap`, paying particular attention to
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
H A DREADME.md3 …Build Status](https://travis-ci.org/kriskowal/asap.png?branch=master)](https://travis-ci.org/krisk…
9 The `asap` function executes a task **as soon as possible** but not before it
14 asap(function () {
21 This CommonJS package provides an `asap` module that exports a function that
70 asap(loop);
86 The package also provides an `asap/raw` module that exports the underlying
92 In Node.js, `asap/raw` also runs all tasks outside any domain.
107 Both `asap` and `rawAsap` accept task objects to give you the option of
109 See the `asap` source for an illustration.
191 the internal implementation of `asap`, paying particular attention to
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
H A DREADME.md3 …Build Status](https://travis-ci.org/kriskowal/asap.png?branch=master)](https://travis-ci.org/krisk…
9 The `asap` function executes a task **as soon as possible** but not before it
14 asap(function () {
21 This CommonJS package provides an `asap` module that exports a function that
70 asap(loop);
86 The package also provides an `asap/raw` module that exports the underlying
92 In Node.js, `asap/raw` also runs all tasks outside any domain.
107 Both `asap` and `rawAsap` accept task objects to give you the option of
109 See the `asap` source for an illustration.
191 the internal implementation of `asap`, paying particular attention to
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
H A DREADME.md3 …Build Status](https://travis-ci.org/kriskowal/asap.png?branch=master)](https://travis-ci.org/krisk…
9 The `asap` function executes a task **as soon as possible** but not before it
14 asap(function () {
21 This CommonJS package provides an `asap` module that exports a function that
70 asap(loop);
86 The package also provides an `asap/raw` module that exports the underlying
92 In Node.js, `asap/raw` also runs all tasks outside any domain.
107 Both `asap` and `rawAsap` accept task objects to give you the option of
109 See the `asap` source for an illustration.
191 the internal implementation of `asap`, paying particular attention to
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/asap/
H A DCHANGES.md32 The full implementation of ASAP is loadable as `require("asap")` in both Node.js
36 `require("asap/raw")`.
49 - [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js)
50 - [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js)
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
67 ![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/inte…
69 [Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
/dports/multimedia/navidrome/.npm/_cacache/index-v5/20/6c/
H A Db5a85631cbfdba3cf866689f47aa3f0a9dd6bb90b7e48260136cc40e93272asap/-/asap-2.0.6.tgz","integrity":"sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=","time":1615727958109,"size"…
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EMT_Asap__MD_128315414717_004/
H A DException.cpp57 PyObject *asap = PyImport_ImportModule("asap3"); in AsapNotImplementedError() local
58 if (asap == NULL) in AsapNotImplementedError()
63 PyObject *PropertyNIE = PyObject_GetAttrString(asap, "PropertyNotImplementedError"); in AsapNotImplementedError()
66 Py_DECREF(asap); in AsapNotImplementedError()
72 Py_DECREF(asap); in AsapNotImplementedError()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/go-dep-parser/pkg/yarn/testdata/
H A Dyarn_normal.lock5 asap@~2.0.6:
7 …resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866…
20 asap "~2.0.6"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/observable/
H A DSubscribeOnObservable.ts5 import { asap } from '../scheduler/asap';
20 …static create<T>(source: Observable<T>, delay: number = 0, scheduler: SchedulerLike = asap): Obser…
32 private scheduler: SchedulerLike = asap) {
38 this.scheduler = asap;
/dports/misc/netron/node_modules/rxjs/src/internal/observable/
H A DSubscribeOnObservable.ts5 import { asap } from '../scheduler/asap';
20 …static create<T>(source: Observable<T>, delay: number = 0, scheduler: SchedulerLike = asap): Obser…
32 private scheduler: SchedulerLike = asap) {
38 this.scheduler = asap;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/observable/
H A DSubscribeOnObservable.ts5 import { asap } from '../scheduler/asap';
20 …static create<T>(source: Observable<T>, delay: number = 0, scheduler: SchedulerLike = asap): Obser…
32 private scheduler: SchedulerLike = asap) {
38 this.scheduler = asap;
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/observable/
H A DSubscribeOnObservable.ts5 import { asap } from '../scheduler/asap';
20 …static create<T>(source: Observable<T>, delay: number = 0, scheduler: SchedulerLike = asap): Obser…
32 private scheduler: SchedulerLike = asap) {
38 this.scheduler = asap;

12345678910>>...43