Searched refs:iarg (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
H A DbgenGenerator.py138 iarg = 0
140 iarg = iarg + 1
141 if name is None: name = "_arg%d" % iarg
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregparse.c4971 IApplyCaseFoldArg* iarg; local
4976 iarg = (IApplyCaseFoldArg* )arg;
4977 env = iarg->env;
4978 cc = iarg->cc;
5038 *(iarg->ptail) = onig_node_new_alt(snode, NULL_NODE);
5039 CHECK_NULL_RETURN_MEMERR(*(iarg->ptail));
5040 iarg->ptail = &(NCDR((*(iarg->ptail))));
5287 IApplyCaseFoldArg iarg; local
5289 iarg
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dgetargs.c368 seterror(int iarg, const char *msg, int *levels, const char *fname, argument
382 if (iarg != 0) {
384 "argument %d", iarg);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dgetargs.c368 seterror(int iarg, const char *msg, int *levels, const char *fname, argument
382 if (iarg != 0) {
384 "argument %d", iarg);

Completed in 64 milliseconds