Searched refs:bitofs (Results 1 – 3 of 3) sorted by relevance
/external/grpc-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()
|
/external/python/cpython2/Modules/_ctypes/ |
D | stgdict.c | 326 int bitofs; in PyCStructUnionType_update_stgdict() local 548 &field_size, bitsize, &bitofs, in PyCStructUnionType_update_stgdict() 556 &field_size, bitsize, &bitofs, in PyCStructUnionType_update_stgdict()
|
/external/python/cpython3/Modules/_ctypes/ |
D | stgdict.c | 342 int bitofs; in PyCStructUnionType_update_stgdict() local 559 &field_size, bitsize, &bitofs, in PyCStructUnionType_update_stgdict() 567 &field_size, bitsize, &bitofs, in PyCStructUnionType_update_stgdict()
|