| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_crld.c | 188 int first = 1; in print_reasons() local 193 if (first) in print_reasons() 194 first = 0; in print_reasons() 200 if (first) in print_reasons()
|
| /third_party/python/Tools/scripts/ |
| H A D | summarize_stats.py | 315 for count, (first, second) in pair_counts: 317 predecessors[second][first] = count 318 successors[first][second] = count 320 total_successors[first] += count
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | ContextGL.h | 102 GLint first, 106 GLint first, 111 GLint first, 290 GLint first,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | VirtRegMap.cpp | 288 MBBI != Indexes->MBBIndexEnd() && MBBI->first <= Last; ++MBBI) { in addLiveInsForSubRanges() 289 SlotIndex MBBBegin = MBBI->first; in addLiveInsForSubRanges() 294 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() 334 for (; I != Indexes->MBBIndexEnd() && I->first < Seg.end; ++I) { in addMBBLiveIns()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 220 StreamData[Idx].first = Size; in setStreamSize() 227 return StreamData[StreamIdx].first; in getStreamSize() 242 uint32_t ExpectedNumBlocks = bytesToBlocks(D.first, BlockSize); in computeDirectoryByteSize() 298 Sizes[I] = StreamData[I].first; in generateLayout()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 70 LookupSet.add(ES.intern(KV.first), LookupFlags); 82 LR[*KV.first] = KV.second; 302 auto &Name = NamedDepsEntry.first; in registerDependencies() 307 JITDylib &SourceJD = *QueryDepsEntry.first; in registerDependencies()
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
| H A D | esextcTextureBufferParameters.cpp | 170 gl.texBuffer(m_glExtTokens.TEXTURE_BUFFER, iter->first, m_tbo_id); in iterate() 177 test_passed = test_passed && queryTextureInternalFormat(iter->first); in iterate() 205 gl.texBufferRange(m_glExtTokens.TEXTURE_BUFFER, iter->first, m_tbo_id, offset_alignment, in iterate() 215 gl.texBuffer(m_glExtTokens.TEXTURE_BUFFER, iter->first, 0); in iterate()
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_crld.c | 183 int first = 1; in print_reasons() local 188 if (first) in print_reasons() 189 first = 0; in print_reasons() 195 if (first) in print_reasons()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | constants.cpp | 182 range.first != range.second; ++range.first) { in FindDeclaredConstant() 184 context()->get_def_use_mgr()->GetDef(range.first->second); in FindDeclaredConstant() 186 return range.first->second; in FindDeclaredConstant()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | constants.cpp | 182 range.first != range.second; ++range.first) { in FindDeclaredConstant() 184 context()->get_def_use_mgr()->GetDef(range.first->second); in FindDeclaredConstant() 186 return range.first->second; in FindDeclaredConstant()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | numrange_impl.cpp | 407 NumberRangeFormatterImpl::resolveModifierPlurals(const Modifier& first, const Modifier& second) const { in resolveModifierPlurals() argument 409 first.getParameters(parameters); in resolveModifierPlurals() 411 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 412 return first; in resolveModifierPlurals() 418 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 419 return first; in resolveModifierPlurals()
|
| /third_party/skia/tests/ |
| H A D | HashTest.cpp | 53 REPORTER_ASSERT(r, iter->first * 2 == (*iter).second); in DEF_TEST() 58 REPORTER_ASSERT(r, entry.first * 2 == entry.second); in DEF_TEST() 64 REPORTER_ASSERT(r, iter->first * 2 == (*iter).second); in DEF_TEST() 69 REPORTER_ASSERT(r, entry.first * 2 == entry.second); in DEF_TEST()
|
| /third_party/skia/third_party/externals/freetype/src/type1/ |
| H A D | t1gload.c | 277 FT_UInt first, in FT_LOCAL_DEF() 299 first + nn )); in FT_LOCAL_DEF() 330 error = T1_Parse_Glyph( &decoder, first + nn ); in FT_LOCAL_DEF() 337 first + nn, in FT_LOCAL_DEF()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 408 if (Res.second || (AB |= Res.first->second) != Res.first->second) { in performAnalysis() 409 Res.first->second = std::move(AB); in performAnalysis() 468 << " for " << *KV.first << '\n'; in print()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | Timer.cpp | 32 // causing havoc to ensue. We "fix" this by creating the string the first time 195 delete I->second.first; in ~Name2PairMap() 204 if (!GroupEntry.first) in get() 205 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in get() 209 T.init(Name, Description, *GroupEntry.first); in get()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Timer.cpp | 34 // causing havoc to ensue. We "fix" this by creating the string the first time 195 delete I->second.first; in ~Name2PairMap() 204 if (!GroupEntry.first) in get() 205 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in get() 209 T.init(Name, Description, *GroupEntry.first); in get()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 281 // sincos implemntation. If we have 2 stores to arguments, on the first in runOnFunction() 283 // first. On the second iteration we've removed that out clobbering argument in runOnFunction() 327 auto &ValVec = Replacements[Store.first]; in runOnFunction() 330 return Entry.first == OutArg;}) != ValVec.end()) { in runOnFunction() 386 ReturnInst *RI = Replacement.first; in runOnFunction() 398 Argument *Arg = ReturnPoint.first; in runOnFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 559 unsigned Reg = I->first.getUInt(); in toString() 568 // but first change the registers map to use names. in toString() 574 auto Key = I.first; in toString() 612 EW.write(uint32_t(I.first.getUInt())); in toLegacyBlob() 637 auto Key = I.first; in setFromString()
|
| /third_party/spirv-tools/source/ |
| H A D | cfa.h | 45 /// @param[in] work_list Set of blocks visited in the depth first 55 /// @brief Depth first traversal starting from the \p entry BasicBlock 57 /// This function performs a depth first traversal from the \p entry 79 /// @brief Depth first traversal starting from the \p entry BasicBlock 81 /// This function performs a depth first traversal from the \p entry 128 /// The first node in the pair is a node in the graph. The second node in the 237 // Find the first processed/reachable predecessor that is reachable in CalculateDominators() 295 assert(lhs.first); in CalculateDominators() 297 assert(rhs.first); in CalculateDominators() 299 auto lhs_indices = std::make_pair(idoms[lhs.first] in CalculateDominators() [all...] |
| H A D | enum_set.h | 66 // The first value a bucket can hold must be aligned on `kBucketSize`. 258 return insert(value).first; in insert() 265 iterator insert(const_iterator, T&& value) { return insert(value).first; } in insert() 267 // Inserts all the values in the range [`first`; `last[. 270 void insert(InputIt first, InputIt last) { in insert() argument 271 for (auto it = first; it != last; ++it) { in insert()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 171 StringRef first() const { in first() function in llvm::final 378 ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; } in operator []() 414 return try_emplace(KV.first, std::move(KV.second)); in insert() 423 Ret.first->second = std::forward<V>(Val); in insert_or_assign()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | str_split_internal.h | 291 // Returns a pair with its .first and .second members set to the first two 292 // strings returned by the begin() iterator. Either/both of .first and .second 297 absl::string_view first, second; in operator std::pair() local 300 first = *it; in operator std::pair() 305 return {First(first), Second(second)}; in operator std::pair() 331 // std::vector<absl::string_view>. In this case we first split the results to 363 // In this case we first split the results to a std::vector<absl::string_view> 416 return pair.first; in ToIter()
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sVertexArrayTests.cpp | 104 spec.first = 0; in init() 209 spec.first = 0; in init() 296 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init() 312 spec.first = firsts[firstNdx]; in init() 337 : TestCaseGroup(context, "first", "Single vertex attribute, different first values to drawArrays") in SingleVertexArrayFirstTests() 413 spec.first = 0; in init()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | ResourceManager.cpp | 149 deleteProgram(context, {mPrograms.begin()->first}); in reset() 154 deleteShader(context, {mShaders.begin()->first}); in reset() 439 deleteMemoryObject(context, {mMemoryObjects.begin()->first}); in reset() 488 deleteSemaphore(context, {mSemaphores.begin()->first}); in reset()
|
| /third_party/zlib/examples/ |
| H A D | gun.c | 159 the first 256 entries of prefix[] and suffix[] are never used, could 247 /* set up: get first 9-bit code, which is the first decompressed byte, but in lunpipe() 261 outbuf[0] = (unsigned char)final; /* write first decompressed byte */ in lunpipe() 366 left provide the first 0..7 bits of the next code, end is the last in lunpipe() 385 int ret, first, last; in gunpipe() local 398 first = 1; /* looking for first gzip header */ in gunpipe() 408 ret = first ? Z_DATA_ERROR : Z_ERRNO; in gunpipe() 411 first in gunpipe() [all...] |