Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 8128 (1.28 sec)

  1. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	VORNV		V1, V2		// 42842871
    
    	// VANDB,VORB,VXORB,VNORB
    	VANDB		$0, V2, V3      // 4300d073
    	VORB		$64, V2, V3     // 4300d573
    	VXORB		$128, V2, V3    // 4300da73
    	VNORB		$255, V2, V3    // 43fcdf73
    	VANDB		$0, V2		// 4200d073
    	VORB		$64, V2		// 4200d573
    	VXORB		$128, V2	// 4200da73
    	VNORB		$255, V2	// 42fcdf73
    
    	// XVANDV,XVORV,XVXORV,XVNORV,XVANDNV,XVORNV
    	XVANDV		X1, X2, X3      // 43042675
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  2. src/bytes/bytes.go

    }
    
    // asciiSet is a 32-byte value, where each bit represents the presence of a
    // given ASCII character in the set. The 128-bits of the lower 16 bytes,
    // starting with the least-significant bit of the lowest word to the
    // most-significant bit of the highest word, map to the full range of all
    // 128 ASCII characters. The 128-bits of the upper 16 bytes will be zeroed,
    // ensuring that any non-ASCII character will be reported as not in the set.
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Sep 03 14:04:47 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  3. docs/en/data/people.yml

    - login: euri10
      count: 153
      avatarUrl: https://avatars.githubusercontent.com/u/1104190?u=321a2e953e6645a7d09b732786c7a8061e0f8a8b&v=4
      url: https://github.com/euri10
    - login: iudeen
      count: 128
      avatarUrl: https://avatars.githubusercontent.com/u/10519440?u=f09cdd745e5bf16138f29b42732dd57c7f02bee1&v=4
      url: https://github.com/iudeen
    - login: phy25
      count: 126
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:16 UTC 2025
    - 28.6K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * ⬆ Bump actions/setup-python from 2 to 4. PR [#5129](https://github.com/tiangolo/fastapi/pull/5129) by [@dependabot[bot]](https://github.com/apps/dependabot).
    * 👷 Add Dependabot. PR [#5128](https://github.com/tiangolo/fastapi/pull/5128) by [@tiangolo](https://github.com/tiangolo).
    * ♻️ Move from `Optional[X]` to `Union[X, None]` for internal utils. PR [#5124](https://github.com/tiangolo/fastapi/pull/5124) by [@tiangolo](https://github.com/tiangolo).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top