Home
last modified time | relevance | path

Searched defs:first_word (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/crates/heck/src/
Dlib.rs108 let mut first_word = true; in transform() localVariable
/third_party/node/deps/v8/src/heap/
Dscavenger-inl.h321 MapWord first_word = first.map_word(kAcquireLoad); in EvacuateShortcutCandidate() local
411 MapWord first_word = object.map_word(kAcquireLoad); in ScavengeObject() local
Dheap.cc2890 MapWord first_word = obj.map_word(cage_base, kRelaxedLoad); in UpdateYoungReferenceInExternalStringTableEntry() local
/third_party/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp256 uint32_t first_word = value; in EncodeIntegerAsWords() local
Dconstants.cpp450 auto first_word = literal_words.begin() + (words_per_element * i); in GetNumericVectorConstantWithWords() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp345 uint32_t first_word = value; in EncodeIntegerAsWords() local
Dconstants.cpp411 auto first_word = literal_words.begin() + (words_per_element * i); in GetNumericVectorConstantWithWords() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp345 uint32_t first_word = value; in EncodeIntegerAsWords() local
Dconstants.cpp411 auto first_word = literal_words.begin() + (words_per_element * i); in GetNumericVectorConstantWithWords() local
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp685 const uint32_t first_word = get<uint32_t>(binary.data(), 0u); in spirv_to_cpu() local
762 const uint32_t first_word = in is_binary_spirv() local
/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc257 bool first_word = true; in ToCamelCase() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dbinary.cpp290 const uint32_t first_word = peek(); in parseInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dbinary.cpp290 const uint32_t first_word = peek(); in parseInstruction() local
/third_party/spirv-tools/source/
Dbinary.cpp300 const uint32_t first_word = peek(); in parseInstruction() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc524 int first_word = HasbitWord(chunk, 0); in OnStartChunk() local