/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
spark.py | 374 K, NK = _State(k, kitems), _State(k+1, [])
380 for X in K, NK:
402 NK.items.append(new)
405 # don't yet know about NK. Can't commit anything
406 # regarding NK to self.edges until we're sure. Should
407 # we delay committing on both K and NK to avoid this
413 if NK.items == []:
428 nk = self.cores[tcore] = self.edges[(k, None)] = NK.stateno
430 self.states[nk] = NK [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lparser.h | 105 int nk; /* number of elements in `k' */ member in struct:FuncState
|
ltable.h | 16 #define gnext(n) ((n)->i_key.nk.next)
|
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))
|
lcode.c | 306 k = fs->nk; 313 fs->nk++; 534 if (fs->nk <= MAXINDEXRK) { /* constant fits in RK operand? */
|
/external/skia/third_party/lua/src/ |
lparser.h | 105 int nk; /* number of elements in `k' */ member in struct:FuncState
|
ltable.h | 16 #define gnext(n) ((n)->i_key.nk.next)
|
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))
|
lcode.c | 306 k = fs->nk; 313 fs->nk++; 534 if (fs->nk <= MAXINDEXRK) { /* constant fits in RK operand? */
|
/external/syslinux/com32/lua/src/ |
lparser.h | 105 int nk; /* number of elements in `k' */ member in struct:FuncState
|
ltable.h | 16 #define gnext(n) ((n)->i_key.nk.next)
|
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))
|
lcode.c | 306 k = fs->nk; 313 fs->nk++; 534 if (fs->nk <= MAXINDEXRK) { /* constant fits in RK operand? */
|
/prebuilts/go/darwin-x86/src/crypto/aes/ |
block.go | 145 nk := len(key) / 4 146 for i = 0; i < nk; i++ { 151 if i%nk == 0 { 152 t = subw(rotw(t)) ^ (uint32(powx[i/nk-1]) << 24) 153 } else if nk > 6 && i%nk == 4 { 156 enc[i] = enc[i-nk] ^ t
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
block.go | 145 nk := len(key) / 4 146 for i = 0; i < nk; i++ { 151 if i%nk == 0 { 152 t = subw(rotw(t)) ^ (uint32(powx[i/nk-1]) << 24) 153 } else if nk > 6 && i%nk == 4 { 156 enc[i] = enc[i-nk] ^ t
|
/external/netperf/src/ |
netcpu_kstat.c | 53 #define UPDKCID(nk,ok) \ 54 if (nk == -1) { \ 58 if (nk != ok)\
|
/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,
|
/libcore/ojluni/src/main/java/sun/net/www/ |
MessageHeader.java | 344 String[] nk = new String[nkeys + 4]; local 347 System.arraycopy(keys, 0, nk, 0, nkeys); 350 keys = nk;
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/ |
maven-resources-plugin-2.4.3.jar | |
/prebuilts/go/darwin-x86/doc/play/ |
tree.go | 73 // holding the values 1k, 2k, ..., nk.
|
/prebuilts/go/linux-x86/doc/play/ |
tree.go | 73 // holding the values 1k, 2k, ..., nk.
|
/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/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...] |