HomeSort by relevance Sort by last modified time
    Searched defs:uint64_t (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/openssh/
defines.h 297 typedef u_int64_t uint64_t; typedef
  /external/expat/tests/
runtests.c 57 typedef unsigned __int64 uint64_t; typedef
59 #include <stdint.h> /* intptr_t uint64_t */
504 const uint64_t expected = _SIP_ULL(0xa129ca61U, 0x49be45e5U);
    [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 639 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
648 typedef unsigned long int uint64_t; typedef
651 typedef unsigned long long int uint64_t; typedef
661 typedef unsigned long long int uint64_t; typedef
667 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...]
glext.h 1398 typedef unsigned long int uint64_t; typedef
1401 typedef unsigned long long int uint64_t; typedef
1411 typedef unsigned long long int uint64_t; typedef
1417 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...]
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...]
glext.h 1398 typedef unsigned long int uint64_t; typedef
1401 typedef unsigned long long int uint64_t; typedef
1411 typedef unsigned long long int uint64_t; typedef
1417 typedef unsigned __int64 uint64_t; typedef
    [all...]
  /frameworks/av/media/codec2/core/include/
C2Config.h 56 enum api_feature_t : uint64_t; ///< API features
66 enum platform_feature_t : uint64_t; ///< platform features
275 enum C2Config::api_feature_t : uint64_t { enum
337 C2ENUM(C2Component::attrib_t, uint64_t,
1961 enum C2Config::platform_feature_t : uint64_t { enum
    [all...]
  /external/neon_2_sse/
NEON_2_SSE.h 115 typedef unsigned long long uint64_t; typedef
125 typedef unsigned long long uint64_t; typedef
132 uint64_t m64_u64[1];
420 #define _Ui64(a) (*(uint64_t*)&(a))
423 #define _SIGNBIT64 ((uint64_t)1 << 63)
    [all...]

Completed in 815 milliseconds

1 2 3 45