Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 111 for blek (0.04 sec)

  1. src/go/doc/comment/markdown.go

    				out.WriteString(" ")
    				out.WriteString(n)
    				out.WriteString(". ")
    			} else {
    				out.WriteString("  - ") // SP SP - SP
    			}
    			for i, blk := range item.Content {
    				const fourSpace = "    "
    				if i > 0 {
    					out.WriteString("\n" + fourSpace)
    				}
    				p.text(out, blk.(*Paragraph).Text)
    				out.WriteString("\n")
    			}
    		}
    	}
    }
    
    // text prints the text sequence x to out.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:48 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  2. src/math/asin_s390x.s

    	MOVW	R1, R6
    	CMPBGT	R8, R6, L13
    L3:
    	FMOVD	216(R9), F0
    	FMADD	F0, F8, F8
    L1:
    	FMOVD	F8, ret+8(FP)
    	RET
    L2:
    	WORD	$0xC0193FEF	//iilf	%r1,1072693247
    	BYTE	$0xFF
    	BYTE	$0xFF
    	CMPW	R12, R1
    	BLE	L14
    L5:
    	WORD	$0xED0090D0	//cdb	%f0,.L17-.L15(%r9)
    	BYTE	$0x00
    	BYTE	$0x19
    	BEQ		L9
    	WORD	$0xED0090C8	//cdb	%f0,.L18-.L15(%r9)
    	BYTE	$0x00
    	BYTE	$0x19
    	BEQ	L10
    	WFCEDBS	V8, V8, V0
    	BVS	L1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 20 17:42:08 UTC 2018
    - 4.2K bytes
    - Viewed (0)
  3. src/go/doc/comment/testdata_test.go

    			dumpTo(out, indent, def)
    		}
    
    	case *LinkDef:
    		fmt.Fprintf(out, "LinkDef Used:%v Text:%q URL:%s", x.Used, x.Text, x.URL)
    
    	case []Block:
    		for _, blk := range x {
    			dumpNL(out, indent)
    			dumpTo(out, indent, blk)
    		}
    
    	case *Heading:
    		fmt.Fprintf(out, "Heading")
    		dumpTo(out, indent+1, x.Text)
    
    	case *List:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  4. src/internal/bytealg/compare_ppc64x.s

    	ADD	$64,R6,R6	// increment to next 64 bytes of B
    	BDNZ	cmp64_loop
    	BC	$12,2,LR	// beqlr
    
    	// Finish out tail with minimal overlapped checking.
    	// Note, 0 tail is handled by beqlr above.
    	BLE	CR1,cmp64_tail_gt0
    	BLE	CR2,cmp64_tail_gt16
    	BLE	CR3,cmp64_tail_gt32
    
    cmp64_tail_gt48: // 49 - 63 B
    	LXVD2X	(R0)(R5),V3
    	LXVD2X	(R0)(R6),V4
    	VCMPEQUDCC	V3,V4,V1
    	BGE	CR6,different
    
    	LXVD2X	(R5)(R10),V3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 17:33:20 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb/SmbRandomAccessFile.java

            int clen = s.length();
            int blen = 2 * clen;
            byte[] b = new byte[blen];
            char[] c = new char[clen];
            s.getChars(0, clen, c, 0);
            for ( int i = 0, j = 0; i < clen; i++ ) {
                b[ j++ ] = (byte) ( c[ i ] >>> 8 );
                b[ j++ ] = (byte) ( c[ i ] >>> 0 );
            }
            write(b, 0, blen);
        }
    
    
        @Override
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 08 12:01:33 UTC 2020
    - 18.5K bytes
    - Viewed (1)
  6. src/archive/tar/reader_test.go

    		// Write the initial GNU header.
    		var blk block
    		gnu := blk.toGNU()
    		sparse := gnu.sparse()
    		copy(gnu.realSize(), size)
    		sps = populateSparseMap(sparse, sps)
    		if format != FormatUnknown {
    			blk.setFormat(format)
    		}
    		out = append(out, blk[:]...)
    
    		// Write extended sparse blocks.
    		for len(sps) > 0 {
    			var blk block
    			sps = populateSparseMap(blk.toSparse(), sps)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 21 21:14:38 UTC 2022
    - 47.1K bytes
    - Viewed (0)
  7. src/internal/bytealg/index_ppc64x.s

    	BLE        index2to16next_p10        // If at end, then not found
    	BR         notfound  // go to remainder loop
    #else
    	ADD     R3, R4, R9         // End of string
    	SUB     R7, R9, R9         // Number of bytes left
    	ANDCC   $15, R7, R10       // 16 byte offset
    	ADD     R10, R9, R11       // offset + len
    	CMP     R11, $16           // >= 16?
    	BLE     short              // Does not cross 16 bytes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 31.6K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/arch/ppc64.go

    // with the core of the assembler.
    
    package arch
    
    import (
    	"cmd/internal/obj"
    	"cmd/internal/obj/ppc64"
    )
    
    func jumpPPC64(word string) bool {
    	switch word {
    	case "BC", "BCL", "BEQ", "BGE", "BGT", "BL", "BLE", "BLT", "BNE", "BR", "BVC", "BVS", "BDNZ", "BDZ", "CALL", "JMP":
    		return true
    	}
    	return false
    }
    
    // IsPPC64CMP reports whether the op (as defined by an ppc64.A* constant) is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. src/go/doc/comment/print.go

    				out.WriteString(" - ")
    			} else {
    				out.WriteString(item.Number)
    				out.WriteString(". ")
    			}
    			for i, blk := range item.Content {
    				const fourSpace = "    "
    				if i > 0 {
    					out.WriteString("\n" + fourSpace)
    				}
    				p.text(out, fourSpace, blk.(*Paragraph).Text)
    				out.WriteString("\n")
    			}
    		}
    	}
    }
    
    // text prints the text sequence x to out.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm64/anames.go

    	"ASRW",
    	"AT",
    	"BCC",
    	"BCS",
    	"BEQ",
    	"BFI",
    	"BFIW",
    	"BFM",
    	"BFMW",
    	"BFXIL",
    	"BFXILW",
    	"BGE",
    	"BGT",
    	"BHI",
    	"BHS",
    	"BIC",
    	"BICS",
    	"BICSW",
    	"BICW",
    	"BLE",
    	"BLO",
    	"BLS",
    	"BLT",
    	"BMI",
    	"BNE",
    	"BPL",
    	"BRK",
    	"BVC",
    	"BVS",
    	"CASAD",
    	"CASALB",
    	"CASALD",
    	"CASALH",
    	"CASALW",
    	"CASAW",
    	"CASB",
    	"CASD",
    	"CASH",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 01:40:37 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top