Searched refs:tb (Results 176 - 196 of 196) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c1731 char *tb; local
1733 tb = (char *)SMB_REALLOC(buf, len);
1734 if (!tb) {
1739 else buf = tb;
2153 char *tb; local
2155 tb = (char *)SMB_REALLOC(buf, len);
2156 if (!tb) {
2161 else buf = tb;
3808 char *tb; local
3810 tb
[all...]
H A Dprinting.c537 char *tb; local
539 tb = (char *)SMB_REALLOC(buf, len);
540 if (!tb) {
545 buf = tb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dxfrm_state.c562 struct rtattr * tb[XFRMA_MAX+1]; local
598 parse_rtattr(tb, XFRMA_MAX, rta, len);
605 xfrm_state_info_print(xsinfo, tb, fp, NULL, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss.c2762 static void print_cfg_table(CfgTable_struct *tb) argument
2770 temp_name[i] = readb(&(tb->Signature[i]));
2773 printk(" Spec Number = %d\n", readl(&(tb->SpecValence)));
2775 readl(&(tb->TransportSupport)));
2777 readl(&(tb->TransportActive)));
2779 readl(&(tb->HostWrite.TransportRequest)));
2781 readl(&(tb->HostWrite.CoalIntDelay)));
2783 readl(&(tb->HostWrite.CoalIntCount)));
2785 readl(&(tb->CmdsOutMax)));
2786 printk(" Bus Types = 0x%x\n", readl(&(tb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dst.c3608 struct st_buffer *tb;
3617 tb = kzalloc(i, priority);
3618 if (!tb) {
3622 tb->frp_segs = tb->orig_frp_segs = 0;
3623 tb->use_sg = max_sg;
3624 tb->frp = (struct st_buf_fragment *)(&(tb->sg[0]) + max_sg);
3626 tb->dma = need_dma;
3627 tb
3592 struct st_buffer *tb; local
[all...]
H A Dosst.c5206 struct osst_buffer *tb;
5214 tb = kzalloc(i, priority);
5215 if (!tb) {
5220 tb->sg_segs = tb->orig_sg_segs = 0;
5221 tb->use_sg = max_sg;
5222 tb->in_use = 1;
5223 tb->dma = need_dma;
5224 tb->buffer_size = 0;
5231 return tb;
5201 struct osst_buffer *tb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c2780 struct nlattr *tb[RTA_MAX+1]; local
2788 err = nlmsg_parse(nlh, sizeof(*rtm), tb, RTA_MAX, rtm_ipv4_policy);
2810 src = tb[RTA_SRC] ? nla_get_be32(tb[RTA_SRC]) : 0;
2811 dst = tb[RTA_DST] ? nla_get_be32(tb[RTA_DST]) : 0;
2812 iif = tb[RTA_IIF] ? nla_get_u32(tb[RTA_IIF]) : 0;
2841 .oif = tb[RTA_OIF] ? nla_get_u32(tb[RTA_OI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c1918 STRUCT_ENTRY_TARGET *ta, *tb; local
1924 tb = GET_TARGET(b->entry);
1933 == ((STRUCT_STANDARD_TARGET *)tb)->verdict;
1935 if (ta->u.target_size != tb->u.target_size)
1937 if (strcmp(ta->u.user.name, tb->u.user.name) != 0)
1941 if (((ta->data[i] ^ tb->data[i]) & mask[i]) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtraps.c1836 struct trap_per_cpu *tb; local
1842 tb = &trap_block[cpu];
1843 paddr = tb->resum_kernel_buf_pa + offset;
1884 struct trap_per_cpu *tb; local
1890 tb = &trap_block[cpu];
1891 paddr = tb->nonresum_kernel_buf_pa + offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dptrace.c1410 child_psr->tb = 0;
1531 ia64_psr(pt)->tb = 0;
1565 ia64_psr(pt)->tb = 1;
H A Dkprobes.c155 if ((cmp_inst.f.tb == 0) && (cmp_inst.f.ta == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfft_mmx.asm116 subps %3, %5 ; {t6,t5,tc,tb}
118 shufps %6, %3, 0xd8 ; {t1,t9,t5,tb}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3072 inflate_huft *tb; /* bit length decoding tree */ member in struct:inflate_blocks_state::__anon1534::__anon1535
3391 &s->sub.trees.tb, z);
3411 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3444 inflate_trees_free(s->sub.trees.tb, z);
3445 s->sub.trees.tb = Z_NULL;
3894 local int inflate_trees_bits(c, bb, tb, z)
3897 inflate_huft * FAR *tb; /* bits tree result */
3902 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
3907 inflate_trees_free(*tb, z);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dsearch.php232 list($rb,$tb,$mb,$nb,$db) = $b;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dprocessor.h104 __u64 tb : 1; member in struct:ia64_psr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3559 inflate_huft *tb; /* bit length decoding tree */ member in struct:inflate_blocks_state::__anon1497::__anon1498
3861 &s->sub.trees.tb, z);
3883 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3904 inflate_trees_free(s->sub.trees.tb, z);
3918 inflate_trees_free(s->sub.trees.tb, z);
3919 s->sub.trees.tb = Z_NULL;
4395 int inflate_trees_bits(c, bb, tb, z)
4398 inflate_huft * FAR *tb; /* bits tree result */
4403 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
4408 inflate_trees_free(*tb,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c531 u64 ta, tb, tc, td, te; local
534 ipath_snapshot_counters(dev->dd, &ta, &tb,
538 dev->ipath_rword = tb - dev->ipath_rword;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c1285 u8 *b, tb; local
1332 tb = 1 << (lcn & 7ull);
1334 if (*b != 0xff && !(*b & tb)) {
1336 *b |= tb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c914 char tb[count + 1]; local
915 if (copy_from_user(tb, user_buffer, count))
917 tb[count] = 0;
919 (unsigned long)count, tb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c3057 BlockNode *tb = mb_y ? &s->block[index-b_stride ] : NULL; local
3150 if(tb)
3195 if(tb ) tb ->type &= ~BLOCK_OPT;
H A Dh264.c897 int tb = av_clip(poc - poc0, -128, 127); local
899 return av_clip((tb*tx + 32) >> 6, -1024, 1023);
3080 int tb = av_clip(cur_poc - poc0, -128, 127); local
3082 int dist_scale_factor = av_clip((tb*tx + 32) >> 6, -1024, 1023) >> 2;

Completed in 437 milliseconds

12345678