Searched refs:k0 (Results 26 - 50 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dttaenc.c158 k = rice->k0;
161 if (rice->k0 > 0 && rice->sum0 < ff_tta_shift_16[rice->k0])
162 rice->k0--;
163 else if (rice->sum0 > ff_tta_shift_16[rice->k0 + 1])
164 rice->k0++;
H A Dtta.c269 k = rice->k0;
298 value += ff_tta_shift_1[rice->k0];
301 if (rice->k0 > 0 && rice->sum0 < ff_tta_shift_16[rice->k0])
302 rice->k0--;
303 else if(rice->sum0 > ff_tta_shift_16[rice->k0 + 1])
304 rice->k0++;
H A Dsbr.h131 const float X_low[32][40][2], int k0);
153 unsigned k[5]; ///< k0, k1, k2
H A Dopus_celt.c1214 int k0; local
1229 k0 = K;
1241 val = (k0 - K + s) ^ s;
1258 k0 = K;
1263 val = (k0 - K + s) ^ s;
1275 k0 = K;
1281 val = (k0 - K + s) ^ s;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzlib.c564 s->state_out_ch = s->k0;
568 if (k1 != s->k0) { s->k0 = k1; continue; };
574 if (k1 != s->k0) { s->k0 = k1; continue; };
580 if (k1 != s->k0) { s->k0 = k1; continue; };
585 BZ_GET_FAST(s->k0); BZ_RAND_UPD_MASK;
586 s->k0 ^= BZ_RAND_MASK; s->nblock_used++;
596 Int32 c_k0 = s->k0;
[all...]
H A Ddecompress.c551 BZ_GET_SMALL(s->k0); s->nblock_used++;
552 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK;
554 BZ_GET_SMALL(s->k0); s->nblock_used++;
570 BZ_GET_FAST(s->k0); s->nblock_used++;
571 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK;
573 BZ_GET_FAST(s->k0); s->nblock_used++;
H A Dbzlib_private.h374 Int32 k0; member in struct:__anon822
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbzip2_inflate.c323 Int32 k0; member in struct:__anon20332
733 s->state_out_ch = s->k0;
737 if (k1 != s->k0) { s->k0 = k1; continue; };
743 if (k1 != s->k0) { s->k0 = k1; continue; };
749 if (k1 != s->k0) { s->k0 = k1; continue; };
754 BZ_GET_FAST(s->k0); BZ_RAND_UPD_MASK;
755 s->k0
[all...]
H A Dsbsdram.S37 li k0,0xb8000120; \
39 sw k1,0(k0); \
41 sw k1,4(k0); \
42 li k0,0xbb000000
45 sw reg,((num & 0xff) << 4)(k0)
52 * it changes k0 and k1 registers.
60 li k0,KSEG1ADDR(0x18000040); \
62 sw k1,FLADDR_OFF(k0)
66 sw k1,FLADDR_OFF(k0)
70 sw k1,FLDATA_OFF(k0)
[all...]
H A Dboot.S34 * and previous chips. Also, it changes k0 and k1 registers.
47 li k0,KSEG1ADDR(0x180000d0); \
49 sw k1,BPADDR_OFF(k0)
53 sw k1,BPADDR_OFF(k0)
57 sw k1,BPDATA_OFF(k0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtta.c49 uint32_t k0, k1, sum0, sum1; member in struct:TTARice
176 static void rice_init(TTARice *c, uint32_t k0, uint32_t k1) argument
178 c->k0 = k0;
180 c->sum0 = shift_16[k0];
373 k = rice->k0;
398 value += shift_1[rice->k0];
401 if (rice->k0 > 0 && rice->sum0 < shift_16[rice->k0])
402 rice->k0
[all...]
H A Dadpcm.c1098 int k0, signmask, nb_bits, count; local
1107 k0 = 1 << (nb_bits-2);
1124 int k = k0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtea.c65 u32 k0, k1, k2, k3; local
73 k0 = ctx->KEY[0];
82 y += ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
93 u32 k0, k1, k2, k3; local
101 k0 = ctx->KEY[0];
112 y -= ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
H A Dvmac.c243 #define k0 (*(((u32 *)kl)+INDEX_LOW)) macro
256 p += MUL32(a2, k0);
262 p += MUL32(a3, k0);
266 p += MUL32(a0, k0);
276 p += MUL32(a1, k0);
289 #undef k0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dttmac.cpp87 #define k0 0 macro
129 Subround(F, a1, b1, c1, d1, e1, X[ 0], 11, k0);
130 Subround(F, e1, a1, b1, c1, d1, X[ 1], 14, k0);
131 Subround(F, d1, e1, a1, b1, c1, X[ 2], 15, k0);
132 Subround(F, c1, d1, e1, a1, b1, X[ 3], 12, k0);
133 Subround(F, b1, c1, d1, e1, a1, X[ 4], 5, k0);
134 Subround(F, a1, b1, c1, d1, e1, X[ 5], 8, k0);
135 Subround(F, e1, a1, b1, c1, d1, X[ 6], 7, k0);
136 Subround(F, d1, e1, a1, b1, c1, X[ 7], 9, k0);
137 Subround(F, c1, d1, e1, a1, b1, X[ 8], 11, k0);
[all...]
H A Dripemd.cpp18 #define k0 0 macro
55 Subround(F, a1, b1, c1, d1, e1, X[ 0], 11, k0);
56 Subround(F, e1, a1, b1, c1, d1, X[ 1], 14, k0);
57 Subround(F, d1, e1, a1, b1, c1, X[ 2], 15, k0);
58 Subround(F, c1, d1, e1, a1, b1, X[ 3], 12, k0);
59 Subround(F, b1, c1, d1, e1, a1, X[ 4], 5, k0);
60 Subround(F, a1, b1, c1, d1, e1, X[ 5], 8, k0);
61 Subround(F, e1, a1, b1, c1, d1, X[ 6], 7, k0);
62 Subround(F, d1, e1, a1, b1, c1, X[ 7], 9, k0);
63 Subround(F, c1, d1, e1, a1, b1, X[ 8], 11, k0);
[all...]
H A Dcamellia.cpp51 #define DOUBLE_ROUND(lh, ll, rh, rl, k0, k1, k2, k3) \
52 ROUND(lh, ll, rh, rl, k0, k1) \
74 word32 k0=kl0, k1=kl1, k2=kl2, k3=kl3; local
83 kwl = (word64(k0) << 32) | k1; \
98 kw = _mm_set_epi32(k0, k1, k2, k3); \
125 k0=kl0, k1=kl1, k2=kl2, k3=kl3;
126 DOUBLE_ROUND(k0, k1, k2, k3, 0xA09E667Ful, 0x3BCC908Bul, 0xB67AE858ul, 0x4CAA73B2ul);
127 k0^=kl0, k1^=kl1, k2^=kl2, k3^=kl3;
128 DOUBLE_ROUND(k0, k1, k2, k3, 0xC6EF372Ful, 0xE94F82BEul, 0x54FF53A5ul, 0xF1D36F1Cul);
156 k0
[all...]
H A Dwake.h28 void GenKey(word32 k0, word32 k1, word32 k2, word32 k3);
H A Dvmac.cpp267 #define k0 [eax+2*8+2*4] macro
273 AS2( movd mm1, k0)
302 AS2( movd mm7, k0)
303 AS2( pmuludq mm3, mm7) // a2*k0
304 AS2( pmuludq mm4, mm7) // a3*k0
316 AS2( pmuludq mm3, mm7) // a0*k0
319 AS2( pmuludq mm7, mm5) // a1*k0
363 #undef k0 macro
532 #define k0 (((word32 *)(polyS+i*4+2))[2+NativeByteOrder::ToEnum()]) macro
546 word64 t = (word64)nh0[i] + k0;
595 #undef k0 macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Docteon_switch.S437 * safely modify k0 and k1.
443 dmfc0 k0, $9,7 /* CvmCtl register. */
444 bbit1 k0, 27, 1f /* Skip CvmCtl[NOMUL] */
448 v3mulu k0, $0, $0
450 sd k0, PT_MTP(sp) /* PT_MTP has P0 */
451 v3mulu k0, $0, $0
455 sd k0, PT_MTP+16(sp) /* PT_MTP+16 has P2 */
456 v3mulu k0, $0, $0
459 sd k0, PT_MPL+8(sp) /* PT_MPL+8 has MPL1 */
481 ld k0, PT_MP
[all...]
H A Dtraps.c1470 unsigned int k0 = 26; local
1475 UASM_i_LA(&buf, k0, handler);
1476 uasm_i_jr(&buf, k0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dsleep.S21 * k0 scratch
24 #define k0 r0 define
253 mov.l 1f, k0
254 and k0, k1
260 mov.l @(SH_SLEEP_SR, k1), k0
261 ldc k0, sr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S16 #define k0 r0 define
116 stc r2_bank, k0 ! fetch old sp from r2_bank0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacsbr_mips.c487 const float X_low[32][40][2], int k0)
495 for (k = 0; k < k0; k++) {
485 sbr_hf_inverse_filter_mips(SBRDSPContext *dsp, float (*alpha0)[2], float (*alpha1)[2], const float X_low[32][40][2], int k0) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dctkip.c298 pMic->left = pMic->k0;
306 pMic->k0 = zfGetU32t(key);
406 MyMicKey.k0=pMicKey->k0;

Completed in 123 milliseconds

123