Searched refs:index1 (Results 51 - 68 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlinebreak.c87 unsigned int index1 = uc >> lbrkprop_header_0; local
88 if (index1 < lbrkprop_header_1)
90 int lookup1 = lbrkprop.level1[index1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlinebreak.c87 unsigned int index1 = uc >> lbrkprop_header_0; local
88 if (index1 < lbrkprop_header_1)
90 int lookup1 = lbrkprop.level1[index1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945.c1962 s32 index0, index1; local
1981 index1 = 1;
1984 index1 = 2;
1987 index1 = 3;
1990 index1 = 4;
1993 denominator = (s32) samples[index1].power - (s32) samples[index0].power;
1997 gains1 = (s32) samples[index1].gain_index * (1 << 19);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-csharp.c759 unsigned int index1 = uc >> 16; local
760 if (index1 < ((const int *) table)[0])
762 int lookup1 = ((const int *) table)[1 + index1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlapi.c286 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { argument
287 StkId o1 = index2addr(L, index1);
316 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { argument
320 o1 = index2addr(L, index1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c1079 index1 = index % 6; \
1080 if (!s->quarter_sample && index1 == 5) val = 1; \
1082 if (size_table[index1] - val > 0) \
1083 val = get_bits(gb, size_table[index1] - val); \
1086 _dmv_x = (sign ^ ((val>>1) + offset_table[index1])) - sign; \
1088 index1 = index / 6; \
1089 if (!s->quarter_sample && index1 == 5) val = 1; \
1091 if (size_table[index1] - val > 0) \
1092 val = get_bits(gb, size_table[index1] - val); \
1095 _dmv_y = (sign ^ ((val >> 1) + offset_table[index1]))
1101 int index, index1; local
3454 int index, index1; /* LUT indexes */ local
4021 int index, index1; /* LUT indexes */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c1153 index1 = index % 6; \
1154 if (!s->quarter_sample && index1 == 5) val = 1; \
1156 if (size_table[index1] - val > 0) \
1157 val = get_bits(gb, size_table[index1] - val); \
1160 _dmv_x = (sign ^ ((val>>1) + offset_table[index1])) - sign; \
1162 index1 = index / 6; \
1163 if (!s->quarter_sample && index1 == 5) val = 1; \
1165 if (size_table[index1] - val > 0) \
1166 val = get_bits(gb, size_table[index1] - val); \
1169 _dmv_y = (sign ^ ((val >> 1) + offset_table[index1]))
1175 int index, index1; local
3539 int index, index1; /* LUT indexes */ local
4116 int index, index1; /* LUT indexes */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_lsa.c361 ospf6_lsa_lsd_is_refer_ok (int index1, struct ospf6_lsa_header *lsa_header1, argument
371 r1 = (struct ospf6_router_lsd *) ospf6_lsa_lsd_get (index1, lsa_header1);
373 n = (struct ospf6_network_lsd *) ospf6_lsa_lsd_get (index1, lsa_header1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dgenerator.py827 (index1, func1, name1, ret1, args1, file1) = info1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dgenerator.py827 (index1, func1, name1, ret1, args1, file1) = info1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_setmode.c3671 index1 ; local
3704 index1 = XGINew_GetReg1( pVBInfo->P3d4 , 0x38 ) ; //PAL-M/PAL-N Info
3705 temp2 = ( index1 & 0xC0 ) >> 5 ; //00:PAL, 01:PAL-M, 10:PAL-N
3742 index1 = XGINew_GetReg1( pVBInfo->P3d4 , 0x35 ) ;
3743 index1 &= YPbPrMode ;
3745 if ( index1 == YPbPrMode525i )
3748 if ( index1 == YPbPrMode525p )
3750 if ( index1 == YPbPrMode750p)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c912 int index1, int index2, int index3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c912 int index1, int index2, int index3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/asm/
H A Decp_nistz256-avx2.pl1913 # int index0, int index1, int index2, int index3);
1916 my ($val,$in_t,$index0,$index1,$index2,$index3)=("%rdi","%rsi","%edx","%ecx","%r8d","%r9d");
1945 vmovd $index1, %xmm1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/asm/
H A Decp_nistz256-avx2.pl1913 # int index0, int index1, int index2, int index3);
1916 my ($val,$in_t,$index0,$index1,$index2,$index3)=("%rdi","%rsi","%edx","%ecx","%r8d","%r9d");
1945 vmovd $index1, %xmm1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Djisx0213.h5904 int index1 = jisx0213_from_ucs_level1[ucs >> 6]; local
5905 if (index1 >= 0) {
5906 const Summary16 *summary = &jisx0213_from_ucs_level2_2indx[((index1 << 6) + (ucs & 0x3f)) >> 4];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Djisx0213.h5904 int index1 = jisx0213_from_ucs_level1[ucs >> 6]; local
5905 if (index1 >= 0) {
5906 const Summary16 *summary = &jisx0213_from_ucs_level2_2indx[((index1 << 6) + (ucs & 0x3f)) >> 4];

Completed in 251 milliseconds

123