HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 426 - 450 of 1016) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Demo/tkinter/guido/
AttrDialog.py 211 words = self.master.tk.splitlist(
220 for i in range(0, len(words), 2):
221 key = words[i][1:]
222 value = words[i+1]
383 words = self.master.tk.splitlist(item)
384 key = words[0][1:]
385 value = (key,) + words[1:]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_transfer.c 514 unsigned offset, unsigned words, const uint32_t *data)
531 cb_offset + nvc0->constbuf[s][i].size >= offset + words * 4) {
541 offset - cb->offset, words, data);
544 words * 4, data);
552 unsigned offset, unsigned words, const uint32_t *data)
557 NOUVEAU_DRV_STAT(nv->screen, constbuf_upload_bytes, words * 4);
563 assert(offset + words * 4 <= size);
570 while (words) {
571 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN - 1);
579 words -= nr
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/gcprog/
gcprog.go 10 // The GC program encodes a sequence of 0 and 1 bits indicating scalar or pointer words in an object.
89 // are set to zero, meaning the corresponding words are scalars.
117 // of the last n words c times (including the initial description, c+1 times in total).
137 // that is, it records that the words from the most recent pointer until
168 // The caller asserts that the program emits n bits (describes n words),
  /prebuilts/go/linux-x86/src/cmd/internal/gcprog/
gcprog.go 10 // The GC program encodes a sequence of 0 and 1 bits indicating scalar or pointer words in an object.
89 // are set to zero, meaning the corresponding words are scalars.
117 // of the last n words c times (including the initial description, c+1 times in total).
137 // that is, it records that the words from the most recent pointer until
168 // The caller asserts that the program emits n bits (describes n words),
  /external/netperf/src/
netlib.c 618 unsigned int words[2];
637 conv_rec.words[0] = htonl(conv_rec.words[0]);
638 conv_rec.words[1] = htonl(conv_rec.words[1]);
650 unsigned int scratch = conv_rec.words[0];
651 conv_rec.words[0] = conv_rec.words[1];
652 conv_rec.words[1] = scratch;
667 unsigned int words[2]
613 unsigned int words[2]; member in union:__anon28874
662 unsigned int words[2]; member in union:__anon28875
2982 long words[2]; member in union:overlay_u
3003 long words[2]; member in union:overlay_u
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
disassemble.cpp 92 // is at offset words from the start of the binary.
213 const uint32_t word = inst.words[operand.offset];
265 // Multi-word numbers are presented with lower order words first.
267 uint64_t(word) | (uint64_t(inst.words[operand.offset + 1]) << 32);
293 auto c_str = reinterpret_cast<const char*>(inst.words + operand.offset);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
msp430x.d 166 0+032e <[^>]*> 05 17 popm #1, r5 ;16-bit words
167 0+0330 <[^>]*> 2d 16 popm.a #3, r15 ;20-bit words
168 0+0332 <[^>]*> 75 17 popm #8, r12 ;16-bit words
173 0+0344 <[^>]*> 09 15 pushm #1, r9 ;16-bit words
174 0+0346 <[^>]*> 19 14 pushm.a #2, r9 ;20-bit words
175 0+0348 <[^>]*> 29 15 pushm #3, r9 ;16-bit words
  /build/make/core/
node_fns.mk 89 # with "|||" separating the words.
91 # breaking haystack back into multiple words, with spaces
93 # - Add needle between the first and second words of haystack.
95 # individual words.
99 $(if $(filter-out 0 1,$(words $(filter $(2),$(1)))), \
113 # and finds instances of words beginning with INHERIT_TAG. Scrape
115 # unique set of those words.
138 # get list of inherited words; if not empty:
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
poc.c 70 cmdbufs[i].words = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 307 words = line.lower().split()
308 for i in range(len(words)):
309 if words[i] in hw_identifiers:
311 words[get_index(i)].replace(':', ''), 16)
  /device/linaro/hikey/l-loader/
start.S 35 @ 5 entries with 7 words
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 9 # first, the list of instructions that eat bytes or words from the instruction stream
327 # Will write bytes as words
331 # Write words
366 words = mnemonic[-1] == "W"
376 if words:
409 words = mnemonic[-1] == "W"
417 if not words:
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 93 words = word variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 85 """word - This subdivides the text into words. """
92 words = word variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 85 """word - This subdivides the text into words. """
92 words = word variable
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DictDecoder.java 82 * @param words the map to store the address as a key and the word as a value.
89 public void readUnigramsAndBigramsBinary(final TreeMap<Integer, String> words,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 93 words = word variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 85 """word - This subdivides the text into words. """
92 words = word variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 85 """word - This subdivides the text into words. """
92 words = word variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 307 words = line.lower().split()
308 for i in range(len(words)):
309 if words[i] in hw_identifiers:
311 words[get_index(i)].replace(':', ''), 16)
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 307 words = line.lower().split()
308 for i in range(len(words)):
309 if words[i] in hw_identifiers:
311 words[get_index(i)].replace(':', ''), 16)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 93 words = word variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 85 """word - This subdivides the text into words. """
92 words = word variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 85 """word - This subdivides the text into words. """
92 words = word variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 307 words = line.lower().split()
308 for i in range(len(words)):
309 if words[i] in hw_identifiers:
311 words[get_index(i)].replace(':', ''), 16)

Completed in 776 milliseconds

<<11121314151617181920>>