Home
last modified time | relevance | path

Searched refs:nbr (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dsysctl.h162 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument
164 nbr, kind, a1, a2, #name, handler, fmt }; \
168 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \ argument
170 SYSCTL_OID(parent, nbr, name, CTLTYPE_NODE|access, \
174 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) argument
175 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) argument
179 #define SYSCTL_STRING(parent, nbr, name, access, arg, len, descr) \ argument
180 SYSCTL_OID(parent, nbr, name, CTLTYPE_STRING|access, \
184 #define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) \ argument
185 SYSCTL_OID(parent, nbr, name, CTLTYPE_INT|access, \
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c1134 PyNumberMethods *nbr, *nbi = NULL; in complex_new() local
1182 nbr = r->ob_type->tp_as_number; in complex_new()
1185 if (nbr == NULL || nbr->nb_float == NULL || in complex_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c1138 PyNumberMethods *nbr, *nbi = NULL; in complex_new() local
1186 nbr = r->ob_type->tp_as_number; in complex_new()
1189 if (nbr == NULL || nbr->nb_float == NULL || in complex_new()