Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _typ (0.13 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    }
    
    // newObject returns an SSA value denoting new(typ).
    func (s *state) newObject(typ *types.Type, rtype *ssa.Value) *ssa.Value {
    	if typ.Size() == 0 {
    		return s.newValue1A(ssa.OpAddr, types.NewPtr(typ), ir.Syms.Zerobase, s.sb)
    	}
    	if rtype == nil {
    		rtype = s.reflectType(typ)
    	}
    	return s.rtcall(ir.Syms.Newobject, true, []*types.Type{types.NewPtr(typ)}, rtype)[0]
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="skip\000" type="string" offset="4"/>
          <match value="pnot\000" type="string" offset="4"/>
          <!-- General Atom match, specific ftypXXX ones present for subtypes -->
          <match value="ftyp" type="string" offset="4"/>
          <!-- Common starting Atoms of fixed size -->
          <match value="\x00\x00\x00\x08wide" type="string" offset="0"/>
        </magic>
        <glob pattern="*.qt"/>
        <glob pattern="*.mov"/>
    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