Searched refs:pnum (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regenc.c | 867 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()
|
D | regint.h | 814 …nigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
|
D | regparse.c | 2209 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/ |
D | ast.c | 1729 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/ |
D | ast.c | 1729 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()
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_mdp.h | 1372 int pnum; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_mdp.h | 1074 int pnum; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_mdp.h | 1372 int pnum; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_mdp.h | 1074 int pnum; member
|