Searched refs:bitofs (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/tools/codegen/core/ |
D | gen_hpack_tables.cc | 167 unsigned bitofs; member 181 static unsigned state_index(unsigned bitofs, symset syms, unsigned *isnew) { in state_index() argument 184 if (huffstates[i].bitofs != bitofs) continue; in state_index() 196 huffstates[i].bitofs = bitofs; in state_index() 214 unsigned bitofs, unsigned emit, symset syms) { in build_dec_tbl() argument 225 unsigned st = state_index(bitofs, syms, &isnew); in build_dec_tbl() 230 build_dec_tbl(st, 0, 0, bitofs, NOT_SET, syms); in build_dec_tbl() 244 (grpc_chttp2_huffsyms[i].length - bitofs - 1)) & in build_dec_tbl() 247 if (grpc_chttp2_huffsyms[i].length == bitofs + 1) { in build_dec_tbl() 260 build_dec_tbl(state, (nibble << 1) | bit, nibbits + 1, bitofs + 1, emit, in build_dec_tbl()
|
/third_party/python/Modules/_ctypes/ |
D | stgdict.c | 347 int bitofs; in PyCStructUnionType_update_stgdict() local 602 &field_size, bitsize, &bitofs, in PyCStructUnionType_update_stgdict() 610 &field_size, bitsize, &bitofs, in PyCStructUnionType_update_stgdict()
|