Home
last modified time | relevance | path

Searched refs:first (Results 826 - 850 of 4040) sorted by relevance

1...<<31323334353637383940>>...162

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dcity.cc309 // For strings over 64 bytes we hash the end first, and then as we in CityHash64()
323 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1; in CityHash64()
326 y += v.first + Fetch64(s + 40); in CityHash64()
327 z = Rotate(z + w.first, 33) * k1; in CityHash64()
328 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash64()
334 return HashLen16(HashLen16(v.first, w.first) + ShiftMix(y) * k1 + z, in CityHash64()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp162 // \note: es3 RBO tests actually cover the first two requirements
358 bool first = true; in getName() local
363 if (first) in getName()
364 first = false; in getName()
381 bool first = true; in getDescription() local
392 if (first) in getDescription()
393 first = false; in getDescription()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c489 * going down the UNSYNC path (ie. honoring DISCARD_x first before UNSYNC). in _mesa_bufferobj_map_range()
830 * \param offset Offset of the first byte of the subdata range.
859 * \param offset Offset of the first byte of the subdata range.
2627 * \param offset Offset of the first byte of the subdata range.
4317 GLuint first, GLsizei count, in error_check_bind_uniform_buffers()
4328 * "An INVALID_OPERATION error is generated if <first> + <count> is in error_check_bind_uniform_buffers()
4332 if (first + count > ctx->Const.MaxUniformBufferBindings) { in error_check_bind_uniform_buffers()
4334 "%s(first=%u + count=%d > the value of " in error_check_bind_uniform_buffers()
4336 caller, first, count, in error_check_bind_uniform_buffers()
4346 GLuint first, GLsize in error_check_bind_shader_storage_buffers()
4316 error_check_bind_uniform_buffers(struct gl_context *ctx, GLuint first, GLsizei count, const char *caller) error_check_bind_uniform_buffers() argument
4345 error_check_bind_shader_storage_buffers(struct gl_context *ctx, GLuint first, GLsizei count, const char *caller) error_check_bind_shader_storage_buffers() argument
4378 unbind_uniform_buffers(struct gl_context *ctx, GLuint first, GLsizei count) unbind_uniform_buffers() argument
4390 unbind_shader_storage_buffers(struct gl_context *ctx, GLuint first, GLsizei count) unbind_shader_storage_buffers() argument
4399 bind_uniform_buffers(struct gl_context *ctx, GLuint first, GLsizei count, const GLuint *buffers, bool range, const GLintptr *offsets, const GLsizeiptr *sizes, const char *caller) bind_uniform_buffers() argument
4501 bind_shader_storage_buffers(struct gl_context *ctx, GLuint first, GLsizei count, const GLuint *buffers, bool range, const GLintptr *offsets, const GLsizeiptr *sizes, const char *caller) bind_shader_storage_buffers() argument
4604 error_check_bind_xfb_buffers(struct gl_context *ctx, struct gl_transform_feedback_object *tfObj, GLuint first, GLsizei count, const char *caller) error_check_bind_xfb_buffers() argument
4655 unbind_xfb_buffers(struct gl_context *ctx, struct gl_transform_feedback_object *tfObj, GLuint first, GLsizei count) unbind_xfb_buffers() argument
4665 bind_xfb_buffers(struct gl_context *ctx, GLuint first, GLsizei count, const GLuint *buffers, bool range, const GLintptr *offsets, const GLsizeiptr *sizes, const char *caller) bind_xfb_buffers() argument
4787 error_check_bind_atomic_buffers(struct gl_context *ctx, GLuint first, GLsizei count, const char *caller) error_check_bind_atomic_buffers() argument
4819 unbind_atomic_buffers(struct gl_context *ctx, GLuint first, GLsizei count) unbind_atomic_buffers() argument
4827 bind_atomic_buffers(struct gl_context *ctx, GLuint first, GLsizei count, const GLuint *buffers, bool range, const GLintptr *offsets, const GLsizeiptr *sizes, const char *caller) bind_atomic_buffers() argument
5102 _mesa_BindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) _mesa_BindBuffersRange() argument
5139 _mesa_BindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint *buffers) _mesa_BindBuffersBase() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c87 bool first = true; in queue_wait_idle() local
89 if (!queue->last_job_syncs.first[i]) in queue_wait_idle()
90 first = false; in queue_wait_idle()
93 /* If we're not the first job, that means we're waiting on some in queue_wait_idle()
97 if (first) { in queue_wait_idle()
121 queue->last_job_syncs.first[i] = false; in queue_wait_idle()
163 v3dv_reset_query_pools(job->device, info->pool, info->first, info->count); in handle_reset_query_cpu_job()
283 info->first, in handle_copy_query_results_cpu_job()
301 * The first synchronization scope includes every command previously in handle_set_event_cpu_job()
355 /* Wait for all GPU work to finish first, sinc in handle_copy_buffer_to_image_cpu_job()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp145 return P.first == TLIFn; in getAllocationDataForFunction()
222 Result.FstParam = Args.first; in getAllocationSize()
482 if (Data.second.isNegative() || Data.first.ult(Data.second)) in getSizeWithOverflow()
483 return APInt(Data.first.getBitWidth(), 0); in getSizeWithOverflow()
484 return Data.first - Data.second; in getSizeWithOverflow()
544 Builder.CreateSub(SizeOffsetPair.first, SizeOffsetPair.second); in lowerObjectSizeCall()
546 Builder.CreateICmpULT(SizeOffsetPair.first, SizeOffsetPair.second); in lowerObjectSizeCall()
754 return std::make_pair(PtrData.first, PtrData.second + Offset); in visitGEPOperator()
870 return std::make_pair(ConstantInt::get(Context, Const.first), in compute_()
978 return std::make_pair(PtrData.first, Offse in visitGEPOperator()
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp554 const auto target_block = function->GetBlock(target).first; in StructuredSwitchChecks()
574 where->first != case_fall_through) { in StructuredSwitchChecks()
627 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(pair.first)) in StructuredSwitchChecks()
630 << _.getIdName(pair.first); in StructuredSwitchChecks()
809 auto merge_block = function->GetBlock(merge_id).first; in StructuredControlFlowChecks()
883 bool first = true; in PerformCfgChecks() local
886 if (!first) { in PerformCfgChecks()
889 first = false; in PerformCfgChecks()
914 if (edge.first != edge.second) in PerformCfgChecks()
915 edge.first in PerformCfgChecks()
[all...]
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
H A Dgeneral.any.js357 assert_true(byobRequest.nonNull, 'first byobRequest must not be null');
358 assert_true(byobRequest.viewNonNull, 'first byobRequest.view must not be null');
360 assert_equals(viewInfo.constructor, Uint8Array, 'first view.constructor should be Uint8Array');
361 assert_equals(viewInfo.bufferByteLength, 16, 'first view.buffer.byteLength should be 16');
362 assert_equals(viewInfo.byteOffset, 0, 'first view.byteOffset should be 0');
363 assert_equals(viewInfo.byteLength, 16, 'first view.byteLength should be 16');
369 assert_not_equals(value, undefined, 'first read should have a value');
370 assert_equals(value.constructor, Uint8Array, 'first value should be a Uint8Array');
371 assert_equals(value.buffer.byteLength, 16, 'first value.buffer.byteLength should be 16');
372 assert_equals(value.byteOffset, 0, 'first valu
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DstripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
49 "outFile": "./bin/first-output.js",
123 { "path": "../first", "prepend": true }
162 * src/first/tsconfig.json
166 [12:00:15 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbitblb.cpp1157 for (; categories->first < numCols-1; categories->first++) { in findDuplCharClassFrom()
1162 int limitSecond = categories->first < fRB->fSetBuilder->getDictCategoriesStart() ? in findDuplCharClassFrom()
1164 for (categories->second=categories->first+1; categories->second < limitSecond; categories->second++) { in findDuplCharClassFrom()
1170 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom()
1204 for (; states->first<numStates-1; states->first++) { in findDuplicateState()
1205 RBBIStateDescriptor *firstSD = (RBBIStateDescriptor *)fDStates->elementAt(states->first); in findDuplicateState()
1206 for (states->second=states->first+1; states->second<numStates; states->second++) { in findDuplicateState()
1218 ((firstVal == states->first || firstVa in findDuplicateState()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Drbbitblb.cpp1142 for (; categories->first < numCols-1; categories->first++) { in findDuplCharClassFrom()
1147 int limitSecond = categories->first < fRB->fSetBuilder->getDictCategoriesStart() ? in findDuplCharClassFrom()
1149 for (categories->second=categories->first+1; categories->second < limitSecond; categories->second++) { in findDuplCharClassFrom()
1155 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom()
1189 for (; states->first<numStates-1; states->first++) { in findDuplicateState()
1190 RBBIStateDescriptor *firstSD = (RBBIStateDescriptor *)fDStates->elementAt(states->first); in findDuplicateState()
1191 for (states->second=states->first+1; states->second<numStates; states->second++) { in findDuplicateState()
1203 ((firstVal == states->first || firstVa in findDuplicateState()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp263 UnicodeString str1="first string."; in TestGetSetAdoptText()
338 pos = wordIter1->first(); in TestGetSetAdoptText()
355 pos = wordIter1->first(); in TestGetSetAdoptText()
434 i = bi->first(); in TestIteration()
436 errln("%s:%d Incorrect value from bi->first(). Expected 0, got %d.", __FILE__, __LINE__, i); in TestIteration()
454 bi->first(); in TestIteration()
463 bi->first(); in TestIteration()
479 bi->first(); in TestIteration()
498 bi->first(); in TestIteration()
552 bi->first(); in TestIteration()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp226 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()
228 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()
245 if (!UseMap.count(Pair.first)) in replaceAllUsesWith()
248 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith()
251 Metadata *&Ref = *static_cast<Metadata **>(Pair.first); in replaceAllUsesWith()
255 UseMap.erase(Pair.first); in replaceAllUsesWith()
270 cast<CLASS>(OwnerMD)->handleChangedOperand(Pair.first, MD); \ in replaceAllUsesWith()
297 auto Owner = Pair.second.first; in resolveAllUses()
456 auto &MapEntry = I.first->getValue(); in get()
459 MapEntry.Entry = &*I.first; in get()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp350 Register Reg = Src.first->getReg(); in ExtractSrcs()
377 Src[1].first = -1; in Swizzle()
441 if (Src.first < 0 || Src.first == 255)
443 if (Src.first == GET_REG_INDEX(RI.getEncodingValue(R600::OQAP))) {
447 // only be fetched during the first cycle.
454 Vector[Src.second][j] = Src.first;
455 if (Vector[Src.second][j] != Src.first)
463 if (Src.first < 0)
465 if (Src.first
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp1151 for (; categories->first < numCols-1; categories->first++) { in findDuplCharClassFrom()
1156 int limitSecond = categories->first < fRB->fSetBuilder->getDictCategoriesStart() ? in findDuplCharClassFrom()
1158 for (categories->second=categories->first+1; categories->second < limitSecond; categories->second++) { in findDuplCharClassFrom()
1164 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom()
1198 for (; states->first<numStates-1; states->first++) { in findDuplicateState()
1199 RBBIStateDescriptor *firstSD = (RBBIStateDescriptor *)fDStates->elementAt(states->first); in findDuplicateState()
1200 for (states->second=states->first+1; states->second<numStates; states->second++) { in findDuplicateState()
1212 ((firstVal == states->first || firstVa in findDuplicateState()
[all...]
/third_party/backends/frontend/
H A Djpegtopdf.c97 /* object id of first page */
145 SANE_pdf_page *first; /* first page data */ member
241 p->first = NULL; in sane_pdf_open()
261 cur = pwork->first; in sane_pdf_close()
338 p = pwork->first; in sane_pdf_end_doc()
447 p = pwork->first; in sane_pdf_end_doc()
521 if ( pwork->first == NULL ) { in sane_pdf_start_page()
522 /* append first page */ in sane_pdf_start_page()
523 pwork->first in sane_pdf_start_page()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITest.java272 * Tests the method public int first()
279 assertEquals("RuleBasedBreakIterator.first()", BreakIterator.DONE, rbbi.first()); in TestFirst()
282 assertEquals("RuleBasedBreakIterator.first()", 0, rbbi.first()); in TestFirst()
372 bi.first(); in TestBug12797()
400 for (int actualBreak = localBI.first(); actualBreak != BreakIterator.DONE; in TestBug12873()
454 for (int b = bi.first(); b != BreakIterator.DONE; b = bi.next()) { in TestBreakAllChars()
472 iter.first(); in TestBug12918()
520 for (int boundary=bi.first(); boundar in getBoundary()
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dgenrb.cpp455 int32_t first = *p; in main() local
458 if (!U16_IS_TRAIL(first)) { in main()
464 } else if (first < 0xdfef) { in main()
466 length = first & 0x3ff; in main()
467 } else if (first < 0xdfff && remaining >= 2) { in main()
469 length = ((first - 0xdfef) << 16) | p[1]; in main()
470 } else if (first == 0xdfff && remaining >= 3) { in main()
636 * append the input dir to openFileName if the first char in in processFile()
/third_party/mesa3d/src/panfrost/bifrost/
H A Ddisassemble.c120 bool first = true; in dump_header() local
123 if (!first) { in dump_header()
127 first = false; in dump_header()
136 static struct bifrost_reg_ctrl DecodeRegCtrl(FILE *fp, struct bifrost_regs regs, bool first) in DecodeRegCtrl() argument
150 if (first) in DecodeRegCtrl()
162 static void dump_regs(FILE *fp, struct bifrost_regs srcs, bool first) in dump_regs() argument
164 struct bifrost_reg_ctrl ctrl = DecodeRegCtrl(fp, srcs, first); in dump_regs()
207 /* If this is the last instruction, next_regs points to the first reg entry. */ in bi_disasm_dest_fma()
222 /* If this is the last instruction, next_regs points to the first reg entry. */ in bi_disasm_dest_add()
/third_party/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp455 int32_t first = *p; in main() local
458 if (!U16_IS_TRAIL(first)) { in main()
464 } else if (first < 0xdfef) { in main()
466 length = first & 0x3ff; in main()
467 } else if (first < 0xdfff && remaining >= 2) { in main()
469 length = ((first - 0xdfef) << 16) | p[1]; in main()
470 } else if (first == 0xdfff && remaining >= 3) { in main()
636 * append the input dir to openFileName if the first char in in processFile()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeTest.java253 // In isolation, the first specification represents two range, and the second represents one. in testAsRangeSetMerging()
263 // Carefully construct DFA so depth first visitation order is just incrementing from 0. in testVisitor()
283 assertThrows(IllegalStateException.class, () -> RangeTree.empty().first()); in testMin()
284 assertThat(RangeTree.from(RangeSpecification.empty()).first()).isEqualTo(DigitSequence.empty()); in testMin()
286 assertThat(tree.first()).isEqualTo(DigitSequence.of("600")); in testMin()
287 assertThat(tree.subtract(ranges("[6-8]xx")).first()).isEqualTo(DigitSequence.of("900")); in testMin()
288 assertThat(tree.subtract(ranges("xxx")).first()).isEqualTo(DigitSequence.of("8000")); in testMin()
289 assertThat(tree.subtract(ranges("xxx", "8[0-6]xx")).first()) in testMin()
291 assertThat(tree.subtract(ranges("xxx", "xxxx")).first()).isEqualTo(DigitSequence.of("10000")); in testMin()
520 // Range tree visitor that captures edges visited (in depth first orde
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp116 aliveTypes.insert(typeCount.first); in getAliveTypes()
164 // More types than remaining descriptors. Assign 1 to the first affected types and 0 to the rest. in distributeCounts()
194 const vk::VkDescriptorType& type = inc.first; in distributeCounts()
403 if (tc.first != VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT) in calculateBindings()
411 b.descriptorType = tc.first; in calculateBindings()
428 b.descriptorType = tc.first; in calculateBindings()
449 iter = typeCount.insert(make_pair(b.descriptorType, (deUint32)0)).first; in getBindingsDescription()
464 combStr << (i++ ? ", " : " ") << tc.first << ": " << tc.second; in getBindingsDescription()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp467 Bin = Pair.first->second.getBinary(); in getOrCreateObject()
472 Pair.first->second = std::move(BinOrErr.get()); in getOrCreateObject()
473 Bin = Pair.first->second.getBinary(); in getOrCreateObject()
516 return InsertResult.first->second.get(); in createModuleInfo()
547 if (auto CoffObject = dyn_cast<COFFObjectFile>(Objects.first)) { in getOrCreateModuleInfo()
555 Objects.first->getFileName(), Session)) { in getOrCreateModuleInfo()
567 return createModuleInfo(Objects.first, std::move(Context), ModuleName); in getOrCreateModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp314 Twine(KV.first)); in graphifyRegularSymbols()
323 Twine(KV.first)); in graphifyRegularSymbols()
332 Twine(KV.first)); in graphifyRegularSymbols()
344 " at index " + Twine(KV.first)); in graphifyRegularSymbols()
349 " at index " + Twine(KV.first)); in graphifyRegularSymbols()
355 " at index " + Twine(KV.first)); in graphifyRegularSymbols()
362 auto SecIndex = KV.first; in graphifyRegularSymbols()
417 // The first symbol in a section can not be an alt-entry symbol. in graphifyRegularSymbols()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dgenrb.cpp437 int32_t first = *p; in main() local
440 if (!U16_IS_TRAIL(first)) { in main()
446 } else if (first < 0xdfef) { in main()
448 length = first & 0x3ff; in main()
449 } else if (first < 0xdfff && remaining >= 2) { in main()
451 length = ((first - 0xdfef) << 16) | p[1]; in main()
452 } else if (first == 0xdfff && remaining >= 3) { in main()
618 * append the input dir to openFileName if the first char in in processFile()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff-common.hh457 dict->serialize (c, _.first, opszr, _.second); in serialize()
500 return_trace (first < c->get_num_glyphs () && (fd < fdcount)); in sanitize()
503 GID_TYPE first; member
519 (nRanges () == 0) || ranges[0].first != 0)) in sanitize()
523 if (unlikely (ranges[i - 1].first >= ranges[i].first)) in sanitize()
536 if (glyph < ranges[i].first) in get_fd()

Completed in 66 milliseconds

1...<<31323334353637383940>>...162