Searched refs:word (Results 251 - 275 of 658) sorted by relevance

<<11121314151617181920>>

/external/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c488 res.word = (UWord)(_str); \
531 res.word = (UWord)(expr[0] - DW_OP_reg0);
540 res.word = (UWord)read_leb128U( &expr );
603 a1 = fbval.word; break; /* use as-is */
605 ok = get_Dwarf_Reg( &a1, fbval.word, regs );
911 res.word = uw1;
916 res.word = uw1;
934 res.word = stack[sp];
966 res.word = (UWord)"no matching range";
1135 res.word
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc134 {args} word = (alphanumeric | '_')+;
323 [multipart_word.word],
332 [multipart_word.word],
378 multipart_word {->word*}
379 = {bit} word
380 {->[word]}
381 | {m} multipart_word dot word
382 {->[multipart_word.word, word]}
527 = {name} dollar? word
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dunewdata.h79 /** @memo Write a 16-bit word to the file. */
81 udata_write16(UNewDataMemory *pData, uint16_t word);
83 /** @memo Write a 32-bit word to the file. */
/external/kernel-headers/original/uapi/linux/
H A Di2c.h134 __u16 word; member in union:i2c_smbus_data
/external/libpcap/msdos/
H A Dpkt_rx1.s55 inc word [fanIndex] ;; update next index
56 and word [fanIndex], 3
121 @dump: add word [_pktDrop+0], 1 ; discard the packet on 1st call
122 adc word [_pktDrop+2], 0 ; increment packets lost
/external/llvm/test/MC/ARM/
H A Ddirective-tlsdescseq.s17 .word variable(tlsdesc) + (. - 1b)
H A Deh-directive-section-multiple-func.s92 @ The first word should be the offset to .TEST1.
93 @ The second word should be the offset to .ARM.extab.TEST1
100 @ The first word of each entry should be relocated to .TEST1 section.
101 @ The second word of each entry should be relocated to
H A Deh-directive-section.s90 @ The first word should be relocated to the code address in .TEST1 section.
91 @ The second word should be relocated to the EHTAB entry in .ARM.extab.TEST1
149 @ The first word should be relocated to the code address in TEST2 section.
150 @ The second word should be relocated to the EHTAB entry in .ARM.extabTEST2
H A Dmacho-relocs-with-addend.s25 .word 42
/external/llvm/test/MC/MachO/AArch64/
H A Dld64-workaround.s45 .word 42
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DlightRoutingUpdate.sh157 $parameter help | grep --quiet --word $1 || return $?
/external/freetype/src/tools/docmaker/
H A Dtohtml.py322 def make_html_word( self, word ):
323 """Analyze a simple word to detect cross-references and markup."""
325 m = re_crossref.match( word )
356 m = re_italic.match( word )
362 m = re_bold.match( word )
368 return html_quote( word )
376 for word in words[1:]:
377 line = line + " " + self.make_html_word( word )
/external/mesa3d/src/compiler/glsl/tests/lower_jumps/
H A Dcreate_test_cases.py267 each argument as a single word.
269 def quote_word(word):
270 for c in word:
274 if not word:
276 return word
277 return "'{0}'".format(word.replace("'", "'\"'\"'"))
278 return ' '.join(quote_word(word) for word in args)
/external/python/cpython2/Lib/test/
H A Dtest_set.py43 self.word = word = 'simsalabim'
46 self.s = self.thetype(word)
47 self.d = dict.fromkeys(word)
74 self.assertEqual(self.s, self.thetype(self.word))
104 self.assertEqual(self.s, self.thetype(self.word))
149 self.assertEqual(self.s, self.thetype(self.word))
176 self.assertEqual(self.s, self.thetype(self.word))
198 self.assertEqual(self.s, set(self.word))
199 self.assertEqual(self.s, frozenset(self.word))
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_set.py45 self.word = word = 'simsalabim'
48 self.s = self.thetype(word)
49 self.d = dict.fromkeys(word)
76 self.assertEqual(self.s, self.thetype(self.word))
106 self.assertEqual(self.s, self.thetype(self.word))
151 self.assertEqual(self.s, self.thetype(self.word))
178 self.assertEqual(self.s, self.thetype(self.word))
200 self.assertEqual(self.s, set(self.word))
201 self.assertEqual(self.s, frozenset(self.word))
[all...]
/external/skia/tools/
H A Dcompare_codereview.py292 for word in line.split():
294 if len(nextline) + 1 + len(word) > columns:
296 nextline = word
298 nextline += (' ' + word)
300 nextline = word
/external/skqp/tools/
H A Dcompare_codereview.py292 for word in line.split():
294 if len(nextline) + 1 + len(word) > columns:
296 nextline = word
298 nextline += (' ' + word)
300 nextline = word
/external/libffi/src/sh64/
H A Dsysv.S388 .word .L_case_v - datalabel .L_table /* FFI_TYPE_VOID */
389 .word .L_case_i - datalabel .L_table /* FFI_TYPE_INT */
390 .word .L_case_f - datalabel .L_table /* FFI_TYPE_FLOAT */
391 .word .L_case_d - datalabel .L_table /* FFI_TYPE_DOUBLE */
392 .word .L_case_d - datalabel .L_table /* FFI_TYPE_LONGDOUBLE */
393 .word .L_case_uq - datalabel .L_table /* FFI_TYPE_UINT8 */
394 .word .L_case_q - datalabel .L_table /* FFI_TYPE_SINT8 */
395 .word .L_case_uh - datalabel .L_table /* FFI_TYPE_UINT16 */
396 .word .L_case_h - datalabel .L_table /* FFI_TYPE_SINT16 */
397 .word
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
H A Dsysv.S388 .word .L_case_v - datalabel .L_table /* FFI_TYPE_VOID */
389 .word .L_case_i - datalabel .L_table /* FFI_TYPE_INT */
390 .word .L_case_f - datalabel .L_table /* FFI_TYPE_FLOAT */
391 .word .L_case_d - datalabel .L_table /* FFI_TYPE_DOUBLE */
392 .word .L_case_d - datalabel .L_table /* FFI_TYPE_LONGDOUBLE */
393 .word .L_case_uq - datalabel .L_table /* FFI_TYPE_UINT8 */
394 .word .L_case_q - datalabel .L_table /* FFI_TYPE_SINT8 */
395 .word .L_case_uh - datalabel .L_table /* FFI_TYPE_UINT16 */
396 .word .L_case_h - datalabel .L_table /* FFI_TYPE_SINT16 */
397 .word
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/sh64/
H A Dsysv.S388 .word .L_case_v - datalabel .L_table /* FFI_TYPE_VOID */
389 .word .L_case_i - datalabel .L_table /* FFI_TYPE_INT */
390 .word .L_case_f - datalabel .L_table /* FFI_TYPE_FLOAT */
391 .word .L_case_d - datalabel .L_table /* FFI_TYPE_DOUBLE */
392 .word .L_case_d - datalabel .L_table /* FFI_TYPE_LONGDOUBLE */
393 .word .L_case_uq - datalabel .L_table /* FFI_TYPE_UINT8 */
394 .word .L_case_q - datalabel .L_table /* FFI_TYPE_SINT8 */
395 .word .L_case_uh - datalabel .L_table /* FFI_TYPE_UINT16 */
396 .word .L_case_h - datalabel .L_table /* FFI_TYPE_SINT16 */
397 .word
[all...]
/external/syslinux/core/lwip/src/netif/ppp/
H A Dauth.c94 #define ISWILD(word) (word[0] == '*' && word[1] == 0)
194 char word[1]; member in struct:wordlist
364 wp->word = (char *) (wp + 1);
366 BCOPY(addr, wp->word, l);
1151 char *p = addrs->word;
1220 if (addrs->word[0] == '-')
1222 if (addrs->word[0] != '!')
/external/pcre/pcrecpp/
H A Dpcrecpp_unittest.cc387 string word; local
392 RE r("\\s*(\\w+)"); // matches a word, possibly proceeded by whitespace
393 CHECK(r.Consume(&input, &word));
394 CHECK_EQ(word, "aaa");
395 CHECK(r.Consume(&input, &word));
396 CHECK_EQ(word, "b");
397 CHECK(! r.Consume(&input, &word));
403 string word; local
408 RE r("(\\w+)"); // matches a word
409 CHECK(r.FindAndConsume(&input, &word));
[all...]
/external/syslinux/core/
H A Dpm.inc268 jmp word [cs:A20Ptr]
275 mov word [cs:A20Ptr], a20_bios
292 mov word [cs:A20Ptr], a20_kbc ; Starting KBC command sequence
310 ; observing a word in low memory and the same word in
327 mov word [cs:A20Ptr], a20_fast
432 mov word [bx+2],PM_CS32 ; IDT segment
/external/tremolo/Tremolo/
H A DbitwiseARM.s77 @ there must be more in the next word
193 AND r10,r3,#3 @ r10= bytes to backtrk to word align
194 MOV r10,r10,LSL #3 @ r10= bits to backtrk to word align
195 RSB r10,r10,#32 @ r10= bits left in word
196 ADDS r10,r10,r2 @ r10= bits left in word after skip
199 BIC r3,r3,#3 @ r3 = Pointer to start (word)
224 BIC r2,r3,#3 @ r2 = b->headptr (word)
269 @ there must be more in the next word
325 AND r3,r6,#3 @ r3 = bytes used in first word
326 RSB r3,r2,r3,LSL #3 @ r3 = bits used in first word
[all...]
/external/elfutils/libcpu/
H A Di386_data.h700 uint16_t word = read_2ubyte_unaligned_inc (*d->param_start);
701 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word);
707 int32_t word = read_4sbyte_unaligned_inc (*d->param_start);
711 (int64_t) word);
714 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, word);
733 uint_fast8_t word = *(*d->param_start)++;
734 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIxFAST8, word);
757 uint64_t word = read_8ubyte_unaligned_inc (*d->param_start);
758 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx64, word);
764 int32_t word
[all...]

Completed in 738 milliseconds

<<11121314151617181920>>