Searched refs:groupinfo (Results 1 – 5 of 5) sorted by relevance
901 uint32_t groupinfo = 0; in find_fixedlength() local915 groupinfo = cb->groupinfo[group]; in find_fixedlength()918 if ((groupinfo & GI_NOT_FIXED_LENGTH) != 0) return FFL_NOTFIXED; in find_fixedlength()919 if ((groupinfo & GI_SET_FIXED_LENGTH) != 0) in find_fixedlength()920 return groupinfo & GI_FIXED_LENGTH_MASK; in find_fixedlength()976 groupinfo |= (uint32_t)(GI_SET_FIXED_LENGTH | length); in find_fixedlength()977 cb->groupinfo[group] = groupinfo; in find_fixedlength()1264 groupinfo |= GI_NOT_FIXED_LENGTH; in find_fixedlength()1265 cb->groupinfo[group] = groupinfo; in find_fixedlength()1372 uint32_t groupinfo = 0; in could_be_empty_branch() local[all …]
708 uint32_t *groupinfo; /* Group info vector */ member
372 def genGroup(self, groupinfo, groupName): argument373 OutputGenerator.genGroup(self, groupinfo, groupName)374 groupElem = groupinfo.elem
358 def genGroup(self, groupinfo, name): argument
366 def genGroup(self, groupinfo, groupName): argument