HomeSort by relevance Sort by last modified time
    Searched defs:uint64_t (Results 151 - 175 of 186) sorted by null

1 2 3 4 5 67 8

  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdint.h 110 typedef unsigned __INT64_TYPE__ uint64_t; typedef
112 # define __uint_least64_t uint64_t
114 # define __uint_least32_t uint64_t
116 # define __uint_least16_t uint64_t
118 # define __uint_least8_t uint64_t
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdint.h 110 typedef unsigned __INT64_TYPE__ uint64_t; typedef
112 # define __uint_least64_t uint64_t
114 # define __uint_least32_t uint64_t
116 # define __uint_least16_t uint64_t
118 # define __uint_least8_t uint64_t
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
type_precision.hpp 512 typedef detail::uint64 uint64_t; typedef in namespace:glm
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 109 typedef __UINT64_TYPE__ uint64_t; typedef
111 # define __uint_least64_t uint64_t
113 # define __uint_least32_t uint64_t
115 # define __uint_least16_t uint64_t
117 # define __uint_least8_t uint64_t
  /external/valgrind/none/tests/ppc32/
test_isa_2_07_part1.c 126 #undef uint64_t macro
128 #define uint64_t unsigned long long int macro
134 typedef uint64_t HWord_t;
144 typedef uint64_t Word_t;
148 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
944 int s, uint16_t _exp, uint64_t mant)
946 uint64_t tmp;
948 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
949 *(uint64_t *)farg = tmp
    [all...]
jm-insns.c 183 #undef uint64_t macro
185 #define uint64_t unsigned long long int macro
190 typedef uint64_t HWord_t;
195 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
413 static uint64_t double_to_bits ( double d )
415 union { uint64_t i; double d; } u;
416 assert(8 == sizeof(uint64_t));
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 126 #undef uint64_t macro
128 #define uint64_t unsigned long long int macro
134 typedef uint64_t HWord_t;
144 typedef uint64_t Word_t;
148 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
944 int s, uint16_t _exp, uint64_t mant)
946 uint64_t tmp;
948 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
949 *(uint64_t *)farg = tmp
    [all...]
jm-insns.c 183 #undef uint64_t macro
185 #define uint64_t unsigned long long int macro
190 typedef uint64_t HWord_t;
195 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
413 static uint64_t double_to_bits ( double d )
415 union { uint64_t i; double d; } u;
416 assert(8 == sizeof(uint64_t));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 487 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
496 typedef unsigned long int uint64_t; typedef
499 typedef unsigned long long int uint64_t; typedef
509 typedef unsigned long long int uint64_t; typedef
515 typedef unsigned __int64 uint64_t; typedef
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2484 uint64_t = c_ulonglong variable
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 761 typedef unsigned __int64 uint64_t; typedef
765 typedef unsigned long long uint64_t; typedef
776 typedef uint64_t uint_least64_t;
786 typedef uint64_t uint_fast64_t;
    [all...]
  /external/mesa3d/include/GL/
glxext.h 636 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
645 typedef unsigned long int uint64_t; typedef
648 typedef unsigned long long int uint64_t; typedef
658 typedef unsigned long long int uint64_t; typedef
664 typedef unsigned __int64 uint64_t; typedef
    [all...]
glcorearb.h 1511 typedef unsigned long int uint64_t; typedef
1514 typedef unsigned long long int uint64_t; typedef
1524 typedef unsigned long long int uint64_t; typedef
1530 typedef unsigned __int64 uint64_t; typedef
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2484 uint64_t = c_ulonglong variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2484 uint64_t = c_ulonglong variable
    [all...]
  /external/swiftshader/include/GL/
glxext.h 653 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
662 typedef unsigned long int uint64_t; typedef
665 typedef unsigned long long int uint64_t; typedef
675 typedef unsigned long long int uint64_t; typedef
681 typedef unsigned __int64 uint64_t; typedef
    [all...]
  /external/vulkan-validation-layers/libs/glm/
fwd.hpp 907 typedef detail::uint64 uint64_t; typedef in namespace:glm
    [all...]
  /hardware/google/av/codec2/include/
C2Config.h 54 enum api_feature_t : uint64_t; ///< API features
62 enum platform_feature_t : uint64_t; ///< platform features
266 enum C2Config::api_feature_t : uint64_t { enum
334 C2ENUM(C2Component::attrib_t, uint64_t,
1824 enum C2Config::platform_feature_t : uint64_t { enum
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 626 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
635 typedef unsigned long int uint64_t; typedef
638 typedef unsigned long long int uint64_t; typedef
648 typedef unsigned long long int uint64_t; typedef
654 typedef unsigned __int64 uint64_t; typedef
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/
fwd.hpp 907 typedef detail::uint64 uint64_t; typedef in namespace:glm
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2484 uint64_t = c_ulonglong variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2484 uint64_t = c_ulonglong variable
    [all...]
  /external/valgrind/perf/
tinycc.c 108 typedef unsigned long long int uint64_t; typedef
124 typedef uint64_t Elf32_Xword;
126 typedef uint64_t Elf64_Xword;
131 typedef uint64_t Elf64_Addr;
135 typedef uint64_t Elf64_Off;
143 typedef uint64_t Elf64_Symndx;
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 97 typedef unsigned long long uint64_t; typedef
107 typedef unsigned long long uint64_t; typedef
114 uint64_t m64_u64[1];
395 #define _Ui64(a) (*(uint64_t*)&(a))
398 #define _SIGNBIT64 ((uint64_t)1 << 63)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 97 typedef unsigned long long uint64_t; typedef
107 typedef unsigned long long uint64_t; typedef
114 uint64_t m64_u64[1];
395 #define _Ui64(a) (*(uint64_t*)&(a))
398 #define _SIGNBIT64 ((uint64_t)1 << 63)
    [all...]

Completed in 2314 milliseconds

1 2 3 4 5 67 8