Home
last modified time | relevance | path

Searched refs:extra_words (Results 1 – 25 of 98) sorted by relevance

1234

/dports/emulators/mess/mame-mame0226/src/devices/cpu/h8/
H A Dh8make.py140 extra_words = 0
142 extra_words += 1
144 extra_words += 2
146 extra_words += 1
148 extra_words += 2
149 self.extra_words = extra_words
151 for i in range(0, extra_words):
191 size = len(self.val) + 2*self.skip + 2*self.extra_words
/dports/emulators/mame/mame-mame0226/src/devices/cpu/h8/
H A Dh8make.py140 extra_words = 0
142 extra_words += 1
144 extra_words += 2
146 extra_words += 1
148 extra_words += 2
149 self.extra_words = extra_words
151 for i in range(0, extra_words):
191 size = len(self.val) + 2*self.skip + 2*self.extra_words
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dspellcheck.py64 self.extra_words = set()
76 train(self.extra_words, self.words)
79 self.extra_words.add(word)
/dports/www/limesurvey/limesurvey/application/third_party/ar-php/Arabic/
H A DAutoSummarize.php198 $extra_words = file(dirname(__FILE__).'/data/ar-extra-stopwords.txt');
199 $extra_words = array_map('trim', $extra_words);
201 $this->_commonWords = array_merge($this->_commonWords, $extra_words);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dtype_manager.cpp715 std::vector<uint32_t> extra_words{Array::LengthInfo::kDefiningId}; in RecordIfTypeDefinition() local
731 extra_words.push_back(spec_id); in RecordIfTypeDefinition()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
740 extra_words[0] = has_spec_id ? Array::LengthInfo::kConstantWithSpecId in RecordIfTypeDefinition()
743 assert(extra_words[0] == Array::LengthInfo::kDefiningId); in RecordIfTypeDefinition()
744 extra_words.push_back(length_id); in RecordIfTypeDefinition()
746 assert(extra_words.size() >= 2); in RecordIfTypeDefinition()
747 Array::LengthInfo length_info{length_id, extra_words}; in RecordIfTypeDefinition()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dtype_manager.cpp715 std::vector<uint32_t> extra_words{Array::LengthInfo::kDefiningId}; in RecordIfTypeDefinition() local
731 extra_words.push_back(spec_id); in RecordIfTypeDefinition()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
740 extra_words[0] = has_spec_id ? Array::LengthInfo::kConstantWithSpecId in RecordIfTypeDefinition()
743 assert(extra_words[0] == Array::LengthInfo::kDefiningId); in RecordIfTypeDefinition()
744 extra_words.push_back(length_id); in RecordIfTypeDefinition()
746 assert(extra_words.size() >= 2); in RecordIfTypeDefinition()
747 Array::LengthInfo length_info{length_id, extra_words}; in RecordIfTypeDefinition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.cpp715 std::vector<uint32_t> extra_words{Array::LengthInfo::kDefiningId}; in RecordIfTypeDefinition() local
731 extra_words.push_back(spec_id); in RecordIfTypeDefinition()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
740 extra_words[0] = has_spec_id ? Array::LengthInfo::kConstantWithSpecId in RecordIfTypeDefinition()
743 assert(extra_words[0] == Array::LengthInfo::kDefiningId); in RecordIfTypeDefinition()
744 extra_words.push_back(length_id); in RecordIfTypeDefinition()
746 assert(extra_words.size() >= 2); in RecordIfTypeDefinition()
747 Array::LengthInfo length_info{length_id, extra_words}; in RecordIfTypeDefinition()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dtype_manager.cpp715 std::vector<uint32_t> extra_words{Array::LengthInfo::kDefiningId}; in RecordIfTypeDefinition() local
731 extra_words.push_back(spec_id); in RecordIfTypeDefinition()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
740 extra_words[0] = has_spec_id ? Array::LengthInfo::kConstantWithSpecId in RecordIfTypeDefinition()
743 assert(extra_words[0] == Array::LengthInfo::kDefiningId); in RecordIfTypeDefinition()
744 extra_words.push_back(length_id); in RecordIfTypeDefinition()
746 assert(extra_words.size() >= 2); in RecordIfTypeDefinition()
747 Array::LengthInfo length_info{length_id, extra_words}; in RecordIfTypeDefinition()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dtype_manager.cpp715 std::vector<uint32_t> extra_words{Array::LengthInfo::kDefiningId}; in RecordIfTypeDefinition() local
731 extra_words.push_back(spec_id); in RecordIfTypeDefinition()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
740 extra_words[0] = has_spec_id ? Array::LengthInfo::kConstantWithSpecId in RecordIfTypeDefinition()
743 assert(extra_words[0] == Array::LengthInfo::kDefiningId); in RecordIfTypeDefinition()
744 extra_words.push_back(length_id); in RecordIfTypeDefinition()
746 assert(extra_words.size() >= 2); in RecordIfTypeDefinition()
747 Array::LengthInfo length_info{length_id, extra_words}; in RecordIfTypeDefinition()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dtype_manager.cpp715 std::vector<uint32_t> extra_words{Array::LengthInfo::kDefiningId}; in RecordIfTypeDefinition() local
731 extra_words.push_back(spec_id); in RecordIfTypeDefinition()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
740 extra_words[0] = has_spec_id ? Array::LengthInfo::kConstantWithSpecId in RecordIfTypeDefinition()
743 assert(extra_words[0] == Array::LengthInfo::kDefiningId); in RecordIfTypeDefinition()
744 extra_words.push_back(length_id); in RecordIfTypeDefinition()
746 assert(extra_words.size() >= 2); in RecordIfTypeDefinition()
747 Array::LengthInfo length_info{length_id, extra_words}; in RecordIfTypeDefinition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dtype_manager.cpp715 std::vector<uint32_t> extra_words{Array::LengthInfo::kDefiningId}; in RecordIfTypeDefinition() local
731 extra_words.push_back(spec_id); in RecordIfTypeDefinition()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
740 extra_words[0] = has_spec_id ? Array::LengthInfo::kConstantWithSpecId in RecordIfTypeDefinition()
743 assert(extra_words[0] == Array::LengthInfo::kDefiningId); in RecordIfTypeDefinition()
744 extra_words.push_back(length_id); in RecordIfTypeDefinition()
746 assert(extra_words.size() >= 2); in RecordIfTypeDefinition()
747 Array::LengthInfo length_info{length_id, extra_words}; in RecordIfTypeDefinition()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstMethod.cpp149 int extra_words = align_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
150 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
151 return align_metadata_size(header_size() + extra_words); in size()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstMethod.cpp148 int extra_words = align_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
149 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
150 return align_metadata_size(header_size() + extra_words); in size()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstMethod.cpp148 int extra_words = align_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
149 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
150 return align_metadata_size(header_size() + extra_words); in size()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstMethod.cpp142 int extra_words = align_size_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
143 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
144 return align_object_size(header_size() + extra_words); in size()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstMethod.cpp142 int extra_words = align_size_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
143 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
144 return align_object_size(header_size() + extra_words); in size()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstMethod.cpp149 int extra_words = align_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
150 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
151 return align_metadata_size(header_size() + extra_words); in size()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstMethod.cpp149 int extra_words = align_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
150 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
151 return align_metadata_size(header_size() + extra_words); in size()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstMethod.cpp149 int extra_words = align_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
150 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
151 return align_metadata_size(header_size() + extra_words); in size()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstMethod.cpp149 int extra_words = align_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
150 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
151 return align_metadata_size(header_size() + extra_words); in size()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstMethod.cpp149 int extra_words = align_up(extra_bytes, BytesPerWord) / BytesPerWord; in size() local
150 assert(extra_words == extra_bytes/BytesPerWord, "should already be aligned"); in size()
151 return align_metadata_size(header_size() + extra_words); in size()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/ena-0.14.0/src/
H A Dbitvec.rs52 let extra_words = self.data.len() - num_words; in grow() localVariable
53 self.data.extend((0..extra_words).map(|_| 0)); in grow()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/ena-0.13.1/src/
H A Dbitvec.rs52 let extra_words = self.data.len() - num_words; in grow() localVariable
53 self.data.extend((0..extra_words).map(|_| 0)); in grow()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ena-0.11.0/src/
H A Dbitvec.rs52 let extra_words = self.data.len() - num_words; in grow() localVariable
53 self.data.extend((0..extra_words).map(|_| 0)); in grow()
/dports/net/krill/krill-0.9.4/cargo-crates/ena-0.14.0/src/
H A Dbitvec.rs52 let extra_words = self.data.len() - num_words; in grow() localVariable
53 self.data.extend((0..extra_words).map(|_| 0)); in grow()

1234