Searched defs:gs (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregposix.c279 i_wrapper(const UChar* name, const UChar* name_end, int ng, int* gs, argument
284 return (*warg->func)(name, name_end, ng, gs, warg->reg, warg->arg);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Ddescrobject.c1211 propertyobject *gs = (propertyobject *)self; local
1214 Py_XDECREF(gs->prop_get);
1215 Py_XDECREF(gs->prop_set);
1216 Py_XDECREF(gs->prop_del);
1217 Py_XDECREF(gs->prop_doc);
1224 propertyobject *gs = (propertyobject *)self; local
1230 if (gs->prop_get == NULL) {
1234 return PyObject_CallFunction(gs->prop_get, "(O)", obj);
1240 propertyobject *gs = (propertyobject *)self; local
1244 func = gs
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Ddescrobject.c1160 propertyobject *gs = (propertyobject *)self; local
1163 Py_XDECREF(gs->prop_get);
1164 Py_XDECREF(gs->prop_set);
1165 Py_XDECREF(gs->prop_del);
1166 Py_XDECREF(gs->prop_doc);
1173 propertyobject *gs = (propertyobject *)self; local
1179 if (gs->prop_get == NULL) {
1183 return PyObject_CallFunction(gs->prop_get, "(O)", obj);
1189 propertyobject *gs = (propertyobject *)self; local
1193 func = gs
[all...]

Completed in 99 milliseconds