| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.y | 267 check_macfunc_option (Macfunc *a, Opt_mode *opt) 290 check_macfuncs (Macfunc *aa, Opt_mode *opa, 291 Macfunc *ab, Opt_mode *opb) 295 Opt_mode otmp; 456 Opt_mode mod; 579 %type <mod> opt_mode 738 | assign_macfunc opt_mode 776 | assign_macfunc opt_mode COMMA assign_macfunc opt_mode 1815 | HALF_REG ASSIGN multiply_halfregs opt_mode 3727 opt_mode: label [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.y | 267 check_macfunc_option (Macfunc *a, Opt_mode *opt) 290 check_macfuncs (Macfunc *aa, Opt_mode *opa, 291 Macfunc *ab, Opt_mode *opb) 295 Opt_mode otmp; 456 Opt_mode mod; 579 %type <mod> opt_mode 738 | assign_macfunc opt_mode 776 | assign_macfunc opt_mode COMMA assign_macfunc opt_mode 1815 | HALF_REG ASSIGN multiply_halfregs opt_mode 3727 opt_mode: label [all...] |
| /src/external/public-domain/xz/dist/src/xz/ |
| coder.c | 24 enum operation_mode opt_mode = MODE_COMPRESS; variable in typeref:enum:operation_mode 201 if (opt_mode == MODE_COMPRESS && opt_flush_timeout != 0) { 223 const uint64_t memory_limit = hardware_memlimit_get(opt_mode); 225 if (opt_mode == MODE_COMPRESS) { 260 if (opt_mode == MODE_COMPRESS) { 278 assert(opt_mode == MODE_COMPRESS); 439 if (opt_mode == MODE_COMPRESS) { 515 if (opt_mode == MODE_DECOMPRESS 647 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_XZ) { 709 if (opt_mode != MODE_TEST && io_write(pair, &out_buf [all...] |
| /src/usr.sbin/tprof/ |
| tprof_top.c | 86 static int opt_mode = SAMPLE_MODE_INSTANTANEOUS; variable 648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode]; 655 sample_n_per_event[opt_mode][i]); 664 sum += sample_n_per_event_cpu[opt_mode][nevent * n + i]; 695 if (sample_n_per_event[opt_mode][i] >= nsample_total) { 697 sample_n_per_event[opt_mode][i] / nsample_total); 700 sample_n_per_event[opt_mode][i] / nsample_total); 703 sample_n_per_event[opt_mode][i]); 708 sample_n_per_event_cpu[opt_mode][nevent * n + i]) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| machmode.h | 23 typedef opt_mode<machine_mode> opt_machine_mode; 262 class opt_mode class 267 ALWAYS_INLINE CONSTEXPR opt_mode () : m_mode (E_VOIDmode) {} function in class:opt_mode 268 ALWAYS_INLINE CONSTEXPR opt_mode (const T &m) : m_mode (m) {} function in class:opt_mode 270 ALWAYS_INLINE CONSTEXPR opt_mode (const U &m) : m_mode (T (m)) {} function in class:opt_mode 271 ALWAYS_INLINE CONSTEXPR opt_mode (from_int m) : m_mode (machine_mode (m)) {} function in class:opt_mode 293 opt_mode<T>::else_void () const 302 opt_mode<T>::else_mode (machine_mode fallback) const 311 opt_mode<T>::require () const 321 opt_mode<T>::exists () cons [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| machmode.h | 23 typedef opt_mode<machine_mode> opt_machine_mode; 246 class opt_mode class 251 ALWAYS_INLINE CONSTEXPR opt_mode () : m_mode (E_VOIDmode) {} function in class:opt_mode 252 ALWAYS_INLINE CONSTEXPR opt_mode (const T &m) : m_mode (m) {} function in class:opt_mode 254 ALWAYS_INLINE CONSTEXPR opt_mode (const U &m) : m_mode (T (m)) {} function in class:opt_mode 255 ALWAYS_INLINE CONSTEXPR opt_mode (from_int m) : m_mode (machine_mode (m)) {} function in class:opt_mode 277 opt_mode<T>::else_void () const 286 opt_mode<T>::else_mode (machine_mode fallback) const 295 opt_mode<T>::require () const 305 opt_mode<T>::exists () cons [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-common.cc | 2405 opt_scalar_mode opt_mode; 2407 FOR_EACH_MODE_IN_CLASS (opt_mode, mclass) 2409 mode = opt_mode.require (); 2414 if (!opt_mode.exists (&mode) || !targetm.scalar_mode_supported_p (mode)) 2400 opt_scalar_mode opt_mode; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 2352 opt_scalar_mode opt_mode; 2354 FOR_EACH_MODE_IN_CLASS (opt_mode, mclass) 2356 mode = opt_mode.require (); 2361 if (!opt_mode.exists (&mode) || !targetm.scalar_mode_supported_p (mode)) 2347 opt_scalar_mode opt_mode; local
|