Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 2247) sorted by relevance

12345678910>>...90

/external/xz-embedded/linux/lib/xz/
Dxz_private.h67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
69 # define DEC_IS_SINGLE(mode) (false) argument
73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
75 # define DEC_IS_PREALLOC(mode) (false) argument
79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
81 # define DEC_IS_DYNALLOC(mode) (false) argument
85 # define DEC_IS_MULTI(mode) (true) argument
87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
89 # define DEC_IS_MULTI(mode) (false) argument
/external/deqp/framework/common/
DtcuTexVerifierUtil.hpp59 inline bool isNearestMipmapFilter (const Sampler::FilterMode mode) in isNearestMipmapFilter()
64 inline bool isLinearMipmapFilter (const Sampler::FilterMode mode) in isLinearMipmapFilter()
69 inline bool isMipmapFilter (const Sampler::FilterMode mode) in isMipmapFilter()
74 inline bool isLinearFilter (const Sampler::FilterMode mode) in isLinearFilter()
79 inline bool isNearestFilter (const Sampler::FilterMode mode) in isNearestFilter()
84 inline Sampler::FilterMode getLevelFilter (const Sampler::FilterMode mode) in getLevelFilter()
89 inline bool isWrapModeSupported (const Sampler::WrapMode mode) in isWrapModeSupported()
/external/valgrind/none/tests/s390x/
Drounding-5.c26 set_rounding_mode(unsigned mode) in set_rounding_mode()
33 void cefbr(unsigned mode) in cefbr()
43 void cegbr(unsigned mode) in cegbr()
53 void cdgbr(unsigned mode) in cdgbr()
66 int mode; in main() local
/external/zlib/src/contrib/iostream3/
Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
454 std::ios_base::openmode mode) in open()
[all …]
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_array.c187 GLenum mode, GLint start, GLsizei count) in print_draw_arrays()
406 vbo_draw_arrays(struct gl_context *ctx, GLenum mode, GLint start, in vbo_draw_arrays()
497 vbo_exec_EvalMesh1(GLenum mode, GLint i1, GLint i2) in vbo_exec_EvalMesh1()
533 vbo_exec_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) in vbo_exec_EvalMesh2()
603 vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) in vbo_exec_DrawArrays()
629 vbo_exec_DrawArraysInstanced(GLenum mode, GLint start, GLsizei count, in vbo_exec_DrawArraysInstanced()
656 vbo_exec_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, in vbo_exec_DrawArraysInstancedBaseInstance()
749 vbo_validated_drawrangeelements(struct gl_context *ctx, GLenum mode, in vbo_validated_drawrangeelements()
826 vbo_exec_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, in vbo_exec_DrawRangeElementsBaseVertex()
911 vbo_exec_DrawRangeElements(GLenum mode, GLuint start, GLuint end, in vbo_exec_DrawRangeElements()
[all …]
/external/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp20 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu()
34 SkBlendMode mode) { in Make()
62 SkBlendMode mode) in ComposeTwoFragmentProcessor()
73 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
188 SkBlendMode mode; in TestCreate() local
222 SkBlendMode mode = cs.getMode(); in emitCode() local
237 sk_sp<GrFragmentProcessor> src, sk_sp<GrFragmentProcessor> dst, SkBlendMode mode) { in MakeFromTwoProcessors()
260 static sk_sp<GrFragmentProcessor> Make(sk_sp<GrFragmentProcessor> fp, SkBlendMode mode, in Make()
289 SkBlendMode mode() const { return fMode; } in mode() function in ComposeOneFragmentProcessor
294 OptimizationFlags OptFlags(const GrFragmentProcessor* fp, SkBlendMode mode, Child child) { in OptFlags()
[all …]
DGrBlurredEdgeFragmentProcessor.h22 int mode() const { return fMode; } in mode() function
23 static sk_sp<GrFragmentProcessor> Make(int mode) { in Make()
29 GrBlurredEdgeFragmentProcessor(int mode) : INHERITED(kNone_OptimizationFlags), fMode(mode) { in GrBlurredEdgeFragmentProcessor()
/external/strace/
Dprintmode.c41 print_symbolic_mode_t(const unsigned int mode) in print_symbolic_mode_t()
65 print_numeric_umode_t(const unsigned short mode) in print_numeric_umode_t()
71 print_numeric_long_umask(const unsigned long mode) in print_numeric_long_umask()
/external/python/cpython2/Lib/
Dstat.py21 def S_IMODE(mode): argument
24 def S_IFMT(mode): argument
40 def S_ISDIR(mode): argument
43 def S_ISCHR(mode): argument
46 def S_ISBLK(mode): argument
49 def S_ISREG(mode): argument
52 def S_ISFIFO(mode): argument
55 def S_ISLNK(mode): argument
58 def S_ISSOCK(mode): argument
Dpopen2.py141 def popen2(cmd, bufsize=-1, mode='t'): argument
151 def popen3(cmd, bufsize=-1, mode='t'): argument
161 def popen4(cmd, bufsize=-1, mode='t'): argument
171 def popen2(cmd, bufsize=-1, mode='t'): argument
181 def popen3(cmd, bufsize=-1, mode='t'): argument
191 def popen4(cmd, bufsize=-1, mode='t'): argument
/external/skia/src/core/
DSkXfermode.cpp31 SkProcCoeffXfermode(SkBlendMode mode) : fMode(mode) {} in SkProcCoeffXfermode()
67 const char* SkBlendMode_Name(SkBlendMode mode) { in SkBlendMode_Name()
80 sk_sp<SkXfermode> SkXfermode::Make(SkBlendMode mode) { in Make()
109 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque()
142 const GrXPFactory* SkBlendMode_AsXPFactory(SkBlendMode mode) { in SkBlendMode_AsXPFactory()
DSkBlendMode.cpp11 bool SkBlendMode_SupportsCoverageAsAlpha(SkBlendMode mode) { in SkBlendMode_SupportsCoverageAsAlpha()
51 bool SkBlendMode_AsCoeff(SkBlendMode mode, SkBlendModeCoeff* src, SkBlendModeCoeff* dst) { in SkBlendMode_AsCoeff()
64 void SkBlendMode_AppendStagesNoClamp(SkBlendMode mode, SkRasterPipeline* p) { in SkBlendMode_AppendStagesNoClamp()
102 void SkBlendMode_AppendClampIfNeeded(SkBlendMode mode, SkRasterPipeline* p) { in SkBlendMode_AppendClampIfNeeded()
110 SkPM4f SkBlendMode_Apply(SkBlendMode mode, const SkPM4f& src, const SkPM4f& dst) { in SkBlendMode_Apply()
/external/v8/src/
Dassembler.h384 static inline bool IsRealRelocMode(Mode mode) { in IsRealRelocMode()
387 static inline bool IsCodeTarget(Mode mode) { in IsCodeTarget()
390 static inline bool IsEmbeddedObject(Mode mode) { in IsEmbeddedObject()
393 static inline bool IsCell(Mode mode) { return mode == CELL; } in IsCell()
394 static inline bool IsRuntimeEntry(Mode mode) { in IsRuntimeEntry()
398 static inline bool IsGCRelocMode(Mode mode) { in IsGCRelocMode()
401 static inline bool IsComment(Mode mode) { in IsComment()
404 static inline bool IsConstPool(Mode mode) { in IsConstPool()
407 static inline bool IsVeneerPool(Mode mode) { in IsVeneerPool()
410 static inline bool IsDeoptPosition(Mode mode) { in IsDeoptPosition()
[all …]
/external/mesa3d/src/mesa/main/
Dapi_validate.c333 _mesa_is_valid_prim_mode(struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode()
364 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode()
631 GLenum mode, GLsizei count, GLenum type, in validate_DrawElements_common()
700 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements()
717 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
782 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
800 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays()
868 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays()
875 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, in _mesa_validate_DrawArraysInstanced()
897 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElementsInstanced()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dop_classes.c19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan, in allow_channel()
43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_80mhz()
65 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, u8 channel) in verify_80mhz()
100 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_160mhz()
122 static enum chan_allowed verify_160mhz(struct hostapd_hw_modes *mode, in verify_160mhz()
162 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel, in verify_channel()
215 struct hostapd_hw_modes *mode; in wpas_op_class_supported() local
/external/eigen/unsupported/test/mpreal/
Dmpreal.h621 inline mpreal::mpreal(const mpz_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
629 inline mpreal::mpreal(const mpq_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
637 inline mpreal::mpreal(const double u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
654 inline mpreal::mpreal(const long double u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
662 inline mpreal::mpreal(const unsigned long long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
670 inline mpreal::mpreal(const long long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
678 inline mpreal::mpreal(const unsigned long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
686 inline mpreal::mpreal(const unsigned int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
694 inline mpreal::mpreal(const long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
702 inline mpreal::mpreal(const int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
[all …]
/external/e2fsprogs/lib/e2p/
Dcrypto_mode.c22 struct mode { struct
27 static struct mode mode_list[] = { argument
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_eeprom.c73 unsigned int mode) in ath5k_eeprom_bin2freq()
168 unsigned int mode) in ath5k_eeprom_read_ants()
228 unsigned int mode) in ath5k_eeprom_read_modes()
409 u32 *offset, unsigned int mode) in ath5k_eeprom_read_turbo_modes()
463 unsigned int mode; in ath5k_eeprom_init_modes() local
507 struct ath5k_chan_pcal_info *pc, unsigned int mode) in ath5k_eeprom_read_freq_list()
598 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset) in ath5k_eeprom_init_11bg_2413()
663 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5111()
735 ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode) in ath5k_eeprom_read_pcal_info_5111()
844 ath5k_eeprom_convert_pcal_info_5112(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5112()
[all …]
/external/skia/src/gpu/
DGrWindowRectsState.h21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode) in GrWindowRectsState()
27 Mode mode() const { return fMode; } in mode() function
36 void set(const GrWindowRectangles& windows, Mode mode) { in set()
/external/mesa3d/src/gallium/auxiliary/util/
Du_draw.h53 enum pipe_prim_type mode, in util_draw_arrays()
71 enum pipe_prim_type mode, in util_draw_elements()
89 enum pipe_prim_type mode, in util_draw_arrays_instanced()
112 enum pipe_prim_type mode, in util_draw_elements_instanced()
137 enum pipe_prim_type mode, in util_draw_range_elements()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.cc72 int VoEAudioProcessingImpl::SetNsStatus(bool enable, NsModes mode) { in SetNsStatus()
126 int VoEAudioProcessingImpl::GetNsStatus(bool& enabled, NsModes& mode) { in GetNsStatus()
159 int VoEAudioProcessingImpl::SetAgcStatus(bool enable, AgcModes mode) { in SetAgcStatus()
225 int VoEAudioProcessingImpl::GetAgcStatus(bool& enabled, AgcModes& mode) { in GetAgcStatus()
319 NsModes mode) { in SetRxNsStatus()
343 NsModes& mode) { in GetRxNsStatus()
367 AgcModes mode) { in SetRxAgcStatus()
394 AgcModes& mode) { in GetRxAgcStatus()
496 int VoEAudioProcessingImpl::SetEcStatus(bool enable, EcModes mode) { in SetEcStatus()
585 int VoEAudioProcessingImpl::GetEcStatus(bool& enabled, EcModes& mode) { in GetEcStatus()
[all …]
/external/skia/include/effects/
DSkGradientShader.h47 SkShader::TileMode mode) { in MakeLinear()
69 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeLinear()
92 SkShader::TileMode mode) { in MakeRadial()
115 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeRadial()
133 int count, SkShader::TileMode mode) { in MakeTwoPointConical()
154 int count, SkShader::TileMode mode) { in MakeTwoPointConical()
/external/autotest/server/cros/ap_configurators/
Dnetgear1000_ap_configurator.py15 def set_mode(self, mode): argument
22 def _set_mode(self, mode): argument
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c36 GLuint brw_translate_blend_equation( GLenum mode ) in brw_translate_blend_equation()
120 get_hw_prim_for_gl_prim(int mode) in get_hw_prim_for_gl_prim()
/external/icu/icu4c/source/common/
Dunorm.cpp49 UNormalizationMode mode, in unorm_quickCheck()
57 UNormalizationMode mode, int32_t options, in unorm_quickCheckWithOptions()
72 UNormalizationMode mode, in unorm_isNormalized()
80 UNormalizationMode mode, int32_t options, in unorm_isNormalizedWithOptions()
98 UNormalizationMode mode, int32_t options, in unorm_normalize()
179 UNormalizationMode mode, int32_t options, in unorm_iterate()
199 UNormalizationMode mode, int32_t options, in unorm_previous()
212 UNormalizationMode mode, int32_t options, in unorm_next()
264 UNormalizationMode mode, int32_t options, in unorm_concatenate()

12345678910>>...90