Searched refs:wt1 (Results 1 - 3 of 3) sorted by relevance
/third_party/astc-encoder/Utils/ |
H A D | astcenc_u8_test_bench.cpp | 41 for (int wt1 = 0; wt1 < 65; wt1++) in main() 46 vint4 weights(wt1); in main() 80 vint4 weights(wt1); in main()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 6194 * [field number] -> [ 48-bit offset ][ 8-bit wt2 ][ 8-bit wt1 ] 6196 * If wt1 matches, jump to the 48-bit offset. If wt2 matches, lookup 6206 UPB_INLINE uint64_t upb_pbdecoder_packdispatch(uint64_t ofs, uint8_t wt1, in upb_pbdecoder_packdispatch() argument 6208 return (ofs << 16) | (wt2 << 8) | wt1; in upb_pbdecoder_packdispatch() 6212 uint8_t *wt1, uint8_t *wt2) { in upb_pbdecoder_unpackdispatch() 6213 *wt1 = (uint8_t)dispatch; in upb_pbdecoder_unpackdispatch() 6211 upb_pbdecoder_unpackdispatch(uint64_t dispatch, uint64_t *ofs, uint8_t *wt1, uint8_t *wt2) upb_pbdecoder_unpackdispatch() argument
|
H A D | upb.c | 6472 uint8_t wt1; in repack() local 6474 upb_pbdecoder_unpackdispatch(dispatch, &ofs, &wt1, &old_wt2); in repack() 6476 return upb_pbdecoder_packdispatch(ofs, wt1, new_wt2); in repack()
|
Completed in 42 milliseconds