HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 601 - 625 of 1081) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
  /external/squashfs-tools/squashfs-tools/
pseudo.c 404 if(uid < 0 || uid > ((1LL << 32) - 1)) {
420 if(gid < 0 || gid > ((1LL << 32) - 1)) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h.cmake 178 # define INT64_MAX 9223372036854775807LL
DataTypes.h.in 178 # define INT64_MAX 9223372036854775807LL
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp 396 if (diff >= -2147483648LL && diff <= 2147483647LL) {
  /external/syslinux/lzo/include/lzo/
lzoconf.h 103 # define LZO_INT_MAX 9223372036854775807LL
104 # define LZO_INT_MIN (-1LL - LZO_INT_MAX)
  /external/toybox/toys/posix/
od.c 95 unsigned long long ll = 0, or; local
101 or = -1LL;
103 } else or = (1LL<<(8*t->size))-1;
109 ll |= or << (8*(IS_BIG_ENDIAN ? t->size-k-1 : k));
116 if (or && (ll & (1l<<((8*t->size)-1))))
117 ll |= ((or<<(8*or))-1) << (8*t->size);
120 sprintf(buf, class, throw, ll);
  /external/valgrind/memcheck/tests/
atomic_incs.c 149 /* We rely on the fact that p is 4-aligned. Otherwise 'll' may throw an
162 "ll $t3, 0($t1)" "\n\t" // $t3 = old value
182 "ll $t3, 0($t1)" "\n\t"
193 /* We rely on the fact that p is 4-aligned. Otherwise 'll' may throw an
206 "ll $t3, 0($t1)" "\n\t" // $t3 = old value
379 /* We rely on the fact that p is 4-aligned. Otherwise 'll' may throw an
392 "ll $t3, 0($t1)" "\n\t" // $t3 = old value
412 "ll $t3, 0($t1)" "\n\t"
423 /* We rely on the fact that p is 4-aligned. Otherwise 'll' may throw an
436 "ll $t3, 0($t1)" "\n\t" // $t3 = old valu
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp 244 static const int64_t kInitialDelayTimeUs = 700000LL;
281 int64_t startTimeOffsetUs = startTimeOffsetMs * 1000LL;
367 CHECK_GE(durExcludingEarlierPausesUs, 0ll);
374 CHECK_GE(timestampUs, 0ll);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 249 bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBits))) != 0); }
250 void setMapped(spv::Id id) { resizeMapped(id); mapped[id/mBits] |= (1LL<<(id%mBits)); }
258 // Function start and end. use unordered_map because we'll have
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.h 249 bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBits))) != 0); }
250 void setMapped(spv::Id id) { resizeMapped(id); mapped[id/mBits] |= (1LL<<(id%mBits)); }
258 // Function start and end. use unordered_map because we'll have
  /system/bt/osi/src/
wakelock.cc 235 return (ts.tv_sec * 1000LL) + (ts.tv_nsec / 1000000LL);
  /system/core/fs_mgr/
fs_mgr_fstab.cpp 166 size *= 1024LL;
168 size *= 1024LL * 1024LL;
170 size *= 1024LL * 1024LL * 1024LL;
202 /* initialize flag values. If we find a relevant flag, we'll
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_pcmu_jitter.rtp     [all...]
  /external/safe-iop/src/
safe_iop.c 137 # define SAFE_INT64_MIN (-SAFE_INT64_MAX - 1LL)
145 # define LLONG_MAX 9223372036854775807LL
148 # define LLONG_MIN (-LLONG_MAX - 1LL)
851 a=LLONG_MIN; b=-1LL; EXPECT_FALSE(safe_mod(NULL, a, b));
852 a=100LL; b=0LL; EXPECT_FALSE(safe_mod(NULL, a, b));
853 a=10LL; b=2LL; EXPECT_TRUE(safe_mod(NULL, a, b));
976 a=LLONG_MIN; b=-1LL; EXPECT_FALSE(safe_div(NULL, a, b));
977 a=100LL; b=0LL; EXPECT_FALSE(safe_div(NULL, a, b))
    [all...]
  /external/libchrome/base/strings/
safe_sprintf_unittest.cc 330 EXPECT_EQ(20, SafeSPrintf(buf, "%d", (int64_t)-9223372036854775807LL-1));
555 EXPECT_EQ(23, SafeSPrintf(buf, "%23o", -1LL));
557 EXPECT_EQ(23, SafeSPrintf(buf, "%023o", -1LL));
625 EXPECT_EQ(17, SafeSPrintf(buf, "%17X", -1LL));
627 EXPECT_EQ(17, SafeSPrintf(buf, "%017X", -1LL));
  /external/llvm/unittests/ADT/
StringRefTest.cpp 352 EXPECT_EQ(2U, Str.find("ll", 2));
353 EXPECT_EQ(StringRef::npos, Str.find("ll", 3));
453 , {"2147483647", 2147483647LL}
454 , {"2147483648", 2147483648LL}
455 , {"-2147483648", -2147483648LL}
456 , {"-2147483649", -2147483649LL}
457 , {"-9223372036854775808", -(9223372036854775807LL) - 1}
  /bionic/libc/bionic/
time64.c 109 static const Time64_T seconds_in_gregorian_cycle = days_in_gregorian_cycle * 60LL * 60LL * 24LL;
  /external/elfutils/tests/
run-dwarf-getmacros.sh 41 __LONG_LONG_MAX__ 9223372036854775807LL
176 __LONG_LONG_MAX__ 9223372036854775807LL
367 __LONG_LONG_MAX__ 9223372036854775807LL
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxerutil.cc 223 const uint64 v = (value < 0) ? value ^ -1LL : value;
387 const uint64 bit = 1LL << (size * 7);
398 bit = 1LL << (size * 7);
  /external/libyuv/files/unit_test/
scale_argb_test.cc 41 (Abs(src_width) + b * 2) * (Abs(src_height) + b * 2) * 4LL;
51 int64 dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4LL;
382 int64 dst_argb_plane_size = (dst_width) * (dst_height)*4LL;
  /frameworks/av/media/libstagefright/
MediaSync.cpp 37 static const int64_t kMaxAllowedVideoLateTimeUs = 40000ll;
474 return (numFrames * 1000000LL / mNativeSampleRateInHz);
488 numFramesPlayedAtUs = ts.mTime.tv_sec * 1000000LL + ts.mTime.tv_nsec / 1000;
502 numFramesPlayedAtUs += 1000LL * mAudioTrack->latency() / 2; /* XXX */
  /system/core/liblog/
logger_write.c 189 if (m != (EventTagMap*)(uintptr_t)-1LL) android_closeEventTagMap(m);
296 m = (EventTagMap*)(uintptr_t)-1LL;
305 if (m && (m != (EventTagMap*)(uintptr_t)-1LL)) {
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-ia64.c 364 (((i) & (OPCODE_BITS | X6_BITS)) == (2LL << OPCODE_SHIFT))
461 t0 = 0LL;
716 | ((1LL << 36 | 0xfffffLL << 13) << 23));

Completed in 792 milliseconds

<<21222324252627282930>>