Searched refs:b4 (Results 26 - 48 of 48) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dkprobes.c61 #define W(row,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,ba,bb,bc,bd,be,bf) \
63 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Drelocate_kernel.S229 mov r4=b4
232 st8 [loc1]=r4, 8 // b4
H A Dasm-offsets.c155 DEFINE(IA64_SWITCH_STACK_B4_OFFSET, offsetof (struct switch_stack, b4));
H A Dmca_asm.S592 mov temp3=b4
595 st8 [temp1]=temp3,SW(AR_LC)-SW(B4) // save b4
751 ld8 temp3=[temp1],SW(AR_LC)-SW(B4) // restore b4
754 mov b4=temp3
H A Dentry.S96 mov r7=0; mov f5=f0; mov b4=r0
318 mov r25=b4
327 st8 [r14]=r25,SW(B5)-SW(B4) // save b4
399 ld8 r25=[r2],16 // restore b4
444 mov b4=r25
H A Dhead.S110 SAVE_FROM_REG(b4,_reg1,_reg2);; \
1033 SET_REG(b4);
1164 RESTORE_REG(b4, r25, r17);;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c2049 int b4 = (b->tm_year >> 2) + (TM_YEAR_BASE >> 2) - ! (b->tm_year & 3);
2051 int b100 = b4 / 25 - (b4 % 25 < 0);
2054 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);
2044 int b4 = (b->tm_year >> 2) + (TM_YEAR_BASE >> 2) - ! (b->tm_year & 3); local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c82 uint64_t b4[2] = { UINT64_C (17), UINT64_MAX }; variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth_unix.c177 int b1,b2,b3,b4; local
199 if (sscanf(buf, "%u.%u.%u.%u%c", &b1, &b2, &b3, &b4, &c) != 4)
218 htonl((((((b1<<8)|b2)<<8)|b3)<<8)|b4);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c992 DWTELEM *b4= buffer + mirror(y+3, height-1)*stride; local
995 if(y+3<(unsigned)height) horizontal_decompose97i(b4, width);
998 if(y+3<(unsigned)height) vertical_decompose97iH0(b3, b4, b5, width);
999 if(y+2<(unsigned)height) vertical_decompose97iL0(b2, b3, b4, width);
1005 b2=b4;
1187 void ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){ argument
1191 b4[i] -= (W_DM*(b3[i] + b5[i])+W_DO)>>W_DS;
1192 b3[i] -= (W_CM*(b2[i] + b4[i])+W_CO)>>W_CS;
1225 IDWTELEM *b4= slice_buffer_get_line(sb, mirror(y + 3, height - 1) * stride_line); local
1229 dsp->vertical_compose97i(b0, b1, b2, b3, b4, b
1253 IDWTELEM *b4= buffer + mirror(y+3, height-1)*stride; local
[all...]
H A Ddsputil.h469 void (*vertical_compose97i)(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c397 u8 b4[] = local
422 err = ttusb_result(ttusb, b4, sizeof(b4));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/telephony/
H A Dixj.h77 unsigned int b4:1; member in struct:__anon7001
H A Dixj.c3056 ixj_write_cid_bit(j, cb.cbits.b4 ? 1 : 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c683 u_char error_state, b3, b4; /* TEAC command error state */ member in struct:sbpcd_drive
1126 else if ((current_drive->error_state!=2)||(current_drive->b3!=0x3A)||(current_drive->b4==0x00))
1132 else if (current_drive->b4==0x01)
1260 current_drive->b4=0;
1383 current_drive->b4=infobuf[4];
4760 current_drive->b4=infobuf[4];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c2481 void ff_snow_vertical_compose97i_sse2(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width);
2482 void ff_snow_vertical_compose97i_mmx(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/mach-bf548/
H A DdefBF54x_base.h4815 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \
4827 (((b4) &3) << 8) | \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex7851 \gdef^^b4{\'{}}
7943 \gdef^^b4{\v Z}
7973 \gdef^^b4{\'{}}
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex8123 \gdef^^b4{\'{}}
8215 \gdef^^b4{\v Z}
8245 \gdef^^b4{\'{}}
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dconfigure21817 uint64_t b4 = UINT64_MAX;
29355 uint64_t b4 = UINT64_MAX;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfigure[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/
H A Dconfigure25894 uint64_t b4 = UINT64_C (17);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]

Completed in 776 milliseconds

12