Searched defs:nk (Results 1 - 11 of 11) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlparser.h105 int nk; /* number of elements in `k' */ member in struct:FuncState
H A Dltable.c451 lua_Number nk = cast_num(key); local
452 Node *n = hashnum(t, nk);
454 if (ttisnumber(gkey(n)) && luai_numeq(nvalue(gkey(n)), nk))
H A Dlobject.h549 } nk; member in union:TKey
/external/syslinux/com32/lua/src/
H A Dlparser.h105 int nk; /* number of elements in `k' */ member in struct:FuncState
H A Dltable.c452 lua_Number nk = cast_num(key); local
453 Node *n = hashnum(t, nk);
455 if (ttisnumber(gkey(n)) && luai_numeq(nvalue(gkey(n)), nk))
H A Dlobject.h549 } nk; member in union:TKey
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionThreadPool.h162 // - 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 kernel
303 Context(const Device& device, int num_threads, LhsMapper& lhs, RhsMapper& rhs, Scalar* buffer, Index tm, Index tn, Index tk, Index bm, Index bn, Index bk, Index nm, Index nn, Index nk, Index gm, Index gn, Index nm0, Index nn0, bool shard_by_col, bool parallel_pack) argument
[all...]
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp387 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind()); local
391 nk == DeclarationName::Identifier) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1834 milliseconds