HomeSort by relevance Sort by last modified time
    Searched defs:int64 (Results 51 - 59 of 59) sorted by null

1 23

  /external/deqp/executor/
xeTestCaseResult.hpp 173 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; }
177 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; }
184 deInt64 int64; member in union:xe::ri::NumericValue::__anon23487
  /external/icu/icu4c/source/common/
putil.cpp 278 int64_t int64; member in union:__anon25518
327 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 2164 long long int64 = (long long)(constInt->getZExtValue()); local
2171 long long int64 = (long long)(constInt->getZExtValue()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwptypes.h 280 INT64 *int64; member in union:FWP_VALUE0_::__anon49415
319 INT64 *int64; member in union:FWP_CONDITION_VALUE0_::__anon49416
wtypes.h 206 typedef INT64 LONGLONG;
475 INT64 hInproc64;
484 INT64 hInproc64;
498 INT64 hInproc64;
506 INT64 hInproc64;
524 INT64 hInproc64;
532 INT64 hInproc64;
624 LONGLONG int64;
632 LONGLONG int64; member in union:tagCY
mapidefs.h 237 LONGLONG int64; member in union:tagCY
    [all...]
wabdefs.h 234 LONGLONG int64; member in union:tagCY
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 124 def int64(self): member in class:BinaryReader
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 142 typedef __int64 int64; typedef
145 typedef long long int64; typedef
173 int64 i;
303 CV_INLINE CvRNG cvRNG( int64 seed CV_DEFAULT(-1))
305 CvRNG rng = seed ? (uint64)seed : (uint64)(int64)-1;
    [all...]

Completed in 2519 milliseconds

1 23