HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 126 - 150 of 1078) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 235 pInst->words.insert(pInst->words.end(), value);
300 const size_t oldWordCount = pInst->words.size();
306 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX << " words.";
309 pInst->words.resize(newWordCount);
313 pInst->words.back() = 0;
315 char* dest = (char*)&pInst->words[oldWordCount];
323 uint32_t value = pInst->words[1];
330 if (pInst->words.size() != 4)
332 types_[value] = {pInst->words[2], pInst->words[3] != 0
    [all...]
extensions.cpp 35 return reinterpret_cast<const char*>(inst->words + operand.offset);
validate_datarules.cpp 41 const uint32_t num_components = inst->words[inst->operands[2].offset];
67 const uint32_t num_bits = inst->words[inst->operands[1].offset];
99 const uint32_t num_bits = inst->words[inst->operands[1].offset];
134 auto type_id = inst->words[inst->operands[1].offset];
144 col_type_instr->words()[col_type_instr->operands()[1].offset];
158 const uint32_t num_cols = inst->words[inst->operands[2].offset];
171 auto type_id = inst->words[inst->operands[0].offset];
200 return (_.RegisterForwardPointer(inst->words[inst->operands[0].offset]));
210 auto type_id = inst->words[inst->operands[i].offset];
validate.cpp 101 const uint32_t target = *(inst->words + inst->operands[0].offset);
103 reinterpret_cast<const char*>(inst->words + inst->operands[1].offset);
107 const uint32_t target = *(inst->words + inst->operands[0].offset);
109 reinterpret_cast<const char*>(inst->words + inst->operands[2].offset);
163 const auto entry_point = inst->words[2];
168 inst->words[inst->operands[i].offset]);
172 _.AddFunctionCallTarget(inst->words[3]);
238 const spv_context_t& context, const uint32_t* words, const size_t num_words,
241 new spv_const_binary_t{words, num_words});
260 spvBinaryParse(&context, vstate, words, num_words
    [all...]
binary.cpp 73 spv_result_t parse(const uint32_t* words, size_t num_words,
91 // starting at inst_offset words into the SPIR-V binary.
94 // appends the words for this operand, converted to host native endianness,
154 return spvFixWord(_.words[index], _.endian);
176 : words(words_arg),
184 // Most instructions require fewer than 25 words or operands.
190 const uint32_t* words; // Words in the binary SPIR-V module.
191 size_t num_words; // Number of words in the module.
193 size_t word_index; // The current position in words
    [all...]
  /build/make/core/
aapt_flags.mk 6 ifeq ($(filter 0 1,$(words $(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))),)
device.mk 62 $(if $(filter 1,$(words $(d))), \
64 $(if $(filter 0,$(words $(d))), \
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
atomicBitset.h 26 uint32_t words[]; member in struct:AtomicBitset
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
parsesetup.py 73 words = line.split()
74 if words:
75 modules[words[0]] = words[1:]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ifdef.py 68 words = tmp.split()
69 keyword = words[0]
73 if keyword in ('ifdef', 'ifndef') and len(words) == 2:
78 word = words[1]
  /external/ImageMagick/PerlMagick/demo/
annotate_words.pl 5 # Take the internal string, split it into words and try to annotate each
6 # individual word correctly, so as to control spacing between the words
25 my (@words) = split ' ',$str;
26 #print join "\n",@words,"\n";
30 foreach my $word (@words){
  /external/autotest/client/tests/unixbench5/
unixbench5.py 80 # being the actual result. Make sure there are at least that words
82 words = line.lower().split()
83 if len(words) >= 6:
84 key = re.sub('\W', '', '_'.join(words[:-6]))
85 keyval[key + suffix] = words[-6]
  /external/jline/src/src/main/java/jline/
SimpleCompletor.java 15 * list of completion words.
83 List words = new LinkedList(); local
88 tok.hasMoreTokens(); words.add(tok.nextToken())) {
93 return (String[]) words.toArray(new String[words.size()]);
  /external/libffi/src/powerpc/
asm.h 84 #define EALIGN_W_0 /* No words to insert. */
93 /* EALIGN is like ENTRY, but does alignment to 'words'*4 bytes
96 #define EALIGN(name, alignt, words) \
104 EALIGN_W_##words; \
107 #define EALIGN(name, alignt, words) \
111 EALIGN_W_##words; \
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
asm.h 84 #define EALIGN_W_0 /* No words to insert. */
93 /* EALIGN is like ENTRY, but does alignment to 'words'*4 bytes
96 #define EALIGN(name, alignt, words) \
104 EALIGN_W_##words; \
107 #define EALIGN(name, alignt, words) \
111 EALIGN_W_##words; \
  /external/python/cpython2/Tools/freeze/
parsesetup.py 73 words = line.split()
74 if words:
75 modules[words[0]] = words[1:]
  /external/python/cpython2/Tools/scripts/
ifdef.py 68 words = tmp.split()
69 keyword = words[0]
73 if keyword in ('ifdef', 'ifndef') and len(words) == 2:
78 word = words[1]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
asm.h 84 #define EALIGN_W_0 /* No words to insert. */
93 /* EALIGN is like ENTRY, but does alignment to 'words'*4 bytes
96 #define EALIGN(name, alignt, words) \
104 EALIGN_W_##words; \
107 #define EALIGN(name, alignt, words) \
111 EALIGN_W_##words; \
  /external/python/cpython3/Tools/scripts/
ifdef.py 68 words = tmp.split()
69 keyword = words[0]
73 if keyword in ('ifdef', 'ifndef') and len(words) == 2:
78 word = words[1]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
brokw-2.s 1 ; Tests the broken-word function, two words.
  /tools/test/connectivity/tools/
keyword_check.py 62 """Splits a string into an array of alphabetical words."""
80 words = set(get_words(file_name))
81 if len(keyword_set.intersection(words)) > 0:
99 words = set(get_words(line))
100 if len(keyword_set.intersection(words)) > 0:
  /prebuilts/go/darwin-x86/src/cmd/go/internal/generate/
generate.go 255 words := g.split(string(buf))
256 if len(words) == 0 {
259 if words[0] == "-command" {
260 g.setShorthand(words)
265 fmt.Fprintf(os.Stderr, "%s\n", strings.Join(words, " "))
270 g.exec(words)
295 // split breaks the line into words, evaluating quoted
300 var words []string
307 Words:
327 words = append(words, word
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/generate/
generate.go 255 words := g.split(string(buf))
256 if len(words) == 0 {
259 if words[0] == "-command" {
260 g.setShorthand(words)
265 fmt.Fprintf(os.Stderr, "%s\n", strings.Join(words, " "))
270 g.exec(words)
295 // split breaks the line into words, evaluating quoted
300 var words []string
307 Words:
327 words = append(words, word
    [all...]
  /external/flac/libFLAC/
bitreader.c 87 * This should be at least twice as large as the largest number of words
100 static const unsigned FLAC__BITREADER_DEFAULT_CAPACITY = 65536u / FLAC__BITS_PER_WORD; /* in words */
106 unsigned capacity; /* in words */
107 unsigned words; /* # of completed words in buffer */ member in struct:FLAC__BitReader
108 unsigned bytes; /* # of bytes in incomplete word at buffer[words] */
109 unsigned consumed_words; /* #words ... */
155 end = br->words + (br->bytes? 1:0);
158 br->words -= start;
165 bytes = (br->capacity - br->words) * FLAC__BYTES_PER_WORD - br->bytes
744 unsigned cwords, words, lsbs, msbs, x, y; local
    [all...]
  /external/vulkan-validation-layers/layers/
shader_validation.h 25 // A forward iterator over spirv instructions. Provides easy access to len, opcode, and content words
72 std::vector<uint32_t> words;
79 : words((uint32_t *)pCreateInfo->pCode, (uint32_t *)pCreateInfo->pCode + pCreateInfo->codeSize / sizeof(uint32_t)),
88 spirv_inst_iter begin() const { return spirv_inst_iter(words.begin(), words.begin() + 5); } // First insn
89 spirv_inst_iter end() const { return spirv_inst_iter(words.begin(), words.end()); } // Just past last insn
91 spirv_inst_iter at(unsigned offset) const { return spirv_inst_iter(words.begin(), words.begin() + offset); }

Completed in 1583 milliseconds

1 2 3 4 56 7 8 91011>>