Home
last modified time | relevance | path

Searched defs:uint64 (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/av/media/codecs/mp3dec/include/
H A Dpvmp3_audio_type_defs.h73 typedef uint64_t uint64; typedef
/aosp12/build/soong/symbol_inject/
H A Dsymbol_inject.go85 func InjectUint64Symbol(file *File, w io.Writer, symbol string, value uint64) error {
101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
/aosp12/build/soong/cmd/host_bionic_inject/
H A Dhost_bionic_inject_test.go24 func prog(flags elf.ProgFlag, offset, addr, filesz, memsz uint64) *elf.Prog {
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dqtypes.h83 typedef unsigned long long uint64; typedef
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h83 typedef unsigned long long uint64; typedef
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h83 typedef unsigned long long uint64; typedef
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h83 typedef unsigned long long uint64; typedef
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
H A Dqtypes.h83 typedef unsigned long long uint64; typedef
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h83 typedef unsigned long long uint64; typedef
/aosp12/build/soong/third_party/zip/
H A Dwriter.go449 func (b *writeBuf) uint64(v uint64) { func
H A Dzip_test.go66 func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64
H A Dreader.go523 func (b *readBuf) uint64() uint64 { func
/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dwtypes.h64 typedef unsigned long long uint64; typedef
/aosp12/build/soong/ui/build/
H A Dcontext.go66 func (c ContextImpl) CompleteTrace(name, desc string, begin, end uint64) {
/aosp12/build/soong/finder/fs/
H A Dreaddir.go194 func direntTypeToFileMode(typ uint64) (os.FileMode, bool) {
H A Dfs.go981 func (m *MockFs) SetDeviceNumber(deviceNumber uint64) {
/aosp12/frameworks/av/media/libeffects/loudness/common/core/
H A Dbasic_types.h47 typedef unsigned long long uint64; typedef
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h205 typedef unsigned long long uint64; typedef
/aosp12/packages/modules/NeuralNetworks/common/random/
H A Dphilox_random.h47 typedef uint64_t uint64; typedef
/aosp12/build/soong/ui/tracer/
H A Dtracer.go240 func (t *tracerImpl) Complete(name string, thread Thread, begin, end uint64) {