Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 85 of 85 for Bins (0.03 sec)

  1. ci/official/containers/ml_build_arm64/builder.devtoolset/stringop_trunc.patch

    -  char c;
       char *s = s1;
     
       /* Find the end of S1.  */
    -  do
    -    c = *s1++;
    -  while (c != '\0');
    -
    -  /* Make S1 point before next character, so we can increment
    -     it while memory is read (wins on pipelined cpus).  */
    -  s1 -= 2;
    +  s1 += strlen (s1);
     
    -  if (n >= 4)
    -    {
    -      size_t n4 = n >> 2;
    -      do
    -	{
    -	  c = *s2++;
    -	  *++s1 = c;
    -	  if (c == '\0')
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Nov 11 19:25:56 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/InetAddresses.java

        }
        return "";
      }
    
      /**
       * Identify and mark the longest run of zeroes in an IPv6 address.
       *
       * <p>Only runs of two or more hextets are considered. In case of a tie, the leftmost run wins. If
       * a qualifying run is found, its hextets are replaced by the sentinel value -1.
       *
       * @param hextets {@code int[]} mutable array of eight 16-bit hextets
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_3x.md

     *  Fix: Recover gracefully when trimming the response cache fails.
     *  New: Add multiple path segments using a single string in `HttpUrl.Builder`.
     *  New: Support SHA-256 pins in certificate pinner.
    
    
    ## Version 3.1.2
    
    _2016-02-10_
    
     *  Fix: Don’t crash when finding the trust manager on Robolectric. We attempted
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  4. cmd/testdata/xl-meta-merge.zip

    \ˆÜ^OªVqPj¦^i¸nä»t H_Úe sL€tqÎïcBmpY¨qV [ø!wdò ñWªy{lnº gZ› ªLc¼]ÜsÖO„rSnã²ÎöH@Fáæ@C{sN¾äVlRO®©»ðh¸_{ê2{a™}OpîñÈ·igTei»ÊufsqKó»\aLycx+ }Dš ŸeSbûUô}rQñ`¾™È¬i_\yUÖ ­yûZ_s¬Y}PÚqJ ‘rGtãjÒÀÀ~^>dg £ÉÒ»³ DqÐ.cW%1ò^¼]ÜKFVÕúMI),éærsL}G~Ü„\WQV¦MDCfw@Üe ô}°j÷inS{Gpucò’}S\eUuð÷ xH2 q# ò; 6Ä 3 Ä" %è> 2 5 *\ wKûryˆtXI ‰åt † ixÉkfs¦¾ÿx mmFwfðsfˆYïN©æiIIF„{æV oܤBH_ _KÖ„lYqfpª]ò^ñŒ c` ‘„?mPJmRªª° *Àt·ÆKut¸drikÍïD¬ÖmlX_ò ø ò¦V\G²tcS^ˆ}Eåpeòs¾tñ°†TVÜxž»1Áö ÔÒî ¾ ª ¸€š úqn>þôWc„Wx„ÙkB^ˆÄøG°\ñ+N¼7 ï*qnze{~Õ¨¢ ñS¢w{...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.10.md

    request new security tokens when the aws cloud provider changes the registered node name. ([#59730](https://github.com/kubernetes/kubernetes/pull/59730), [@hyperbolic2346](https://github.com/hyperbolic2346))
    
    * Pod priority can be specified ins PodSpec even when the feature is disabled, but it will be effective only when the feature is enabled. ([#59291](https://github.com/kubernetes/kubernetes/pull/59291), [@bsalamat](https://github.com/bsalamat))* Add generic cache for Azure VMSS ([#596...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
Back to top