Searched refs:lb (Results 26 - 50 of 79) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c428 int n,lb; local
470 * Note that lb value is max for lower box, so must be < old max.
474 lb = (b1->c0max + b1->c0min) / 2;
475 b1->c0max = lb;
476 b2->c0min = lb+1;
479 lb = (b1->c1max + b1->c1min) / 2;
480 b1->c1max = lb;
481 b2->c1min = lb+1;
484 lb = (b1->c2max + b1->c2min) / 2;
485 b1->c2max = lb;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86unix.pl26 %lb=( 'eax', '%al',
69 (defined($lb{$_[0]})) || die "$_[0] does not have a 'low byte'\n";
70 return($lb{$_[0]});
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dopenbsd_hw.c157 unsigned char lb[MAX_HW_IV];
178 memcpy(lb,&in[cryp.len-ctx->cipher->iv_len],ctx->cipher->iv_len);
233 memcpy(ctx->iv,lb,ctx->cipher->iv_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dopenbsd_hw.c157 unsigned char lb[MAX_HW_IV];
178 memcpy(lb,&in[cryp.len-ctx->cipher->iv_len],ctx->cipher->iv_len);
233 memcpy(ctx->iv,lb,ctx->cipher->iv_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dmemcpy.S391 EXC( lb t0, N(src), l_exc); \
404 EXC( lb t0, NBYTES-2(src), l_exc)
416 * lb faults)
420 * Hence, the lb below may get an exception.
428 EXC( lb t1, 0(src), l_exc)
502 lb t0, -1(a1)
514 lb t0, (a1)
H A Dmemcpy-inatomic.S387 EXC( lb t0, N(src), l_exc); \
400 EXC( lb t0, NBYTES-2(src), l_exc)
412 * lb faults)
416 * Hence, the lb below may get an exception.
424 EXC( lb t1, 0(src), l_exc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86unix.pl27 %lb=( 'eax', '%al',
88 (defined($lb{$_[0]})) || die "$_[0] does not have a 'low byte'\n";
89 return($lb{$_[0]});
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp56.c268 VP56RefDc *lb = &s->left_block[vp56_b6to4[b]]; local
273 if (ref_frame == lb->ref_frame) {
274 dc += lb->dc_coeff;
296 lb->dc_coeff = s->block_coeff[b][idx];
297 lb->ref_frame = ref_frame;
H A Dsnow.c2426 BlockNode *lb= lt+b_stride; local
2427 BlockNode *rb= lb+1;
2436 lb= rb;
2439 rb= lb;
2442 lt= lb;
2445 lb= lt;
2490 if(same_block(lt, lb)){
2492 }else if(same_block(rt, lb)){
2497 pred_block(s, block[2], tmp, src_stride, src_x, src_y, b_w, b_h, lb, plane_index, w, h);
2504 }else if(same_block(lb, r
3058 BlockNode *lb = mb_x ? &s->block[index -1] : NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.c868 const xfs_dir2_leaf_entry_t *lb; /* second leaf entry */ local
871 lb = b;
872 return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 :
873 (be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Ddiff.c655 static void fetch(long *f, int a, int b, FILE * lb, int ch) argument
662 fseek(lb, f[i - 1], SEEK_SET);
671 if ((c = getc(lb)) == EOF) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c597 struct linkblk *lb; local
675 lb = (struct linkblk *) mp->b_cont->b_rptr;
676 lq = lb->l_qbot;
715 lb = (struct linkblk *) mp->b_cont->b_rptr;
717 if (us->lowerq != lb->l_qbot) {
719 us->lowerq, lb->l_qbot);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c599 struct linkblk *lb; local
678 lb = (struct linkblk *) mp->b_cont->b_rptr;
679 lq = lb->l_qbot;
718 lb = (struct linkblk *) mp->b_cont->b_rptr;
720 if (us->lowerq != lb->l_qbot) {
722 us->lowerq, lb->l_qbot);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-low.S371 4: lb t0, (a0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfig.sub233 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dconfig.sub244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.sub231 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfig.sub244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfig.sub244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/conftools/
H A Dconfig.sub244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconfig.sub231 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/build-aux/
H A Dconfig.sub244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfig.sub233 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dconfig.sub231 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
H A Dconfig_arm.sub231 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \

Completed in 235 milliseconds

1234