Home
last modified time | relevance | path

Searched refs:UintArray (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js310 const UintArray = max ? getUintArray(max) : Array;
311 if (!UintArray) {
335 this.#next = new UintArray(max);
336 this.#prev = new UintArray(max);
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js307 const UintArray = max ? getUintArray(max) : Array;
308 if (!UintArray) {
332 this.#next = new UintArray(max);
333 this.#prev = new UintArray(max);
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc3262 uint64_t tab_size = tab1->UintArray(vform_tab, &table[0]);
3263 if (tab2 != NULL) tab_size += tab2->UintArray(vform_tab, &table[tab_size]);
3264 if (tab3 != NULL) tab_size += tab3->UintArray(vform_tab, &table[tab_size]);
3265 if (tab4 != NULL) tab_size += tab4->UintArray(vform_tab, &table[tab_size]);
H A Dsimulator-aarch64.h767 int UintArray(VectorFormat vform, uint64_t* dst) const { in UintArray() function in vixl::aarch64::LogicVRegister

Completed in 22 milliseconds