HomeSort by: relevance | last modified time | path
    Searched refs:PVAR (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ps/
keyword.c 71 { .name = n1, .header = n2, .flag = 0, .oproc = pvar, \
77 { .name = n1, .header = n2, .flag = 0, .oproc = pvar, \
81 { .name = n1, .header = n2, .flag = (fl) | LWP, .oproc = pvar, \
83 #define PVAR(n1, n2, fl, of, ty, fm) \
84 { .name = n1, .header = n2, .flag = (fl) | 0, .oproc = pvar, \
87 { .name = n1, .header = n2, .flag = (fl) | UAREA, .oproc = pvar, \
108 PVAR("acflag", "ACFLG", 0, p_acflag, PROCACFLAG, "x"),
115 PVAR("cpu", "CPU", 0, p_estcpu, UINT, "u"),
125 PVAR("f", "F", 0, p_flag, PROCFLAG, "x"),
139 PVAR("jobc", "JOBC", 0, p_jobc, SHORT, "d")
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 1076 F7_PCONST (PVAR, X)
1078 Set f7_t [const] *PVAR to an LD address for one
1080 PVAR might be set to point to a local auto that serves
1081 as temporary storage for f7_const_X_P. PVAR is only
1084 const f7_t* F7_PCONST_U16 (PVAR, <ident> X) // USE_LD
1085 f7_t* F7_PCONST_U16 (PVAR, uint16_t X) // USE_LPM
1087 Set f7_t [const] *PVAR to an LD address for one of the
1088 f7_const_X[_P] constants. PVAR might be set to point to a
1089 local auto that serves as temporary storage for X. PVAR is
1092 F7_PCONST_VAR (PVAR, VAR
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.c 1076 F7_PCONST (PVAR, X)
1078 Set f7_t [const] *PVAR to an LD address for one
1080 PVAR might be set to point to a local auto that serves
1081 as temporary storage for f7_const_X_P. PVAR is only
1084 const f7_t* F7_PCONST_U16 (PVAR, <ident> X) // USE_LD
1085 f7_t* F7_PCONST_U16 (PVAR, uint16_t X) // USE_LPM
1087 Set f7_t [const] *PVAR to an LD address for one of the
1088 f7_const_X[_P] constants. PVAR might be set to point to a
1089 local auto that serves as temporary storage for X. PVAR is
1092 F7_PCONST_VAR (PVAR, VAR
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
dg-extract-results.sh 445 PVAR=`echo $VAR | sed 's,/,.,g'`
446 TMPFILE=${TMP}/var-$PVAR
  /src/external/gpl3/gcc.old/dist/contrib/
dg-extract-results.sh 442 PVAR=`echo $VAR | sed 's,/,.,g'`
443 TMPFILE=${TMP}/var-$PVAR
  /src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.sh 445 PVAR=`echo $VAR | sed 's,/,.,g'`
446 TMPFILE=${TMP}/var-$PVAR
  /src/external/gpl3/gdb/dist/contrib/
dg-extract-results.sh 447 PVAR=`echo $VAR | sed 's,/,.,g'`
448 TMPFILE=${TMP}/var-$PVAR

Completed in 51 milliseconds