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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dcfe_osl.c54 struct lbuf *lb; local
61 lb = (struct lbuf *) &buf[LBDATASZ];
62 bzero(lb, sizeof(struct lbuf));
63 lb->head = lb->data = buf;
64 lb->end = buf + len;
65 lb->len = len;
66 lb->tail = lb->data + len;
67 return lb;
71 osl_pktfree(osl_t *osh, struct lbuf *lb, bool send) argument
86 osl_pktdup(struct lbuf *lb) argument
99 osl_pktsetlen(struct lbuf *lb, uint len) argument
108 osl_pktpush(struct lbuf *lb, uint bytes) argument
119 osl_pktpull(struct lbuf *lb, uint bytes) argument
188 osl_pkt_frmnative(iocb_buffer_t *buffer, struct lbuf *lb) argument
197 osl_pkt_tonative(struct lbuf* lb, iocb_buffer_t *buffer) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Drecode-sr-latin.c198 init_linebuffer (struct linebuffer *lb) argument
200 lb->size = 0;
201 lb->length = 0;
202 lb->buffer = NULL;
209 read_linebuffer (struct linebuffer *lb, FILE *stream) argument
215 char *p = lb->buffer;
216 char *end = lb->buffer + lb->size;
223 if (p == lb->buffer || ferror (stream))
229 size_t oldsize = lb
248 destroy_linebuffer(struct linebuffer *lb) argument
259 struct linebuffer lb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dmin_osl.h186 #define PKTDATA(osh, lb) ((void *)NULL)
187 #define PKTLEN(osh, lb) 0
188 #define PKTHEADROOM(osh, lb) 0
189 #define PKTTAILROOM(osh, lb) 0
190 #define PKTNEXT(osh, lb) ((void *)NULL)
191 #define PKTSETNEXT(osh, lb, x)
192 #define PKTSETLEN(osh, lb, len)
193 #define PKTPUSH(osh, lb, bytes)
194 #define PKTPULL(osh, lb, bytes)
196 #define PKTTAG(lb) ((voi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_shift.c126 int i,nw,lb,rb; local
133 lb=n%BN_BITS2;
134 rb=BN_BITS2-lb;
138 if (lb == 0)
146 t[nw+i]=(l<<lb)&BN_MASK2;
158 int i,j,nw,lb,rb; local
164 lb=BN_BITS2-rb;
198 *(t++) =(tmp|(l<<lb))&BN_MASK2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_shift.c134 int i,nw,lb,rb; local
144 lb=n%BN_BITS2;
145 rb=BN_BITS2-lb;
149 if (lb == 0)
157 t[nw+i]=(l<<lb)&BN_MASK2;
170 int i,j,nw,lb,rb; local
179 lb=BN_BITS2-rb;
213 *(t++) =(tmp|(l<<lb))&BN_MASK2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ps3/
H A Dvuart.c451 struct list_buffer *lb; local
483 lb = kmalloc(sizeof(struct list_buffer) + bytes, GFP_KERNEL);
485 if (!lb) {
489 memcpy(lb->data, buf, bytes);
490 lb->head = lb->data;
491 lb->tail = lb->data + bytes;
492 lb->dbg_number = ++dbg_number;
495 list_add_tail(&lb
518 struct list_buffer *lb, *n; local
613 struct list_buffer *lb, *n; local
673 struct list_buffer *lb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_cmp.c193 int la, lb; local
196 lb = b->length;
206 while (lb > 0 && isspace(*pb))
208 lb--;
215 while (lb > 0 && isspace(pb[lb-1]))
216 lb--;
219 while (la > 0 && lb > 0)
230 la--; lb--;
232 if (la <= 0 || lb <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_cmp.c193 int la, lb; local
196 lb = b->length;
206 while (lb > 0 && isspace(*pb))
208 lb--;
215 while (lb > 0 && isspace(pb[lb-1]))
216 lb--;
219 while (la > 0 && lb > 0)
230 la--; lb--;
232 if (la <= 0 || lb <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dtmdiff.c195 signed long long la,lb; local
197 signed _int64 la,lb; local
200 lb=b->ms_win32.dwHighDateTime;
202 lb<<=32;
204 lb+=b->ms_win32.dwLowDateTime;
205 ret=((double)(lb-la))/1e7;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dtmdiff.c202 signed long long la,lb; local
204 signed _int64 la,lb; local
207 lb=b->ms_win32.dwHighDateTime;
209 lb<<=32;
211 lb+=b->ms_win32.dwLowDateTime;
212 ret=((double)(lb-la))/1e7;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggparseogm.c140 int lb; local
145 lb = ((*p & 2) << 1) | ((*p >> 6) & 3);
146 os->pstart += lb + 1;
147 os->psize -= lb + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dstrlen_user.S31 1: EX(lb, t0, (v0), fault)
H A Dstrnlen_user.S37 EX(lb, t0, (v0), fault)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlog.c400 struct gfs2_log_buf *lb; local
403 lb = kzalloc(sizeof(struct gfs2_log_buf), GFP_NOFS | __GFP_NOFAIL);
404 list_add(&lb->lb_list, &sdp->sd_log_flush_list);
406 bh = lb->lb_bh = sb_getblk(sdp->sd_vfs, blkno);
430 struct gfs2_log_buf *lb; local
433 lb = kzalloc(sizeof(struct gfs2_log_buf), GFP_NOFS | __GFP_NOFAIL);
434 list_add(&lb->lb_list, &sdp->sd_log_flush_list);
435 lb->lb_real = real;
437 bh = lb->lb_bh = alloc_buffer_head(GFP_NOFS | __GFP_NOFAIL);
518 struct gfs2_log_buf *lb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.c152 static inline void dump_loader_block (volatile loader_block * lb) { argument
155 PRINTDB (DBG_LOAD, "lb @ %p; res: %d, cmd: %d, pay:",
156 lb, be32_to_cpu (lb->result), be32_to_cpu (lb->command));
158 PRINTDM (DBG_LOAD, " %08x", be32_to_cpu (lb->payload.data[i]));
159 PRINTDE (DBG_LOAD, ", vld: %08x", be32_to_cpu (lb->valid));
161 (void) lb;
1472 static int __devinit do_loader_command (volatile loader_block * lb, argument
1488 lb
1528 get_loader_version(loader_block * lb, const amb_dev * dev, u32 * version) argument
1544 loader_write(loader_block * lb, const amb_dev * dev, const u32 * data, u32 address, unsigned int count) argument
1563 loader_verify(loader_block * lb, const amb_dev * dev, const u32 * data, u32 address, unsigned int count) argument
1588 loader_start(loader_block * lb, const amb_dev * dev, u32 address) argument
1661 ucode_init(loader_block * lb, amb_dev * dev) argument
1805 fixup_plx_window(amb_dev *dev, loader_block *lb) argument
1821 loader_block lb; local
[all...]
H A Dnicstar.c230 static void ns_lb_destructor(struct sk_buff *lb);
237 static void dequeue_lg_buf(ns_dev *card, struct sk_buff *lb);
301 struct sk_buff *lb; local
338 while ((lb = skb_dequeue(&card->lbpool.queue)) != NULL)
339 dev_kfree_skb_any(lb);
778 struct sk_buff *lb; local
779 lb = __dev_alloc_skb(NS_LGSKBSIZE, GFP_KERNEL);
780 if (lb == NULL)
788 NS_SKB_CB(lb)->buf_type = BUF_LG;
789 skb_queue_tail(&card->lbpool.queue, lb);
957 struct sk_buff *lb; local
1346 struct sk_buff *lb; local
2413 struct sk_buff *hb, *sb, *lb; local
2548 ns_lb_destructor(struct sk_buff *lb) argument
2657 dequeue_lg_buf(ns_dev *card, struct sk_buff *lb) argument
2852 struct sk_buff *lb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lasat/
H A Dlasat_board.c60 unsigned long *lb = lasat_board_info.li_flashpart_base; local
70 lb[LASAT_MTD_BOOTLOADER] = 0x1e400000;
80 lb[LASAT_MTD_BOOTLOADER] = 0x10000000;
89 lb[i] = lb[i-1] + ls[i-1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86nasm.pl7 %lb=( 'eax', 'al',
41 (defined($lb{$_[0]})) || die "$_[0] does not have a 'low byte'\n";
42 return($lb{$_[0]});
H A Dx86ms.pl7 %lb=( 'eax', 'al',
34 (defined($lb{$_[0]})) || die "$_[0] does not have a 'low byte'\n";
35 return($lb{$_[0]});
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_h323_asn1.c86 unsigned char lb; member in struct:field_t
321 unsigned v = get_uint(bs, len) + f->lb;
369 len = f->lb;
374 len += (*bs->cur++) + f->lb;
400 len = get_bits(bs, f->sz) + f->lb;
418 if (f->lb > 2) {
422 IFTHEN(f->lb == 4,
431 len = f->lb;
436 len = (*bs->cur++) + f->lb;
441 len = get_len(bs) + f->lb;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbio_lib.c376 BIO *lb; local
379 lb=b;
380 while (lb->next_bio != NULL)
381 lb=lb->next_bio;
382 lb->next_bio=bio;
384 bio->prev_bio=lb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dnfa.c537 * new = mkrep( mach, lb, ub );
539 * new - a machine that matches whatever "mach" matched from "lb"
543 * if "ub" is INFINITY then "new" matches "lb" or more occurrences of "mach"
546 int mkrep( mach, lb, ub )
547 int mach, lb, ub;
551 base_mach = copysingl( mach, lb - 1 );
564 for ( i = lb; i < ub; ++i )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86ms.pl7 %lb=( 'eax', 'al',
40 (defined($lb{$_[0]})) || die "$_[0] does not have a 'low byte'\n";
41 return($lb{$_[0]});
H A Dx86nasm.pl8 %lb=( 'eax', 'al',
43 (defined($lb{$_[0]})) || die "$_[0] does not have a 'low byte'\n";
44 return($lb{$_[0]});
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lib.c422 BIO *lb; local
425 lb=b;
426 while (lb->next_bio != NULL)
427 lb=lb->next_bio;
428 lb->next_bio=bio;
430 bio->prev_bio=lb;

Completed in 224 milliseconds

1234