HomeSort by relevance Sort by last modified time
    Searched defs:nk (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 105 int nk; /* number of elements in `k' */ member in struct:FuncState
ltable.c 451 lua_Number nk = cast_num(key); local
452 Node *n = hashnum(t, nk);
454 if (ttisnumber(gkey(n)) && luai_numeq(nvalue(gkey(n)), nk))
lobject.h 549 } nk; member in union:TKey
  /external/skia/third_party/lua/src/
lparser.h 105 int nk; /* number of elements in `k' */ member in struct:FuncState
ltable.c 451 lua_Number nk = cast_num(key); local
452 Node *n = hashnum(t, nk);
454 if (ttisnumber(gkey(n)) && luai_numeq(nvalue(gkey(n)), nk))
lobject.h 549 } nk; member in union:TKey
  /external/syslinux/com32/lua/src/
lparser.h 105 int nk; /* number of elements in `k' */ member in struct:FuncState
ltable.c 452 lua_Number nk = cast_num(key); local
453 Node *n = hashnum(t, nk);
455 if (ttisnumber(gkey(n)) && luai_numeq(nvalue(gkey(n)), nk))
lobject.h 549 } nk; member in union:TKey
  /libcore/ojluni/src/main/java/sun/net/www/
MessageHeader.java 348 String[] nk = new String[nkeys + 4]; local
351 System.arraycopy(keys, 0, nk, 0, nkeys);
354 keys = nk;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 494 Py_ssize_t nk, nd; local
508 nk = PyDict_Size(kw);
509 kwtuple = PyTuple_New(2*nk);
519 nk = i/2;
523 nk = 0;
530 k, nk, d, nd,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 494 Py_ssize_t nk, nd; local
508 nk = PyDict_Size(kw);
509 kwtuple = PyTuple_New(2*nk);
519 nk = i/2;
523 nk = 0;
530 k, nk, d, nd,
  /external/python/cpython2/Objects/
funcobject.c 491 Py_ssize_t nk, nd; local
505 nk = PyDict_Size(kw);
506 kwtuple = PyTuple_New(2*nk);
516 nk = i/2;
520 nk = 0;
527 k, nk, d, nd,
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionThreadPool.h 162 // - number of tasks (nm, nn, nk)
246 Index nk = divup(k, bk); local
293 k, bm, bn, bk, nm, nn, nk, gm, gn, nm0, nn0,
305 Index bn, Index bk, Index nm, Index nn, Index nk, Index gm,
324 nk_(nk),
583 // Because kernel completion signals k + 2 switch, we need to finish nk
584 // + 2 slices without issuing any tasks on nk + 1 slice. So here we
585 // pretend that all nk + 1 packing tasks just finish instantly; so that
586 // nk + 2 switch only waits for completion of nk kernels
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 2695 int nk = (oparg>>8) & 0xff; local
4001 int nk = (oparg>>8) & 0xff; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 2680 int nk = (oparg>>8) & 0xff; local
3979 int nk = (oparg>>8) & 0xff; local
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 387 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind()); local
391 nk == DeclarationName::Identifier) {
    [all...]
  /external/python/cpython2/Python/
ceval.c 3003 int nk = (oparg>>8) & 0xff; local
4318 int nk = (oparg>>8) & 0xff; local
    [all...]

Completed in 677 milliseconds