Searched refs:BSIZE (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_dctdnoiz.c33 #define BSIZE (1<<(NBITS)) macro
54 int step; // block step increment (BSIZE - overlap)
56 float *block, *tmp_block; // two BSIZE x BSIZE block buffers
77 for (y = 0; y < BSIZE; y++) {
80 memcpy(line, src, BSIZE * sizeof(*line));
85 column[0] = line[0] * (1. / sqrt(BSIZE));
86 column += BSIZE;
87 for (x = 1; x < BSIZE; x++) {
88 *column = line[x] * sqrt(2. / BSIZE);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Denc_read.c106 tmpbuf=OPENSSL_malloc(BSIZE);
111 net=OPENSSL_malloc(BSIZE);
116 unnet=OPENSSL_malloc(BSIZE);
H A Denc_writ.c98 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
H A Ddes_locl.h106 #define BSIZE (MAXWRITE+4) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Denc_read.c108 tmpbuf = OPENSSL_malloc(BSIZE);
113 net = OPENSSL_malloc(BSIZE);
118 unnet = OPENSSL_malloc(BSIZE);
H A Denc_writ.c103 outbuf = OPENSSL_malloc(BSIZE + HDRSIZE);
H A Ddes_locl.h106 # define BSIZE (MAXWRITE+4) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Denc_read.c108 tmpbuf = OPENSSL_malloc(BSIZE);
113 net = OPENSSL_malloc(BSIZE);
118 unnet = OPENSSL_malloc(BSIZE);
H A Denc_writ.c103 outbuf = OPENSSL_malloc(BSIZE + HDRSIZE);
H A Ddes_locl.h106 # define BSIZE (MAXWRITE+4) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/
H A Db64.c71 #undef BSIZE macro
75 #define BSIZE (8*1024) macro
84 int bsize = BSIZE, verbose = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Db64.c71 #undef BSIZE macro
75 #define BSIZE (8*1024) macro
84 int bsize=BSIZE,verbose=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/
H A Db64.c71 #undef BSIZE macro
75 #define BSIZE (8*1024) macro
84 int bsize = BSIZE, verbose = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.c1461 #undef BSIZE macro
1462 #define BSIZE 256 macro
1523 char buf[1][BSIZE];
1533 if (j >= BSIZE)
1540 BUF_strlcpy(buf[0], serialfile, BSIZE);
1585 char buf[5][BSIZE];
1592 if (j + 1 >= BSIZE)
1687 char buf[1][BSIZE];
1789 char buf[3][BSIZE];
1800 if (j + 6 >= BSIZE)
[all...]
H A Denc.c74 #undef BSIZE macro
78 #define BSIZE (8*1024) macro
110 int bsize=BSIZE,verbose=0;
H A Dca.c314 #undef BSIZE macro
315 #define BSIZE 256 macro
316 MS_STATIC char buf[3][BSIZE];
1280 if(strlen(outdir) >= (size_t)(j ? BSIZE-j*2-6 : BSIZE-8))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c1650 #undef BSIZE macro
1651 #define BSIZE 256 macro
1706 char buf[1][BSIZE];
1716 if (j >= BSIZE) {
1722 BUF_strlcpy(buf[0], serialfile, BSIZE);
1764 char buf[5][BSIZE];
1771 if (j + 1 >= BSIZE) {
1848 char buf[1][BSIZE];
1939 char buf[3][BSIZE];
1949 if (j + 6 >= BSIZE) {
[all...]
H A Denc.c77 #undef BSIZE macro
81 #define BSIZE (8*1024) macro
108 int bsize = BSIZE, verbose = 0;
H A Dca.c318 #undef BSIZE macro
319 #define BSIZE 256 macro
320 MS_STATIC char buf[3][BSIZE];
1237 if (strlen(outdir) >= (size_t)(j ? BSIZE - j * 2 - 6 : BSIZE - 8)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c1650 #undef BSIZE macro
1651 #define BSIZE 256 macro
1706 char buf[1][BSIZE];
1716 if (j >= BSIZE) {
1722 BUF_strlcpy(buf[0], serialfile, BSIZE);
1764 char buf[5][BSIZE];
1771 if (j + 1 >= BSIZE) {
1848 char buf[1][BSIZE];
1939 char buf[3][BSIZE];
1949 if (j + 6 >= BSIZE) {
[all...]
H A Denc.c77 #undef BSIZE macro
81 #define BSIZE (8*1024) macro
108 int bsize = BSIZE, verbose = 0;
H A Dca.c318 #undef BSIZE macro
319 #define BSIZE 256 macro
320 MS_STATIC char buf[3][BSIZE];
1237 if (strlen(outdir) >= (size_t)(j ? BSIZE - j * 2 - 6 : BSIZE - 8)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Ds3cmci.c1034 /* write BSIZE register */
1474 DBG_REG(BSIZE),

Completed in 374 milliseconds