Searched refs:mode (Results 1 - 25 of 2526) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/s390x/
H A Drounding-5.c8 Rounding mode is provided via FPC. */
26 set_rounding_mode(unsigned mode) argument
28 printf("setting FPC rounding mode to %s\n", rtext(mode));
29 register unsigned r asm("1") = mode;
33 void cefbr(unsigned mode) argument
35 set_rounding_mode(mode);
43 void cegbr(unsigned mode) argument
45 set_rounding_mode(mode);
53 void cdgbr(unsigned mode) argument
66 int mode; local
[all...]
H A Dsrnmt.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 7
7 rounding mode = 6
8 rounding mode = 5
9 rounding mode = 4
H A Dsrnm.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 3
7 rounding mode = 2
8 rounding mode = 3
H A Dsrnmb.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 1
7 rounding mode = 0
H A Drounding-2.stdout.exp1 initial rounding mode: 0
2 setting rounding mode to 0
4 setting rounding mode to 1
6 setting rounding mode to 2
8 setting rounding mode to 3
/external/clang/test/CodeGen/
H A Dpr13168.c5 void PR_OpenFile(int mode) { argument
6 _open64(0, mode);
/external/libpng/tests/
H A Dpngvalid-gamma-alpha-mode2 exec ./pngvalid --gamma-alpha-mode
H A Dpngvalid-gamma-expand16-alpha-mode2 exec ./pngvalid --gamma-alpha-mode --expand16
/external/libvncserver/x11vnc/
H A Dpm.h38 extern void set_dpms_mode(char *mode);
/external/ipsec-tools/src/racoon/contrib/
H A Dsp.pl6 $mode = 'transport';
8 $mode = $ARGV[2];
12 if ($mode eq 'transport') {
13 print STDERR "install esp transport mode: $src -> $dst\n";
16 } elsif ($mode eq 'delete') {
/external/strace/
H A Dprintmode.c9 sprintmode(int mode) argument
16 if ((mode & S_IFMT) == 0)
18 else if ((s = xlookup(modetypes, mode & S_IFMT)) == NULL) {
19 sprintf(buf, "%#o", mode);
23 (mode & S_ISUID) ? "|S_ISUID" : "",
24 (mode & S_ISGID) ? "|S_ISGID" : "",
25 (mode & S_ISVTX) ? "|S_ISVTX" : "");
26 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX);
27 if (mode)
28 sprintf((char*)s, "|%#o", mode);
[all...]
/external/skia/src/opts/
H A DSkXfermode_opts_arm.cpp6 SkXfermode::Mode mode);
8 extern SkXfermodeProc SkPlatformXfermodeProcFactory_impl_neon(SkXfermode::Mode mode);
11 SkXfermode::Mode mode) {
15 SkXfermodeProc SkPlatformXfermodeProcFactory_impl(SkXfermode::Mode mode) { argument
20 SkXfermode::Mode mode) {
21 return SK_ARM_NEON_WRAP(SkPlatformXfermodeFactory_impl)(rec, mode);
24 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { argument
25 return SK_ARM_NEON_WRAP(SkPlatformXfermodeProcFactory_impl)(mode);
10 SkPlatformXfermodeFactory_impl(const ProcCoeff& rec, SkXfermode::Mode mode) argument
19 SkPlatformXfermodeFactory(const ProcCoeff& rec, SkXfermode::Mode mode) argument
H A DSkXfermode_opts_none.cpp6 SkXfermode::Mode mode);
8 extern SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode);
11 SkXfermode::Mode mode) {
15 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { argument
10 SkPlatformXfermodeFactory(const ProcCoeff& rec, SkXfermode::Mode mode) argument
/external/deqp/framework/common/
H A DtcuTexVerifierUtil.hpp59 inline bool isNearestMipmapFilter (const Sampler::FilterMode mode) argument
61 return mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_NEAREST;
64 inline bool isLinearMipmapFilter (const Sampler::FilterMode mode) argument
66 return mode == Sampler::NEAREST_MIPMAP_LINEAR || mode == Sampler::LINEAR_MIPMAP_LINEAR;
69 inline bool isMipmapFilter (const Sampler::FilterMode mode) argument
71 return isNearestMipmapFilter(mode) || isLinearMipmapFilter(mode);
74 inline bool isLinearFilter (const Sampler::FilterMode mode) argument
79 isNearestFilter(const Sampler::FilterMode mode) argument
84 getLevelFilter(const Sampler::FilterMode mode) argument
89 isWrapModeSupported(const Sampler::WrapMode mode) argument
[all...]
/external/toybox/toys/posix/
H A Dmkfifo.c23 mode_t mode;
30 TT.mode = 0666;
31 if (toys.optflags & FLAG_m) TT.mode = string_to_mode(TT.m_string, 0);
34 if (mknod(*s, S_IFIFO | TT.mode, 0) < 0) perror_msg("%s", *s);
H A Dchmod.c1 /* chmod.c - Change file mode bits
15 Change mode of listed file[s] (recursively with -R).
39 char *mode;
44 mode_t mode; local
48 mode = string_to_mode(TT.mode, try->st.st_mode);
51 printf("chmod '%s' to %04o\n", s, mode);
54 wfchmodat(dirtree_parentfd(try), try->name, mode); local
61 TT.mode = *toys.optargs;
/external/eigen/bench/btl/data/
H A Dgo_mean10 mode=large
12 mode=$2
34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix
35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix
36 source mk_mean_script.sh matrix_vector $1 11 50 300 1000 $mode $prefix
37 source mk_mean_script.sh atv $1 11 50 300 1000 $mode $prefix
38 source mk_mean_script.sh matrix_matrix $1 11 100 300 1000 $mode $prefix
39 source mk_mean_script.sh aat $1 11 100 300 1000 $mode $prefix
40 # source mk_mean_script.sh ata $1 11 100 300 1000 $mode $prefix
41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode
[all...]
/external/mockito/src/org/mockito/internal/verification/
H A DMockAwareVerificationMode.java13 private final VerificationMode mode; field in class:MockAwareVerificationMode
15 public MockAwareVerificationMode(Object mock, VerificationMode mode) { argument
17 this.mode = mode;
21 mode.verify(data);
/external/libopus/celt/
H A Dmodes.c166 static void compute_allocation_table(CELTMode *mode) argument
172 mode->nbAllocVectors = BITALLOC_SIZE;
173 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands));
177 /* Check for standard mode */
178 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize)
180 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++)
182 mode->allocVectors = allocVectors;
185 /* If not the standard mode, interpolate */
189 for (j=0;j<mode
227 CELTMode *mode=NULL; local
409 opus_custom_mode_destroy(CELTMode *mode) argument
[all...]
/external/skia/tests/
H A DXfermodeTest.cpp15 for (int mode = 0; mode <= SkXfermode::kLastMode; mode++) {
16 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode);
19 REPORTER_ASSERT(reporter, reportedMode != mode);
23 REPORTER_ASSERT(reporter, reportedMode == mode);
29 REPORTER_ASSERT(reporter, reportedMode == mode);
32 REPORTER_ASSERT(reporter, SkXfermode::kSrcOver_Mode == mode);
42 SkXfermode::Mode mode = (SkXfermode::Mode)i; local
44 SkXfermode* xfer = SkXfermode::Create(mode);
[all...]
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
H A Druler_track.css10 .ruler-track.tall-mode {
/external/eigen/Eigen/src/Core/util/
H A DNonMPL2.h5 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
/external/libvpx/libvpx/vp8/common/arm/
H A Dreconintra_arm.c22 int mode,
31 int mode = x->mode_info_context->mbmi.mode; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
42 int mode,
51 int mode = x->mode_info_context->mbmi.mode; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/v8/test/mjsunit/regress/
H A Dregress-359491.js8 function f(a, b, mode) {
9 if (mode) {
22 function g(mode) {
24 f(x, x, mode);
36 function f(a, b, mode) {
37 if (mode) {
50 function g(mode) {
52 f(x, x, mode);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dhw_features_common.h15 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode,
17 struct hostapd_channel_data * hw_get_channel_freq(struct hostapd_hw_modes *mode,
20 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq);
23 int allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan,
26 int check_40mhz_5g(struct hostapd_hw_modes *mode,
29 int check_40mhz_2g4(struct hostapd_hw_modes *mode,
33 enum hostapd_hw_mode mode,

Completed in 4368 milliseconds

1234567891011>>