Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 248 (0.66 sec)

  1. src/main/java/jcifs/smb1/ntlmssp/Type2Message.java

                writeSecurityBuffer(type2, 12, data, target);
                writeULong(type2, 20, flags);
                System.arraycopy(challenge != null ? challenge : new byte[8], 0,
                        type2, 24, 8);
                if (context != null) System.arraycopy(context, 0, type2, 32, 8);
                if (targetInformation != null) {
                    writeSecurityBuffer(type2, 40, data + target.length,
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 12.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/walk/compare.go

    			}
    			init.Append(mkcall(fn, nil, init, tracecmpArg(l, paramType, init), tracecmpArg(r, paramType, init), fakePC(n)))
    		}
    		return n
    	case types.TARRAY:
    		// We can compare several elements at once with 2/4/8 byte integer compares
    		inline = t.NumElem() <= 1 || (types.IsSimple[t.Elem().Kind()] && (t.NumElem() <= 4 || t.Elem().Size()*t.NumElem() <= maxcmpsize))
    	case types.TSTRUCT:
    		inline = compare.EqStructCost(t) <= 4
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:55:14 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  3. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "nowInAndroidBuild",
        "linux" : 286,
        "windows" : 427,
        "macOs" : 248
      }, {
        "testProject" : "santaTrackerAndroidBuild",
        "linux" : 649,
        "windows" : 780,
        "macOs" : 458
      } ]
    }, {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  4. api/go1.10.txt

    pkg debug/elf, const R_PPC64_DTPREL16_HIGHA = 115
    pkg debug/elf, const R_PPC64_DTPREL16_HIGHA R_PPC64
    pkg debug/elf, const R_PPC64_ENTRY = 118
    pkg debug/elf, const R_PPC64_ENTRY R_PPC64
    pkg debug/elf, const R_PPC64_IRELATIVE = 248
    pkg debug/elf, const R_PPC64_IRELATIVE R_PPC64
    pkg debug/elf, const R_PPC64_JMP_IREL = 247
    pkg debug/elf, const R_PPC64_JMP_IREL R_PPC64
    pkg debug/elf, const R_PPC64_PLT16_LO_DS = 60
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  5. doc/asm.html

    	RET
    </pre>
    
    <p>
    In the general case, the frame size is followed by an argument size, separated by a minus sign.
    (It's not a subtraction, just idiosyncratic syntax.)
    The frame size <code>$24-8</code> states that the function has a 24-byte frame
    and is called with 8 bytes of argument, which live on the caller's frame.
    If <code>NOSPLIT</code> is not specified for the <code>TEXT</code>,
    the argument size must be provided.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top