HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 201 - 225 of 729) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/base/containers/
hash_tables.h 138 uint64 odd_random = 481046412LL << 32 | 1025306955LL;
173 uint64 odd_random = 1578233944LL << 32 | 194370989LL;
  /external/chromium_org/sync/notifier/
push_client_channel_unittest.cc 62 int64 scheduling_hash = 0LL;
223 int64 scheduling_hash = 0LL;
229 EXPECT_EQ(0LL, scheduling_hash);
242 int64 scheduling_hash = 0LL;
  /external/clang/test/CodeGen/
ppc64-complex-return.c 120 return __real__(foo_long_long(2LL - 3LLi));
  /external/compiler-rt/test/timing/
divdi3.c 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
moddi3.c 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
udivdi3.c 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
umoddi3.c 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
  /external/libyuv/files/include/libyuv/
basic_types.h 47 #define INT64_C(x) x ## LL
52 #define INT64_F "ll"
  /external/sfntly/cpp/src/test/
open_type_data_test.cc 40 EXPECT_EQ(4278255873LL, data->ReadULong(0));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 36 DEFINE_int64(fst_default_cache_gc_limit, 1<<20LL,
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h 123 static const nsecs_t kWaitDuration = 250000000LL; // 250 ms
  /frameworks/wilhelm/src/desktop/
SndFile.c 58 1000000LL) / sampleRateMilliHz) + thisAP->mPlay.mLastSeekPosition;
79 // not much we can do if the Enqueue fails, so we'll just drop the decoded data
220 audioPlayer->mSndFile.mSfInfo.samplerate) / 1000LL), SEEK_SET);
262 1000LL) / thiz->mSndFile.mSfInfo.samplerate);
267 (long long) thiz->mSampleRateMilliHz) / 1000000LL;
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 78 return t.tv_sec * 1000000000LL + t.tv_usec * 1000;
  /hardware/libhardware_legacy/power/
power.c 59 return t.tv_sec*1000000000LL + t.tv_nsec;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 75 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), "");
77 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");
  /system/core/libcorkscrew/
map_info.c 191 static const int64_t MAX_CACHE_AGE = 5 * 1000 * 1000000LL;
203 return t.tv_sec * 1000000000LL + t.tv_nsec;
207 return t.tv_sec * 1000000000LL + t.tv_usec * 1000LL;
  /system/extras/memtrack/
memtrack.h 27 #define NS_PER_SEC 1000000000LL
  /system/extras/tests/ext4/
rand_emmc_perf.c 78 fprintf(full_stats, "%lld\n", (t.tv_sec * 1000000LL) + t.tv_usec);
87 max_usecs = (max.tv_sec * 1000000LL) + max.tv_usec;
88 total_usecs = (sum.tv_sec * 1000000LL) + sum.tv_usec;
101 x = (t.tv_sec * 1000000LL) + t.tv_usec; /* Convert to long long */
  /frameworks/av/media/libstagefright/
AudioSource.cpp 239 ((int64_t)kAutoRampDurationUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting
242 ((int64_t)kAutoRampStartUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting
270 int64_t timeUs = systemTime() / 1000ll;
347 ((1000000LL * (bufferSize / frameSize)) +
  /system/extras/ext4_utils/
ext4_utils.c 445 num *= 1024LL;
447 num *= 1024LL * 1024LL;
449 num *= 1024LL * 1024LL * 1024LL;
  /art/runtime/base/unix_file/
mapped_file.cc 104 int64_t read_size = std::max(0LL, std::min(byte_count, file_size_ - offset));
139 int64_t write_size = std::max(0LL, std::min(byte_count, file_size_ - offset));
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes.h 62 #define INT64_C(x) x ## LL
82 #define INT64_C(x) x ## LL
87 #define INT64_F "ll"
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 130 #define INT64_MIN (-9223372036854775807LL - 1)
135 #define INT64_MAX 9223372036854775807LL
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 112 return (uint64_t)tv.tv_sec * 1000000000LL + (uint64_t)tv.tv_usec * 1000LL;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_scanf_interceptor_test.cc 81 const unsigned LL = sizeof(long long); // NOLINT
93 testScanf("%llu", 1, LL);

Completed in 1058 milliseconds

1 2 3 4 5 6 7 891011>>