/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | gensprep.c | 286 char *end, *s; in normalizationCorrectionsLineFn() local 293 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16); in normalizationCorrectionsLineFn() 350 char *end, *map; in strprepProfileLineFn() local 407 code=(uint32_t)uprv_strtoul(s, &end, 16); in strprepProfileLineFn() 408 if(end<=s || end!=fields[0][1]) { in strprepProfileLineFn()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-fuzz.py | 177 print(" Checking {}... ".format(what), end="") 210 print_red("Error! ", end="") 227 print("Checking in {}... ".format(OVERRIDE_HWDB_FILE), end="") 235 print("Checking in {}... ".format(DEFAULT_HWDB_FILE), end="") 320 print_bold("Testing... ", end="") 431 print_bold("Wich rule do you want to to test? 1 or 2? ", end="")
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inffast.c | 35 available, an end-of-block is encountered, or a data error is encountered.
51 TYPE -- reached end of block code, inflate() to interpret next block
76 unsigned char FAR *end; /* while out < end, enough space available */
local 103 end = out + (strm->avail_out - 257);
118 /* decode literals and length/distances until end-of-block or not enough
230 if (op < len) { /* some from end of window */
297 else if (op & 32) { /* end-of-block */
298 Tracevv((stderr, "inflate: end of block\n"));
307 } while (in < last && out < end);
[all...] |
/third_party/libwebsockets/lib/tls/ |
H A D | tls.c | 327 uint8_t *pem = NULL, *p, *end, *opem; in lws_tls_alloc_pem_to_der_file() local 342 end = p + len; in lws_tls_alloc_pem_to_der_file() 376 while (p < end && *p != '\n' && *p != '-') in lws_tls_alloc_pem_to_der_file() 383 while (p < end && *p != '\n') in lws_tls_alloc_pem_to_der_file() 386 if (p >= end) { in lws_tls_alloc_pem_to_der_file() 394 q = (uint8_t *)end - 2; in lws_tls_alloc_pem_to_der_file()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | safepoint-table.cc | 124 DCHECK(std::any_of(it, entries_.end(), in UpdateDeoptimizationInfo() 250 std::fill(bits.begin(), bits.end(), 0); in Emit() 287 for (auto it = entries_.begin(), end = entries_.end(); it != end; in RemoveDuplicates() 293 } while (it != end && is_identical_except_for_pc(*it, *remaining_it)); in RemoveDuplicates()
|
/third_party/node/deps/v8/src/heap/ |
H A D | marking-visitor.h | 194 ObjectSlot end) final { 195 VisitPointersImpl(host, start, end); 198 MaybeObjectSlot end) final { 199 VisitPointersImpl(host, start, end); 207 ObjectSlot end) final { 235 V8_INLINE void VisitPointersImpl(HeapObject host, TSlot start, TSlot end);
|
/third_party/node/deps/v8/src/torque/ |
H A D | kythe-data.cc | 23 p.end_offset = pos.end.offset; in MakeKythePosition() 35 if (it != that->constants_.end()) return it->second; in AddConstantDefinition() 59 if (it != that->callables_.end()) return it->second; in AddFunctionDefinition() 92 if (it != that->class_fields_.end()) return it->second; in AddClassFieldDefinition() 132 if (it != that->local_bindings_.end()) return it->second; in AddBindingDefinitionImpl() 166 if (it != that->types_.end()) return it->second; in AddTypeDefinition()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_meta_blit.c | 53 .minx = MAX2(MIN2(blitinfo->dst.start.x, blitinfo->dst.end.x), 0), in panvk_meta_blit() 54 .miny = MAX2(MIN2(blitinfo->dst.start.y, blitinfo->dst.end.y), 0), in panvk_meta_blit() 55 .maxx = MAX2(blitinfo->dst.start.x, blitinfo->dst.end.x), in panvk_meta_blit() 56 .maxy = MAX2(blitinfo->dst.start.y, blitinfo->dst.end.y), in panvk_meta_blit() 152 .end = { in CmdBlitImage2() 169 .end = { in CmdBlitImage2()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture.c | 242 set_sampler_views(struct etna_context *ctx, unsigned start, unsigned end, in set_sampler_views() argument 265 for (; i < end; i++, mask <<= 1) { in set_sampler_views() 281 unsigned end = start + screen->specs.fragment_sampler_count; in etna_fragtex_set_sampler_views() local 283 set_sampler_views(ctx, start, end, nr, take_ownership, views); in etna_fragtex_set_sampler_views() 295 unsigned end = start + screen->specs.vertex_sampler_count; in etna_vertex_set_sampler_views() local 297 set_sampler_views(ctx, start, end, nr, take_ownership, views); in etna_vertex_set_sampler_views()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | pkcs12kdf.c | 63 goto end; in pkcs12kdf_derive() 69 goto end; in pkcs12kdf_derive() 85 goto end; in pkcs12kdf_derive() 99 goto end; in pkcs12kdf_derive() 104 goto end; in pkcs12kdf_derive() 129 end: in pkcs12kdf_derive()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | passphrase.c | 147 goto end; in do_ui_passphrase() 154 goto end; in do_ui_passphrase() 162 goto end; in do_ui_passphrase() 170 goto end; in do_ui_passphrase() 178 goto end; in do_ui_passphrase() 201 end: in do_ui_passphrase()
|
/third_party/python/Tools/unicode/ |
H A D | mkstringprep.py | 62 # Find start/end lines 76 raise RuntimeError("Unexpected end", l) 91 start, end = fields 95 start = end = fields[0] 97 end = int(end, 16) variable 98 for i in range(start, end+1): 187 print("0x%x:%a," % kv, end=' ')
|
/third_party/openssl/crypto/ |
H A D | passphrase.c | 147 goto end; in do_ui_passphrase() 154 goto end; in do_ui_passphrase() 162 goto end; in do_ui_passphrase() 170 goto end; in do_ui_passphrase() 178 goto end; in do_ui_passphrase() 201 end: in do_ui_passphrase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterferenceCache.cpp | 151 if (RUI.FixedI != RUI.Fixed->end()) in update() 182 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); in update() 209 if (++MFI == MF->end()) in update() 238 if (I == LR->end() || I->start >= Stop) in update() 241 bool Backup = I == LR->end() || I->start >= Stop; in update() 244 SlotIndex StopI = I->end; in update()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 123 for (auto I = PendingSet.begin(), E = PendingSet.end(); I != E;) { in promoteToReadySet() 159 for (auto I = WaitSet.begin(), E = WaitSet.end(); I != E;) { in promoteToPendingSet() 220 for (auto I = IssuedSet.begin(), E = IssuedSet.end(); I != E;) { in updateIssuedSet() 244 Insts.insert(Insts.end(), ReadySet.begin(), ReadySet.end()); in analyzeResourcePressure() 250 const auto EndIt = PendingSet.end() - NumDispatchedToThePendingSet; in analyzeDataDependencies()
|
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/ |
H A D | reduce.cpp | 175 char* end = nullptr; in ParseFlags() local 178 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags() 179 assert(end != split_flag.second.c_str() && errno == 0); in ParseFlags() 184 char* end = nullptr; in ParseFlags() local 187 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags() 188 assert(end != split_flag.second.c_str() && errno == 0); in ParseFlags()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | import.go | 190 end := Location{(int)(f.Segments[sIdx+1][0].(float64)), (int)(f.Segments[sIdx+1][1].(float64))} 192 file.Covered = appendSpan(file.Covered, Span{start, end}) 194 file.Uncovered = appendSpan(file.Uncovered, Span{start, end}) 255 end := segments[sIdx+1].location 258 file.Covered = appendSpan(file.Covered, Span{start, end}) 260 file.Uncovered = appendSpan(file.Uncovered, Span{start, end})
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | pkcs12kdf.c | 63 goto end; in pkcs12kdf_derive() 69 goto end; in pkcs12kdf_derive() 85 goto end; in pkcs12kdf_derive() 99 goto end; in pkcs12kdf_derive() 104 goto end; in pkcs12kdf_derive() 129 end: in pkcs12kdf_derive()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/ |
H A D | reduce.cpp | 175 char* end = nullptr; in ParseFlags() local 178 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags() 179 assert(end != split_flag.second.c_str() && errno == 0); in ParseFlags() 184 char* end = nullptr; in ParseFlags() local 187 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags() 188 assert(end != split_flag.second.c_str() && errno == 0); in ParseFlags()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc_mips32.c | 350 const uint32_t end = ((size) / 4) * 4; in AddVector_MIPS32() local 351 const uint32_t* const LoopEnd = pa + end; in AddVector_MIPS32() 356 for (i = end; i < size; ++i) pout[i] = pa[i] + pb[i]; in AddVector_MIPS32() 361 const uint32_t end = ((size) / 4) * 4; in AddVectorEq_MIPS32() local 362 const uint32_t* const LoopEnd = pa + end; in AddVectorEq_MIPS32() 367 for (i = end; i < size; ++i) pout[i] += pa[i]; in AddVectorEq_MIPS32()
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | gensprep.c | 285 char *end, *s; in normalizationCorrectionsLineFn() local 292 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16); in normalizationCorrectionsLineFn() 349 char *end, *map; in strprepProfileLineFn() local 406 code=(uint32_t)uprv_strtoul(s, &end, 16); in strprepProfileLineFn() 407 if(end<=s || end!=fields[0][1]) { in strprepProfileLineFn()
|
/third_party/openssl/test/ |
H A D | evp_fetch_prov_test.c | 224 goto end; in test_explicit_EVP_MD_fetch_by_X509_ALGOR() 228 goto end; in test_explicit_EVP_MD_fetch_by_X509_ALGOR() 233 end: in test_explicit_EVP_MD_fetch_by_X509_ALGOR() 340 goto end; in test_explicit_EVP_CIPHER_fetch_by_X509_ALGOR() 344 goto end; in test_explicit_EVP_CIPHER_fetch_by_X509_ALGOR() 349 end: in test_explicit_EVP_CIPHER_fetch_by_X509_ALGOR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DependenceGraphBuilder.cpp | 113 ListOfSCCs.emplace_back(SCC.begin(), SCC.end()); in createPiBlocks() 132 SmallPtrSet<NodeType *, 4> NodesInSCC(NL.begin(), NL.end()); in createPiBlocks() 243 if (IMap.find(UI) != IMap.end()) in createDefUseEdges() 282 for (DGIterator SrcIt = Graph.begin(), E = Graph.end(); SrcIt != E; ++SrcIt) { in createMemoryDependencyEdges() 391 NodesInPO.insert(NodesInPO.end(), PiBlockMembers.begin(), in sortNodesTopologically() 392 PiBlockMembers.end()); in sortNodesTopologically()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 226 """Enumerate the files that are under `src` and end with one of the 279 print(line, file=dst_file, end='') 296 print(line, file=dst_file, end='') 305 end = '' 307 end = arch[-len(name):] 312 init + arch + end, file=dst_file) 339 print(line, file=dst_file, end='')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue() 74 for (MachineFunction::iterator I = std::next(MF.begin()), E = MF.end(); in emitPrologue() 82 while (MBBI != MBB.end() && (MBBI->getOpcode() == MSP430::PUSH16r)) in emitPrologue() 85 if (MBBI != MBB.end()) in emitPrologue() 188 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters() 214 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
|