Searched refs:newbit (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dsfsqrt.c59 register unsigned int newbit, sum; local
134 newbit = 1 << SGL_P;
135 while (newbit && Sgl_isnotzero(src)) {
136 Sgl_addition(result,newbit,sum);
139 Sgl_addition(result,(newbit<<1),result);
142 Sgl_rightshiftby1(newbit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3string.h102 pANTLR3_UINT8 (*append) (struct ANTLR3_STRING_struct * string, const char * newbit);
108 pANTLR3_UINT8 (*append8) (struct ANTLR3_STRING_struct * string, const char * newbit);
116 pANTLR3_UINT8 (*insert) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 point, const char * newbit);
122 pANTLR3_UINT8 (*insert8) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 point, const char * newbit);
132 pANTLR3_UINT8 (*appendS) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * newbit);
137 pANTLR3_UINT8 (*insertS) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 point, struct ANTLR3_STRING_struct * newbit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3string.c58 static pANTLR3_UINT8 append8 (pANTLR3_STRING string, const char * newbit);
59 static pANTLR3_UINT8 append16_8 (pANTLR3_STRING string, const char * newbit);
60 static pANTLR3_UINT8 append16_16 (pANTLR3_STRING string, const char * newbit);
61 static pANTLR3_UINT8 insert8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
62 static pANTLR3_UINT8 insert16_8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
63 static pANTLR3_UINT8 insert16_16 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
66 static pANTLR3_UINT8 appendS (pANTLR3_STRING string, pANTLR3_STRING newbit);
67 static pANTLR3_UINT8 insertS (pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newbit);
789 append8 (pANTLR3_STRING string, const char * newbit) argument
793 len = (ANTLR3_UINT32)strlen(newbit);
810 append16_8(pANTLR3_STRING string, const char * newbit) argument
837 append16_16(pANTLR3_STRING string, const char * newbit) argument
980 ANTLR3_UINT8 newbit[32]; local
989 ANTLR3_UINT8 newbit[32]; local
999 ANTLR3_UINT8 newbit[32]; local
1007 ANTLR3_UINT8 newbit[32]; local
1014 insert8(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1050 insert16_8(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1090 insert16_16(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1140 appendS(pANTLR3_STRING string, pANTLR3_STRING newbit) argument
1154 insertS(pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newbit) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dballoc.c232 int newbit, bit = 0, block, block_group, group_start; local
269 newbit = (ptr - ((char *)bh->b_data)) << 3;
270 if (newbit < sb->s_blocksize << 3) {
271 bit = newbit;
275 newbit = udf_find_next_one_bit(bh->b_data,
277 if (newbit < sb->s_blocksize << 3) {
278 bit = newbit;

Completed in 44 milliseconds