| /external/linux-kselftest/tools/testing/selftests/x86/ |
| D | syscall_numbering.c | 115 static long long probe_syscall(int msb, int lsb) in probe_syscall() 145 static const char *syscall_str(int msb, int start, int end) in syscall_str() 170 static unsigned int _check_for(int msb, int start, int end, long long expect, in _check_for() 208 #define check_for(msb,start,end,expect) \ argument 211 static bool check_zero(int msb, int nr) in check_zero() 216 static bool check_enosys(int msb, int nr) in check_enosys() 249 static void test_syscalls_common(int msb) in test_syscalls_common() 272 static void test_syscalls_with_x32(int msb) in test_syscalls_with_x32() 297 static void test_syscalls_without_x32(int msb) in test_syscalls_without_x32() 317 int msb = msbs[i]; in test_syscall_numbering() local
|
| /external/perfetto/include/perfetto/ext/base/ |
| D | uuid.h | 44 int64_t msb() const { in msb() function 56 void set_lsb_msb(int64_t lsb, int64_t msb) { in set_lsb_msb() 60 void set_msb(int64_t msb) { memcpy(data_.data() + 8, &msb, 8); } in set_msb()
|
| /external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/ |
| D | etc_decoder.h | 66 int msb = int((payload[bit_offset >> 5] >> (bit_offset & 31)) & 1u); in decode_etc2_alpha() local 124 int msb = int((color_payload.x >> (15 + linear_pixel)) & 2u); in DecodeRGB() local 158 int msb = int((color_payload.x >> (15 + linear_pixel)) & 2u); in DecodeRGB() local 221 int msb = int((color_payload.x >> (15 + linear_pixel)) & 2u); in DecodeRGB() local
|
| /external/libaom/test/ |
| D | sum_squares_test.cc | 59 const int msb = 11; // Up to 12 bit input in GenRandomData() local 69 const int msb = 11; // Up to 12 bit input in GenExtremeData() local 275 const int msb = 11; // Up to 12 bit input in GenRandomData() local 325 const int msb = isHbd_ ? 12 : 8; // Up to 12 bit input in RunTest() local 455 const int msb = 11; // Up to 12 bit input in GenRandomData() local 491 const int msb = 12; // Up to 12 bit input in RunTest() local 599 const int msb = 7; // Up to 8 bit input in GenRandomData() local 609 const int msb = 7; // Up to 8 bit input in GenExtremeData() local 727 const int msb = 11; // Up to 12 bit input in GenRandomData() local 737 const int msb = 11; // Up to 12 bit input in GenExtremeData() local
|
| D | error_block_test.cc | 95 const int msb = bit_depth_ + 8 - 1; in TEST_P() local 138 const int msb = bit_depth_ + 8 - 1; in TEST_P() local 194 const int msb = bit_depth_ + 8 - 1; in TEST_P() local
|
| D | sse_sum_test.cc | 57 const int msb = 11; // Up to 12 bit input in GenRandomData() local 67 const int msb = 11; // Up to 12 bit input in GenExtremeData() local
|
| /external/libvpx/test/ |
| D | sum_squares_test.cc | 53 const int msb = 11; // Up to 12 bit input in TEST_P() local 81 const int msb = 11; // Up to 12 bit input in TEST_P() local
|
| D | vp9_block_error_test.cc | 83 const int msb = bit_depth_ + 8 - 1; in TEST_P() local 126 const int msb = bit_depth_ + 8 - 1; in TEST_P() local
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | r300_fragprog.c | 158 unsigned int msb = get_msb( in r300FragmentProgramDump() local 188 unsigned int msb = get_msb( in r300FragmentProgramDump() local
|
| /external/perfetto/protos/perfetto/trace/ |
| D | trace_uuid.proto | 28 optional int64 msb = 1; field
|
| /external/openthread/third_party/mbedtls/repo/tests/src/ |
| D | asn1_helpers.c | 36 unsigned char msb; in mbedtls_test_asn1_skip_integer() local
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
| D | UUIDConverter.java | 28 long msb = uuid.getMostSignificantBits(); in convert() local
|
| /external/mbedtls/tests/src/ |
| D | asn1_helpers.c | 36 unsigned char msb; in mbedtls_test_asn1_skip_integer() local
|
| /external/cpu_features/include/internal/ |
| D | bit_utils.h | 30 inline static uint32_t ExtractBitRange(uint32_t reg, uint32_t msb, in ExtractBitRange()
|
| /external/musl/src/math/ |
| D | __fpclassifyl.c | 13 int msb = u.i.m>>63; in __fpclassifyl() local
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_integer.inl | 220 GLM_FUNC_QUALIFIER void umulExtended(uint const & x, uint const & y, uint & msb, uint & lsb) 230 …d(vecType<uint, P> const & x, vecType<uint, P> const & y, vecType<uint, P> & msb, vecType<uint, P>… 240 GLM_FUNC_QUALIFIER void imulExtended(int x, int y, int & msb, int & lsb) 250 …nded(vecType<int, P> const & x, vecType<int, P> const & y, vecType<int, P> & msb, vecType<int, P> …
|
| /external/rust/crates/half/src/ |
| D | leading_zeros.rs | 38 let msb = 1 << 15; in leading_zeros_u16_fallback() localVariable
|
| /external/perfetto/src/base/ |
| D | uuid.cc | 55 Uuid::Uuid(int64_t lsb, int64_t msb) { in Uuid()
|
| /external/cronet/third_party/protobuf/js/binary/ |
| D | arith.js | 110 jspb.arith.UInt64.prototype.msb = function() { method in jspb.arith.UInt64
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | UCharacterName.java | 334 int msb = getCodepointMSB(codepoint); in getGroup() local 418 public static int getGroupLimit(int msb) in getGroupLimit() 428 public static int getGroupMin(int msb) in getGroupMin() 509 int msb = getCodepointMSB(ch); in getGroupName() local
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | UCharacterName.java | 335 int msb = getCodepointMSB(codepoint); in getGroup() local 419 public static int getGroupLimit(int msb) in getGroupLimit() 429 public static int getGroupMin(int msb) in getGroupMin() 510 int msb = getCodepointMSB(ch); in getGroupName() local
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
| D | UUIDSerializer.java | 58 final long msb = value.getMostSignificantBits(); in serialize() local
|
| /external/mesa3d/src/amd/addrlib/src/r800/ |
| D | ciaddrlib.cpp | 103 UINT_32 msb, ///< Most signicant bit in GetBits() 127 UINT_32 msb, ///< Most signicant bit in RemoveBits() 153 UINT_32 msb, ///< Most signicant bit in InsertBits() 2009 UINT_32 msb = bankBits - 1 + lsb; in HwlComputeMetadataNibbleAddress() local
|
| /external/libmpeg2/common/ |
| D | impeg2_macros.h | 35 #define BITS(val,msb,lsb) (UWORD16)((((val) >> (lsb)) & ((1 << ((msb) - (lsb) + 1)) - 1))) argument
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
| D | DfpDec.java | 167 int msb = mant[mant.length-1]; in round() local
|