Home
last modified time | relevance | path

Searched refs:nIn (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Datrac.c128 void ff_atrac_iqmf(float *inlo, float *inhi, unsigned int nIn, float *pOut, in ff_atrac_iqmf() argument
139 for(i=0; i<nIn; i+=2){ in ff_atrac_iqmf()
148 for (j = nIn; j != 0; j--) { in ff_atrac_iqmf()
165 memcpy(delayBuf, temp + nIn*2, 46*sizeof(float)); in ff_atrac_iqmf()
H A Datrac.h89 * @param nIn size of spectrum buffer
94 void ff_atrac_iqmf(float *inlo, float *inhi, unsigned int nIn, float *pOut,
/third_party/sqlite/src/
H A Dshell.c3970 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match() argument
3983 in.mx = nIn>=0 ? nIn : (int)strlen((char const*)zIn); in re_match()
4769 sqlite3_int64 nIn; in readFileContents() local
4780 nIn = ftell(in); in readFileContents()
4784 if( nIn>mxBlob ){ in readFileContents()
4789 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
4795 if( nIn==(sqlite3_int64)fread(pBuf, 1, (size_t)nIn, i in readFileContents()
7785 zipfileInflate( sqlite3_context *pCtx, const u8 *aIn, int nIn, int nOut ) zipfileInflate() argument
7833 zipfileDeflate( const u8 *aIn, int nIn, u8 **ppOut, int *pnOut, char **pzErr ) zipfileDeflate() argument
8452 int nIn = sqlite3_value_bytes(apVal[7]); zipfileUpdate() local
10150 int nIn = zIn ? STRLEN(zIn) : 0; idxAppendText() local
19104 long nIn; readFile() local
[all...]
H A Dsqlite3.c11803 int nIn, const void *pIn, /* Input changeset */
12444 ** Argument pIn must point to a buffer containing a changeset nIn bytes
12456 int nIn, const void *pIn,
77947 u32 nIn; /* Size of input buffer aIn[] */ global() local
126068 unsigned int nIn; /* Number of bytes in input */ global() local
151402 int nIn; /* Number of entries in aInLoop[] */ global() member
159397 int nIn = 0; global() local
186940 int nIn = n; global() local
188295 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) global() argument
188342 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) global() argument
220511 int nIn = sessionSerialLen(pIn); global() local
221271 sqlite3rebaser_rebase( sqlite3_rebaser *p, int nIn, const void *pIn, int *pnOut, void **ppOut ) global() argument
224402 int nIn; /* Size of input text in bytes */ global() member
225279 sqlite3Fts5Strndup(int *pRc, const char *pIn, int nIn) global() argument
225832 sqlite3_int64 nIn = strlen(zIn); global() local
235500 fts5IndexCharlen(const char *pIn, int nIn) global() argument
[all...]
/third_party/sqlite/include/
H A Dsqlite3.h11473 int nIn, const void *pIn, /* Input changeset */
12114 ** Argument pIn must point to a buffer containing a changeset nIn bytes
12126 int nIn, const void *pIn,

Completed in 161 milliseconds