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

  /src/external/bsd/bzip2/dist/
bzmore 46 ANS=`dd bs=1 count=1 2>/dev/null`
49 if test "$ANS" = 'e' -o "$ANS" = 'q'; then
53 if test "$ANS" != 's'; then
  /src/external/gpl2/lvm2/dist/scripts/
fsadm.sh 220 while read -r -s -n 1 ANS ; do
221 case "$ANS" in
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 136 #define ALU32_END(ANS) \
139 (ANS) = (int32_t) ALU32_OVERFLOW_RESULT
142 #define ALU64_END(ANS) \
145 (ANS) = ALU64_OVERFLOW_RESULT;
776 int fp_rint(SIM_STATE, uint64_t op, uint64_t *ans, FP_formats fmt);
777 #define RoundToIntegralExact(op, ans, fmt) fp_rint(SIM_ARGS, op, ans, fmt)
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 136 #define ALU32_END(ANS) \
139 (ANS) = (int32_t) ALU32_OVERFLOW_RESULT
142 #define ALU64_END(ANS) \
145 (ANS) = ALU64_OVERFLOW_RESULT;
776 int fp_rint(SIM_STATE, uint64_t op, uint64_t *ans, FP_formats fmt);
777 #define RoundToIntegralExact(op, ans, fmt) fp_rint(SIM_ARGS, op, ans, fmt)

Completed in 19 milliseconds