Searched refs:tb (Results 1 - 25 of 25) sorted by relevance

/barrelfish-2018-10-04/lib/lua/src/
H A Dlstring.c66 stringtable *tb = &G(L)->strt; local
69 if (newsize > tb->size) {
70 luaM_reallocvector(L, tb->hash, tb->size, newsize, GCObject *);
71 for (i = tb->size; i < newsize; i++) tb->hash[i] = NULL;
74 for (i=0; i<tb->size; i++) {
75 GCObject *p = tb->hash[i];
76 tb->hash[i] = NULL;
80 gch(p)->next = tb
119 stringtable *tb = &G(L)->strt; local
[all...]
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_transparent.c198 struct transmit_buffer *tb; local
201 tb = stack_alloc_alloc(&p->net_ctrl.tb_stack);
202 assert(tb != NULL);
204 t = tb->int_virt;
213 msg.parts[1].phys = tb->int_phys;
215 msg.parts[1].opaque = tb;
271 struct transmit_buffer *tb; local
274 tb = stack_alloc_alloc(&p->net_ctrl.tb_stack);
275 assert(tb != NULL);
277 t = tb
362 struct transmit_buffer *tb; local
447 struct transmit_buffer *tb; local
543 struct transmit_buffer *tb_d, *tb; local
625 struct transmit_buffer *tb_d, *tb; local
715 struct transmit_buffer *tb; local
785 struct transmit_buffer *tb; local
868 struct transmit_buffer *tb = opaque; local
[all...]
H A Dbulk_net_proxy.c91 p->r_mac, p->l_mac, p->tb[NDESCS-2].hdr_phys);
93 hdr = p->tb[i].hdr_virt;
112 struct transmit_buffer *tb = msg->parts[1].opaque; local
113 struct packet_header *h = tb->hdr_virt;
121 msg->parts[0].phys = tb->hdr_phys;
180 struct transmit_buffer *tb; local
186 tb = msg->parts[i].opaque;
188 tb = msg->parts[1].opaque;
189 data = tb->hdr_virt;
190 } else if (tb
212 struct transmit_buffer *tb; local
238 struct transmit_buffer *tb; local
267 struct transmit_buffer *tb_d, *tb; local
456 struct transmit_buffer *tb = opaque; local
485 struct transmit_buffer *tb; local
[all...]
H A Dbulk_net_transfer.c91 struct transmit_buffer *tb; local
105 tc->tb = tb = calloc(n, sizeof(*tb));
118 tb[i].hdr_virt = h_vbase;
119 tb[i].hdr_phys = h_pbase;
120 tb[i].int_virt = i_vbase;
121 tb[i].int_phys = i_pbase;
128 stack_alloc_free(&tc->tb_stack, tb + i);
152 p->tb[BULK_NET_TRANSFER_NUM_DESC
174 struct transmit_buffer *tb = msg->parts[1].opaque; local
[all...]
H A Dbulk_net_no_copy.c270 struct transmit_buffer *tb; local
273 tb = stack_alloc_alloc(&p->net_ctrl.tb_stack);
274 assert(tb != NULL);
276 t = tb->int_virt;
285 msg.parts[1].phys = tb->int_phys;
287 msg.parts[1].opaque = tb;
341 struct transmit_buffer *tb; local
344 tb = stack_alloc_alloc(&p->net_ctrl.tb_stack);
345 assert(tb != NULL);
347 t = tb
446 struct transmit_buffer *tb; local
559 struct transmit_buffer *tb; local
799 struct transmit_buffer *tb_d, *tb; local
885 struct transmit_buffer *tb_d, *tb; local
972 struct transmit_buffer *tb; local
1052 struct transmit_buffer *tb; local
1145 struct transmit_buffer *tb = opaque; local
[all...]
H A Dbulk_net_transfer.h31 struct transmit_buffer *tb; member in struct:bulk_net_control
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_samedomain.c200 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
203 ns_makecanon(b, tb, sizeof tb) < 0)
205 if (strcasecmp(ta, tb) == 0)
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dic.c362 typed_bounds tb; member in struct:var_info
619 (var_info)->tb.i = 1; \
622 if ((var_info)->tb.i) { \
632 (var_info)->tb.b.l = (bound); \
633 (var_info)->tb.b.u = (bound); \
840 IC_Var_Info(vi->attr, vi->tb.b.l, vi->tb.b.u, ic_type, vi->bitmap);
841 vi->tb.i = Type_Is_Int(ic_type);
854 IC_Var_Info(vi->attr, vi->tb.b.l, vi->tb
2970 typed_bounds tb; local
[all...]
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_div.c23 mp_int ta, tb, tq, q; local
45 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) {
53 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
54 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) ||
60 if (mp_cmp(&tb, &ta) != MP_GT) {
61 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) ||
66 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) ||
84 mp_clear_multi(&ta, &tb,
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dd1_lib.c368 struct _timeb tb; local
369 _ftime(&tb);
370 t->tv_sec = (long)tb.time;
371 t->tv_usec = (long)tb.millitm * 1000;
373 struct timeb tb;
374 ftime(&tb);
375 t->tv_sec = (long)tb.time;
376 t->tv_usec = (long)tb.millitm * 1000;
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindLevel1-gcc-ext.c244 void *tb, void *db) {
247 (void)tb;
250 fde, ob, tb, db);
262 void *ob, void *tb,
266 (void)tb;
269 "(%p,%p, %p, %p)\n", fde, ob, tb, db);
243 __register_frame_info_bases(const void *fde, void *ob, void *tb, void *db) argument
261 __register_frame_info_table_bases(const void *fde, void *ob, void *tb, void *db) argument
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_net_proxy.h44 struct transmit_buffer *tb; member in struct:bulk_net_proxy
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_dgram.c821 struct _timeb tb; local
822 _ftime(&tb);
823 t->tv_sec = (long)tb.time;
824 t->tv_usec = (long)tb.millitm * 1000;
826 struct timeb tb;
827 ftime(&tb);
828 t->tv_sec = (long)tb.time;
829 t->tv_usec = (long)tb.millitm * 1000;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_module.c62 p_tool2(value vi, type ti, value vb, type tb, value vm, type tm),
63 p_tool_body(value vi, type ti, value vb, type tb, value vmb, type tmb, value vm, type tm),
186 p_tool_body(value vi, type ti, value vb, type tb, value vmb, type tmb, value vm, type tm) argument
200 if (!IsRef(tb)
201 && (!IsStructure(tb)
229 Request_Unify_Structure(vb, tb, ptr);
654 p_tool2(value vi, type ti, value vb, type tb, value vm, type tm) argument
664 Get_Proc_Did(vb, tb, db);
H A Dbigrat.c733 _big_string_size(value vb, type tb, int quoted_or_base) /* the result is not exact, may be greater */ argument
743 _big_to_string(value vb, type tb, char *buf, int quoted_or_base) argument
/barrelfish-2018-10-04/lib/cxx/include/
H A Dunwind.h313 extern void __register_frame_info_bases(const void *fde, void *ob, void *tb,
318 void *tb, void *db)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_asm.c472 BN_ULONG ta=(a),tb=(b); \
473 BN_UMULT_LOHI(t1,t2,ta,tb); \
479 BN_ULONG ta=(a),tb=(b),t0; \
480 BN_UMULT_LOHI(t0,t1,ta,tb); \
500 BN_ULONG ta=(a),tb=(b); \
501 t1 = ta * tb; \
502 t2 = BN_UMULT_HIGH(ta,tb); \
508 BN_ULONG ta=(a),tb=(b),t0; \
509 t1 = BN_UMULT_HIGH(ta,tb); \
510 t0 = ta * tb; \
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dx86_64-gcc.c279 BN_ULONG ta=(a),tb=(b); \
280 t1 = ta * tb; \
281 t2 = BN_UMULT_HIGH(ta,tb); \
287 BN_ULONG ta=(a),tb=(b),t0; \
288 t1 = BN_UMULT_HIGH(ta,tb); \
289 t0 = ta * tb; \
/barrelfish-2018-10-04/tools/demo/Aquarium/
H A DWindow1.xaml.cs228 TextBlock tb = new TextBlock();
229 tb.Text = i.ToString();
230 tb.RenderTransform = new TranslateTransform(xshift, Y4Core(i) - 5);
231 this.mainCanvas.Children.Add(tb);
258 TextBlock tb = new TextBlock();
259 tb.Text = String.Format("{0:n0}", t);
260 tb.RenderTransform = new TranslateTransform(t / TicksPerPixel, 0);
261 mainCanvas.Children.Add(tb);
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java227 JToolBar tb = tbf.createJToolBar("ToolBar");
228 tb.setFloatable(false);
229 p.add(tb, BorderLayout.NORTH);
231 Component c = tb.getComponentAtIndex(iu);
/barrelfish-2018-10-04/lib/cpuid/
H A Dcpuid_intel.c612 cpuid_intel_topology_ebx_t tb = (cpuid_intel_topology_ebx_t)&reg.ebx; local
635 printf("Level numer=%u, logical proc=%u\n", cpuid_intel_topology_ecx_level_number_extract(tc), cpuid_intel_topology_ebx_logical_proc_extract(tb));
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c1578 mp_int ta, tb, tq, q; local
1600 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) {
1608 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
1609 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) ||
1615 if (mp_cmp(&tb, &ta) != MP_GT) {
1616 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) ||
1621 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) ||
1639 mp_clear_multi(&ta, &tb,
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/GecodeInterface/
H A Dgfd.cpp4131 long tb; local
4132 if (EC_arg(4).is_long(&tb) != EC_succeed) return TYPE_ERROR;
4133 bool tiebreak = (tb ? true : false);
4171 long tb; local
4172 if (EC_arg(4).is_long(&tb) != EC_succeed) return TYPE_ERROR;
4173 bool tiebreak = (tb ? true : false);
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c3413 tbinptr* tb = treebin_at(m, i); local
3414 tchunkptr t = *tb;
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dpropiachr.tex271 \begin{table}[tb]

Completed in 301 milliseconds