Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for trsOff (0.11 sec)

  1. src/cmd/link/internal/riscv64/asm.go

    		}
    		trs := tr.Sym()
    		if ldr.SymValue(trs) != 0 && ldr.SymType(trs) != sym.SDYNIMPORT && ldr.SymType(trs) != sym.SUNDEFEXT {
    			trsOff := ldr.SymValue(trs) + tr.Add() - pc
    			if trsOff >= -(1<<20) && trsOff < (1<<20) {
    				r.SetType(objabi.R_RISCV_JAL)
    				r.SetSym(trs)
    				r.SetAdd(tr.Add())
    				rs = trs
    			}
    		}
    
    	}
    
    	if target.IsExternal() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 01 08:06:08 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/util/mime.map

    application/x-texinfo          texinfo texi     # TexInfo
    application/x-troff            t tr roff        # Troff file
    application/x-troff-man        man              # Troff with MAN macros
    application/x-troff-me         me               # Troff with ME macros
    application/x-troff-ms         ms               # Troff with MS macros
    application/x-ustar            ustar            # Ustar file
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.9K bytes
    - Viewed (0)
  3. src/image/gif/writer.go

    func (e *encoder) colorTablesMatch(localLen, transparentIndex int) bool {
    	localSize := 3 * localLen
    	if transparentIndex >= 0 {
    		trOff := 3 * transparentIndex
    		return bytes.Equal(e.globalColorTable[:trOff], e.localColorTable[:trOff]) &&
    			bytes.Equal(e.globalColorTable[trOff+3:localSize], e.localColorTable[trOff+3:localSize])
    	}
    	return bytes.Equal(e.globalColorTable[:localSize], e.localColorTable[:localSize])
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:38:09 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"text/red",
    				"text/rfc822-headers",
    				"text/richtext",
    				"text/rtp-enc-aescm128",
    				"text/rtx",
    				"text/sgml",
    				"text/t140",
    				"text/tab-separated-values",
    				"text/troff",
    				"text/ulpfec",
    				"text/uri-list",
    				"text/vnd.abc",
    				"text/vnd.curl",
    				"text/vnd.curl.dcurl",
    				"text/vnd.curl.scurl",
    				"text/vnd.curl.mcurl",
    				"text/vnd.dmclientscript",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.tsv"/>
      </mime-type>
    
      <mime-type type="text/troff">
        <_comment>Roff/nroff/troff/groff Unformatted Manual Page (UNIX)</_comment>
        <alias type="application/x-troff"/>
        <alias type="application/x-troff-man"/>
        <alias type="application/x-troff-me"/>
        <alias type="application/x-troff-ms"/>
        <magic priority="50">
          <match value=".\\&quot;" type="string" offset="0"/>
    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