Home
last modified time | relevance | path

Searched full:just (Results 801 - 825 of 16642) sorted by relevance

1...<<31323334353637383940>>...666

/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Ddsa_sig.c166 * still valid, just as long as it's not used to construct in dsa_setup_md()
344 * If sig is NULL then we're just finding out the sig size. Other fields in dsa_digest_sign_final()
351 * but that problem is much larger than just in DSA. in dsa_digest_sign_final()
376 * but that problem is much larger than just in DSA. in dsa_digest_verify_final()
/third_party/node/deps/openssl/openssl/util/
H A Dadd-depends.pl64 # only, but in case we decide to handle more than just C files in the future,
132 # All we got now is a dependency, just shave off surrounding spaces
175 # All we got now is a dependency, just shave off surrounding spaces
284 # or $abs_blddir, just as the 'VC' scheme.
/third_party/openssl/util/
H A Dadd-depends.pl64 # only, but in case we decide to handle more than just C files in the future,
132 # All we got now is a dependency, just shave off surrounding spaces
175 # All we got now is a dependency, just shave off surrounding spaces
284 # or $abs_blddir, just as the 'VC' scheme.
/third_party/python/Lib/distutils/
H A Dunixccompiler.py30 # * optimization/debug/warning flags; we just use whatever's in Python's
41 # should just happily stuff them into the preprocessor/compiler/linker
230 # other compilers and gcc on other systems just know this.
253 # instead of just an RPATH.
/third_party/python/Lib/
H A Dfileinput.py16 number of the line that has just been read; filelineno() returns its
18 line just read is the first line of its file; isstdin() returns true
126 Return the cumulative line number of the line that has just been read.
155 Returns true the line just read is the first line of its file,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp109 // If we already had an entry for this block, just return it. in getAddrLabelSymbolToEmit()
141 // If there are no entries for the function, just return. in takeDeletedSymbolsForFunction()
151 // was already emitted, we can just forget about it, otherwise we need to in UpdateForDeletedBlock()
181 // If New is not address taken, just move our symbol over to it. in UpdateForRAUWBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c1 /*===-- jitprofiling.c - JIT (Just-In-Time) Profiling API----------*- C -*-===*
9 * This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
66 /* loadiJIT_Funcs() : this function is called just in the beginning
279 char *dllName = (char*)rcsid; /* !! Just to avoid unused code elimination */ in loadiJIT_Funcs()
/third_party/skia/src/core/
H A DSkResourceCache.cpp246 // go backwards, just like purgeAsNeeded, just to make the code similar. in purgeSharedID()
275 // go backwards, just like purgeAsNeeded, just to make the code similar. in visitAll()
/third_party/openssl/providers/implementations/signature/
H A Ddsa_sig.c166 * still valid, just as long as it's not used to construct in dsa_setup_md()
344 * If sig is NULL then we're just finding out the sig size. Other fields in dsa_digest_sign_final()
351 * but that problem is much larger than just in DSA. in dsa_digest_sign_final()
376 * but that problem is much larger than just in DSA. in dsa_digest_verify_final()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdmerge.c26 * of chroma samples, so the rest of the terms can be calculated just once.
219 * The control routine just handles the row buffering considerations.
234 /* If we have a spare row saved from a previous cycle, just return it. */ in merged_2v_upsample()
282 /* Just do the upsampling. */ in merged_1v_upsample()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcoleitr.h356 /** Normalizes dir_=1 (just after setOffset()) to dir_=0 (just after reset()). */
369 * <0: backwards; 0: just after reset() (previous() begins from end);
370 * 1: just after setOffset(); >1: forward
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
H A Dhellobrowser.inc8 The C program @code{hellobrowser.c}, which is to be found in the examples section, does just that.
54 just sent the answer string "as is". Instead, it has to be wrapped with additional information stored in so-called headers and footers. Most of the work in this area is done by the library for us---we
55 just have to ask. Our reply string packed in the necessary layers will be called a "response".
116 we do not need to pass extra options to the daemon so we just write the MHD_OPTION_END as the last parameter.
/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c169 default: /* could consider as an error, but just ignore */
240 /* open the file with the appropriate flags (or just use fd) */
397 /* if within raw area while reading, just go there */
624 otherwise we could just use ((unsigned)-1) >> 1 */
/third_party/unity/docs/
H A DUnityGettingStartedGuide.md8 This document should be able to help you decide just that.
53 If you have obtained Unity through Github or something similar, you might be surprised by just how much stuff you suddenly have staring you in the face.
55 The rest of it is just there to make your life easier.
67 If you're just using Unity, you'll likely never need to go in here.
/third_party/typescript/tests/baselines/reference/
H A DawaitedType.types44 type T13 = _Expect<Awaited<Promise<Promise<number>> | string | null>, /*expected*/ string | number | null>; // otherwise just prints T13 in types tests, which isn't very helpful
49 type T14 = _Expect<Awaited<Promise<Promise<number>> | string | undefined>, /*expected*/ string | number | undefined>; // otherwise just prints T14 in types tests, which isn't very helpful
52 type T15 = _Expect<Awaited<Promise<Promise<number>> | string | null | undefined>, /*expected*/ string | number | null | undefined>; // otherwise just prints T15 in types tests, which isn't very helpful
357 // helps with tests where '.types' just prints out the type alias name
/third_party/rust/crates/memchr/src/memchr/
H A Dmod.rs127 /// Like `memchr`, but searches for either of two bytes instead of just one.
180 /// Like `memchr`, but searches for any of three bytes instead of just one.
301 /// Like `memrchr`, but searches for either of two bytes instead of just one.
354 /// Like `memrchr`, but searches for any of three bytes instead of just one.
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp41 // TODO: perhaps just return the ids here rather than the sk_sps? in get_ids_from_paint()
135 // TODO: just return a raw 'UniformData*' here in lookup()
164 // At 24 bytes (current), sorting is about 30% slower than if SortKey could be packed into just in Make()
234 // TODO: It's not strictly necessary, but would a stable sort be useful or just end up hiding in Make()
/third_party/rust/crates/unicode-ident/
H A DREADME.md80 would be just 1 bit in a dense bitmap.
121 particular codepoint is in the set or not. These chunks are not just a compact
179 15% slower than pure-Rust `roaring`, which could just be FFI overhead. I did not
283 be licensed as just described, without any additional terms or conditions.
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs258 // so just disable this for now. in check_vdso_base()
275 // isn't the ELF we think it is. Here we're just using `clock_getres` just in check_vdso_base()
286 // We can't gracefully fail here because we would seem to have just in check_vdso_base()
/third_party/zlib/
H A Dgzlib.c163 default: /* could consider as an error, but just ignore */ in gz_open()
234 /* open the file with the appropriate flags (or just use fd) */ in gz_open()
375 /* if within raw area while reading, just go there */ in gzseek64()
583 otherwise we could just use ((unsigned)-1) >> 1 */
/third_party/googletest/docs/
H A Dfaq.md38 simplicity we just say that it cannot start with `_`.).
51 So for simplicity, we just ask the users to avoid `_` in `TestSuiteName` and
57 may (just may) break with a new compiler (or a new version of the compiler you
83 works just as well.
122 sure `implicit_cast<MyInterface*>(my_concrete_impl)` works, not just that
150 `ProtocolMessageEquiv` just happen to reveal your bug.
204 doesn't mean it's valid. It just means that you were lucky. :-)
385 `RUN_ALL_TESTS()`, the fix is simple: just make sure its value is used as the
649 To include disabled tests in test execution, just invoke the test program with
/third_party/mesa3d/src/compiler/nir/
H A Dnir_deref.c68 /* If we're under max_short_path_len, just use the short path. */ in nir_deref_path_init()
74 /* Just in case someone uses short_path by accident */ in nir_deref_path_init()
211 * hand, is a simple use because we're just going to dereference in nir_deref_instr_has_complex_use()
663 * just assume they alias. Comparing casts is tricky as there are lots in nir_compare_deref_paths()
665 * just assume nit_opt_deref will combine them and compare the deref in nir_compare_deref_paths()
1022 * Remove casts that just wrap other casts.
1205 * and we can just replace its uses with its parent, unless it has in opt_deref_ptr_as_array()
1312 * vec4-aligned and so it can just read/write them as vec4s. This in opt_load_vec_deref()
1352 * vec4-aligned and so it can just read/write them as vec4s. This in opt_store_vec_deref()
/third_party/node/src/crypto/
H A Dcrypto_context.cc36 using v8::Just;
57 // Guaranteed thread-safe by standard, just don't use -fno-threadsafe-statics. in GetOrCreateRootCertStore()
152 // Just to ensure that `ERR_peek_last_error` below will return only errors in SSL_CTX_use_certificate_chain()
180 // When the while loop ends, it's usually just EOF. in SSL_CTX_use_certificate_chain()
592 return Just(true); in UseKey()
685 if (!bio) return Just(false); in AddCert()
697 return Just(true); in AddCert()
741 if (!bio) return Just(false); in SetCRL()
761 return Just(true); in SetCRL()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dshrinkwrap.js196 // bother reading it if we're gonna just throw it away.
459 // add a few ms just to account for jitter
541 // we need the root package.json because legacy shrinkwraps just
567 // default to dependencies if the dep just isn't in the tree, which
684 // about symlinks, just the target.
732 // For unknown git hosts, just resolve to the raw spec in lock.version
1003 // if we don't have either, just an empty object so nothing matches below.
1004 // This will effectively just save the version and resolved, as if it's
1164 // Remove the file, so that in case there WERE deps, but we just
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java115 // This is not just a cache of all the assigned ranges, since assigning and unassigning a range
128 // just uses that column as its key. Thus, if the given column is recognized by the schema, in getOrAddRangeMap()
623 // Important: Don't just use the assigned ranges in the column, use the assigned ranges of the in getPrefixMap()
653 * <p>By passing a {@link Change} rather than just a {@link RangeTree}, the simplification
704 // Don't just use the assigned ranges (we need to account for valid but unassigned ranges when in simplifyIndexTable()
722 // where the simplification function just creates any "any" range for all lengths between the in simplifyIndexTable()
733 // and the re-captured by the "disjoint" prefix (which is still just "12") to: in simplifyIndexTable()
738 // The resolution is to just overwrite all overlaps back into the table, since these represent in simplifyIndexTable()
761 // Pass just the assignments, not the whole row (Change) because that also contains a range, in simplifyIndexTable()

Completed in 56 milliseconds

1...<<31323334353637383940>>...666