HomeSort by relevance Sort by last modified time
    Searched refs:highBits (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/delibs/deutil/
deFile.c 317 LONG highBits = (LONG)((offset >> 32) & 0xFFFFFFFFll);
329 return SetFilePointer(file->handle, lowBits, &highBits, method) != INVALID_SET_FILE_POINTER;
334 LONG highBits = 0;
335 LONG lowBits = SetFilePointer(file->handle, 0, &highBits, FILE_CURRENT);
337 return (deInt64)(((deUint64)highBits << 32) | (deUint64)lowBits);
342 DWORD highBits = 0;
343 DWORD lowBits = GetFileSize(file->handle, &highBits);
345 return (deInt64)(((deUint64)highBits << 32) | (deUint64)lowBits);
  /external/icu/icu4c/source/common/
putil.cpp 342 uint32_t highBits = *(uint32_t*)u_topNBytesOfDouble(&number,
347 return ((highBits & 0x7F080000L) == 0x7F080000L) &&
367 uint32_t highBits = *(uint32_t*)u_topNBytesOfDouble(&number,
372 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
399 uint32_t highBits = *(uint32_t*)u_topNBytesOfDouble(&number,
401 return((highBits & SIGN) && uprv_isInfinite(number));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp     [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 107 milliseconds