Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 600 for out2 (0.06 sec)

  1. src/crypto/internal/nistec/fiat/p256_fiat64.go

    	x60 := uint8((x58 >> 8))
    	out1[0] = x5
    	out1[1] = x7
    	out1[2] = x9
    	out1[3] = x11
    	out1[4] = x13
    	out1[5] = x15
    	out1[6] = x17
    	out1[7] = x18
    	out1[8] = x19
    	out1[9] = x21
    	out1[10] = x23
    	out1[11] = x25
    	out1[12] = x27
    	out1[13] = x29
    	out1[14] = x31
    	out1[15] = x32
    	out1[16] = x33
    	out1[17] = x35
    	out1[18] = x37
    	out1[19] = x39
    	out1[20] = x41
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 41.2K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/fiat/p224_fiat64.go

    	x52 := uint8((x50 >> 8))
    	out1[0] = x5
    	out1[1] = x7
    	out1[2] = x9
    	out1[3] = x11
    	out1[4] = x13
    	out1[5] = x15
    	out1[6] = x17
    	out1[7] = x18
    	out1[8] = x19
    	out1[9] = x21
    	out1[10] = x23
    	out1[11] = x25
    	out1[12] = x27
    	out1[13] = x29
    	out1[14] = x31
    	out1[15] = x32
    	out1[16] = x33
    	out1[17] = x35
    	out1[18] = x37
    	out1[19] = x39
    	out1[20] = x41
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 43.2K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/RegularImmutableMap.java

                continue entries;
              }
            }
            if (outI < i) { // if outI == i don't bother writing the values back where they came from
              alternatingKeysAndValues[outKeyIndex] = key;
              alternatingKeysAndValues[outKeyIndex ^ 1] = value;
            }
            outI++;
          }
          return outI == n ? hashTable : new Object[] {hashTable, outI, duplicateKey};
        } else if (tableSize <= SHORT_MAX_SIZE) {
          /*
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 15 22:32:14 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	out1[21] = x48
    	out1[22] = x50
    	out1[23] = x51
    	out1[24] = x52
    	out1[25] = x54
    	out1[26] = x56
    	out1[27] = x58
    	out1[28] = x60
    	out1[29] = x62
    	out1[30] = x64
    	out1[31] = x65
    	out1[32] = x66
    	out1[33] = x68
    	out1[34] = x70
    	out1[35] = x72
    	out1[36] = x74
    	out1[37] = x76
    	out1[38] = x78
    	out1[39] = x79
    	out1[40] = x80
    	out1[41] = x82
    	out1[42] = x84
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/macho_combine_dwarf.go

    	if _, err := outf.Seek(int64(dwarfCmdOffset), 0); err != nil {
    		return err
    	}
    	if _, err := io.CopyN(outf, bytes.NewReader(realdwarf.Raw()), int64(realdwarf.Len)); err != nil {
    		return err
    	}
    	if _, err := outf.Seek(int64(unsafe.Offsetof(exem.FileHeader.Ncmd)), 0); err != nil {
    		return err
    	}
    	if err := binary.Write(outf, exem.ByteOrder, exem.Ncmd+1); err != nil {
    		return err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/fiat/p384_fiat64.go

    	out1[21] = x45
    	out1[22] = x47
    	out1[23] = x48
    	out1[24] = x49
    	out1[25] = x51
    	out1[26] = x53
    	out1[27] = x55
    	out1[28] = x57
    	out1[29] = x59
    	out1[30] = x61
    	out1[31] = x62
    	out1[32] = x63
    	out1[33] = x65
    	out1[34] = x67
    	out1[35] = x69
    	out1[36] = x71
    	out1[37] = x73
    	out1[38] = x75
    	out1[39] = x76
    	out1[40] = x77
    	out1[41] = x79
    	out1[42] = x81
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 90.8K bytes
    - Viewed (0)
  7. src/testing/run_example.go

    	defer func() {
    		timeSpent := time.Since(start)
    
    		// Close pipe, restore stdout, get output.
    		w.Close()
    		os.Stdout = stdout
    		out := <-outC
    
    		err := recover()
    		ok = eg.processRunResult(out, timeSpent, finished, err)
    	}()
    
    	// Run example.
    	eg.F()
    	finished = true
    	return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 20:56:32 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_sync.td

        arg: the tensor to be set in the resource array.
        index: the index in the resource array
      }];
    
      let arguments = (ins
        TFTensorType:$arg,
        I64Attr:$index
      );
    
      let results = (outs);
    
      let assemblyFormat = "operands attr-dict";
    }
    
    def SetResourceDhtOp : FallbackSync_Op<"set_resource_dht", [CoreRT_TypedAttributeTrait]> {
      let summary = "Set a DHT in resource array";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 07 21:12:01 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/macho_update_uuid.go

    func machoRewriteUuid(ctxt *Link, exef *os.File, exem *macho.File, outexe string) error {
    	outf, err := os.OpenFile(outexe, os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0755)
    	if err != nil {
    		return err
    	}
    	defer outf.Close()
    
    	// Copy over the file.
    	if _, err := io.Copy(outf, exef); err != nil {
    		return err
    	}
    
    	// Locate the portion of the binary containing the load commands.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/text/unicode/norm/iter.go

    				fallthrough
    			case ssStarter:
    				if outp > 0 {
    					copy(i.buf[outp:], d)
    					return i.buf[:p]
    				}
    				return d
    			}
    			copy(i.buf[outp:], d)
    			outp = p
    			inCopyStart, outCopyStart = i.p, outp
    			if i.info.ccc < prevCC {
    				goto doNorm
    			}
    			continue
    		} else if r := i.rb.src.hangul(i.p); r != 0 {
    			outp = decomposeHangul(i.buf[:], r)
    			i.p += hangulUTF8Size
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 11K bytes
    - Viewed (0)
Back to top