Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for 336 (0.03 sec)

  1. platforms/documentation/docs/src/samples/templates/java-android-application/src/main/res/drawable-v24/ic_launcher_foreground.xml

        <path
            android:fillColor="#FFFFFF"
            android:fillType="nonZero"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/kotlinDsl/androidBuild/kotlin/app/src/main/res/drawable-v24/ic_launcher_foreground.xml

        <path
            android:fillColor="#FFFFFF"
            android:fillType="nonZero"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/kotlinDsl/androidSingleBuild/kotlin/src/main/res/drawable-v24/ic_launcher_foreground.xml

        <path
            android:fillColor="#FFFFFF"
            android:fillType="nonZero"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. src/internal/coverage/pods/pods_test.go

    	mkcounter(o1, "orphan", 9, 39)
    
    	// Add a meta-data file with three counter files to second dir.
    	mkmeta(o2, "m2")
    	mkcounter(o2, "m2", 1, 38)
    	mkcounter(o2, "m2", 2, 37)
    	mkcounter(o2, "m2", 3, 36)
    
    	// Add a duplicate of the first meta-file and a corresponding
    	// counter file to the second dir. This is intended to capture
    	// the scenario where we have two different runs of the same
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 31 14:00:17 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. src/runtime/os_illumos.go

    	if n < 1 {
    		return 1
    	}
    
    	if cents := int32(getcpucap()); cents > 0 {
    		// Convert from a percentage of CPUs to a number of CPUs,
    		// rounding up to make use of a fractional CPU
    		// e.g., 336% becomes 4 CPUs
    		ncap := (cents + 99) / 100
    		if ncap < n {
    			return ncap
    		}
    	}
    
    	return n
    }
    
    //go:nosplit
    func getrctl(controlname, oldbuf, newbuf unsafe.Pointer, flags uint32) uintptr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 28 18:06:12 UTC 2019
    - 3.9K bytes
    - Viewed (0)
  6. src/math/erf_s390x.s

    DATA ·erfrodataL13<> + 312(SB)/8, $-.118955882760959931E+02
    DATA ·erfrodataL13<> + 320(SB)/8, $0.942903335085524187E+01
    DATA ·erfrodataL13<> + 328(SB)/8, $-.564189522219085689E+00
    DATA ·erfrodataL13<> + 336(SB)/8, $-.503767199403555540E+01
    DATA ·erfrodataL13<> + 344(SB)/8, $0xbbc79ca10c924223
    DATA ·erfrodataL13<> + 352(SB)/8, $0.004099975562609307E+01
    DATA ·erfrodataL13<> + 360(SB)/8, $-.324434353381296556E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 8.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go

    	Buf    *int8
    }
    
    type Strioctl struct {
    	Cmd    int32
    	Timout int32
    	Len    int32
    	Dp     *int8
    }
    
    type Lifreq struct {
    	Name   [32]int8
    	Lifru1 [4]byte
    	Type   uint32
    	Lifru  [336]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/x86/a.out.go

    	T_OFFSET     = 1 << 2
    	T_FCONST     = 1 << 3
    	T_SYM        = 1 << 4
    	T_SCONST     = 1 << 5
    	T_64         = 1 << 6
    	T_GOTYPE     = 1 << 7
    )
    
    // https://www.uclibc.org/docs/psABI-x86_64.pdf, figure 3.36
    var AMD64DWARFRegisters = map[int16]int16{
    	REG_AX:  0,
    	REG_DX:  1,
    	REG_CX:  2,
    	REG_BX:  3,
    	REG_SI:  4,
    	REG_DI:  5,
    	REG_BP:  6,
    	REG_SP:  7,
    	REG_R8:  8,
    	REG_R9:  9,
    	REG_R10: 10,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 31 20:28:39 UTC 2021
    - 6.8K bytes
    - Viewed (0)
Back to top