Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for addresses2 (2.31 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

                addresses = UniAddress.getAllByName( host, true );
            } else {
                addresses = UniAddress.getAllByName(host, false);
            }
    
            return getNextAddress();
        }
        UniAddress getNextAddress() {
            UniAddress addr = null;
            if (addressIndex < addresses.length)
                addr = addresses[addressIndex++];
            return addr;
        }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    </p>
    
    <pre>
    uintptr(unsafe.Pointer(&amp;s)) + unsafe.Offsetof(s.f) == uintptr(unsafe.Pointer(&amp;s.f))
    </pre>
    
    <p>
    Computer architectures may require memory addresses to be <i>aligned</i>;
    that is, for addresses of a variable to be a multiple of a factor,
    the variable's type's <i>alignment</i>.  The function <code>Alignof</code>
    takes an expression denoting a variable of any type and returns the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                        Advice from a Caterpillar
    
    
      The Caterpillar and Alice looked at each other for some time in
    silence:  at last the Caterpillar took the hookah out of its
    mouth, and addressed her in a languid, sleepy voice.
    
      `Who are YOU?' said the Caterpillar.
    
      This was not an encouraging opening for a conversation.  Alice
    replied, rather shyly, `I--I hardly know, sir, just at present--
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                        Advice from a Caterpillar
    
    
      The Caterpillar and Alice looked at each other for some time in
    silence:  at last the Caterpillar took the hookah out of its
    mouth, and addressed her in a languid, sleepy voice.
    
      `Who are YOU?' said the Caterpillar.
    
      This was not an encouraging opening for a conversation.  Alice
    replied, rather shyly, `I--I hardly know, sir, just at present--
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/popper.min.js.map

    this way the first offset will use an axis and the second one\n  // will use the other one\n  const useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;\n\n  // Split the offset string to obtain a list of values and operands\n  // The regex addresses values with the plus or minus sign in front (+10, -20, etc)\n  const fragments = offset.split(/(\\+|\\-)/).map(frag => frag.trim());\n\n  // Detect if the offset string contains a pair of values or a single one\n  // they could be separated by comma...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/generic.rules

    	=> ptr
    
    (NilCheck ptr:(OffPtr (SelectN [0] call:(StaticLECall _ _))) _)
    	&& isSameCall(call.Aux, "runtime.newobject")
    	&& warnRule(fe.Debug_checknil(), v, "removed nil check")
    	=> ptr
    
    // Addresses of globals are always non-nil.
    (NilCheck          ptr:(Addr {_} (SB))    _) => ptr
    (NilCheck ptr:(Convert (Addr {_} (SB)) _) _) => ptr
    
    // for late-expanded calls, recognize memequal applied to a single constant byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top