Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GS (0.01 sec)

  1. android/guava/src/com/google/common/base/Ascii.java

       * except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then
       * RS, and US is least inclusive. (The content and length of a File, Group, Record, or Unit are
       * not specified.)
       *
       * @since 8.0
       */
      public static final byte GS = 29;
    
      /**
       * Record Separator: These four information separators may be used within data in optional
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/operand_test.go

    	{"0(BP)", "(BP)"},
    	{"0(BX)", "(BX)"},
    	{"4(AX)", "4(AX)"},
    	{"AL", "AL"},
    	{"AX", "AX"},
    	{"BP", "BP"},
    	{"BX", "BX"},
    	{"CX", "CX"},
    	{"DI", "DI"},
    	{"DX", "DX"},
    	{"F0", "F0"},
    	{"GS", "GS"},
    	{"SI", "SI"},
    	{"SP", "SP"},
    	{"X0", "X0"},
    	{"X1", "X1"},
    	{"X2", "X2"},
    	{"X3", "X3"},
    	{"X4", "X4"},
    	{"X5", "X5"},
    	{"X6", "X6"},
    	{"X7", "X7"},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  3. cmd/testdata/xl-meta-merge.zip

    0;`ª—YÊv—tg|+minioú¦{`f¼xÌkcýï`¾xñºNK\êcJ{¾Dmgˆqrkûl¼ÕEpHgkïˆFeÕ\yP\ ejayW­hªÌ½ "oH¸çò BGôvC|cctWˆMKgòaª AMBO}H† ûT í ~r[CÛ*>EBuÊqrñ¨D}E>," £ ‘ ²LIUãkcC_¸ žZGpýnfsfjÑ š²]x„EèdˆOwêÚGHÕŒc\ŽÖ5Bh1;ïÆ .I jeVãpa€Tqx}ª]ãS¢|¿[RR»@ç¦eËû.% * ñ ˆah|¢jopeÕî² ômªKdeAyÜaB~ï¤ZI~÷] GS{zÕ¬~Aø}sH¸ Ȩ»]ZD¯Fax­_ûpgyàªOptŠR~c{sÉÕæVUˆR}Jê}\uˆJSo†ãJ]}b WIÖvqAI²HsG@mÎܾg`qe}1x¬ØÈ·¹«8¿Ru^ãhE¦ rGåY~[MNØÜŸ²"sÕxªA^f„UÐaDEDKG¤QZªk |{ywH’}nTû cn%1òr² p ¢ ) ª¿E"³²zaöñ q„ãZ`\Agzc¨Üyª|\ir VgYò°¼8ïvNo^]}Z{¾zìûzf€GN[Ö9~s þû\²xFñ&{gzQUx )lRiJ ò}spX...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. doc/asm.html

    </p>
    
    <pre>
    $ go build -o x.exe x.go
    $ go tool objdump -s main.main x.exe
    TEXT main.main(SB) /tmp/x.go
      x.go:3		0x10501c0		65488b0c2530000000	MOVQ GS:0x30, CX
      x.go:3		0x10501c9		483b6110		CMPQ 0x10(CX), SP
      x.go:3		0x10501cd		7634			JBE 0x1050203
      x.go:3		0x10501cf		4883ec10		SUBQ $0x10, SP
      x.go:3		0x10501d3		48896c2408		MOVQ BP, 0x8(SP)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top