Searched refs:chains (Results 1 - 7 of 7) sorted by relevance
/third_party/node/lib/internal/modules/esm/ |
H A D | hooks.js | 115 #chains = { 192 ArrayPrototypePush(this.#chains.globalPreload, { __proto__: null, fn: globalPreload, url }); 195 const next = this.#chains.resolve[this.#chains.resolve.length - 1]; 196 ArrayPrototypePush(this.#chains.resolve, { __proto__: null, fn: resolve, url, next }); 199 const next = this.#chains.load[this.#chains.load.length - 1]; 200 ArrayPrototypePush(this.#chains.load, { __proto__: null, fn: load, url, next }); 210 for (let i = this.#chains.globalPreload.length - 1; i >= 0; i--) { 224 } = this.#chains [all...] |
/third_party/elfio/elfio/ |
H A D | elfio_symbols.hpp | 366 auto* chains = in gnu_hash_lookup() local 373 uint32_t chain_hash = convertor( chains[chain_index] ); in gnu_hash_lookup() 387 chain_hash = convertor( chains[++chain_index] ); in gnu_hash_lookup()
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | fat.c | 72 * We use head bitmap to identify lost chains: a head cluster that was 76 * Handle of lost chains 955 * node as the next node, but we do not know if these chains in readfat() 1242 * Check a complete in-memory FAT for lost cluster chains 1250 size_t chains, chainlength; in checklost() local 1259 * chains. in checklost() 1261 chains = fat_get_head_count(fat); in checklost() 1263 chains > 0 && head < boot->NumClusters; in checklost() 1289 chains--; in checklost()
|
/third_party/ffmpeg/ffbuild/ |
H A D | common.mak | 155 # Do not delete intermediate files from chains of implicit rules
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 190 ; modern CPUs, so chains of pinsrw instructions (even with different outputs) 195 ; pinsrw chains (though for Sandy Bridge and later, this may be less of a
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 518 ArrayRef<Elf_Word> chains() const {
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 296 ; modern CPUs, so chains of pinsrw instructions (even with different outputs) 301 ; pinsrw chains (though for Sandy Bridge and later, this may be less of a
|
Completed in 8 milliseconds