Searched refs:word (Results 276 - 300 of 658) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp81 "\tRead in a word list and write out a string trie dictionary\n"
162 void transform(const UnicodeString &word, CharString &buf, UErrorCode &errorCode) { argument
164 int32_t len = word.length();
166 c = word.char32At(i);
194 // add a word to the trie
195 void addWord(const UnicodeString &word, int32_t value, UErrorCode &status) { argument
198 transform(word, buf, status);
201 if (ut) { ut->add(word, value, status); }
345 // Parse word [spaces value].
349 fprintf(stderr, "Error: no word o
[all...]
/external/ltp/testcases/network/lib6/
H A Dasapi_01.c90 int word, bit; local
98 for (word = 0; word < 4; ++word) {
102 a1.s6_addr32[word] |= newbit;
104 a2.s6_addr32[word] |= newbit;
/external/python/cpython2/Lib/
H A Duuid.py325 word = words[get_index(i)]
326 mac = int(word.replace(':', ''), 16)
379 word = words[i]
380 if len(word) == 17 and word.count(':') == 5:
381 mac = int(word.replace(':', ''), 16)
/external/python/cpython3/Lib/
H A Dbase64.py296 chunks = [b'z' if foldnuls and not word else
297 b'y' if foldspaces and word == 0x20202020 else
298 (chars2[word // 614125] +
299 chars2[word // 85 % 7225] +
300 chars[word % 85])
301 for word in words]
H A Duuid.py335 word = words[get_index(i)]
336 mac = int(word.replace(b':', b''), 16)
396 word = words[i]
397 if len(word) == 17 and word.count(b':') == 5:
398 mac = int(word.replace(b':', b''), 16)
/external/tensorflow/tensorflow/core/kernels/
H A Dword2vec_kernels.cc36 bool ScanWord(StringPiece* input, string* word) { argument
40 word->assign(tmp.data(), tmp.size());
210 Tensor word(DT_STRING, TensorShape({vocab_size_}));
212 word.flat<string>()(0) = "UNK";
219 word.flat<string>()(id) = w;
226 word_ = word;
/external/skqp/tools/bookmaker/
H A DincludeWriter.cpp1636 // Ensure first word after period is capitalized if substitute is lower cased.
1643 int IncludeWriter::lookupMethod(const PunctuationState punctuation, const Word word, argument
1663 temp = this->resolveMethod(&data[wordStart], &data[wordEnd], Word::kFirst == word);
1683 int IncludeWriter::lookupReference(const PunctuationState punctuation, const Word word, argument
1689 string temp = this->resolveRef(&data[start], &data[end], Word::kFirst == word, &refType);
1691 if (Word::kFirst != word && '_' != last) {
1727 Word word = Word::kStart; local
1770 switch (word) {
1779 lastWrite = this->lookupReference(punctuation, word, start, run,
1784 lastWrite = this->lookupMethod(punctuation, word, lastSpac
[all...]
/external/ImageMagick/coders/
H A Ddib.c803 word;
819 word=(*p++);
820 word|=(*p++ << 8);
824 (unsigned char) ((word >> 10) & 0x1f))),q);
826 (unsigned char) ((word >> 5) & 0x1f))),q);
828 (unsigned char) (word & 0x1f))),q);
833 (unsigned char) ((word >> 11) & 0x1f))),q);
835 (unsigned char) ((word >> 5) & 0x3f))),q);
837 (unsigned char) (word & 0x1f))),q);
1184 word;
796 word; local
1174 word; local
[all...]
/external/boringssl/src/crypto/fipsmodule/sha/asm/
H A Dsha1-armv4-large.pl308 .LK_00_19: .word 0x5a827999
309 .LK_20_39: .word 0x6ed9eba1
310 .LK_40_59: .word 0x8f1bbcdc
311 .LK_60_79: .word 0xca62c1d6
314 .word OPENSSL_armcap_P-.Lsha1_block
714 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
722 $word &= ~0x10000000 if (($word & 0x0f000000) == 0x02000000);
724 $word&0xff,($word>>
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCSharp3Target.java77 public String getTarget64BitStringFromValue(long word) { argument
78 return "0x" + Long.toHexString(word).toUpperCase();
/external/autotest/cli/
H A Dacl.py177 lower_words = tuple(word.lower() for word in words)
H A Dlabel.py172 lower_words = tuple(word.lower() for word in self.usage_words)
/external/icu/icu4c/source/tools/icuinfo/
H A Dicuinfo.cpp76 uint16_t word; member in union:__anon8451
78 u.word=0x0100;
/external/libdrm/vc4/
H A Dvc4_packet.h135 #define VC4_GET_FIELD(word, field) (((word) & field ## _MASK) >> field ## _SHIFT)
H A Dvc4_qpu_defines.h218 #define QPU_GET_FIELD(word, field) ((uint32_t)(((word) & field ## _MASK) >> field ## _SHIFT))
/external/libldac/src/
H A Dldac.h257 unsigned char word; member in struct:__anon11727
280 #define hc_word_ldac(p) ((p)->word)
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
H A DELF_O32_PIC_relocations.s12 .word foo
17 .word foo-.
/external/llvm/test/MC/ARM/
H A Deh-compact-pr0.s64 @ The first word should be relocated to .TEST1 section. Besides, there is
101 @ The first word should be relocated to .TEST2 section. Besides, there is
H A Dmulti-section-mapping.s17 .word 42
/external/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_packet.h138 #define VC4_GET_FIELD(word, field) (((word) & field ## _MASK) >> field ## _SHIFT)
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_defines.h238 #define QPU_GET_FIELD(word, field) ((uint32_t)(((word) & field ## _MASK) >> field ## _SHIFT))
/external/python/cpython2/Lib/bsddb/test/
H A Dtest_compat.py161 word = f[key]
163 print word
/external/selinux/python/semanage/
H A Dsemanage-bash-completion.sh19 local word=$1; shift
20 for w in $*; do [[ $w = $word ]] && return 0; done
/external/skia/tools/bookmaker/
H A DincludeWriter.cpp1783 // Ensure first word after period is capitalized if substitute is lower cased.
1790 int IncludeWriter::lookupMethod(const PunctuationState punctuation, const Word word, argument
1811 temp = this->resolveMethod(&data[wordStart], &data[wordEnd], Word::kFirst == word);
1831 int IncludeWriter::lookupReference(const PunctuationState punctuation, const Word word, argument
1838 string temp = this->resolveRef(&data[start], &data[end], Word::kFirst == word, &refType);
1840 if (Word::kFirst != word && '_' != last) {
1876 Word word = Word::kStart; local
1919 switch (word) {
1928 lastWrite = this->lookupReference(punctuation, word, start, run,
1933 lastWrite = this->lookupMethod(punctuation, word, lastSpac
[all...]
/external/syslinux/gpxe/src/net/80211/
H A Dwpa_tkip.c292 * Update Michael message integrity code based on next 32-bit word of data
295 * @v word Next 32-bit word of data
297 static void tkip_feed_michael ( u32 *V, u32 word )
299 V[0] ^= word;
326 u32 word[3]; member in union:__anon25120
339 tkip_feed_michael ( V, le32_to_cpu ( cap.word[0] ) );
340 tkip_feed_michael ( V, le32_to_cpu ( cap.word[1] ) );
341 tkip_feed_michael ( V, le32_to_cpu ( cap.word[2] ) );
358 tkip_feed_michael ( V, le32_to_cpu ( cap.word[
[all...]

Completed in 3651 milliseconds

<<11121314151617181920>>