Home
last modified time | relevance | path

Searched defs:kMaxLength (Results 1 – 25 of 149) sorted by relevance

123456

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dfixed-array.h190 static const int kMaxLength = (kMaxSize - kHeaderSize) / kTaggedSize; variable
263 static const int kMaxLength = (kMaxSize - kHeaderSize) / kDoubleSize; variable
310 static const int kMaxLength = variable
558 static const int kMaxLength = kMaxSize - kHeaderSize; variable
H A Dembedder-data-array.h55 static constexpr int kMaxLength = variable
H A Dosr-optimized-code-cache.h27 static const int kMaxLength = OSRCodeCacheConstants::kEntryLength * 1024; variable
H A Dproperty-array.h60 static const int kMaxLength = LengthField::kMax; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dfixed-array.h179 static const int kMaxLength = (kMaxSize - kHeaderSize) / kTaggedSize; variable
252 static const int kMaxLength = (kMaxSize - kHeaderSize) / kDoubleSize; variable
293 static const int kMaxLength = variable
540 static const int kMaxLength = kMaxSize - kHeaderSize; variable
H A Dembedder-data-array.h55 static constexpr int kMaxLength = variable
H A Dosr-optimized-code-cache.h27 static const int kMaxLength = OSRCodeCacheConstants::kEntryLength * 1024; variable
H A Dproperty-array.h64 static const int kMaxLength = LengthField::kMax; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dfixed-array.h162 static const int kMaxLength = (kMaxSize - kHeaderSize) / kPointerSize; variable
236 static const int kMaxLength = (kMaxSize - kHeaderSize) / kDoubleSize; variable
291 static const int kMaxLength = variable
547 static const int kMaxLength = kMaxSize - kHeaderSize; variable
627 static const size_t kMaxLength = Smi::kMaxValue; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/desks/
H A Ddesk_name_view.h29 static constexpr size_t kMaxLength = 300; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dembedder-data-array.h54 static constexpr int kMaxLength = variable
H A Dosr-optimized-code-cache.h27 static const int kMaxLength = OSRCodeCacheConstants::kEntryLength * 1024; variable
H A Dproperty-array.h64 static const int kMaxLength = LengthField::kMax; variable
/dports/www/node10/node-v10.24.1/src/
H A Dnode_buffer.h36 static const unsigned int kMaxLength = v8::TypedArray::kMaxLength; variable
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/
H A Dnode_buffer.h36 static const unsigned int kMaxLength = v8::TypedArray::kMaxLength; variable
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/include/node/
H A Dnode_buffer.h32 static const size_t kMaxLength = v8::TypedArray::kMaxLength; variable
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/
H A Dnode_buffer.h36 static const unsigned int kMaxLength = v8::TypedArray::kMaxLength; variable
/dports/audio/strawberry/strawberry-1.0.0/src/lyrics/
H A Dauddlyricsprovider.h58 static const int kMaxLength; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dbuffer.d.ts3 export const kMaxLength: number; constant
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dbuffer.d.ts3 export const kMaxLength: number; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dbuffer.d.ts3 export const kMaxLength: number; constant
/dports/misc/netron/node_modules/@types/node/
H A Dbuffer.d.ts3 export const kMaxLength: number; constant
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/vad/
H A Dvoice_activity_detector.cc20 const size_t kMaxLength = 320; variable
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/vad/
H A Dvoice_activity_detector.cc20 const size_t kMaxLength = 320; variable
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/vad/
H A Dvoice_activity_detector.cc20 const size_t kMaxLength = 320; variable

123456