Home
last modified time | relevance | path

Searched refs:first (Results 5576 - 5600 of 6195) sorted by relevance

1...<<221222223224225226227228229230>>...248

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp633 // Create frame index for the start of the first vararg value in LowerCCCArguments()
891 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first, in LowerCCCCallTo()
913 Ops.push_back(DAG.getRegister(RegsToPass[i].first, in LowerCCCCallTo()
1318 // Frame index of first vararg argument in LowerVASTART()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp248 MachineInstr *CurrInst = It->first; in UpdateTOCSaves()
431 // with a copy from the first swap's input. in simplifyCode()
444 // Splat fed by another splat - switch the output of the first in simplifyCode()
1201 TOCSave.first->eraseFromParent(); in eliminateRedundantTOCSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp289 /// getLocRange - Get the range between the first and last token of this
851 // Parse the first register. in parseAddress()
930 // If the are two registers, the first one is the index and the in parseAddress()
1042 // If first == second, couldn't find a match in the table. in ParseDirectiveInsn()
1043 if (EntryRange.first == EntryRange.second) in ParseDirectiveInsn()
1046 struct InsnMatchEntry *Entry = EntryRange.first; in ParseDirectiveInsn()
1153 // Read the first operand. in ParseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp70 for (auto &U : ValuePair.first->uses()) { in isOnlyCopiedFromConstantGlobal()
209 // Now that I is pointing to the first non-allocation-inst in the block, in simplifyAllocaArraySize()
363 // Get the first instruction in the entry block. in visitAllocaInst()
496 unsigned ID = MDPair.first; in combineStoreToNewValue()
844 // not zero. Currently, we only handle the first such index. Also, we could
852 // Find the first non-zero index of a GEP. If all indices are zero, return in canReplaceGEPIdxWithZero()
887 // first non-zero index. in canReplaceGEPIdxWithZero()
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc183 // implementation is to find the longest matching sequence from the first
1267 // We first sort the unknown fields by field number and type (in other words, in CompareUnknownFields()
1291 // current_repeated points at the first field in this range, and in CompareUnknownFields()
1292 // current_repeated_start{1,2} are the indexes of the first field in the in CompareUnknownFields()
1389 specific_field.unknown_field_index1 = fields1[index1].first; in CompareUnknownFields()
1392 specific_field.unknown_field_index2 = fields2[index2].first; in CompareUnknownFields()
1551 // We try to match those un-matched nodes on the right side first. This is in FindArgumentPathDFS()
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dglext.h648 typedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
651 GL_API void GL_APIENTRY glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
H A Dgl.h475 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
620 GL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2.h404 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
547 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
H A Dgl2ext_angle.h430 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instanceCount, GLuint baseInstance);
435 GL_APICALL void GL_APIENTRY glDrawArraysInstancedBaseInstanceANGLE (GLenum mode, GLint first, GLsizei count, GLsizei instanceCount, GLuint baseInstance);
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test.cc330 absl::Cord tmp(test_strings.first); in TEST_P()
332 ASSERT_EQ(std::string(z), test_strings.first); in TEST_P()
/third_party/skia/include/private/
H A DSkVx.h587 auto map(Fn&& fn, const Vec<N,T>& first, const Rest&... rest) { in map() argument
588 // Derive an {0...N-1} index_sequence from the size of the first arg: N lanes in, N lanes out. in map()
589 return map(std::make_index_sequence<N>{}, fn, first,rest...); in map()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp768 const FramebufferAttachment *first = getFirstNonNullAttachment();
769 if (first)
1732 // In this case return the first nonzero sample size. in getSamples()
H A DvalidationES.cpp839 GLint first, in ValidateDrawArraysInstancedBase()
852 return ValidateDrawArraysCommon(context, entryPoint, mode, first, count, primcount); in ValidateDrawArraysInstancedBase()
855 if (!ValidateDrawArraysCommon(context, entryPoint, mode, first, count, primcount)) in ValidateDrawArraysInstancedBase()
2697 // Do these cheap tests first, for a little extra speed. in ValidateUniform1ivValue()
4260 GLint first, in ValidateDrawArraysInstancedANGLE()
4270 if (!ValidateDrawArraysInstancedBase(context, entryPoint, mode, first, count, primcount)) in ValidateDrawArraysInstancedANGLE()
4281 GLint first, in ValidateDrawArraysInstancedEXT()
4291 if (!ValidateDrawArraysInstancedBase(context, entryPoint, mode, first, count, primcount)) in ValidateDrawArraysInstancedEXT()
4940 // This should come first before the check for the default frame buffer in ValidateDrawBuffersBase()
836 ValidateDrawArraysInstancedBase(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count, GLsizei primcount) ValidateDrawArraysInstancedBase() argument
4257 ValidateDrawArraysInstancedANGLE(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count, GLsizei primcount) ValidateDrawArraysInstancedANGLE() argument
4278 ValidateDrawArraysInstancedEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count, GLsizei primcount) ValidateDrawArraysInstancedEXT() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp3140 // The pattern handles blurevent, Need to close the softkeyboard first.
3898 auto obj = item->GetSpanResultObject(item->interval.first, item->interval.second);
3914 start = spans.front()->interval.first;
4216 item->rangeStart = item->interval.first;
4247 bool isInsertForward = currentCaretPosition < dragRange_.first;
4255 dragRange_.first += strLength;
4258 DeleteValueInStyledString(dragRange_.first, strLength, true, false);
5064 record.deleteCaretPostion = dragRange_.first;
9290 SelectionInfo textSelectInfo = GetSpansInfo(dragRange_.first, dragRange_.second, GetSpansMethod::ONSELECT); in HandleOnDragDeleteForward()
9319 record.beforeCaretPosition = dragRange_.first; in HandleOnDragDropTextOperation()
[all...]
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp1584 builder.addInclude(iItr->first, iItr->second); in TGlslangToSpvTraverser()
1954 builder.addExecutionMode(shaderEntry, static_cast<spv::ExecutionMode>(mode.first), literals); in TGlslangToSpvTraverser()
1956 builder.addExecutionMode(shaderEntry, static_cast<spv::ExecutionMode>(mode.first)); in TGlslangToSpvTraverser()
1969 builder.addExecutionModeId(shaderEntry, static_cast<spv::ExecutionMode>(modeId.first), operandIds); in TGlslangToSpvTraverser()
2036 // getSymbolId() will set up all the IO decorations on the first call. in visitSymbol()
2517 // try texturing first in visitUnary()
2587 // operate first on the swizzle base, then apply the swizzle. in visitUnary()
3463 // operate first on the swizzle base, then apply the swizzle. in visitAggregate()
3545 // Point to the first element of the array. in visitAggregate()
4093 // must dominate its merge block. Make a header block first t in visitLoop()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1550 * identically to the first one. in get_index_registers()
2780 uint first, last, mask; in exec_declaration() local
2782 first = decl->Range.First; in exec_declaration()
2787 * mach->InterpCoefs[first].a0 should already have the in exec_declaration()
2788 * front/back-face value. But we should first update the in exec_declaration()
2797 assert(first == last); in exec_declaration()
2800 mach->Inputs[first].xyzw[0].f[i] = mach->Face; in exec_declaration()
2833 for (i = first; i <= last; i++) in exec_declaration()
2838 for (i = first; i <= last; i++) { in exec_declaration()
2847 for (i = first; in exec_declaration()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp427 // Make sure first operand is not a shifter operand which would prevent in PreprocessISelDAG()
3079 NewN = EmitShift(ARM::tLSLri, X, 31 - Range->first); in SelectCMPZ()
3081 } else if (Range->first == 31) { in SelectCMPZ()
3085 } else if (Range->first == Range->second) { in SelectCMPZ()
3088 NewN = EmitShift(ARM::tLSLri, X, 31 - Range->first); in SelectCMPZ()
3095 NewN = EmitShift(ARM::tLSLri, X, 31 - Range->first); in SelectCMPZ()
3097 Range->second + (31 - Range->first)); in SelectCMPZ()
4846 std::string Reg = Fields.first.str(); in tryWriteRegister()
4914 // two operands. The first is a constant of value InlineAsm::Kind_Imm, and in tryInlineAsm()
4991 // For Kind == InlineAsm::Kind_RegUse, we first cop in tryInlineAsm()
[all...]
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc5735 int shift_dist = shift_and_lane_size.first; in Disassembler()
6394 unsigned field_len = 1; // Initially, count only the first character. in Disassembler()
6396 // The first character of the register format field, eg R, X, S, etc. in Disassembler()
6421 unsigned reg_num = rn.first; in Disassembler()
6682 AppendToOutput("#%" PRId32, lane_bits - shift_and_lane_size.first); in Disassembler()
6690 AppendToOutput("#%" PRId32, shift_and_lane_size.first); in Disassembler()
6699 AppendToOutput("#%" PRId32, lane_bits - shift_and_lane_size.first); in Disassembler()
6707 AppendToOutput("#%" PRId32, shift_and_lane_size.first); in Disassembler()
6842 AppendToOutput("%d", index_and_lane_size.first); in Disassembler()
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c586 /* "accumulate" the value of the first attribute we see */ in accumulate_attribute()
935 /* 0xf0 0x90 0x80 0x80 = U+10000, the first Linear B character */ in START_TEST()
2303 * where {BADLINB} is U+10000 (the first Linear B character) in START_TEST()
3647 * the parser as the first argument.
3649 * We do not call the first parameter to the external entity handler
3650 * 'parser' for once, since the first time the handler is called it
5508 /* If the first byte is 0xff, raise an error */ in prefix_converter()
5511 /* Just add the low bits of the first byte to the second */ in prefix_converter()
5543 * what would otherwise be the first of a surrogate pair. in MiscEncodingHandler()
6603 provided as the userData argument; the first i
7460 versions_equal(const XML_Expat_Version *first, const XML_Expat_Version *second) versions_equal() argument
10408 const char *first = "<doc xmlns='http://example.org/'>\\n" START_TEST() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp372 return elem.first == location;
380 return elem.first == location && !elem.second;
811 // GL_AMD_gpu_shader_half_float is a superset, so try that first.
2098 "Remap to location with reflection API first or disable these decorations.");
3644 // We need to build a per-member array first, essentially transposing from AoS to SoA.
4241 // Have to make sure that our first and last parens actually enclose everything inside it.
4251 // If we hit 0 and this is not the final char, our first and final parens actually don't
4327 // the first two and last characters. We might have to enclose the expression.
4576 // During first compilation phase, certain expression patterns can trigger exponential growth of memory.
5564 return tmp.first
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp88 // Start index should be updated only for the first time in Update()
357 minLaneLength_ = GetLaneLengthInPx(laneConstrain.value().first); in ModifyLaneLength()
687 // verify layout size to avoid trigger reach_end event at first [PerformLayout] when layout size is zero in PerformLayout()
750 switch (event.first) { in HandleListEvent()
755 LOGW("This event does not handle in here, please check. event number: %{public}d", event.first); in HandleListEvent()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp378 return ref.first; in GetRenderSlotName()
390 return ref.first; in GetCategoryName()
874 // check first for own validity and possible base shader handle in GetShaderHandle()
1966 desc.path = ref.first;
2050 // first check that given pipeline layout is valid to own reflection
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1864 (fontFeatureArray + index)->tag = new (std::nothrow) char[(kv.first).size() + 1]; in OH_Drawing_TextStyleGetFontFeatures()
1873 auto result = strcpy_s((fontFeatureArray + index)->tag, ((kv.first).size() + 1), (kv.first).c_str()); in OH_Drawing_TextStyleGetFontFeatures()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp1577 iter.first->SetFinalKeyDown(true); in HWTEST_F()
2165 EXPECT_TRUE(handler.IsEqualKeyOption(keyOption1, iter.first)); in HWTEST_F()
2201 EXPECT_FALSE(handler.IsEqualKeyOption(keyOption1, iter.first)); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp1015 // when the first parameter is string, the pos of attachName is 1; otherwise, it is 2 in Attach()
1033 return res.first; in Attach()
1073 return res.first; in Detach()
2114 return result.first; in LockCloudContainer()

Completed in 132 milliseconds

1...<<221222223224225226227228229230>>...248