Searched refs:tbl (Results 101 - 125 of 190) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/tools/
H A Dgen-insn-attr-x86.awk148 function print_table(tbl,name,fmt,n)
153 if (tbl[id])
154 print " [" id "] = " tbl[id] ","
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_rules.c74 struct fib_table *tbl; local
94 if ((tbl = fib_get_table(rule->fr_net, rule->table)) == NULL)
97 err = fib_table_lookup(tbl, flp, (struct fib_result *) arg->result);
H A Ddevinet.c1534 struct ctl_table *tbl = ctl_forward_entry; local
1552 tbl = kmemdup(tbl, sizeof(ctl_forward_entry), GFP_KERNEL);
1553 if (tbl == NULL)
1556 tbl[0].data = &all->data[IPV4_DEVCONF_FORWARDING - 1];
1557 tbl[0].extra1 = all;
1558 tbl[0].extra2 = net;
1572 forw_hdr = register_net_sysctl_table(net, net_ipv4_path, tbl);
1588 if (tbl != ctl_forward_entry)
1589 kfree(tbl);
1604 struct ctl_table *tbl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/asm/
H A Dwp-mmx.pl77 $tbl="ebp";
102 &blindpop($tbl);
103 &lea ($tbl,&DWP(&label("table")."-".&label("pic_point"),$tbl));
118 &movq (@mm[0],&QWP(2048*$SCALE,$tbl,"esi",8)); # rc[r]
130 &pxor (@mm[0],&QWP(&row(0),$tbl,"esi",8));
131 &$func (@mm[1],&QWP(&row(1),$tbl,"edi",8));
137 &$func (@mm[2],&QWP(&row(2),$tbl,"esi",8));
138 &$func (@mm[3],&QWP(&row(3),$tbl,"edi",8));
144 &$func (@mm[4],&QWP(&row(4),$tbl,"es
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl77 $tbl="ebp";
102 &blindpop($tbl);
103 &lea ($tbl,&DWP(&label("table")."-".&label("pic_point"),$tbl));
118 &movq (@mm[0],&QWP(2048*$SCALE,$tbl,"esi",8)); # rc[r]
130 &pxor (@mm[0],&QWP(&row(0),$tbl,"esi",8));
131 &$func (@mm[1],&QWP(&row(1),$tbl,"edi",8));
137 &$func (@mm[2],&QWP(&row(2),$tbl,"esi",8));
138 &$func (@mm[3],&QWP(&row(3),$tbl,"edi",8));
144 &$func (@mm[4],&QWP(&row(4),$tbl,"es
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_teql.c232 if (mn->tbl == NULL)
234 if (n && n->tbl == mn->tbl &&
235 memcmp(n->primary_key, mn->primary_key, mn->tbl->key_len) == 0) {
238 n = __neigh_lookup_errno(mn->tbl, mn->primary_key, dev);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Drtacct.c97 __u32 *read_kern_table(__u32 *tbl) argument
125 nread(fd, (char*)tbl, 256*16);
128 memset(tbl, 0, 256*16);
130 return tbl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_trce.c67 # define ssl_trace_str(val, tbl) \
68 do_ssl_trace_str(val, tbl, sizeof(tbl)/sizeof(ssl_trace_tbl))
74 static const char *do_ssl_trace_str(int val, ssl_trace_tbl *tbl, size_t ntbl) argument
77 for (i = 0; i < ntbl; i++, tbl++) {
78 if (tbl->num == val)
79 return tbl->name;
86 size_t vlen, ssl_trace_tbl *tbl, size_t ntbl)
96 BIO_printf(bio, "%s (%d)\n", do_ssl_trace_str(val, tbl, ntbl), val);
84 do_ssl_trace_list(BIO *bio, int indent, const unsigned char *msg, size_t msglen, size_t vlen, ssl_trace_tbl *tbl, size_t ntbl) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Denvctrl.c329 int scale, char *tbl, char *bufdata)
343 bufdata[0] = tbl[data];
348 sprintf(bufdata,"%d ", (tbl[data] * 10) / (scale));
369 char *tbl, j = -1; local
388 tbl = pchild->tables + pchild->tblprop_array[i].offset;
392 tbl, bufdata);
404 char *tbl = NULL; local
419 tbl = pchild->tables + pchild->tblprop_array[i].offset;
423 tbl, bufdata);
328 envctrl_i2c_data_translate(unsigned char data, int translate_type, int scale, char *tbl, char *bufdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dprpmc2800.c326 struct mv64x60_cpu2pci_win *tbl; local
369 tbl = mv64x60_cpu2pci_io;
372 tbl = mv64x60_cpu2pci_mem;
391 pci_base_lo, cpu_base, size, tbl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_trce.c67 # define ssl_trace_str(val, tbl) \
68 do_ssl_trace_str(val, tbl, sizeof(tbl)/sizeof(ssl_trace_tbl))
74 static const char *do_ssl_trace_str(int val, ssl_trace_tbl *tbl, size_t ntbl) argument
77 for (i = 0; i < ntbl; i++, tbl++) {
78 if (tbl->num == val)
79 return tbl->name;
86 size_t vlen, ssl_trace_tbl *tbl, size_t ntbl)
96 BIO_printf(bio, "%s (%d)\n", do_ssl_trace_str(val, tbl, ntbl), val);
84 do_ssl_trace_list(BIO *bio, int indent, const unsigned char *msg, size_t msglen, size_t vlen, ssl_trace_tbl *tbl, size_t ntbl) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdhuff.c658 d_derived_tbl * tbl; local
683 tbl = entropy->derived_tbls[compptr->dc_tbl_no];
688 HUFF_DECODE(s, br_state, tbl, return FALSE, label1);
729 d_derived_tbl * tbl; local
755 tbl = entropy->ac_derived_tbl;
758 HUFF_DECODE(s, br_state, tbl, return FALSE, label2);
865 d_derived_tbl * tbl; local
886 tbl = entropy->ac_derived_tbl;
901 HUFF_DECODE(s, br_state, tbl, goto undoit, label3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvio.c1051 struct iommu_table *tbl; local
1062 tbl = kzalloc(sizeof(*tbl), GFP_KERNEL);
1063 if (tbl == NULL)
1067 &tbl->it_index, &offset, &size);
1070 tbl->it_size = size >> IOMMU_PAGE_SHIFT;
1072 tbl->it_offset = offset >> IOMMU_PAGE_SHIFT;
1073 tbl->it_busno = 0;
1074 tbl->it_type = TCE_VB;
1075 tbl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_host.h125 u32 tbu, tbl; member in struct:kvmppc_exit_timing::__anon9958::__anon9959
238 u32 tbl; member in struct:kvm_vcpu_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Diommu.c166 static int tce_build_cell(struct iommu_table *tbl, long index, long npages, argument
173 container_of(tbl, struct iommu_window, table);
198 io_pte = (unsigned long *)tbl->it_base + (index - tbl->it_offset);
212 static void tce_free_cell(struct iommu_table *tbl, long index, long npages) argument
218 container_of(tbl, struct iommu_window, table);
232 io_pte = (unsigned long *)tbl->it_base + (index - tbl->it_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh.h277 void mesh_table_free(struct mesh_table *tbl, bool free_leafs);
281 struct mesh_table *tbl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.c635 struct hda_codec_preset_list *tbl; local
644 list_for_each_entry(tbl, &hda_preset_tables, list) {
645 if (!try_module_get(tbl->owner)) {
649 for (preset = tbl->preset; preset->id; preset++) {
661 codec->owner = tbl->owner;
665 module_put(tbl->owner);
3680 * @tbl: configuration table, terminated by null entries
3690 const struct snd_pci_quirk *tbl)
3704 if (!codec->bus->pci || !tbl)
3707 tbl
3688 snd_hda_check_board_config(struct hda_codec *codec, int num_configs, const char **models, const struct snd_pci_quirk *tbl) argument
3752 snd_hda_check_board_codec_sid_config(struct hda_codec *codec, int num_configs, const char **models, const struct snd_pci_quirk *tbl) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dfft_neon.S193 tbl v4.16b, {v4.16b}, v30.16b // trans4_float
194 tbl v5.16b, {v5.16b,v6.16b}, v31.16b // trans8_float
218 tbl v4.16b, {v4.16b}, v30.16b // trans4_float
219 tbl v5.16b, {v5.16b,v6.16b}, v31.16b // trans8_float
283 tbl v4.16b, {v4.16b}, v30.16b // trans4_float
284 tbl v5.16b, {v5.16b,v6.16b}, v31.16b // trans8_float
321 tbl v4.16b, {v4.16b}, v30.16b // trans4_float
322 tbl v5.16b, {v5.16b,v6.16b}, v31.16b // trans8_float
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Deth_defs.h119 unsigned int tbl : 32; member in struct:__anon8256
126 unsigned int tbl : 32; member in struct:__anon8257
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c330 struct netlink_table *tbl = &nl_table[sk->sk_protocol]; local
335 for (i = 0; i < NLGRPLONGS(tbl->groups); i++) {
337 sk_for_each_bound(sk, node, &tbl->mc_list) {
341 tbl->listeners[i] = mask;
1587 struct netlink_table *tbl = &nl_table[sk->sk_protocol]; local
1592 if (NLGRPSZ(tbl->groups) < NLGRPSZ(groups)) {
1598 old = tbl->listeners;
1599 memcpy(listeners, old, NLGRPSZ(tbl->groups));
1600 rcu_assign_pointer(tbl->listeners, listeners);
1608 old_rcu_head = (void *)(tbl
1645 struct netlink_table *tbl = &nl_table[ksk->sk_protocol]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.c1345 #define LOAD_FIXED_STATE(tbl,dev) \
1346 for (i = 0; i < sizeof(tbl##Table##dev)/8; i++) \
1347 NV_WR32(&chip->dev[tbl##Table##dev[i][0]], 0, tbl##Table##dev[i][1])
1348 #define LOAD_FIXED_STATE_8BPP(tbl,dev) \
1349 for (i = 0; i < sizeof(tbl##Table##dev##_8BPP)/8; i++) \
1350 NV_WR32(&chip->dev[tbl##Table##dev##_8BPP[i][0]], 0, tbl##Table##dev##_8BPP[i][1])
1351 #define LOAD_FIXED_STATE_15BPP(tbl,dev) \
1352 for (i = 0; i < sizeof(tbl##Tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-common.S297 adr tbl, sys_call_table @ load syscall table pointer
309 ldrne tbl, =sys_oabi_call_table
321 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
346 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
396 ldrlo pc, [tbl, scno, lsl #2]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c2268 static const char tbl[64] = {
2284 *p++ = tbl[s[0] >> 2];
2285 *p++ = tbl[((s[0] & 3) << 4) + (s[1] >> 4)];
2286 *p++ = tbl[((s[1] & 0xf) << 2) + (s[2] >> 6)];
2287 *p++ = tbl[s[2] & 0x3f];
2294 *p++ = tbl[s[0] >> 2];
2295 *p++ = tbl[(s[0] & 3) << 4];
2300 *p++ = tbl[s[0] >> 2];
2301 *p++ = tbl[((s[0] & 3) << 4) + (s[1] >> 4)];
2302 *p++ = tbl[((
2255 static const char tbl[64] = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_unlabeled.c78 struct list_head *tbl; member in struct:netlbl_unlhsh_tbl
269 bkt_list = &netlbl_unlhsh_rcu_deref(netlbl_unlhsh)->tbl[bkt];
391 &netlbl_unlhsh_rcu_deref(netlbl_unlhsh)->tbl[bkt]);
1251 iter_list = &rcu_dereference(netlbl_unlhsh)->tbl[iter_bkt];
1480 hsh_tbl->tbl = kcalloc(hsh_tbl->size,
1483 if (hsh_tbl->tbl == NULL) {
1488 INIT_LIST_HEAD(&hsh_tbl->tbl[iter]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-s390x.pl63 $tbl="%r13";
125 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
264 larl $tbl,$Table

Completed in 529 milliseconds

12345678