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

  /external/skia/tests/
RandomTest.cpp 155 for (int bit_position = 0; bit_position < 32; ++bit_position) {
156 p[bit_position] = test_single_gorilla(reporter, bit_position);
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 516 int bit_position;\
519 for(entry = 0, bit_position = 0; entry < n; entry++, bit_position += \
521 SQUASHFS_SWAP(s[entry], d, bit_position, 16);\
526 int bit_position;\
529 for(entry = 0, bit_position = 0; entry < n; entry++, bit_position += \
531 SQUASHFS_SWAP(s[entry], d, bit_position, 32);\
536 int bit_position;\
539 for(entry = 0, bit_position = 0; entry < n; entry++, bit_position +=
    [all...]
  /external/squashfs-tools/squashfs-tools/
squashfs_compat.h 376 int bit_position;\
379 for(entry = 0, bit_position = 0; entry < n; entry++, bit_position += \
381 SQUASHFS_SWAP(s[entry], d, bit_position, 16);\
386 int bit_position;\
389 for(entry = 0, bit_position = 0; entry < n; entry++, bit_position += \
391 SQUASHFS_SWAP(s[entry], d, bit_position, 32);\
396 int bit_position;\
399 for(entry = 0, bit_position = 0; entry < n; entry++, bit_position +=
    [all...]
  /art/runtime/base/
bit_utils.h 328 int bit_position = BitSizeOf<T>() - (CLZ(static_cast<unsigned_type>(opnd)) + 1); local
329 res = static_cast<T>(UINT64_C(1) << bit_position);
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_packet_masks_metrics.cc 717 const int bit_position = (7 - j % 8);
719 (byte_mask & (1 << bit_position)) >> bit_position;
    [all...]
  /external/v8/src/
objects.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]

Completed in 761 milliseconds