Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for moveFile (0.15 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM.rules

    // Large zeroing uses a loop
    (Zero [s] {t} ptr mem)
    	&& (s > 512 || config.noDuffDevice) || t.Alignment()%4 != 0 =>
    	(LoweredZero [t.Alignment()]
    		ptr
    		(ADDconst <ptr.Type> ptr [int32(s-moveSize(t.Alignment(), config))])
    		(MOVWconst [0])
    		mem)
    
    // moves
    (Move [0] _ _ mem) => mem
    (Move [1] dst src mem) => (MOVBstore dst (MOVBUload src mem) mem)
    (Move [2] {t} dst src mem) && t.Alignment()%2 == 0 =>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (windows-386), func LookupSID(string, string) (*SID, string, uint32, error)
    pkg syscall (windows-386), func MapViewOfFile(Handle, uint32, uint32, uint32, uintptr) (uintptr, error)
    pkg syscall (windows-386), func MoveFile(*uint16, *uint16) error
    pkg syscall (windows-386), func MustLoadDLL(string) *DLL
    pkg syscall (windows-386), func NetApiBufferFree(*uint8) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteARM.go

    	}
    	// match: (Move [s] {t} dst src mem)
    	// cond: ((s > 512 || config.noDuffDevice) || t.Alignment()%4 != 0) && logLargeCopy(v, s)
    	// result: (LoweredMove [t.Alignment()] dst src (ADDconst <src.Type> src [int32(s-moveSize(t.Alignment(), config))]) mem)
    	for {
    		s := auxIntToInt64(v.AuxInt)
    		t := auxToType(v.Aux)
    		dst := v_0
    		src := v_1
    		mem := v_2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Putrefaction, Generation, Vegetation and Life would cease, and the Planets and Comets would not remain in their Orbs. All these things being consider'd, it seems probable to me, that God in the Beginning form'd Matter in solid, massy, hard, impenetrable, moveable Particles, of such Sizes and Figures, and with such other Properties, and in such Proportion to Space, as most conduced to the End for which he form'd them; and that these primitive Particles being Solids, are incomparably harder than any porous...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. src/testdata/Isaac.Newton-Opticks.txt

    Planets and Comets would not remain in their Orbs.
    
    All these things being consider'd, it seems probable to me, that God in
    the Beginning form'd Matter in solid, massy, hard, impenetrable,
    moveable Particles, of such Sizes and Figures, and with such other
    Properties, and in such Proportion to Space, as most conduced to the End
    for which he form'd them; and that these primitive Particles being
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top