Home
last modified time | relevance | path

Searched full:just (Results 2026 - 2050 of 17155) sorted by relevance

1...<<81828384858687888990>>...687

/third_party/node/deps/v8/src/builtins/
H A Dtyped-array-createtypedarray.tq52 // We can't just build the new object with "new JSTypedArray" here because
196 // Max JSArray length is a valid JSTypedArray length so we just use it.
226 // ElementsKind). GSAB-backed non-length-tracking TypedArrays behave just like
/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.h229 // The static pendant to IsCodedSpecially, just for off-heap targets. Used
287 // stream. For most architectures this is just the size of a pointer. For
467 // *Get* just reads and returns info on current byte.
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc128 return v8::Just(bytecode);
138 return v8::Just(v8::debug::WasmScript::Cast(*script)->GetDebugSymbolType());
147 return v8::Just(String16(external_url.data(), external_url.size()));
/third_party/node/deps/v8/src/objects/
H A Ddebug-objects.cc242 // If there are no break points just ignore. in ClearBreakPoint()
276 // If there was no break point objects before just set it. in SetBreakPoint()
300 // If the break point was there before just ignore. in SetBreakPoint()
H A Dmodule.cc403 if (lookup->IsTheHole(isolate)) return Just(ABSENT); in GetPropertyAttributes()
412 return Just(it->property_attributes()); in GetPropertyAttributes()
450 return Just(true); in DefineOwnProperty()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c88 * - just using standard polynomial approximation
89 * (3rd order polynomial is required for crappy but just sufficient accuracy)
122 * just about acceptable there too). in lp_build_srgb_to_linear()
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c29 * DRI_PRIME tagged overrides only work if bus info, =1 will just pick an alternate.
164 * for users just use only the vulkan version for now. in device_select_CreateInstance()
573 /* just sort groups with CPU devices to the end? - assume nobody will mix these */ in device_select_EnumeratePhysicalDeviceGroups()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c96 * fetch the field's value. Otherwise, just emit the
148 * fetch the field's value. Otherwise, just emit the
193 * fetch the field's value. Otherwise, just emit the
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource_state.cpp308 // If the transition involves a write state, then the destination should just be the requested destination. in transition_required()
400 // land, but let's just pick the write state. in append_barrier()
538 // Is this subresource currently being used, or is it just being iterated over? in d3d12_apply_resource_states()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_int.c58 * complement and 0 by the add one (due to carry) so just copy as many trailing
151 * NULL just return length.
249 * Absolute value of INT64_MIN: we can't just use -INT64_MIN as gcc produces
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_cbc.c323 * mac_end_offset is the index just past the end of the data to be MACed. in ssl3_cbc_digest_record()
397 * greater than |md_block_size|. However we add a sanity check just in ssl3_cbc_digest_record()
452 * and we're past the 0x80 value then just write zero. in ssl3_cbc_digest_record()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_name.c298 * comparison of Name structures can be rapidly performed by just using
393 /* If type not in bitmask just copy string across */ in asn1_string_canon()
435 /* If not ASCII set just copy across */ in asn1_string_canon()
/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c477 * have created optsdone_lock yet so we can't use it). This is just an in OPENSSL_init_crypto()
483 * This doesn't matter - it just means we will run the full function in OPENSSL_init_crypto()
581 /* If called recursively from OBJ_ calls, just skip it. */ in OPENSSL_init_crypto()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_div.c96 * just replace 0 with 1.
221 * just rely on bn_check_top() here (bn_check_top() works only for in BN_div()
426 * ignore top values of the bignums just sub the two BN_ULONG arrays in bn_div_fixed_top()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_dyn.c133 * (this is a bug in the design of CRYPTO_EX_DATA). As such, we just declare
268 * release our just-created reference. in engine_load_dynamic_int()
527 * created leaks. We just have to fail where we are, after in dynamic_load()
/third_party/node/deps/uv/src/win/
H A Dcore.c45 * just for the current thread.
344 * We might have a pending message, but we're just going to destroy the IOCP in uv__loop_close()
345 * soon, so we can just discard it now without the usual risk of a getting in uv__loop_close()
H A Dfs-event.c440 * - We're closing, just push the handle onto the endgame queue in uv__process_fs_event_req()
441 * - We are not active, just ignore the callback in uv__process_fs_event_req()
539 /* We already have the long name of the file, so just use it. */ in uv__process_fs_event_req()
/third_party/libcoap/
H A DCONTRIBUTE39 No matter if you just have a simple question, some specific problem or
58 The libcoap project is using just two main branches, the 'main' branch is
228 is you simply pick up an issue you can easily see and just improve the
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DMigrationJob.java104 * concept of invalid migrations so all migrations can just be seen as valid. in getMigrationReportForCountry()
135 * concept of invalid migrations so all migrations can just be seen as valid. in getMigrationReportForRecipe()
388 * is no concept of invalid/valid migrations so all migrations can just be listed. in printMetrics()
/third_party/rust/crates/aho-corasick/src/packed/teddy/
H A Dcompile.rs78 // Most of the logic here is just about selecting the optimal settings, in build_imp()
269 // nicer to be able to just stop as soon as a match is found. in compile()
326 /// During compilation, masks are just arrays. But during search, these masks
/third_party/rust/crates/aho-corasick/src/packed/
H A Dpattern.rs267 // Why not just use memcmp for this? Well, memcmp requires calling out in fmt()
269 // than just calling out to libc, it also seems to result in worse in fmt()
273 // This results in an improvement in just about every benchmark. Some in fmt()
/third_party/rust/crates/memchr/bench/src/memmem/
H A Dmod.rs28 eventually just use this crate.
32 eventually just use this crate.
45 appears to just be a snapshot of std's implementation at a particular
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs450 // Just test keys - we know the implementation is the same for values
462 // Just test keys - we know the implementation is the same for values
475 // Just test keys - we know the implementation is the same for values
/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.c266 /* If we do not have a valid frame size and rate, just return 0 */ in pa_smoother_2_get_delay()
289 /* If we do not have a valid frame size and rate, just return 0 */ in pa_smoother_2_get()
296 /* If the smoother has not started, just return system time since resume */ in pa_smoother_2_get()
/third_party/python/Doc/c-api/
H A Dbytes.rst60 .. % One should just refer to the other.
146 modified in any way, unless the object was just created using
168 must not be modified in any way, unless the object was just created using

Completed in 23 milliseconds

1...<<81828384858687888990>>...687