PN_TUPLE_AT 81 core/ast.c return PN_TUPLE_AT(pn_filenames, t->loc.fileno); PN_TUPLE_AT 36 core/ast.h if (PN_IS_TUPLE(endname)) endname = PN_TUPLE_AT(endname, 0); \ PN_TUPLE_AT 38 core/ast.h if (PN_PART(endname) == AST_EXPR) endname = PN_TUPLE_AT(PN_S(endname, 0), 0); \ PN_TUPLE_AT 117 core/compile.c v = PN_TUPLE_AT(t->values, PN_INT(v)); PN_TUPLE_AT 168 core/compile.c potion_bytes_obj_string(P, out, PN_TUPLE_AT(t->values, PN_OP_AT(t->asmb, x).b)); PN_TUPLE_AT 173 core/compile.c potion_bytes_obj_string(P, out, PN_TUPLE_AT(t->locals, PN_OP_AT(t->asmb, x).b)); PN_TUPLE_AT 188 core/compile.c if (PN_PART(t->a[n]) == AST_EXPR && PN_PART(PN_TUPLE_AT(PN_S(t->a[n],0), 0)) == AST_LIST) { \ PN_TUPLE_AT 189 core/compile.c PN test = PN_S(PN_TUPLE_AT(PN_S(t->a[n],0), 0), 0); \ PN_TUPLE_AT 241 core/compile.c #define SRC_TUPLE_AT(src,i) PN_SRC(PN_TUPLE_AT(PN_S(src,0), i)) PN_TUPLE_AT 364 core/compile.c PN key = PN_S(PN_TUPLE_AT(a->a[1]->a[0], 0), 0); PN_TUPLE_AT 457 core/compile.c PN rhs = PN_TUPLE_AT(f->locals, num); PN_TUPLE_AT 653 core/compile.c char *name = PN_STR_PTR(PN_S(PN_TUPLE_AT(msg,0),0)); PN_TUPLE_AT 670 core/compile.c cl->name = PN_S(PN_TUPLE_AT(msg,0),0); PN_TUPLE_AT 672 core/compile.c PN sig = PN_TUPLE_LEN(msg) ? PN_TUPLE_AT(msg, 1) : PN_TUP0(); PN_TUPLE_AT 678 core/compile.c PN arg = PN_TUPLE_AT(sig, i); PN_TUPLE_AT 1130 core/compile.c READ_TUPLE(ptr) PN_TUPLE_AT(tup, i) = READ_CONST(pn, ptr); \ PN_TUPLE_AT 1134 core/compile.c READ_TUPLE(ptr) PN_TUPLE_AT(tup, i) = potion_proto_load(P, (PN)f, pn, &(ptr)); \ PN_TUPLE_AT 1208 core/compile.c WRITE_TUPLE(tup, ptr) WRITE_CONST(PN_TUPLE_AT(tup, i), ptr); \ PN_TUPLE_AT 1211 core/compile.c WRITE_TUPLE(tup, ptr) ptr += potion_proto_dumpbc(P, PN_TUPLE_AT(tup, i), \ PN_TUPLE_AT 207 core/table.c PN_TUPLE_AT(t2, i++) = kh_key(PN, t, k); PN_TUPLE_AT 226 core/table.c PN_TUPLE_AT(t2, i++) = kh_val(PN, t, k); PN_TUPLE_AT 314 core/table.c return PN_TUPLE_AT(self, i); PN_TUPLE_AT 401 core/table.c return PN_TUPLE_AT(self, 0); PN_TUPLE_AT 425 core/table.c return PN_TUPLE_AT(self, len - 1); PN_TUPLE_AT 472 core/table.c PN_TUPLE_AT(self, i) = value; PN_TUPLE_AT 542 core/table.c PN_TUPLE_AT(tuple, len - i) = x; PN_TUPLE_AT 135 core/vm-arm.c PN val = PN_TUPLE_AT(f->values, op.b); PN_TUPLE_AT 134 core/vm-ppc.c PN val = PN_TUPLE_AT(f->values, op.b); PN_TUPLE_AT 1000 core/vm-x86.c vPN(Proto) c = (vPN(Proto)) PN_TUPLE_AT(f->protos, 0); PN_TUPLE_AT 1006 core/vm-x86.c DBG_t(":=*%s[%d] ", AS_STR(PN_TUPLE_AT(sig, 2)), i+1); PN_TUPLE_AT 1007 core/vm-x86.c X86_ARGO_IMM(PN_TUPLE_AT(sig, 2), i+1); // mov $value, i(%esp) - default PN_TUPLE_AT 1011 core/vm-x86.c ? PN_INT(PN_TUPLE_AT(sig,1)) : 0); PN_TUPLE_AT 1039 core/vm-x86.c PN proto = PN_TUPLE_AT(p, i); PN_TUPLE_AT 1050 core/vm-x86.c PN proto = PN_TUPLE_AT(f->protos, op.b); PN_TUPLE_AT 181 core/vm.c ? potion_type_char(PN_TYPE(PN_TUPLE_AT(s,2))) PN_TUPLE_AT 183 core/vm.c ? PN_INT(PN_TUPLE_AT(s,1)) : 0); PN_TUPLE_AT 188 core/vm.c ary = PN_PUSH(ary, PN_TUPLE_LEN(s) == 3 ? PN_TUPLE_AT(s,2) : potion_type_default(type)); PN_TUPLE_AT 208 core/vm.c PN_TUPLE_AT(ivars, i) = PN_TUPLE_AT(proto->values, PN_INT(v)); PN_TUPLE_AT 466 core/vm.c ast = PN_TUPLE_AT(f->debugs, op.b); PN_TUPLE_AT 506 core/vm.c PN fn = PN_TUPLE_AT(pn_filenames, t->loc.fileno); PN_TUPLE_AT 556 core/vm.c PN_TUPLE_AT(sig, 0) = PN_STR("r"); //regs PN_TUPLE_AT 557 core/vm.c PN_TUPLE_AT(sig, 1) = PN_STR("l"); //locals PN_TUPLE_AT 558 core/vm.c PN_TUPLE_AT(sig, 2) = PN_STR("u"); //upvals PN_TUPLE_AT 559 core/vm.c PN_TUPLE_AT(sig, 3) = PN_STR("v"); //values PN_TUPLE_AT 560 core/vm.c PN_TUPLE_AT(sig, 4) = PN_STR("p"); //paths PN_TUPLE_AT 695 core/vm.c CASE(LOADK, reg[op.a] = PN_TUPLE_AT(f->values, op.b) ) PN_TUPLE_AT 728 core/vm.c reg[op.a] = PN_TUPLE_AT(tpl, i); PN_TUPLE_AT 822 core/vm.c ? PN_TUPLE_AT(s, 2) PN_TUPLE_AT 823 core/vm.c : potion_type_default(PN_INT(PN_TUPLE_AT(s,1))); PN_TUPLE_AT 832 core/vm.c PN_TUPLE_AT(argt, i - 2) = reg[op.a + i]; PN_TUPLE_AT 847 core/vm.c ? PN_TUPLE_AT(s, 2) PN_TUPLE_AT 848 core/vm.c : potion_type_default(PN_INT(PN_TUPLE_AT(s,1))); PN_TUPLE_AT 906 core/vm.c proto = PN_TUPLE_AT(f->protos, op.b); PN_TUPLE_AT 325 lib/aio.c if (!uv_udp_set_membership(udp, PN_STR_PTR(PN_TUPLE_AT(t, 0)), PN_TUPLE_AT 326 lib/aio.c PN_STR_PTR(PN_TUPLE_AT(t, 1)), PN_TUPLE_AT 327 lib/aio.c (uv_membership)PN_INT(PN_TUPLE_AT(t, 2)))) //0 or 1 PN_TUPLE_AT 97 test/api/gc-bench.c PN_TUPLE_AT(ary, 0) = PN_left = potion_str(P, "left"); PN_TUPLE_AT 98 test/api/gc-bench.c PN_TUPLE_AT(ary, 1) = PN_right = potion_str(P, "right"); PN_TUPLE_AT 116 test/api/gc-bench.c PN_TUPLE_AT(ary, i) = PN_NUM(1.0 / i); PN_TUPLE_AT 142 test/api/gc-bench.c if (long_lived == 0 || PN_TUPLE_AT(ary, 1000) != PN_NUM(1.0 / 1000)) PN_TUPLE_AT 82 test/api/potion-test.c PN_TUPLE_AT(tup, 0) = PN_NIL; PN_TUPLE_AT 83 test/api/potion-test.c PN_TUPLE_AT(tup, 1) = PN_string; PN_TUPLE_AT 84 test/api/potion-test.c PN_TUPLE_AT(tup, 2) = tup; PN_TUPLE_AT 102 test/api/potion-test.c PN_STR_PTR(potion_send(PN_TUPLE_AT(sig,0), PN_string))); PN_TUPLE_AT 104 test/api/potion-test.c PN_INT(PN_TUPLE_AT(sig,1))); PN_TUPLE_AT 106 test/api/potion-test.c PN_STR_PTR(potion_send(PN_TUPLE_AT(sig,2), PN_string))); PN_TUPLE_AT 108 test/api/potion-test.c PN_INT(PN_TUPLE_AT(sig,3)));