Home
last modified time | relevance | path

Searched refs:groupinfo (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c901 uint32_t groupinfo = 0; in find_fixedlength() local
915 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 …]
Dpcre2_intmodedep.h708 uint32_t *groupinfo; /* Group info vector */ member
/external/vulkan-validation-layers/
Dparameter_validation_generator.py372 def genGroup(self, groupinfo, groupName): argument
373 OutputGenerator.genGroup(self, groupinfo, groupName)
374 groupElem = groupinfo.elem
Dgenerator.py358 def genGroup(self, groupinfo, name): argument
Dthreading_generator.py366 def genGroup(self, groupinfo, groupName): argument