shift             240 lib/util/idtree.c static int sub_remove(struct idr_context *idp, int shift, int id)
shift             250 lib/util/idtree.c 	while ((shift > 0) && p) {
shift             251 lib/util/idtree.c 		n = (id >> shift) & IDR_MASK;
shift             255 lib/util/idtree.c 		shift -= IDR_BITS;
shift            4250 source4/lib/wmi/wmi_wrap.c           size_t shift = (ci->ptype) - types;
shift            4251 source4/lib/wmi/wmi_wrap.c           swig_type_info *ty = types_initial[shift];