OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSIZE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c
33
#define
MSIZE
1024
65
Word16 rrixiy[
MSIZE
];
165
pos =
MSIZE
- 1;
166
pos2 =
MSIZE
- 2;
c4t64fx.c
67
#define
MSIZE
256
114
Word16 rrixiy[][
MSIZE
] /* (i) corr. of pulse 1 with pulse 2 */
146
Word16 rrixix[NB_TRACK][NB_POS], rrixiy[NB_TRACK][
MSIZE
];
412
pos =
MSIZE
- 1;
469
pos =
MSIZE
- 1;
976
Word16 rrixiy[][
MSIZE
] /* (i) corr. of pulse 1 with pulse 2 */
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h
46
#ifndef
MSIZE
47
#define
MSIZE
256
48
/* #define
MSIZE
1024 */
94
#define dtom(x) ((struct mbuf *)((intptr_t)(x) & ~(
MSIZE
-1)))
158
* Mbufs are of a single size,
MSIZE
(sys/param.h), which includes overhead.
166
#define MLEN ((int)(
MSIZE
- sizeof(struct m_hdr))) /* normal data len */
Completed in 166 milliseconds