Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 97 for h263 (0.04 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="video/example"/>
      <mime-type type="video/h261">
        <glob pattern="*.h261"/>
      </mime-type>
      <mime-type type="video/h263">
        <glob pattern="*.h263"/>
      </mime-type>
      <mime-type type="video/h263-1998"/>
      <mime-type type="video/h263-2000"/>
      <mime-type type="video/h264">
        <glob pattern="*.h264"/>
      </mime-type>
      <mime-type type="video/iso.segment">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/groovy/maven-repository-stub/build.gradle

    plugins {
        id 'groovy-gradle-plugin'
    }
    
    repositories {
        mavenCentral()
    }
    
    dependencies {
        implementation "com.github.tomakehurst:wiremock:2.26.3"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 157 bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/fiat/p256_invert.go

    	//	x12     = _111111 << 6 + _111111
    	//	x15     = x12 << 3 + _111
    	//	x16     = 2*x15 + 1
    	//	x32     = x16 << 16 + x16
    	//	i53     = x32 << 15
    	//	x47     = x15 + i53
    	//	i263    = ((i53 << 17 + 1) << 143 + x47) << 47
    	//	return    (x47 + i263) << 2 + 1
    	//
    
    	var z = new(P256Element).Set(e)
    	var t0 = new(P256Element)
    	var t1 = new(P256Element)
    
    	z.Square(x)
    	z.Mul(x, z)
    	z.Square(z)
    	z.Mul(x, z)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/kotlin/maven-repository-stub/build.gradle.kts

    plugins {
        `kotlin-dsl`
    }
    
    repositories {
        mavenCentral()
    }
    
    dependencies {
        implementation("com.github.tomakehurst:wiremock:2.26.3")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 145 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_goline.txt

    cp go.mod1 go.mod
    ! go get example.com/a@v1.0.2 go@1.24.2
    stderr '^go: example.com/a@v1.0.2 requires go@1.25, not go@1.24.2$'
    ! go get example.com/a@v1.0.2 go@1.26.3
    stderr '^go: example.com/a@v1.0.2 indirectly requires go@1.27, not go@1.26.3$'
    go get example.com/a@v1.0.2 go@1.28rc1
    go list -f '{{.Module.GoVersion}}'
    stdout 1.28rc1
    go get go@1.24.2
    stderr '^go: downgraded go 1.28rc1 => 1.24.2$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. guava/src/com/google/common/math/LongMath.java

             * results can exceed 2^63.
             */
            long result = times2ToThe32Mod(aHi * bHi /* < 2^62 */, m); // < m < 2^63
            result += aHi * bLo; // aHi * bLo < 2^63, result < 2^64
            if (result < 0) {
              result = UnsignedLongs.remainder(result, m);
            }
            // result < 2^63 again
            result += aLo * bHi; // aLo * bHi < 2^63, result < 2^64
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/math/LongMath.java

             * results can exceed 2^63.
             */
            long result = times2ToThe32Mod(aHi * bHi /* < 2^62 */, m); // < m < 2^63
            result += aHi * bLo; // aHi * bLo < 2^63, result < 2^64
            if (result < 0) {
              result = UnsignedLongs.remainder(result, m);
            }
            // result < 2^63 again
            result += aLo * bHi; // aLo * bHi < 2^63, result < 2^64
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  8. src/runtime/sigtab_linux_generic.go

    	/* 57 */ {_SigNotify, "signal 57"},
    	/* 58 */ {_SigNotify, "signal 58"},
    	/* 59 */ {_SigNotify, "signal 59"},
    	/* 60 */ {_SigNotify, "signal 60"},
    	/* 61 */ {_SigNotify, "signal 61"},
    	/* 62 */ {_SigNotify, "signal 62"},
    	/* 63 */ {_SigNotify, "signal 63"},
    	/* 64 */ {_SigNotify, "signal 64"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  9. src/internal/bytealg/indexbyte_ppc64x.s

    	MTVRD	R5,V1
    	VSPLTB	$7,V1,V1	// Replicate byte across V1
    
    	BLT	cmp16		// Jump to the small string case if it's <32 bytes.
    
    	CMP	R4,$64,CR1
    	MOVD	$16,R11
    	MOVD	R3,R8
    	BLT	CR1,cmp32	// Special case for length 32 - 63
    	MOVD	$32,R12
    	MOVD	$48,R6
    
    	RLDICR  $0,R4,$63-6,R9	// R9 = len &^ 63
    	ADD	R3,R9,R9	// R9 = &s[len &^ 63]
    	ANDCC	$63,R4		// (len &= 63) cmp 0.
    
    	PCALIGN	$16
    loop64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:10:29 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    	VESLG  $24, T_1, T_1              // [h₆₄[2]<<24, 0]
    	VERIMG $-26&63, T_3, MOD26, H_1   // [h₂₆[1], r₂₆[1]]
    	VESRLG $+52&63, T_3, H_2          // [h₂₆[2], r₂₆[2]] - low 12 bits only
    	VERIMG $-14&63, T_4, MOD26, H_3   // [h₂₆[1], r₂₆[1]]
    	VESRLG $40, T_4, H_4              // [h₂₆[4], r₂₆[4]] - low 24 bits only
    	VERIMG $+12&63, T_4, T_0, H_2     // [h₂₆[2], r₂₆[2]] - complete
    	VO     T_1, H_4, H_4              // [h₂₆[4], r₂₆[4]] - complete
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
Back to top