Searched refs:permute (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dsmbdes.c156 permute(char *out, char *in, uchar *p, int n) function
219 permute(pk1, key, perm1, 56);
231 permute(ki[i], cd, perm2, 48);
234 permute(pd1, in, perm3, 64);
260 permute(er, r, perm4, 48);
283 permute(pcb, cb, perm5, 32);
298 permute(out, rl, perm6, 64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmbdes.c150 static void permute(char *out, const char *in, const uchar *p, int n) function
194 permute(pk1, key, perm1, 56);
206 permute(ki[i], cd, perm2, 48);
209 permute(pd1, in, perm3, 64);
224 permute(er, r, perm4, 48);
245 permute(pcb, cb, perm5, 32);
258 permute(out, rl, perm6, 64);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_bunzip2.c87 int permute[MAX_SYMBOLS]; member in struct:group_data
282 /* Calculate permute[], base[], and limit[] tables from
285 * permute[] is the lookup table for converting
289 * permute[].
306 /* Calculate permute[]. Concurrently, initialize
313 hufGroup->permute[pp++] = t;
405 nextSym = hufGroup->permute[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct-test.c228 static void permute(DCTELEM dst[64], const DCTELEM src[64], int perm) function
271 permute(block, block1, dct->format);
329 permute(block1, block, dct->format);
H A Dvp5.c177 uint8_t *permute = s->scantable.permutated; local
224 s->block_coeff[b][permute[coeff_idx]] = coeff;
H A Dvp6.c372 uint8_t *permute = s->scantable.permutated; local
416 s->block_coeff[b][permute[idx]] = coeff2;
432 uint8_t *permute = s->scantable.permutated; local
475 s->block_coeff[b][permute[idx]] = coeff;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c58 int limit[MAX_HUFCODE_BITS+1], base[MAX_HUFCODE_BITS], permute[MAX_SYMBOLS]; member in struct:group_data
266 /* Calculate permute[], base[], and limit[] tables from length[].
268 * permute[] is the lookup table for converting Huffman coded symbols
270 * value of a Huffman symbol of a given length when using permute[].
288 /* Calculate permute[]. Concurently, initialize temp[] and limit[]. */
295 hufGroup->permute[pp++] = t;
391 nextSym = hufGroup->permute[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec2.c39 static void permute(uint8_t *dst, const uint8_t *src, const uint8_t permutation[64]) function
60 permute(ctx->progressive_scan, ff_prores_progressive_scan, idct_permutation);
61 permute(ctx->interlaced_scan, ff_prores_interlaced_scan, idct_permutation);
129 permute(ctx->qmat_luma, ctx->prodsp.idct_permutation, ptr);
140 permute(ctx->qmat_chroma, ctx->prodsp.idct_permutation, ptr);
H A Ddct-test.c228 static void permute(int16_t dst[64], const int16_t src[64], int perm) function
275 permute(block, block1, dct->format);
337 permute(block1, block, dct->format);
H A Dvp5.c178 uint8_t *permute = s->idct_scantable; local
225 s->block_coeff[b][permute[coeff_idx]] = coeff;
H A Dvp6.c386 uint8_t *permute = s->idct_scantable; local
430 s->block_coeff[b][permute[idx]] = coeff2;
446 uint8_t *permute = s->idct_scantable; local
489 s->block_coeff[b][permute[idx]] = coeff;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm907 ; I often want to use macros that permute their arguments. e.g. there's no
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dx86inc.asm667 ; I often want to use macros that permute their arguments. e.g. there's no

Completed in 122 milliseconds