HomeSort by: relevance | last modified time | path
    Searched refs:mode (Results 1 - 25 of 5828) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/share/examples/wsmoused/
wsmoused.conf 18 # Selection mode (sel) specific configuration.
19 mode selection {
27 mode action {
  /src/external/gpl3/gcc/dist/libdecnumber/
decRound.c 42 /* Set the decNumber rounding mode from the FE_DEC_* value in MODE. */
45 __dfp_set_round (int mode)
47 switch (mode)
60 /* We can't use assert in libgcc, so just return the default mode. */
65 /* Return the decNumber rounding mode as an FE_DEC_* value. */
70 int mode; local
75 mode = FE_DEC_DOWNWARD; break;
77 mode = FE_DEC_TONEAREST; break;
79 mode = FE_DEC_TONEARESTFROMZERO; break
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decRound.c 42 /* Set the decNumber rounding mode from the FE_DEC_* value in MODE. */
45 __dfp_set_round (int mode)
47 switch (mode)
60 /* We can't use assert in libgcc, so just return the default mode. */
65 /* Return the decNumber rounding mode as an FE_DEC_* value. */
70 int mode; local
75 mode = FE_DEC_DOWNWARD; break;
77 mode = FE_DEC_TONEAREST; break;
79 mode = FE_DEC_TONEARESTFROMZERO; break
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decRound.c 42 /* Set the decNumber rounding mode from the FE_DEC_* value in MODE. */
45 __dfp_set_round (int mode)
47 switch (mode)
60 /* We can't use assert in libgcc, so just return the default mode. */
65 /* Return the decNumber rounding mode as an FE_DEC_* value. */
70 int mode; local
75 mode = FE_DEC_DOWNWARD; break;
77 mode = FE_DEC_TONEAREST; break;
79 mode = FE_DEC_TONEARESTFROMZERO; break
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decRound.c 42 /* Set the decNumber rounding mode from the FE_DEC_* value in MODE. */
45 __dfp_set_round (int mode)
47 switch (mode)
60 /* We can't use assert in libgcc, so just return the default mode. */
65 /* Return the decNumber rounding mode as an FE_DEC_* value. */
70 int mode; local
75 mode = FE_DEC_DOWNWARD; break;
77 mode = FE_DEC_TONEAREST; break;
79 mode = FE_DEC_TONEARESTFROMZERO; break
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
time-reverse.exp 26 # MODE is either "syscall" for testing the time syscall explicitly, or
28 proc test {mode} {
31 if {$mode == "syscall"} {
33 } elseif {$mode != "c"} {
34 error "unrecognized mode: $mode"
37 if { [prepare_for_testing "failed to prepare" $::testfile-$mode $::srcfile $options] } {
78 foreach_with_prefix mode {syscall c} {
79 if {$mode == "syscall" && ![have_syscall time]} {
83 test $mode
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
time-reverse.exp 26 # MODE is either "syscall" for testing the time syscall explicitly, or
28 proc test {mode} {
31 if {$mode == "syscall"} {
33 } elseif {$mode != "c"} {
34 error "unrecognized mode: $mode"
37 if { [prepare_for_testing "failed to prepare" $::testfile-$mode $::srcfile $options] } {
78 foreach_with_prefix mode {syscall c} {
79 if {$mode == "syscall" && ![have_syscall time]} {
83 test $mode
    [all...]
  /src/lib/libc/stdio/
fwide.c 43 fwide(FILE *fp, int mode)
51 * for mode value.
55 if (mode > 0)
56 mode = 1;
57 else if (mode < 0)
58 mode = -1;
65 if (wcio->wcio_mode == 0 && mode != 0)
66 wcio->wcio_mode = mode;
68 mode = wcio->wcio_mode;
71 return mode;
    [all...]
  /src/bin/ps/
extern.h 49 void command(struct pinfo *, VARENT *, enum mode);
50 void cpuid(struct pinfo *, VARENT *, enum mode);
51 void cputime(struct pinfo *, VARENT *, enum mode);
56 void elapsed(struct pinfo *, VARENT *, enum mode);
59 void gname(struct pinfo *, VARENT *, enum mode);
60 void groups(struct pinfo *, VARENT *, enum mode);
61 void groupnames(struct pinfo *, VARENT *, enum mode);
62 void lcputime(struct pinfo *, VARENT *, enum mode);
63 void logname(struct pinfo *, VARENT *, enum mode);
64 void longtname(struct pinfo *, VARENT *, enum mode);
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
cgen-mem.h 38 #define DECLARE_GETMEM_EXTERN(mode, size) \
39 extern mode XCONCAT2 (GETMEM,mode) (SIM_CPU *, IADDR, ADDR);
42 #define DECLARE_GETMEM(mode, size) \
43 DECLARE_GETMEM_EXTERN (mode, size) \
44 MEMOPS_INLINE mode \
45 XCONCAT2 (GETMEM,mode) (SIM_CPU *cpu, IADDR pc, ADDR a) \
47 PROFILE_COUNT_READ (cpu, a, XCONCAT2 (MODE_,mode)); \
52 #define DECLARE_GETMEM(mode, size) DECLARE_GETMEM_EXTERN (mode, size
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-mem.h 38 #define DECLARE_GETMEM_EXTERN(mode, size) \
39 extern mode XCONCAT2 (GETMEM,mode) (SIM_CPU *, IADDR, ADDR);
42 #define DECLARE_GETMEM(mode, size) \
43 DECLARE_GETMEM_EXTERN (mode, size) \
44 MEMOPS_INLINE mode \
45 XCONCAT2 (GETMEM,mode) (SIM_CPU *cpu, IADDR pc, ADDR a) \
47 PROFILE_COUNT_READ (cpu, a, XCONCAT2 (MODE_,mode)); \
52 #define DECLARE_GETMEM(mode, size) DECLARE_GETMEM_EXTERN (mode, size
    [all...]
  /src/external/bsd/ntp/dist/libntp/
modetoa.c 4 * modetoa - return an asciized mode
13 size_t mode
29 if (mode >= COUNTOF(modestrings)) {
31 snprintf(bp, LIB_BUFLENGTH, "mode#%zu", mode);
35 return modestrings[mode];
  /src/external/gpl2/diffutils/dist/lib/
setmode.h 3 /* Set a file descriptor's mode to binary or to text.
27 # define set_binary_mode(fd, mode) 1
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_blowfish_hw.c 27 #define PROV_CIPHER_HW_blowfish_mode(mode, UCMODE) \
28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, blowfish, PROV_BLOWFISH_CTX, BF_KEY, \
29 BF_##mode) static const PROV_CIPHER_HW bf_##mode \
32 cipher_hw_blowfish_##mode##_cipher \
34 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_##mode(size_t keybits) \
36 return &bf_##mode; \
cipher_cast5_hw.c 27 #define PROV_CIPHER_HW_cast_mode(mode, UCMODE) \
28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, cast5, PROV_CAST_CTX, CAST_KEY, \
29 CAST_##mode) static const PROV_CIPHER_HW cast5_##mode \
32 cipher_hw_cast5_##mode##_cipher \
34 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_##mode(size_t keybits) \
36 return &cast5_##mode; \
cipher_rc5_hw.c 26 #define PROV_CIPHER_HW_rc5_mode(mode, UCMODE) \
27 IMPLEMENT_CIPHER_HW_##UCMODE(mode, rc5, PROV_RC5_CTX, RC5_32_KEY, \
28 RC5_32_##mode) static const PROV_CIPHER_HW rc5_##mode \
31 cipher_hw_rc5_##mode##_cipher \
33 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_##mode(size_t keybits) \
35 return &rc5_##mode; \
cipher_seed_hw.c 27 #define PROV_CIPHER_HW_seed_mode(mode, UCMODE) \
28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, seed, PROV_SEED_CTX, SEED_KEY_SCHEDULE, \
29 SEED_##mode) static const PROV_CIPHER_HW seed_##mode \
32 cipher_hw_seed_##mode##_cipher \
34 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_##mode(size_t keybits) \
36 return &seed_##mode; \
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_blowfish_hw.c 27 # define PROV_CIPHER_HW_blowfish_mode(mode, UCMODE) \
28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, blowfish, PROV_BLOWFISH_CTX, BF_KEY, \
29 BF_##mode) \
30 static const PROV_CIPHER_HW bf_##mode = { \
32 cipher_hw_blowfish_##mode##_cipher \
34 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_##mode(size_t keybits) \
36 return &bf_##mode; \
cipher_cast5_hw.c 27 # define PROV_CIPHER_HW_cast_mode(mode, UCMODE) \
28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, cast5, PROV_CAST_CTX, CAST_KEY, \
29 CAST_##mode) \
30 static const PROV_CIPHER_HW cast5_##mode = { \
32 cipher_hw_cast5_##mode##_cipher \
34 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_##mode(size_t keybits) \
36 return &cast5_##mode; \
cipher_rc5_hw.c 26 # define PROV_CIPHER_HW_rc5_mode(mode, UCMODE) \
27 IMPLEMENT_CIPHER_HW_##UCMODE(mode, rc5, PROV_RC5_CTX, RC5_32_KEY, \
28 RC5_32_##mode) \
29 static const PROV_CIPHER_HW rc5_##mode = { \
31 cipher_hw_rc5_##mode##_cipher \
33 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_##mode(size_t keybits) \
35 return &rc5_##mode; \
cipher_seed_hw.c 27 # define PROV_CIPHER_HW_seed_mode(mode, UCMODE) \
28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, seed, PROV_SEED_CTX, SEED_KEY_SCHEDULE, \
29 SEED_##mode) \
30 static const PROV_CIPHER_HW seed_##mode = { \
32 cipher_hw_seed_##mode##_cipher \
34 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_##mode(size_t keybits) \
36 return &seed_##mode; \
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-linux.cc 47 rs6000_linux_libm_function_max_error (unsigned cfn, machine_mode mode,
57 if (!boundary_p && MODE_COMPOSITE_P (mode))
62 if (!boundary_p && mode == SFmode)
64 if (!boundary_p && MODE_COMPOSITE_P (mode))
69 if (!boundary_p && MODE_COMPOSITE_P (mode))
75 return glibc_linux_libm_function_max_error (cfn, mode, boundary_p);
77 return default_libm_function_max_error (cfn, mode, boundary_p);
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2bitcountHI.c 26 typedef int sint32_type __attribute__ ((mode (SI)));
27 typedef unsigned int uint32_type __attribute__ ((mode (SI)));
28 typedef int sint16_type __attribute__ ((mode (HI)));
29 typedef unsigned int uint16_type __attribute__ ((mode (HI)));
30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
32 typedef int word_type __attribute__ ((mode (__word__)));
lib2divHI.c 1 /* HI mode divide routines for libgcc for MSP430
26 typedef int sint32_type __attribute__ ((mode (SI)));
27 typedef unsigned int uint32_type __attribute__ ((mode (SI)));
28 typedef int sint16_type __attribute__ ((mode (HI)));
29 typedef unsigned int uint16_type __attribute__ ((mode (HI)));
30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
32 typedef int word_type __attribute__ ((mode (__word__)));
lib2divQI.c 1 /* QI mode divide routines for libgcc for MSP430
26 typedef int sint32_type __attribute__ ((mode (SI)));
27 typedef unsigned int uint32_type __attribute__ ((mode (SI)));
28 typedef int sint16_type __attribute__ ((mode (HI)));
29 typedef unsigned int uint16_type __attribute__ ((mode (HI)));
30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
32 typedef int word_type __attribute__ ((mode (__word__)));

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>