Searched defs:kind (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
H A Dldtoa.c70 int be, kind; local
82 kind = STRTOG_Normal;
88 kind = STRTOG_Zero;
91 kind = STRTOG_Denormal;
97 kind = STRTOG_Infinite;
100 kind = STRTOG_NaN;
106 ret = gdtoa(&fpi, be, (ULong *)bits, &kind, mode, ndigits, decpt, rve);
H A Dgdtoa.c168 int j, jj1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
186 kind = *kindp &= ~STRTOG_Inexact;
187 switch(kind & STRTOG_Retmask) {
336 if (kind & STRTOG_Neg)
/device/linaro/bootloader/edk2/AppPkg/Applications/ArithChk/
H A Darithchk.c48 int kind; member in struct:Akind
180 a->name, a->kind);
191 if (a->kind <= 2 && fzcheck())
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dldebug.c517 const char *kind = NULL; local
519 kind = getupvalname(ci, o, &name); /* check whether 'o' is an upvalue */
520 if (!kind && isinstack(ci, o)) /* no? try a register */
521 kind = getobjname(ci_func(ci)->p, currentpc(ci),
524 if (kind)
526 op, kind, name, t);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A DPython-ast.h41 enum _mod_kind kind; member in struct:_mod
70 enum _stmt_kind kind; member in struct:_stmt
194 enum _expr_kind kind; member in struct:_expr
317 enum _slice_kind kind; member in struct:_slice
344 enum _excepthandler_kind kind; member in struct:_excepthandler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A DPython-ast.h41 enum _mod_kind kind; member in struct:_mod
70 enum _stmt_kind kind; member in struct:_stmt
194 enum _expr_kind kind; member in struct:_expr
317 enum _slice_kind kind; member in struct:_slice
344 enum _excepthandler_kind kind; member in struct:_excepthandler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dcompile.c1185 if (s->kind != Expr_kind)
1187 return s->v.Expr.value->kind == Str_kind;
1227 switch (mod->kind) {
1249 "module kind %d should not be possible",
1250 mod->kind);
1367 if (arg->kind == Tuple_kind) {
1393 assert(s->kind == FunctionDef_kind);
1508 assert(e->kind == IfExp_kind);
1531 assert(e->kind == Lambda_kind);
1577 assert(s->kind
3250 compiler_handle_subscr(struct compiler *c, const char *kind, expr_context_ty ctx) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c1162 if (s->kind != Expr_kind)
1164 return s->v.Expr.value->kind == Str_kind;
1204 switch (mod->kind) {
1226 "module kind %d should not be possible",
1227 mod->kind);
1344 if (arg->kind == Tuple_kind) {
1370 assert(s->kind == FunctionDef_kind);
1485 assert(e->kind == IfExp_kind);
1508 assert(e->kind == Lambda_kind);
1554 assert(s->kind
3230 compiler_handle_subscr(struct compiler *c, const char *kind, expr_context_ty ctx) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtypeobject.c683 char *kind; local
699 kind = "class";
701 kind = "type";
705 kind,
710 rtn = PyString_FromFormat("<%s '%s'>", kind, type->tp_name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtypeobject.c677 char *kind; local
691 kind = "class";
693 kind = "type";
697 kind,
702 rtn = PyString_FromFormat("<%s '%s'>", kind, type->tp_name);

Completed in 137 milliseconds