Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Frm (1.97 sec)

  1. src/cmd/compile/internal/walk/builtin.go

    	// if n > len(frm) { n = len(frm) }
    	nif := ir.NewIfStmt(base.Pos, nil, nil, nil)
    
    	nif.Cond = ir.NewBinaryExpr(base.Pos, ir.OGT, nlen, ir.NewUnaryExpr(base.Pos, ir.OLEN, nr))
    	nif.Body.Append(ir.NewAssignStmt(base.Pos, nlen, ir.NewUnaryExpr(base.Pos, ir.OLEN, nr)))
    	l = append(l, nif)
    
    	// if to.ptr != frm.ptr { memmove( ... ) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 22:35:22 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/typecheck/_builtin/runtime.go

    func panicunsafeslicelen()
    func panicunsafeslicenilptr()
    func unsafestringcheckptr(ptr unsafe.Pointer, len int64)
    func panicunsafestringlen()
    func panicunsafestringnilptr()
    
    func memmove(to *any, frm *any, length uintptr)
    func memclrNoHeapPointers(ptr unsafe.Pointer, n uintptr)
    func memclrHasPointers(ptr unsafe.Pointer, n uintptr)
    
    func memequal(x, y *any, size uintptr) bool
    func memequal0(x, y *any) bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 21:08:03 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/walk/assign.go

    		nwid = ir.NewBinaryExpr(base.Pos, ir.OMUL, nwid, ir.NewInt(base.Pos, elemtype.Size()))
    
    		// instantiate func memmove(to *any, frm *any, length uintptr)
    		fn := typecheck.LookupRuntime("memmove", elemtype, elemtype)
    		ncopy = mkcall1(fn, nil, &nodes, addr, sptr, nwid)
    	}
    	ln := append(nodes, ncopy)
    
    	typecheck.Stmts(ln)
    	walkStmtList(ln)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:09:06 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>Visual basic source code</_comment>
        <glob pattern="*.cls"/>
        <glob pattern="*.Cls"/>
        <glob pattern="*.CLS"/>
        <glob pattern="*.frm"/>
        <glob pattern="*.Frm"/>
        <glob pattern="*.FRM"/>
        <sub-class-of type="text/x-basic"/>
      </mime-type>
    
      <mime-type type="text/x-vbdotnet">
        <_comment>VB.NET source code</_comment>
        <glob pattern="*.vb"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top