Home
last modified time | relevance | path

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

12345678910>>...86

/external/lzma/xz-embedded/
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/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/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/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp19 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu()
32 SkBlendMode mode) in ComposeTwoFragmentProcessor()
63 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
178 SkBlendMode mode; in TestCreate() local
212 SkBlendMode mode = cs.getMode(); in emitCode() local
227 sk_sp<GrFragmentProcessor> src, sk_sp<GrFragmentProcessor> dst, SkBlendMode mode) { in MakeFromTwoProcessors()
251 ComposeOneFragmentProcessor(sk_sp<GrFragmentProcessor> fp, SkBlendMode mode, Child child) in ComposeOneFragmentProcessor()
278 SkBlendMode mode() const { return fMode; } in mode() function in ComposeOneFragmentProcessor
283 OptimizationFlags OptFlags(const GrFragmentProcessor* fp, SkBlendMode mode, Child child) { in OptFlags()
414 SkBlendMode mode = args.fFp.cast<ComposeOneFragmentProcessor>().mode(); in emitCode() local
[all …]
DGrCustomXfermode.cpp24 bool GrCustomXfermode::IsSupportedMode(SkBlendMode mode) { in IsSupportedMode()
33 static constexpr GrBlendEquation hw_blend_equation(SkBlendMode mode) { in hw_blend_equation()
75 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP()
81 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkBlendMode mode) in CustomXP()
92 SkBlendMode mode() const { return fMode; } in mode() function in CustomXP
321 constexpr CustomXPFactory(SkBlendMode mode) in CustomXPFactory()
365 int mode = d->fRandom->nextRangeU((int)SkBlendMode::kLastCoeffMode + 1, in TestGet() local
374 const GrXPFactory* GrCustomXfermode::Get(SkBlendMode mode) { in Get()
/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/mesa3d/src/mesa/vbo/
Dvbo_exec_array.c350 GLenum mode, GLint start, GLsizei count) in print_draw_arrays()
583 vbo_draw_arrays(struct gl_context *ctx, GLenum mode, GLint start, in vbo_draw_arrays()
661 vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) in vbo_exec_DrawArrays()
687 vbo_exec_DrawArraysInstanced(GLenum mode, GLint start, GLsizei count, in vbo_exec_DrawArraysInstanced()
713 vbo_exec_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, in vbo_exec_DrawArraysInstancedBaseInstance()
803 vbo_validated_drawrangeelements(struct gl_context *ctx, GLenum mode, in vbo_validated_drawrangeelements()
880 vbo_exec_DrawRangeElementsBaseVertex(GLenum mode, in vbo_exec_DrawRangeElementsBaseVertex()
964 vbo_exec_DrawRangeElements(GLenum mode, GLuint start, GLuint end, in vbo_exec_DrawRangeElements()
984 vbo_exec_DrawElements(GLenum mode, GLsizei count, GLenum type, in vbo_exec_DrawElements()
1006 vbo_exec_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, in vbo_exec_DrawElementsBaseVertex()
[all …]
Dvbo_save_api.c446 GLenum mode; in _save_wrap_buffers() local
898 vbo_save_NotifyBegin(struct gl_context *ctx, GLenum mode) in vbo_save_NotifyBegin()
961 _save_DrawElements(GLenum mode, GLsizei count, GLenum type, in _save_DrawElements()
974 _save_DrawRangeElements(GLenum mode, GLuint start, GLuint end, in _save_DrawRangeElements()
989 _save_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, in _save_DrawElementsBaseVertex()
1003 _save_DrawRangeElementsBaseVertex(GLenum mode, in _save_DrawRangeElementsBaseVertex()
1023 _save_DrawArrays(GLenum mode, GLint start, GLsizei count) in _save_DrawArrays()
1034 _save_MultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, in _save_MultiDrawElements()
1048 _save_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, in _save_MultiDrawElementsBaseVertex()
1065 _save_DrawTransformFeedback(GLenum mode, GLuint name) in _save_DrawTransformFeedback()
[all …]
/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/v8/src/
Dassembler.h458 static inline bool IsRealRelocMode(Mode mode) { in IsRealRelocMode()
461 static inline bool IsCodeTarget(Mode mode) { in IsCodeTarget()
464 static inline bool IsEmbeddedObject(Mode mode) { in IsEmbeddedObject()
467 static inline bool IsCell(Mode mode) { return mode == CELL; } in IsCell()
468 static inline bool IsRuntimeEntry(Mode mode) { in IsRuntimeEntry()
472 static inline bool IsGCRelocMode(Mode mode) { in IsGCRelocMode()
475 static inline bool IsComment(Mode mode) { in IsComment()
478 static inline bool IsConstPool(Mode mode) { in IsConstPool()
481 static inline bool IsVeneerPool(Mode mode) { in IsVeneerPool()
484 static inline bool IsDeoptPosition(Mode mode) { in IsDeoptPosition()
[all …]
/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/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/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/strace/
Dprintmode.c40 print_symbolic_mode_t(const unsigned int mode) in print_symbolic_mode_t()
64 print_numeric_umode_t(const unsigned short mode) in print_numeric_umode_t()
70 print_numeric_long_umask(const unsigned long mode) in print_numeric_long_umask()
/external/mesa3d/src/mesa/main/
Dapi_validate.c211 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode()
319 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements()
370 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
435 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
493 GLenum mode, GLint start, GLsizei count) in _mesa_validate_DrawArrays()
521 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, in _mesa_validate_DrawArraysInstanced()
565 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElementsInstanced()
623 GLenum mode, in _mesa_validate_DrawTransformFeedback()
/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()
/external/mesa3d/src/glx/tests/
Dfake_glx_screen.h71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context()
92 struct glx_config *mode, in create_attribs()
120 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context_direct()
126 static glx_context *create(struct glx_screen *psc, struct glx_config *mode, in create()
136 struct glx_config *mode, in create_attribs()
/external/mesa3d/src/gallium/auxiliary/util/
Du_draw.h52 util_draw_arrays(struct pipe_context *pipe, uint mode, uint start, uint count) in util_draw_arrays()
68 uint mode, uint start, uint count) in util_draw_elements()
84 uint mode, uint start, uint count, in util_draw_arrays_instanced()
105 uint mode, uint start, uint count, in util_draw_elements_instanced()
128 uint mode, uint start, uint count) in util_draw_range_elements()
/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/e2fsprogs/lib/e2p/
Dcrypto_mode.c22 struct mode { struct
27 static struct mode mode_list[] = { argument
/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/wpa_supplicant_8/src/common/
Dhw_features_common.c19 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode, in hw_get_channel_chan()
43 struct hostapd_channel_data * hw_get_channel_freq(struct hostapd_hw_modes *mode, in hw_get_channel_freq()
67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq()
77 int hw_get_chan(struct hostapd_hw_modes *mode, int freq) in hw_get_chan()
87 int allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan, in allowed_ht40_channel_pair()
170 int check_40mhz_5g(struct hostapd_hw_modes *mode, in check_40mhz_5g()
267 int check_40mhz_2g4(struct hostapd_hw_modes *mode, in check_40mhz_2g4()
353 enum hostapd_hw_mode mode, in hostapd_set_freq_params()
/external/autotest/scheduler/
Ddrone_utility_unittest.py39 fake_open = lambda path, mode: self.fail('dark mark checked!') argument
59 def _open_mark(path, mode): argument
70 def _open_nomark(path, mode): argument
/external/wpa_supplicant_8/src/ap/
Ddfs.c126 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) in dfs_get_chan_data()
139 static int dfs_chan_range_available(struct hostapd_hw_modes *mode, in dfs_chan_range_available()
186 struct hostapd_hw_modes *mode; in dfs_find_channel() local
266 struct hostapd_hw_modes *mode; in dfs_get_start_chan_idx() local
355 struct hostapd_hw_modes *mode; in dfs_check_chans_radar() local
375 struct hostapd_hw_modes *mode; in dfs_check_chans_available() local
404 struct hostapd_hw_modes *mode; in dfs_check_chans_unavailable() local
429 struct hostapd_hw_modes *mode; in dfs_get_valid_channel() local
474 struct hostapd_hw_modes *mode; in set_dfs_state_freq() local
503 struct hostapd_hw_modes *mode; in set_dfs_state() local
[all …]
/external/libopus/celt/dump_modes/
Ddump_modes.c60 CELTMode *mode = modes[i]; in dump_modes() local
75 CELTMode *mode = modes[i]; in dump_modes() local
266 CELTMode *mode = modes[i]; in dump_modes() local
283 CELTMode *mode = modes[i]; in dump_header() local

12345678910>>...86