/prebuilts/go/darwin-x86/src/debug/dwarf/ |
typeunit.go | 45 ao64 := b.uint64() 46 if ao64 != uint64(uint32(ao64)) { 57 sig := b.uint64() 63 to64 := b.uint64() 64 if to64 != uint64(uint32(to64)) { 93 func (d *Data) sigToType(sig uint64) (Type, error) {
|
/prebuilts/go/darwin-x86/src/runtime/ |
os1_plan9.go | 65 func getpid() uint64 { 76 return uint64(_atoi(c)) 128 func itoa(buf []byte, val uint64) []byte { 156 func postnote(pid uint64, msg []byte) int { 183 status = append(itoa(tmp[:len(tmp)-1], uint64(e)), 0) 244 func memlimit() uint64 {
|
/prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
atomic_test.go | 187 var s uint64 217 var s uint64 230 var a uint64 241 var a uint64 252 var a uint64 263 var a uint64
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
reg.go | 117 func excludedregs() uint64 { 119 regbits := uint64(RtoB(arm64.REGRT1) | RtoB(arm64.REGRT2) | RtoB(arm64.REGPR)) 132 func doregbits(r int) uint64 { 148 func RtoB(r int) uint64 { 158 func BtoR(b uint64) int { 166 func BtoF(b uint64) int {
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
reg.go | 115 func excludedregs() uint64 { 117 regbits := uint64(1<<0 | RtoB(ppc64.REGSP) | RtoB(ppc64.REGG) | RtoB(ppc64.REGTLS)) 125 func doregbits(r int) uint64 { 141 func RtoB(r int) uint64 { 151 func BtoR(b uint64) int { 159 func BtoF(b uint64) int {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
reg.go | 114 func excludedregs() uint64 { 116 regbits := uint64(RtoB(arm64.REGRT1) | RtoB(arm64.REGRT2) | RtoB(arm64.REGPR)) 129 func doregbits(r int) uint64 { 145 func RtoB(r int) uint64 { 155 func BtoR(b uint64) int { 163 func BtoF(b uint64) int {
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
pprof.go | 29 n uint64 40 prof := make(map[uint64]Record) 61 prof := make(map[uint64]Record) 88 prof := make(map[uint64]Record) 110 prof := make(map[uint64]Record) 126 func serveSVGProfile(w http.ResponseWriter, r *http.Request, prof map[uint64]Record) {
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
typeunit.go | 45 ao64 := b.uint64() 46 if ao64 != uint64(uint32(ao64)) { 57 sig := b.uint64() 63 to64 := b.uint64() 64 if to64 != uint64(uint32(to64)) { 93 func (d *Data) sigToType(sig uint64) (Type, error) {
|
/prebuilts/go/linux-x86/src/runtime/ |
os1_plan9.go | 65 func getpid() uint64 { 76 return uint64(_atoi(c)) 128 func itoa(buf []byte, val uint64) []byte { 156 func postnote(pid uint64, msg []byte) int { 183 status = append(itoa(tmp[:len(tmp)-1], uint64(e)), 0) 244 func memlimit() uint64 {
|
/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
atomic_test.go | 187 var s uint64 217 var s uint64 230 var a uint64 241 var a uint64 252 var a uint64 263 var a uint64
|
/external/libyuv/files/source/ |
compare.cc | 220 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed) { 229 while (count >= static_cast<uint64>(kBlockSize)) { 352 uint64 ComputeSumSquareError(const uint8* src_a, const uint8* src_b, 370 uint64 sse = 0; 393 uint64 ComputeSumSquareErrorPlane(const uint8* src_a, int stride_a, 410 uint64 sse = 0; 421 double SumSquareErrorToPsnr(uint64 sse, uint64 count) { 440 const uint64 samples = width * height; 441 const uint64 sse = ComputeSumSquareErrorPlane(src_a, stride_a [all...] |
/external/vulkan-validation-layers/libs/glm/gtc/ |
packing.inl | 285 GLM_FUNC_QUALIFIER uint64 packUnorm4x16(vec4 const & v) 288 uint64* Packed = reinterpret_cast<uint64*>(&Topack); 292 GLM_FUNC_QUALIFIER vec4 unpackUnorm4x16(uint64 const & p) 294 u16vec4* Unpack = reinterpret_cast<u16vec4*>(const_cast<uint64*>(&p)); 313 GLM_FUNC_QUALIFIER uint64 packSnorm4x16(vec4 const & v) 316 uint64* Packed = reinterpret_cast<uint64*>(&Topack); 320 GLM_FUNC_QUALIFIER vec4 unpackSnorm4x16(uint64 const & p) 322 i16vec4* Unpack(reinterpret_cast<i16vec4*>(const_cast<uint64*>(&p))) [all...] |
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
gcm.go | 49 low, high uint64 225 z.low ^= uint64(gcmReductionTable[msw]) << 48 327 y.high ^= uint64(len(nonce)) * 8 341 y.low ^= uint64(len(additionalData)) * 8 342 y.high ^= uint64(len(ciphertext)) * 8 352 func getUint64(data []byte) uint64 { 353 r := uint64(data[0])<<56 | 354 uint64(data[1])<<48 | 355 uint64(data[2])<<40 | 356 uint64(data[3])<<32 [all...] |
/prebuilts/go/linux-x86/src/crypto/cipher/ |
gcm.go | 49 low, high uint64 225 z.low ^= uint64(gcmReductionTable[msw]) << 48 327 y.high ^= uint64(len(nonce)) * 8 341 y.low ^= uint64(len(additionalData)) * 8 342 y.high ^= uint64(len(ciphertext)) * 8 352 func getUint64(data []byte) uint64 { 353 r := uint64(data[0])<<56 | 354 uint64(data[1])<<48 | 355 uint64(data[2])<<40 | 356 uint64(data[3])<<32 [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
debug.go | 201 return toInt(deb.uint64()) 204 // uint64 returns and decodes the next unsigned integer, which must be present. 207 func (deb *debugger) uint64() uint64 { 247 n64, w, err := decodeUintReader(deb.r, deb.tmp) // deb.uint64 will error at EOF 272 // Convert the uint64 to a signed integer typeId 315 // uint returns the unsigned int at the input point, as a uint (not uint64). 317 return uint(deb.uint64()) 332 x := int(deb.uint64()) 345 delta := int(deb.uint64()) [all...] |
enc_helpers.go | 28 reflect.Uint64: encUint64Array, 47 reflect.Uint64: encUint64Slice, 299 state.encodeUint(uint64(len(x))) 322 state.encodeUint(uint64(x)) 344 state.encodeUint(uint64(x)) 366 state.encodeUint(uint64(x)) 381 slice, ok := v.Interface().([]uint64) 383 // It is kind uint64 but not type uint64. TODO: We can handle this unsafely. 410 state.encodeUint(uint64(x) [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
debug.go | 201 return toInt(deb.uint64()) 204 // uint64 returns and decodes the next unsigned integer, which must be present. 207 func (deb *debugger) uint64() uint64 { 247 n64, w, err := decodeUintReader(deb.r, deb.tmp) // deb.uint64 will error at EOF 272 // Convert the uint64 to a signed integer typeId 315 // uint returns the unsigned int at the input point, as a uint (not uint64). 317 return uint(deb.uint64()) 332 x := int(deb.uint64()) 345 delta := int(deb.uint64()) [all...] |
enc_helpers.go | 28 reflect.Uint64: encUint64Array, 47 reflect.Uint64: encUint64Slice, 299 state.encodeUint(uint64(len(x))) 322 state.encodeUint(uint64(x)) 344 state.encodeUint(uint64(x)) 366 state.encodeUint(uint64(x)) 381 slice, ok := v.Interface().([]uint64) 383 // It is kind uint64 but not type uint64. TODO: We can handle this unsafely. 410 state.encodeUint(uint64(x) [all...] |
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
const1.src | 172 _ uint64 = 0 /* ERROR "overflows" */ - 1 173 _ uint64 = 0 174 _ uint64 = maxUint64 175 _ uint64 = maxUint64 /* ERROR "overflows" */ + 1 176 _ uint64 = smallestFloat64 /* ERROR "truncated" */ 178 _ = uint64(0 /* ERROR "cannot convert" */ - 1) 179 _ = uint64(0) 180 _ = uint64(maxUint64) 181 _ = uint64(maxUint64 /* ERROR "cannot convert" */ + 1) 182 _ = uint64(smallestFloat64 /* ERROR "cannot convert" */ [all...] |
/prebuilts/go/linux-x86/src/go/types/testdata/ |
const1.src | 172 _ uint64 = 0 /* ERROR "overflows" */ - 1 173 _ uint64 = 0 174 _ uint64 = maxUint64 175 _ uint64 = maxUint64 /* ERROR "overflows" */ + 1 176 _ uint64 = smallestFloat64 /* ERROR "truncated" */ 178 _ = uint64(0 /* ERROR "cannot convert" */ - 1) 179 _ = uint64(0) 180 _ = uint64(maxUint64) 181 _ = uint64(maxUint64 /* ERROR "cannot convert" */ + 1) 182 _ = uint64(smallestFloat64 /* ERROR "cannot convert" */ [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/ |
des.a | 133 0runtime.morestack_noctxt ?? "".autotmp_0007 type.uint32 "".autotmp_0003 type.uint64 |