Home
last modified time | relevance | path

Searched refs:lsbs (Results 1 – 22 of 22) sorted by relevance

/external/flac/src/libFLAC/
Dbitreader.c726 FLAC__uint32 lsbs = 0, msbs = 0; in FLAC__bitreader_read_rice_signed() local
738 if(!FLAC__bitreader_read_raw_uint32(br, &lsbs, parameter)) in FLAC__bitreader_read_rice_signed()
742 uval = (msbs << parameter) | lsbs; in FLAC__bitreader_read_rice_signed()
757 uint32_t cwords, words, lsbs, msbs, x, y; in FLAC__bitreader_read_rice_signed_block() local
833 lsbs = x; in FLAC__bitreader_read_rice_signed_block()
836 x = (msbs << parameter) | lsbs; in FLAC__bitreader_read_rice_signed_block()
863 if(!FLAC__bitreader_read_raw_uint32(br, &lsbs, parameter - ucbits)) in FLAC__bitreader_read_rice_signed_block()
865 lsbs = x | lsbs; in FLAC__bitreader_read_rice_signed_block()
868 x = (msbs << parameter) | lsbs; in FLAC__bitreader_read_rice_signed_block()
894 FLAC__uint32 lsbs = 0, msbs = 0;
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_emit.c73 static unsigned int get_msbs_tex(unsigned int bits, unsigned int lsbs) in get_msbs_tex() argument
75 return (bits >> lsbs) & 0x15; in get_msbs_tex()
78 #define R400_EXT_GET_MSBS(x, lsbs, mask) (((x) >> lsbs) & mask) argument
/external/freetype/src/sfnt/
Dsfwoff2.c1378 FT_Short* lsbs = NULL; in reconstruct_hmtx() local
1407 FT_NEW_ARRAY( lsbs, num_glyphs ) ) in reconstruct_hmtx()
1436 lsbs[i] = lsb; in reconstruct_hmtx()
1453 lsbs[i] = lsb; in reconstruct_hmtx()
1471 WRITE_SHORT( dst, lsbs[i] ); in reconstruct_hmtx()
1472 FT_TRACE6(( "%d ", lsbs[i] )); in reconstruct_hmtx()
1486 FT_FREE( lsbs ); in reconstruct_hmtx()
1493 FT_FREE( lsbs ); in reconstruct_hmtx()
/external/boringssl/src/third_party/wycheproof_testvectors/
Daes_cmac_test.txt693 # lsbs changed in tag
700 # lsbs changed in tag
707 # lsbs changed in tag
1399 # lsbs changed in tag
1406 # lsbs changed in tag
1413 # lsbs changed in tag
2105 # lsbs changed in tag
2112 # lsbs changed in tag
2119 # lsbs changed in tag
Dhmac_sha1_test.txt560 # lsbs changed in tag
567 # lsbs changed in tag
1098 # lsbs changed in tag
1105 # lsbs changed in tag
Dhmac_sha224_test.txt560 # lsbs changed in tag
567 # lsbs changed in tag
1112 # lsbs changed in tag
1119 # lsbs changed in tag
Dhmac_sha256_test.txt560 # lsbs changed in tag
567 # lsbs changed in tag
1126 # lsbs changed in tag
1133 # lsbs changed in tag
Dhmac_sha384_test.txt560 # lsbs changed in tag
567 # lsbs changed in tag
1126 # lsbs changed in tag
1133 # lsbs changed in tag
Dhmac_sha512_test.txt560 # lsbs changed in tag
567 # lsbs changed in tag
1126 # lsbs changed in tag
1133 # lsbs changed in tag
Daes_gcm_test.txt472 # lsbs changed in tag
1182 # lsbs changed in tag
1830 # lsbs changed in tag
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set.h425 constexpr uint64_t lsbs = 0x0101010101010101ULL;
426 auto x = ctrl ^ (lsbs * hash);
427 return BitMask<uint64_t, kWidth, 3>((x - lsbs) & ~x & msbs);
447 constexpr uint64_t lsbs = 0x0101010101010101ULL;
449 auto res = (~x + (x >> 7)) & ~lsbs;
Draw_hash_set_test.cc130 constexpr uint64_t lsbs = 0x0101010101010101ULL; in TEST() local
131 auto x = ctrl ^ (lsbs * hash); in TEST()
132 uint64_t mask = (x - lsbs) & ~x & msbs; in TEST()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h414 constexpr uint64_t lsbs = 0x0101010101010101ULL;
415 auto x = ctrl ^ (lsbs * hash);
416 return BitMask<uint64_t, kWidth, 3>((x - lsbs) & ~x & msbs);
436 constexpr uint64_t lsbs = 0x0101010101010101ULL;
438 auto res = (~x + (x >> 7)) & ~lsbs;
Draw_hash_set_test.cc138 constexpr uint64_t lsbs = 0x0101010101010101ULL; in TEST() local
139 auto x = ctrl ^ (lsbs * hash); in TEST()
140 uint64_t mask = (x - lsbs) & ~x & msbs; in TEST()
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h410 constexpr uint64_t lsbs = 0x0101010101010101ULL;
411 auto x = ctrl ^ (lsbs * hash);
412 return BitMask<uint64_t, kWidth, 3>((x - lsbs) & ~x & msbs);
432 constexpr uint64_t lsbs = 0x0101010101010101ULL;
434 auto res = (~x + (x >> 7)) & ~lsbs;
Draw_hash_set_test.cc129 constexpr uint64_t lsbs = 0x0101010101010101ULL; in TEST() local
130 auto x = ctrl ^ (lsbs * hash); in TEST()
131 uint64_t mask = (x - lsbs) & ~x & msbs; in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h425 constexpr uint64_t lsbs = 0x0101010101010101ULL;
426 auto x = ctrl ^ (lsbs * hash);
427 return BitMask<uint64_t, kWidth, 3>((x - lsbs) & ~x & msbs);
447 constexpr uint64_t lsbs = 0x0101010101010101ULL;
449 auto res = (~x + (x >> 7)) & ~lsbs;
Draw_hash_set_test.cc130 constexpr uint64_t lsbs = 0x0101010101010101ULL; in TEST() local
131 auto x = ctrl ^ (lsbs * hash); in TEST()
132 uint64_t mask = (x - lsbs) & ~x & msbs; in TEST()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set.h425 constexpr uint64_t lsbs = 0x0101010101010101ULL;
426 auto x = ctrl ^ (lsbs * hash);
427 return BitMask<uint64_t, kWidth, 3>((x - lsbs) & ~x & msbs);
447 constexpr uint64_t lsbs = 0x0101010101010101ULL;
449 auto res = (~x + (x >> 7)) & ~lsbs;
Draw_hash_set_test.cc130 constexpr uint64_t lsbs = 0x0101010101010101ULL; in TEST() local
131 auto x = ctrl ^ (lsbs * hash); in TEST()
132 uint64_t mask = (x - lsbs) & ~x & msbs; in TEST()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h410 constexpr uint64_t lsbs = 0x0101010101010101ULL;
411 auto x = ctrl ^ (lsbs * hash);
412 return BitMask<uint64_t, kWidth, 3>((x - lsbs) & ~x & msbs);
432 constexpr uint64_t lsbs = 0x0101010101010101ULL;
434 auto res = (~x + (x >> 7)) & ~lsbs;
Draw_hash_set_test.cc129 constexpr uint64_t lsbs = 0x0101010101010101ULL; in TEST() local
130 auto x = ctrl ^ (lsbs * hash); in TEST()
131 uint64_t mask = (x - lsbs) & ~x & msbs; in TEST()