Home
last modified time | relevance | path

Searched refs:NOT_SET (Results 1 - 11 of 11) sorted by relevance

/third_party/backends/backend/genesys/
H A Dsettings.h80 static constexpr unsigned NOT_SET = std::numeric_limits<unsigned>::max(); member
84 unsigned xres = NOT_SET;
86 unsigned yres = NOT_SET;
88 unsigned startx = NOT_SET;
90 unsigned starty = NOT_SET;
94 unsigned pixels = NOT_SET;
104 unsigned lines = NOT_SET;
106 unsigned depth = NOT_SET;
108 unsigned channels = NOT_SET;
110 ScanMethod scan_method = static_cast<ScanMethod>(NOT_SET);
[all...]
H A Derror.cpp195 NOT_SET, member in genesys::LogImageDataStatus
200 static LogImageDataStatus s_log_image_data_setting = LogImageDataStatus::NOT_SET;
215 if (s_log_image_data_setting == LogImageDataStatus::NOT_SET) { in dbg_log_image_data()
/third_party/python/Tools/c-analyzer/c_common/
H A Dtables.py5 from . import NOT_SET, strutil, fsutil namespace
13 if markers is NOT_SET:
153 default=NOT_SET,
185 def parse_row(line, sep, *, ncols=None, default=NOT_SET):
196 if default is NOT_SET or diff < 0:
H A D__init__.py2 NOT_SET = object() variable
/third_party/python/Modules/
H A D_csv.c23 #define NOT_SET ((Py_UCS4)-1) macro
169 if (c == NOT_SET) { in get_char_or_None()
249 *target = NOT_SET; in _set_char_or_none()
490 DIASET(_set_char_or_none, "escapechar", &self->escapechar, escapechar, NOT_SET); in dialect_new()
500 if (self->delimiter == NOT_SET) { in dialect_new()
507 if (self->quoting != QUOTE_NONE && self->quotechar == NOT_SET) { in dialect_new()
1130 if (dialect->escapechar == NOT_SET) { in join_append_data()
/third_party/lame/ACM/
H A DACMStream.cpp208 case NOT_SET: /* FALLTROUGH */ in open()
/third_party/lame/libmp3lame/
H A Dlame.c864 if (gfp->mode == NOT_SET) { in lame_init_params()
1484 case NOT_SET: in lame_print_internals()
2417 gfp->mode = NOT_SET; in lame_init_old()
H A DVbrTag.c741 case NOT_SET: in PutLameVBR()
H A Dset_get.c398 return NOT_SET; in lame_get_mode()
/third_party/lame/include/
H A Dlame.h66 NOT_SET, enumerator
/third_party/lame/Dll/
H A DBladeMP3EncDLL.c948 case NOT_SET: /* FALLTROUGH */ in dump_config()

Completed in 15 milliseconds