Searched refs:word (Results 176 - 200 of 658) sorted by relevance

1234567891011>>

/external/syslinux/core/
H A Ddiskstart.inc165 movzx ebp,word [si+8]
187 movzx eax,word [bsBytesPerSec]
262 push word 16
298 ;shr word [MaxTransfer],1 ; Reduce the transfer size
320 movzx esi,word [bsSecPerTrack]
321 movzx edi,word [bsHeads]
385 shr word [MaxTransfer],1
429 cmp word [Debug_Magic],0D00Dh
487 stosd ; Store expanded word
506 movzx ebp,word [MaxTransfe
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h40 bool GetWord(CPVT_Word& word) const;
56 virtual int32_t GetCharWidth(int32_t nFontIndex, uint16_t word);
59 virtual int32_t GetWordFontIndex(uint16_t word,
62 virtual bool IsLatinWord(uint16_t word);
97 uint16_t word,
171 int32_t GetWordFontIndex(uint16_t word, int32_t charset, int32_t nFontIndex);
172 bool IsLatinWord(uint16_t word);
H A Dcpdf_variabletext.cpp42 uint16_t word) {
44 uint32_t charcode = pPDFFont->CharCodeFromUnicode(word);
63 int32_t CPDF_VariableText::Provider::GetWordFontIndex(uint16_t word, argument
67 if (pDefFont->CharCodeFromUnicode(word) != CPDF_Font::kInvalidCharCode)
71 if (pSysFont->CharCodeFromUnicode(word) != CPDF_Font::kInvalidCharCode)
77 bool CPDF_VariableText::Provider::IsLatinWord(uint16_t word) { argument
78 return (word >= 0x61 && word <= 0x7A) || (word >= 0x41 && word <
41 GetCharWidth(int32_t nFontIndex, uint16_t word) argument
216 InsertWord(const CPVT_WordPlace& place, uint16_t word, int32_t charset) argument
300 uint16_t word = swText[i]; local
937 GetWordFontIndex(uint16_t word, int32_t charset, int32_t nFontIndex) argument
949 IsLatinWord(uint16_t word) argument
[all...]
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dromprefix.S48 .word 0xAA55 /* BIOS extension signature */
54 .word 0
56 .word undiheader
58 .word pciheader
60 .word pnpheader
78 .word pci_vendor_id /* Vendor identification */
79 .word pci_device_id /* Device identification */
80 .word 0x0000 /* Device list pointer */
81 .word pciheader_len /* PCI data structure length */
85 .word ROM_SIZE_VALU
[all...]
/external/zlib/src/contrib/iostream2/
H A Dzstream.h44 size_t value() const { return val.word; }
46 struct Val { unsigned char byte; size_t word; } val; member in struct:zstringlen::Val
131 if (val.byte == 255) zs > val.word;
132 else val.word = val.byte;
278 val.byte = 255; val.word = ::strlen(x);
279 if (val.word < 255) zs < (val.byte = val.word);
/external/libxml2/doc/
H A Dsearch.php130 function logQueryWord($word) {
131 $result = mysql_query ("SELECT ID,Count FROM Queries WHERE Value='$word'");
136 mysql_query ("INSERT INTO Queries (Value,Count) VALUES ('$word',1)");
144 mysql_query ("INSERT INTO Queries (Value,Count) VALUES ('$word',1)");
147 function queryWord($word) {
150 if ($word) {
151 $result = mysql_query ("SELECT words.relevance, symbols.name, symbols.type, symbols.module, symbols.descr FROM words, symbols WHERE LCASE(words.name) LIKE LCASE('$word') and words.symbol = symbols.name ORDER BY words.relevance DESC LIMIT 75");
157 logQueryWord($word);
161 function queryHTMLWord($word) {
164 if ($word) {
248 $word = $list[$number]; variable
396 $word = $list[0]; variable
[all...]
/external/libmojo/third_party/jinja2/
H A Dutils.py202 for i, word in enumerate(words):
203 match = _punctuation_re.match(word)
225 if lead + middle + trail != word:
240 word = None
247 word = choice(words)
248 if word != last:
249 last = word
252 word = word.capitalize()
258 word
[all...]
/external/python/cpython3/Lib/email/
H A Dheader.py34 # Match encoded-word strings in the form =?charset?q?Hello_World?=
112 # The next step is to decode each encoded word by applying the reverse
118 # This is an unencoded word.
121 word = email.quoprimime.header_decode(encoded_string)
122 decoded_words.append((word, charset))
128 word = email.base64mime.decode(encoded_string)
132 decoded_words.append((word, charset))
139 for word, charset in decoded_words:
140 if isinstance(word, str):
141 word
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_execution_profile_test.cc37 for (const string& word : tensorflow::str_util::Split(line, ' ')) {
38 if (!word.empty()) {
39 words.push_back(word);
/external/toolchain-utils/android_bench_suite/
H A Dparse_result.py32 #TODO: Need to restructure the embedded word counts.
47 #TODO: Need to restructure the embedded word counts.
64 for word in words:
65 if 'average' in word:
66 #TODO: Need to restructure the embedded word counts.
67 accum += float(word[8:-2])
84 #TODO: Need to restructure the embedded word counts.
104 #TODO: Need to restructure the embedded word counts.
/external/icu/icu4c/source/common/
H A Ducnv_ext.h161 * Each section contains one word with the number of following words and
198 * The first word in a section contains the number of following words in the
200 * The value of the initial word is used when the current byte is not found
423 #define UCNV_EXT_TO_U_GET_BYTE(word) ((word)>>UCNV_EXT_TO_U_BYTE_SHIFT)
424 #define UCNV_EXT_TO_U_GET_VALUE(word) ((word)&UCNV_EXT_TO_U_VALUE_MASK)
/external/libjpeg-turbo/simd/
H A Djsimdcfg.inc.h78 %define JCOEF word ; short variable
104 %define DCTELEM word ; short variable
112 %define ISLOW_MULT_TYPE word ; must be short variable
115 %define IFAST_MULT_TYPE word ; must be short variable
/external/llvm/test/MC/AArch64/
H A Dfixup-out-of-range.s64 .word 0
/external/llvm/test/MC/ARM/
H A Deh-directive-text-section-multiple-func.s50 @ The first word should be the offset to .text. The second word should be
52 @ word is filled with FINISH opcode (0xB0).
60 @ The first word of each entry should be relocated to .text section.
H A Deh-directive-text-section.s64 @ The first word should be the offset to .text. The second word should be
66 @ word is filled with FINISH opcode (0xB0).
75 @ The first word should be relocated to the code address in .text section.
H A Dthumb1-relax-8m-baseline.s10 .word 42
/external/llvm/test/MC/Mips/
H A Dmicromips-alias.s24 .word 0x00000000
H A Dmips-data-directives.s35 .word 0xdeadc0de
39 .word label
/external/llvm/test/MC/X86/
H A Dintel-syntax-ambiguous.s10 inc word ptr [eax]
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_cmapparser.h31 uint32_t GetCode(const ByteStringView& word) const;
/external/python/cpython2/Lib/
H A DSimpleHTTPServer.py169 for word in words:
170 if os.path.dirname(word) or word in (os.curdir, os.pardir):
173 path = os.path.join(path, word)
/external/python/cpython2/Lib/idlelib/
H A DFormatParagraph.py134 word = words[j]
135 if not word:
137 if len((partial + word).expandtabs()) > limit and \
141 partial = partial + word + " "
/external/python/cpython3/Lib/idlelib/
H A Dparagraph.py135 word = words[j]
136 if not word:
138 if len((partial + word).expandtabs()) > limit and \
142 partial = partial + word + " "
/external/selinux/gui/
H A Dhtml_util.py76 for word in data.split():
78 if col + len(word) >= maxcol:
84 write(word)
85 col = col + len(word)
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Dcrt0-efi-ia32.S76 .word (IMAGE_REL_ABSOLUTE<<12) + 0 // reloc for dummy

Completed in 3431 milliseconds

1234567891011>>