Home
last modified time | relevance | path

Searched refs:tracestring (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dvlc.c330 int ue_v (char *tracestring, int value, Bitstream *bitstream) in ue_v() argument
344 strncpy(sym->tracestring,tracestring,TRACESTRING_SIZE); in ue_v()
374 int se_v (char *tracestring, int value, Bitstream *bitstream) in se_v() argument
388 strncpy(sym->tracestring,tracestring,TRACESTRING_SIZE); in se_v()
420 int u_1 (char *tracestring, int value, Bitstream *bitstream) in u_1() argument
433 strncpy(sym->tracestring,tracestring,TRACESTRING_SIZE); in u_1()
467 int u_v (int n, char *tracestring, int value, Bitstream *bitstream) in u_v() argument
480 strncpy(sym->tracestring,tracestring,TRACESTRING_SIZE); in u_v()
H A Dvlc.h121 char tracestring[TRACESTRING_SIZE]; //!< trace string member
132 int u_1 (char *tracestring, int value, Bitstream *bitstream);
133 int se_v (char *tracestring, int value, Bitstream *bitstream);
134 int ue_v (char *tracestring, int value, Bitstream *bitstream);
135 int u_v (int n, char *tracestring, int value, Bitstream *bitstream);
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dvlc.c350 MS_S32 ue_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in ue_v() argument
364 strncpy(sym->tracestring,tracestring,TRACESTRING_SIZE); in ue_v()
394 MS_S32 se_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in se_v() argument
408 strncpy(sym->tracestring,tracestring,TRACESTRING_SIZE); in se_v()
440 MS_S32 u_1 (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in u_1() argument
453 strncpy(sym->tracestring,tracestring,TRACESTRING_SIZE); in u_1()
487 MS_S32 u_v (MS_S32 n, MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in u_v() argument
500 strncpy(sym->tracestring,tracestring,TRACESTRING_SIZE); in u_v()
H A Dvlc.h121 MS_S8 tracestring[TRACESTRING_SIZE]; //!< trace string member
132 MS_S32 u_1 (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream);
133 MS_S32 se_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream);
134 MS_S32 ue_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream);
135 MS_S32 u_v (MS_S32 n, MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream);