Home
last modified time | relevance | path

Searched full:just (Results 3176 - 3200 of 16448) sorted by relevance

1...<<121122123124125126127128129130>>...658

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp77 cl::desc("Forget everything in SCEV when doing LoopUnroll, instead of just"
367 // aren't just exposing dead control flows, but actual reduced dynamic in analyzeLoopUnrollCost()
411 // If this is a PHI node in the loop header, just add it to the PHI set. in analyzeLoopUnrollCost()
514 // it. We don't change the actual IR, just count optimization in analyzeLoopUnrollCost()
573 // Just take the first successor if condition is undef in analyzeLoopUnrollCost()
584 // Just take the first successor if condition is undef in analyzeLoopUnrollCost()
1257 // FIXME: Loop passes are required to preserve domtree, and for now we just
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp429 // If the suspend returns a single scalar value, we can just do a simple in replaceRetconSuspendUses()
493 // the cloned function yet. We'll just be rebuilding that later. in replaceCoroEnds()
601 // own basic block, so just thread our jump directly to its successor. in replaceEntryBlock()
626 // If the storage is inline, just bitcast to the storage to the frame type. in deriveNewFramePointer()
691 // If we have a continuation prototype, just use its attributes, in create()
1374 // If there are no suspend points, no split required, just remove in splitCoroutine()
1420 // Update CG graph with an indirect call we just added. in prepareForSplit()
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h170 // ClearExtension() methods are just thin wrappers around the embedded
505 // This method just calls SpaceUsedExcludingSelfLong() but it can not be
584 // removing it from the map, we just set is_cleared = true. This has no
749 // Parse a single MessageSet item -- called just after the item group start
754 // Parse a single MessageSet item -- called just after the item group start
853 // These are just for convenience...
1205 // (values of |Type|) to instantiate all of these, so we just re-use int32's in GetDefaultRepeatedField()
/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py241 # you can still access it just fine using getattr/setattr -- it's not even
600 # _ExtensionDict is just an adaptor with no state so we allocate a new one
662 # in the new object we just created. If someone has preempted us, we
672 # We define a setter just so we can throw an exception with a more
764 # in the new object we just created. If someone has preempted us, we
774 # We define a setter just so we can throw an exception with a more
974 # TODO(haberman): For now we just strip the hostname. Better logic will be
/third_party/python/Python/
H A Dhamt.c118 we can use bitmap compression and can have just as many pointers
170 To conclude: Bitmap nodes are just like Array nodes -- they can store
861 node to the new Array node we've just created. */ in hamt_node_bitmap_assoc()
909 /* We have less than 16 keys at this level; let's just in hamt_node_bitmap_assoc()
1008 /* A bitmap node with one key/value pair. Just in hamt_node_bitmap_without()
1864 /* node is a Bitmap with one key/value pair, just in hamt_node_array_without()
1899 /* Just copy the node into our new Bitmap */ in hamt_node_array_without()
/third_party/python/Objects/
H A Dlistsort.txt161 extremely effective on ~sort's specific data pattern, and timsort just
164 than lg(n!)). ~sort has a perfectly uniform distribution of just 4
279 bugaboo relative to samplesort --a lot more data movement (O(N) copies just
325 that the run just found is still high in the memory hierarchy. We also can't
353 Here we'll just cover some pragmatic details:
726 A "binary insertion sort" is just like a textbook insertion sort, but instead
735 moving data, and the details matter. Moving objects is just copying
/third_party/python/Lib/
H A Dthreading.py244 # these override the default implementations (which just call
650 the threads after they have all entered the barrier and just prior to
1054 # they'll just make redundant rebindings of ._is_stopped and
1188 This method returns True just before the run() method starts until just
1512 The registered *func* is called with its arguments just before all
1541 # is nearly dead. So we release it here. Note that just calling _stop()
/third_party/openssl/
H A DCHANGES.md62 just after the buffer being decrypted is not mapped.
1521 are considered just feasible. However, for an attack the target would
1653 * Print all values for a PKCS#12 attribute with 'openssl pkcs12', not just
2042 necessary to configure just to create a source distribution.
2457 * Print all values for a PKCS#12 attribute with 'openssl pkcs12', not just
3133 than just the call where this user data is passed.
3353 necessary to configure just to create a source distribution.
3535 Attacks against DH1024 are considered just feasible, because most of the
3558 perform and are not believed likely. Attacks against DH are considered just
3643 perform and are not believed likely. Attacks against DH are considered just
[all...]
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c226 /* Clear any explicitly reported build ID, just in case it was wrong. in __libdwfl_getelf()
574 /* The (internal) callbacks might just set mod->alt_elf directly in find_debug_altlink()
1166 might just indicate, already uncompressed. */ in find_symtab()
1213 /* Cache any auxiliary symbol info, when it fails, just ignore aux_sym. */ in find_symtab()
1249 might just indicate, already uncompressed. */ in find_symtab()
/third_party/backends/backend/
H A Dcanon_pp-dev.c700 /* Don't read status, it's unlikely to be ready *just* yet */ in sanei_canon_pp_read_segment()
755 RRRRRRRGGGGGGBBBBBB not RGBRGBRGBRGBRGB. So, the calling function just in convdata()
952 /* Probably shouldn't have to abort *just* yet, but may as well check */ in sanei_canon_pp_calibrate()
1255 Pure black-and-white mode probably just uses greyscale and in scanner_setup_params()
1314 /* port is already open, just need to claim it */ in sanei_canon_pp_detect()
/third_party/gn/src/gn/
H A Dsetup.cc310 // to put something named "python" on the path, which then just redirects to
844 // Do translation from .bat to .exe but otherwise just pass through.
855 // Search the path just for the specified .bat.
859 // Search the path just for the specified .exe.
901 "just \"python.exe\"");
H A Dtarget.cc465 // Check visibility for just this target's own configs, before dependents are in OnResolved()
686 // All other non-binary target types just return the target outputs. We in GetOutputFilesForSource()
688 // targets, so just assume it's not and pass "false". in GetOutputFilesForSource()
705 // Object files just get passed to the output and not compiled. in GetOutputFilesForSource()
1069 // Unlike other values on configs which are lists that just get concatenated, in ResolvePrecompiledHeaders()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c19 * try to test the full functionality. It just calls each function in the class and
421 /* Null status - just returns NULL */ in TestBreakIteratorSafeClone()
639 * just return one char at a time. in TestBreakIteratorRules()
863 /*in Unicode 6.1 en should behave just like th for this*/
875 /*in Unicode 6.1 en should behave just like he for this*/
/third_party/icu/docs/userguide/strings/
H A Dregexp.md90 no need to create a new matcher object; just reuse the existing one.
195 | `(?<= ...)` | Look-behind assertion. True if the parenthesized pattern matches text preceding the current input position, with the last character of the match being the input character just before the current position. Does not alter the input position. The length of possible strings matched by the look-behind pattern must not be unbounded (no \* or + operators.)
196 | `(?<! ...)` | Negative Look-behind assertion. True if the parenthesized pattern does not match text preceding the current input position, with the last character of the match being the input character just before the current position. Does not alter the input position. The length of possible strings matched by the look-behind pattern must not be unbounded (no \* or + operators.)
428 * Avoid overly long and complex regular expressions. Just because it's
497 Java is restricted to just a few.
/third_party/icu/icu4c/source/common/
H A Ddictbe.cpp306 // just found (if there is one), but only if the preceding word does not exceed in divideUpDictionaryRange()
336 // checking the dictionary. That is just a performance filter, in divideUpDictionaryRange()
541 // just found (if there is one), but only if the preceding word does not exceed in divideUpDictionaryRange()
734 // just found (if there is one), but only if the preceding word does not exceed in divideUpDictionaryRange()
941 // just found (if there is one), but only if the preceding word does not exceed in divideUpDictionaryRange()
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c1611 * in their wsi) can happens asynchronously, so we can't just linearly do some
1617 * that was already sharing it, or just closing it.
1839 * h2: if in usable state already: just use it without
1847 lwsl_wsi_notice(w, "just join h2 directly 0x%x",
1868 * MQTT: if in usable state already: just use it without
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_if.c451 * NULL unconditionally just to be safe. in opt_split_alu_of_phi()
538 /* Since the original ALU instruction no longer has any readers, just in opt_split_alu_of_phi()
704 * just remove it. in opt_simplify_bcsel_of_phi()
1084 * the if and leave just a single break there. in opt_merge_breaks()
1544 * empty. The reason we don't try to merge ifs that just have phis between in opt_if_merge()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c307 * and just wave them through in lws_ss_check_next_state()
356 * and just wave them through in lws_ss_check_next_state_ss()
1032 * ... when we come to destroy it, just one free to do. in lws_ss_create()
1156 * Just for this case, ssi->manual_initial_tx_credit is used in lws_ss_create()
1608 * He's an _lws_smd... and no wsi... since we're just going in _lws_ss_request_tx()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_clear.c674 /* This function is broken in BE, so just disable this path for now */ in si_fast_clear()
1222 /* This is worth it only if it's a whole image clear, so that we just clear DCC/HTILE. */ in si_try_normal_clear()
1266 /* Fast path that just clears DCC. */ in si_clear_render_target()
1292 /* Fast path that just clears HTILE. */ in si_clear_depth_stencil()
1345 /* Software fallback - just for R9G9B9E5_FLOAT */ in si_clear_texture()
/third_party/node/deps/v8/tools/mb/
H A Dmb.py145 help='Do a dry run (i.e., do nothing, just print '
206 help='Print out just the arguments, '
239 help='Do not build, just isolate and run')
395 # This code is naive and just picks reasonable defaults per platform.
1013 # targets, we just give up and conservatively build everything instead.
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc996 // For non-final response code, we just call in htp_hdrs_completecb()
1185 // function is called, and llhttp_execute() returns just after that. in htp_msg_completecb()
1310 // to get read(2) error just in case. in write_clear()
1446 // to get read(2) error just in case. in write_tls()
1474 // For upgraded connection, just pass data to the upstream. in process_input()
/third_party/node/deps/icu-small/source/common/
H A Ddictbe.cpp306 // just found (if there is one), but only if the preceding word does not exceed in divideUpDictionaryRange()
336 // checking the dictionary. That is just a performance filter, in divideUpDictionaryRange()
541 // just found (if there is one), but only if the preceding word does not exceed in divideUpDictionaryRange()
734 // just found (if there is one), but only if the preceding word does not exceed in divideUpDictionaryRange()
941 // just found (if there is one), but only if the preceding word does not exceed in divideUpDictionaryRange()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c31 /* Sampler tables don't actually have a maximum size but we pick one just so
824 /* The get_ssbo_size intrinsic always just takes a in lower_direct_buffer_instr()
834 /* We just checked that this is a BTI descriptor */ in lower_direct_buffer_instr()
1659 /* We just got rid of all the direct access. Delete it so it's not in the in anv_nir_apply_pipeline_layout()
1678 * mapping has changed and not just a no-op pipeline change. in anv_nir_apply_pipeline_layout()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c220 * for the COPY_CLEAN above, could just copy 16 bytes and be in vbo_exec_copy_to_current()
352 /* Just have to append the new attribute at the end */ in vbo_exec_wrap_upgrade_vertex()
364 * -- No need to replay - just copy piecewise in vbo_exec_wrap_upgrade_vertex()
437 /* New size is smaller - just need to fill in some in vbo_exec_fixup_vertex()
964 * overwrite the last vertex which we just added. in _mesa_End()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp164 * reads/writes to garbage memory). So just set it to zero at the top of in emit_prolog()
205 * just prior to outputting a vertex. Therefore, the control data bits in emit_thread_end()
296 * Note: this means that if we're outputting just a single DWORD of control in emit_control_data_bits()
701 * the GEN assembly that writes to the URB). So we just set the vertex in brw_compile_gs()
754 * number of output vertices. So we'll just calculate the amount of space in brw_compile_gs()

Completed in 62 milliseconds

1...<<121122123124125126127128129130>>...658