Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregenc.c867 hash_table_type **table, const OnigCodePoint*** plist, int *pnum, in onigenc_property_list_add_property() argument
874 if (*psize <= *pnum) { in onigenc_property_list_add_property()
880 (*plist)[*pnum] = prop; in onigenc_property_list_add_property()
887 *pnum = *pnum + 1; in onigenc_property_list_add_property()
889 (hash_data_type )(*pnum + ONIGENC_MAX_STD_CTYPE)); in onigenc_property_list_add_property()
Dregint.h814 …nigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
Dregparse.c2209 int pnum, cnum; in onig_reduce_nested_quantifier() local
2214 pnum = popular_quantifier_num(p); in onig_reduce_nested_quantifier()
2216 if (pnum < 0 || cnum < 0) return ; in onig_reduce_nested_quantifier()
2218 switch(ReduceTypeTable[cnum][pnum]) { in onig_reduce_nested_quantifier()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c1729 node *pfactor, *ppower, *patom, *pnum; in ast_for_factor() local
1746 TYPE((pnum = CHILD(patom, 0))) == NUMBER) { in ast_for_factor()
1747 char *s = PyObject_MALLOC(strlen(STR(pnum)) + 2); in ast_for_factor()
1751 strcpy(s + 1, STR(pnum)); in ast_for_factor()
1752 PyObject_FREE(STR(pnum)); in ast_for_factor()
1753 STR(pnum) = s; in ast_for_factor()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c1729 node *pfactor, *ppower, *patom, *pnum; in ast_for_factor() local
1746 TYPE((pnum = CHILD(patom, 0))) == NUMBER) { in ast_for_factor()
1748 char *s = PyObject_MALLOC(strlen(STR(pnum)) + 2); in ast_for_factor()
1752 strcpy(s + 1, STR(pnum)); in ast_for_factor()