Searched defs:tracestring (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | vlc.c | 350 MS_S32 ue_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in ue_v() 394 MS_S32 se_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in se_v() 440 MS_S32 u_1 (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in u_1() 487 MS_S32 u_v (MS_S32 n, MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in u_v()
|
| H A D | vlc.h | 121 MS_S8 tracestring[TRACESTRING_SIZE]; //!< trace string member
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | vlc.c | 330 int ue_v (char *tracestring, int value, Bitstream *bitstream) in ue_v() 374 int se_v (char *tracestring, int value, Bitstream *bitstream) in se_v() 420 int u_1 (char *tracestring, int value, Bitstream *bitstream) in u_1() 467 int u_v (int n, char *tracestring, int value, Bitstream *bitstream) in u_v()
|
| H A D | vlc.h | 121 char tracestring[TRACESTRING_SIZE]; //!< trace string member
|