| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_parser.cpp | 615 alu_node *f = static_cast<alu_node*>(p->first); in prepare_alu_group() 776 if (c->parent->first != c) in prepare_ir() 777 rep->move(c->parent->first, c); in prepare_ir() 783 if (c->parent->first != c) in prepare_ir() 784 dep->move(c->parent->first, c); in prepare_ir()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 98 switch (Atom.first) { in validateForms() 123 switch (Atom.first) { in readAtoms() 190 StringRef Str = dwarf::AtomValueString(HdrData.Atoms[i].first, *Val); in dumpName() 219 W.startLine() << "Type: " << formatAtom(Atom.first) << '\n'; in dump() 281 if (std::get<0>(Tuple).first == Atom) in lookup() 310 // Read the first entry. in ValueIterator()
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | wrtxml.cpp | 515 /* first print translate attribute */ in printComments() 1035 int32_t first, index; in bundle_write_xml() local 1045 first = (int32_t)(pos - filename + 1); in bundle_write_xml() 1047 first = 0; in bundle_write_xml() 1049 index = (int32_t)(uprv_strlen(filename) - uprv_strlen(textExt) - first); in bundle_write_xml() 1052 uprv_strncpy(originalFileName, filename + first, index); in bundle_write_xml()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | DenseMap.h | 40 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() 41 const KeyT &getFirst() const { return std::pair<KeyT, ValueT>::first; } in getFirst() 173 return try_emplace(KV.first, KV.second); in insert() 180 return try_emplace(std::move(KV.first), std::move(KV.second)); in insert() 230 TheBucket = InsertIntoBucketWithLookup(TheBucket, std::move(KV.first), in insert_as() 552 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 270 Value *InitVal = ConstantInt::get(Cand.first->getType(), 0); in run() 274 auto *BB = Cand.first->getParent(); in run() 286 PGOCounterPromoterHelper Promoter(Cand.first, Cand.second, SSA, InitVal, in run() 289 Promoter.run(SmallVector<Instruction *, 2>({Cand.first, Cand.second})); in run() 457 auto *CounterLoad = LoadStore.first; in promoteCounterLoadStores() 527 // variable to be created first. in run()
|
| /third_party/python/Parser/ |
| H A D | action_helpers.c | 878 Token *first = asdl_seq_GET_UNTYPED(strings, 0); in _PyPegen_concatenate_strings() local 912 this_rawmode, 0, first, t, last); in _PyPegen_concatenate_strings() 946 return _PyAST_Constant(bytes_str, NULL, first->lineno, in _PyPegen_concatenate_strings() 947 first->col_offset, last->end_lineno, in _PyPegen_concatenate_strings() 951 return _PyPegen_FstringParser_Finish(p, &state, first, last); in _PyPegen_concatenate_strings()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | struct.pb.cc | 310 p->first.data(), static_cast<int>(p->first.length()), in _InternalSerialize() 329 target = Struct_FieldsEntry_DoNotUse::Funcs::InternalSerialize(1, items[static_cast<ptrdiff_t>(i)]->first, items[static_cast<ptrdiff_t>(i)]->second, target, stream); in _InternalSerialize() 336 target = Struct_FieldsEntry_DoNotUse::Funcs::InternalSerialize(1, it->first, it->second, target, stream); in _InternalSerialize() 364 total_size += Struct_FieldsEntry_DoNotUse::Funcs::ByteSizeLong(it->first, it->second); in ByteSizeLong()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fDrawElementsBaseVertexTests.cpp | 137 spec.first = 0; in genBasicSpec() 531 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type)); in init() 657 spec.first = 0; in init() 694 spec.first = 0; in init() 742 spec.first = 0; in init() 804 spec.first = 0; in init()
|
| H A D | es31fCopyImageTests.cpp | 2226 // watchdog and calls eglSwapBuffers. For the first it's important 2609 mixedViewClasses[VIEWCLASS_128_BITS].first.push_back(GL_RGBA32F); 2610 mixedViewClasses[VIEWCLASS_128_BITS].first.push_back(GL_RGBA32UI); 2611 mixedViewClasses[VIEWCLASS_128_BITS].first.push_back(GL_RGBA32I); 2650 mixedViewClasses[VIEWCLASS_64_BITS].first.push_back(GL_RGBA16F); 2651 mixedViewClasses[VIEWCLASS_64_BITS].first.push_back(GL_RGBA16UI); 2652 mixedViewClasses[VIEWCLASS_64_BITS].first.push_back(GL_RGBA16I); 2654 mixedViewClasses[VIEWCLASS_64_BITS].first.push_back(GL_RG32F); 2655 mixedViewClasses[VIEWCLASS_64_BITS].first.push_back(GL_RG32UI); 2656 mixedViewClasses[VIEWCLASS_64_BITS].first [all...] |
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| H A D | es2pDrawCallBatchingTests.cpp | 221 bool first = true; in createShader() local 225 if (!first) in createShader() 227 first = false; in createShader() 234 if (!first) in createShader() 236 first = false; in createShader()
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | bitset_utils.h | 162 constexpr ParamT first() const; 384 constexpr ParamT BitSetT<N, BitsT, ParamT>::first() const in first() function in angle::BitSetT 676 param_type first() const; 1006 typename BitSetArray<N>::param_type BitSetArray<N>::first() const 1014 return baseBitSet.first() + arrayIndex * priv::kDefaultBitSetSize;
|
| /foundation/communication/netmanager_base/services/netconnmanager/src/ |
| H A D | net_conn_service.cpp | 205 NETMGR_LOG_I("create data_share helper, ret=%{public}d", ret.first); in CheckIfSettingsDataReady() 206 if (ret.first == DataShare::E_OK) { in CheckIfSettingsDataReady() 215 } else if (ret.first == DataShare::E_DATA_SHARE_NOT_READY) { in CheckIfSettingsDataReady() 672 NETMGR_LOG_E("pNetwork is null, id:%{public}d", pNetSupplier.first); in StopAllNetDetection() 688 NETMGR_LOG_E("pNetwork is null, id:%{public}d", pNetSupplier.first); in StartAllNetDetection() 820 reqId = iterActive->first; in DecreaseNetActivates() 1141 reqId = iterActive->first; in FindSameCallback() 1182 NotFindBestSupplier(iterActive->first, iterActive->second, oldSupplier, callback); in FindBestNetworkForAllRequest() 1185 SendBestScoreAllNetwork(iterActive->first, score, bestSupplier->GetSupplierId(), iterActive->second->GetUid()); in FindBestNetworkForAllRequest() 1191 oldSupplier->RemoveBestRequest(iterActive->first); in FindBestNetworkForAllRequest() [all...] |
| /kernel/linux/linux-6.6/fs/ceph/ |
| H A D | file.c | 1650 bool first, last; in ceph_sync_write() local 1656 /* clamp the length to the end of first object */ in ceph_sync_write() 1672 first = pos != write_pos; in ceph_sync_write() 1674 rmw = first || last; in ceph_sync_write() 1701 /* No need to do two reads if first and last blocks are same */ in ceph_sync_write() 1702 if (first && last_pos == first_pos) in ceph_sync_write() 1710 ci->i_vino, first ? first_pos : last_pos, in ceph_sync_write() 1711 &read_len, 0, (first && last) ? 2 : 1, in ceph_sync_write() 1729 /* Add extent for first block? */ in ceph_sync_write() 1732 if (first) { in ceph_sync_write() [all...] |
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod.cxx | 23 Everything we need here is fine if its declarations just come first. 812 return a.first < b.first; // don't bother compare the stat fields in operator <() 1216 string::size_type next_slash = i.find("/", (i[0]=='/' ? 1 : 0)); // skip first slash in canon_pathname() 1771 // check for a match in the fdcache first in handle_buildid_r_match() 1844 if (string_endswith(b_source0, arch.first)) in handle_buildid_r_match() 1846 archive_extension = arch.first; in handle_buildid_r_match() 2506 o << i.first in handle_metrics() 2560 being received. If we process things early (first callback) and in handler_cb() 2566 /* do never respond on first cal in handler_cb() [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gsubgpos.hh | 927 unsigned int count, /* Including the first glyph (not matched) */ in would_match_input() 942 unsigned int count, /* Including the first glyph (not matched) */ in match_input() 1008 /* If first component was attached to a previous ligature component, in match_input() 1043 /* If first component was NOT attached to a previous ligature component, in match_input() 1045 * component, unless they are attached to the first component itself! */ in match_input() 1061 unsigned int count, /* Including the first glyph */ in ligate_input() 1062 const unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in ligate_input() 1095 * Eg. the sequence is LAM,LAM,SHADDA,FATHA,HEH, and the font first forms a in ligate_input() 1240 * sequence--first glyph = 0 */ 1344 unsigned int count, /* Including the first glyp in apply_lookup() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMachineCFGStructurizer.cpp | 153 assert((SI.second != SourceMBB || SourceReg == SI.first)); 166 if (SI.first == SourceReg && 168 ElimiatedSources.push_back(PHISourceT(SI.first, SI.second)); 192 if (SI.first == SourceReg && 208 Sources.push_back(SI.first); 274 dbgs() << printReg(SI.first, TRI) << '(' << printMBBReference(*SI.second) 645 // Insert the exit block first, we need it to be the merge node 1826 LLVM_DEBUG(dbgs() << "Removing edge: " << printMBBReference(*Edge.first) 1828 Edge.first->removeSuccessor(Edge.second); 2108 unsigned SourceReg = (*SRI).first; [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 203 // If Dead[n].first is the only use of a malloc result, we can delete its in CleanupPointerRootUsers() 254 if (IsSafeComputationToRemove(Dead[i].first, GetTLI)) { in CleanupPointerRootUsers() 256 Instruction *I = Dead[i].first; in CleanupPointerRootUsers() 475 /// transformation is safe already. We return the first global variable we 1255 // already been seen first by another load, so its uses have already been 1262 // If this is the first time we've seen this PHI, recursively process all 1363 // Create the block to check the first condition. Put all these blocks at the 1438 PHINode *PN = PHIsToRewrite.back().first; 1457 if (PHINode *PN = dyn_cast<PHINode>(I->first)) 1459 else if (LoadInst *LI = dyn_cast<LoadInst>(I->first)) [all...] |
| /third_party/mesa3d/include/GLES2/ |
| H A D | gl2ext.h | 785 typedef void (GL_APIENTRYP PFNGLVIEWPORTARRAYVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); 788 typedef void (GL_APIENTRYP PFNGLSCISSORARRAYVOESPROC) (GLuint first, GLsizei count, const GLint *v); 791 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEARRAYFVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); 795 GL_APICALL void GL_APIENTRY glViewportArrayvOES (GLuint first, GLsizei count, const GLfloat *v); 798 GL_APICALL void GL_APIENTRY glScissorArrayvOES (GLuint first, GLsizei count, const GLint *v); 801 GL_APICALL void GL_APIENTRY glDepthRangeArrayfvOES (GLuint first, GLsizei count, const GLfloat *v); 910 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount); 914 GL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount); 1117 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance); 1121 GL_APICALL void GL_APIENTRY glDrawArraysInstancedBaseInstanceEXT (GLenum mode, GLint first, GLsize [all...] |
| /third_party/openGLES/api/GLES2/ |
| H A D | gl2ext.h | 766 typedef void (GL_APIENTRYP PFNGLVIEWPORTARRAYVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); 769 typedef void (GL_APIENTRYP PFNGLSCISSORARRAYVOESPROC) (GLuint first, GLsizei count, const GLint *v); 772 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEARRAYFVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); 776 GL_APICALL void GL_APIENTRY glViewportArrayvOES (GLuint first, GLsizei count, const GLfloat *v); 779 GL_APICALL void GL_APIENTRY glScissorArrayvOES (GLuint first, GLsizei count, const GLint *v); 782 GL_APICALL void GL_APIENTRY glDepthRangeArrayfvOES (GLuint first, GLsizei count, const GLfloat *v); 891 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount); 895 GL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount); 1110 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance); 1114 GL_APICALL void GL_APIENTRY glDrawArraysInstancedBaseInstanceEXT (GLenum mode, GLint first, GLsize [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-generator.cc | 233 // the liveness analysis. Normally we would LdaUndefined first, but the in RecordCommand() 254 // the liveness analysis. Normally we would LdaUndefined first, but the Smi in RecordFallThroughPath() 1085 // also provides a way of accessing the pairs in the order they were first 1285 FunctionLiteral* expr = literal.first; in AllocateDeferredConstants() 1298 NativeFunctionLiteral* expr = literal.first; in AllocateDeferredConstants() 1317 ObjectLiteralBoilerplateBuilder* object_literal_builder = literal.first; in AllocateDeferredConstants() 1332 ArrayLiteralBoilerplateBuilder* array_literal_builder = literal.first; in AllocateDeferredConstants() 1340 ClassLiteral* class_literal = literal.first; in AllocateDeferredConstants() 1348 GetTemplateObject* get_template_object = literal.first; in AllocateDeferredConstants() 1863 return covered_cases.size() == 0 ? INT_MAX : covered_cases.begin()->first; in MinCase() 6677 Expression* first = expr->first(); VisitNaryLogicalOrExpression() local 6738 Expression* first = expr->first(); VisitNaryLogicalAndExpression() local 6800 Expression* first = expr->first(); VisitNaryNullishExpression() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | libGL_autogen.cpp | 1681 void GL_APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays() argument 1683 return GL_DrawArrays(mode, first, count); in glDrawArrays() 2175 const GLint *first, in glMultiDrawArrays() 2179 return GL_MultiDrawArrays(mode, first, count, drawcount); in glMultiDrawArrays() 3513 GLint first, in glDrawArraysInstanced() 3517 return GL_DrawArraysInstanced(mode, first, count, instancecount); in glDrawArraysInstanced() 4333 void GL_APIENTRY glDepthRangeArrayv(GLuint first, GLsizei count, const GLdouble *v) in glDepthRangeArrayv() argument 4335 return GL_DepthRangeArrayv(first, count, v); in glDepthRangeArrayv() 4802 void GL_APIENTRY glScissorArrayv(GLuint first, GLsizei count, const GLint *v) in glScissorArrayv() argument 4804 return GL_ScissorArrayv(first, coun in glScissorArrayv() 2174 glMultiDrawArrays(GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) glMultiDrawArrays() argument 3512 glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount) glDrawArraysInstanced() argument 4883 glViewportArrayv(GLuint first, GLsizei count, const GLfloat *v) glViewportArrayv() argument 4910 glDrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) glDrawArraysInstancedBaseInstance() argument 5351 glBindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint *buffers) glBindBuffersBase() argument 5359 glBindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) glBindBuffersRange() argument 5369 glBindImageTextures(GLuint first, GLsizei count, const GLuint *textures) glBindImageTextures() argument 5374 glBindSamplers(GLuint first, GLsizei count, const GLuint *samplers) glBindSamplers() argument 5379 glBindTextures(GLuint first, GLsizei count, const GLuint *textures) glBindTextures() argument 5384 glBindVertexBuffers(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) glBindVertexBuffers() argument 6300 glVertexArrayVertexBuffers(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) glVertexArrayVertexBuffers() argument [all...] |
| /third_party/skia/third_party/externals/angle2/include/GLES2/ |
| H A D | gl2ext.h | 766 typedef void (GL_APIENTRYP PFNGLVIEWPORTARRAYVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); 769 typedef void (GL_APIENTRYP PFNGLSCISSORARRAYVOESPROC) (GLuint first, GLsizei count, const GLint *v); 772 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEARRAYFVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); 776 GL_APICALL void GL_APIENTRY glViewportArrayvOES (GLuint first, GLsizei count, const GLfloat *v); 779 GL_APICALL void GL_APIENTRY glScissorArrayvOES (GLuint first, GLsizei count, const GLint *v); 782 GL_APICALL void GL_APIENTRY glDepthRangeArrayfvOES (GLuint first, GLsizei count, const GLfloat *v); 891 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount); 895 GL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount); 1103 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance); 1107 GL_APICALL void GL_APIENTRY glDrawArraysInstancedBaseInstanceEXT (GLenum mode, GLint first, GLsize [all...] |
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | raid10.c | 546 * first chunk, followed by near_copies copies of the next chunk and 577 /* now calculate first sector/dev */ in __raid10_find_phys() 732 * the resync window. We take the first readable disk when in read_balance() 757 * Read replacement first to prevent reading both rdev in read_balance() 1340 /* first select target devices under rcu_lock and in raid10_write_request() 1363 * Read replacement first to prevent reading both rdev and in raid10_write_request() 1589 int first = 0; in _enough() local 1604 int this = first; in _enough() 1615 first = (first in _enough() 1759 int first = 0; raid10_add_disk() local 2014 int i, first; sync_request_write() local 3751 int first = 1; raid10_run() local 4180 int first = 1; raid10_start_reshape() local [all...] |
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | raid10.c | 572 * first chunk, followed by near_copies copies of the next chunk and 603 /* now calculate first sector/dev */ in __raid10_find_phys() 758 * the resync window. We take the first readable disk when in read_balance() 783 * Read replacement first to prevent reading both rdev in read_balance() 1331 * Read replacement first to prevent reading both rdev and in dereference_rdev_and_rrdev() 1462 /* first select target devices under rcu_lock and in raid10_write_request() 1634 * rdev first without barrier protect even replacement is NULL in raid10_end_discard_request() 1770 * Inspired by raid10_sync_request, we can use the first r10bio->master_bio in raid10_handle_discard() 1771 * to record the discard bio. Other r10bio->master_bio record the first in raid10_handle_discard() 1772 * r10bio. The first r10bi in raid10_handle_discard() 1972 int first = 0; _enough() local 2148 int first = 0; raid10_add_disk() local 2406 int i, first; sync_request_write() local 4155 int first = 1; raid10_run() local 4568 int first = 1; raid10_start_reshape() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_lower_to_hw_instr.cpp | 1611 if (it->first == it->second.op.physReg()) { in handle_operands() 1621 Definition hi_def = Definition(PhysReg{it->first + 2}, rc); in handle_operands() 1642 unsigned distance = it->first.reg_b + i - copy.second.op.physReg().reg_b; in handle_operands() 1651 /* first, handle paths in the location transfer graph */ in handle_operands() 1668 if (it->first.byte() == 0 && it->second.bytes == 2) { in handle_operands() 1669 PhysReg reg_hi = it->first.advance(2); in handle_operands() 1674 other->second.op.physReg() == it->first); in handle_operands() 1680 do_pack_2x16(ctx, bld, Definition(it->first, v1), lo, hi); in handle_operands() 1687 unsigned distance_lo = other2.first.reg_b + i - lo.physReg().reg_b; in handle_operands() 1688 unsigned distance_hi = other2.first in handle_operands() [all...] |