Home
last modified time | relevance | path

Searched refs:T_UINT (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/lang/python27/Python-2.7.18/Modules/
H A Dsunaudiodev.c352 { "i_gain", T_UINT, OFF(record.gain) },
353 { "i_port", T_UINT, OFF(record.port) },
354 { "i_samples", T_UINT, OFF(record.samples) },
355 { "i_eof", T_UINT, OFF(record.eof) },
368 { "o_channels", T_UINT, OFF(play.channels) },
370 { "o_encoding", T_UINT, OFF(play.encoding) },
371 { "o_gain", T_UINT, OFF(play.gain) },
372 { "o_port", T_UINT, OFF(play.port) },
373 { "o_samples", T_UINT, OFF(play.samples) },
374 { "o_eof", T_UINT, OFF(play.eof) },
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dsunaudiodev.c352 { "i_gain", T_UINT, OFF(record.gain) },
353 { "i_port", T_UINT, OFF(record.port) },
354 { "i_samples", T_UINT, OFF(record.samples) },
355 { "i_eof", T_UINT, OFF(record.eof) },
368 { "o_channels", T_UINT, OFF(play.channels) },
370 { "o_encoding", T_UINT, OFF(play.encoding) },
371 { "o_gain", T_UINT, OFF(play.gain) },
372 { "o_port", T_UINT, OFF(play.port) },
373 { "o_samples", T_UINT, OFF(play.samples) },
374 { "o_eof", T_UINT, OFF(play.eof) },
[all …]
/dports/emulators/mtools/mtools-4.0.26/
H A Dconfig.c78 T_UINT, enumerator
166 { "OFFSET", OFFS(offset), T_UINT },
167 { "PARTITION", OFFS(partition), T_UINT },
169 { "FAT_BITS", OFFS(fat_bits), T_UINT },
170 { "MODE", OFFS(mode), T_UINT },
171 { "TRACKS", OFFS(tracks), T_UINT },
172 { "CYLINDERS", OFFS(tracks), T_UINT },
175 { "HIDDEN", OFFS(hidden), T_UINT },
178 { "CODEPAGE", OFFS(codepage), T_UINT }
267 case T_UINT: in get_env_conf()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/plugins/filed/
H A Dpython-fd.h96 { (char *)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0, (char *)"Jobid" },
173 { (char *)"dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char *)"Device" },
177 { (char *)"uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char *)"User Id" },
178 { (char *)"gid", T_UINT, offsetof(PyStatPacket, gid), 0, (char *)"Group Id" },
179 { (char *)"rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char *)"Rdev" },
181 { (char *)"atime", T_UINT, offsetof(PyStatPacket, atime), 0, (char *)"Access Time" },
182 { (char *)"mtime", T_UINT, offsetof(PyStatPacket, mtime), 0, (char *)"Modification Time" },
183 { (char *)"ctime", T_UINT, offsetof(PyStatPacket, ctime), 0, (char *)"Change Time" },
184 { (char *)"blksize", T_UINT, offsetof(PyStatPacket, blksize), 0, (char *)"Blocksize" },
273 { (char *)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0, (char *)"Save Time" },
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/plugins/filed/
H A Dpython-fd.h109 {(char*)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0,
186 {(char*)"dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char*)"Device"},
192 {(char*)"uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char*)"User Id"},
193 {(char*)"gid", T_UINT, offsetof(PyStatPacket, gid), 0, (char*)"Group Id"},
194 {(char*)"rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char*)"Rdev"},
197 {(char*)"atime", T_UINT, offsetof(PyStatPacket, atime), 0,
199 {(char*)"mtime", T_UINT, offsetof(PyStatPacket, mtime), 0,
201 {(char*)"ctime", T_UINT, offsetof(PyStatPacket, ctime), 0,
203 {(char*)"blksize", T_UINT, offsetof(PyStatPacket, blksize), 0,
300 {(char*)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0,
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/plugins/filed/
H A Dpython-fd.h109 {(char*)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0,
186 {(char*)"dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char*)"Device"},
192 {(char*)"uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char*)"User Id"},
193 {(char*)"gid", T_UINT, offsetof(PyStatPacket, gid), 0, (char*)"Group Id"},
194 {(char*)"rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char*)"Rdev"},
197 {(char*)"atime", T_UINT, offsetof(PyStatPacket, atime), 0,
199 {(char*)"mtime", T_UINT, offsetof(PyStatPacket, mtime), 0,
201 {(char*)"ctime", T_UINT, offsetof(PyStatPacket, ctime), 0,
203 {(char*)"blksize", T_UINT, offsetof(PyStatPacket, blksize), 0,
300 {(char*)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0,
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/plugins/filed/
H A Dpython-fd.h96 { (char *)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0, (char *)"Jobid" },
173 { (char *)"dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char *)"Device" },
177 { (char *)"uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char *)"User Id" },
178 { (char *)"gid", T_UINT, offsetof(PyStatPacket, gid), 0, (char *)"Group Id" },
179 { (char *)"rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char *)"Rdev" },
181 { (char *)"atime", T_UINT, offsetof(PyStatPacket, atime), 0, (char *)"Access Time" },
182 { (char *)"mtime", T_UINT, offsetof(PyStatPacket, mtime), 0, (char *)"Modification Time" },
183 { (char *)"ctime", T_UINT, offsetof(PyStatPacket, ctime), 0, (char *)"Change Time" },
184 { (char *)"blksize", T_UINT, offsetof(PyStatPacket, blksize), 0, (char *)"Blocksize" },
273 { (char *)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0, (char *)"Save Time" },
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/plugins/filed/
H A Dpython-fd.h96 { (char *)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0, (char *)"Jobid" },
173 { (char *)"dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char *)"Device" },
177 { (char *)"uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char *)"User Id" },
178 { (char *)"gid", T_UINT, offsetof(PyStatPacket, gid), 0, (char *)"Group Id" },
179 { (char *)"rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char *)"Rdev" },
181 { (char *)"atime", T_UINT, offsetof(PyStatPacket, atime), 0, (char *)"Access Time" },
182 { (char *)"mtime", T_UINT, offsetof(PyStatPacket, mtime), 0, (char *)"Modification Time" },
183 { (char *)"ctime", T_UINT, offsetof(PyStatPacket, ctime), 0, (char *)"Change Time" },
184 { (char *)"blksize", T_UINT, offsetof(PyStatPacket, blksize), 0, (char *)"Blocksize" },
273 { (char *)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0, (char *)"Save Time" },
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/plugins/filed/
H A Dpython-fd.h109 {(char*)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0,
186 {(char*)"dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char*)"Device"},
192 {(char*)"uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char*)"User Id"},
193 {(char*)"gid", T_UINT, offsetof(PyStatPacket, gid), 0, (char*)"Group Id"},
194 {(char*)"rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char*)"Rdev"},
197 {(char*)"atime", T_UINT, offsetof(PyStatPacket, atime), 0,
199 {(char*)"mtime", T_UINT, offsetof(PyStatPacket, mtime), 0,
201 {(char*)"ctime", T_UINT, offsetof(PyStatPacket, ctime), 0,
203 {(char*)"blksize", T_UINT, offsetof(PyStatPacket, blksize), 0,
300 {(char*)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0,
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/plugins/filed/
H A Dpython-fd.h109 {(char*)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0,
186 {(char*)"dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char*)"Device"},
192 {(char*)"uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char*)"User Id"},
193 {(char*)"gid", T_UINT, offsetof(PyStatPacket, gid), 0, (char*)"Group Id"},
194 {(char*)"rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char*)"Rdev"},
197 {(char*)"atime", T_UINT, offsetof(PyStatPacket, atime), 0,
199 {(char*)"mtime", T_UINT, offsetof(PyStatPacket, mtime), 0,
201 {(char*)"ctime", T_UINT, offsetof(PyStatPacket, ctime), 0,
203 {(char*)"blksize", T_UINT, offsetof(PyStatPacket, blksize), 0,
300 {(char*)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0,
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/plugins/filed/
H A Dpython-fd.h96 { (char *)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0, (char *)"Jobid" },
173 { (char *)"dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char *)"Device" },
177 { (char *)"uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char *)"User Id" },
178 { (char *)"gid", T_UINT, offsetof(PyStatPacket, gid), 0, (char *)"Group Id" },
179 { (char *)"rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char *)"Rdev" },
181 { (char *)"atime", T_UINT, offsetof(PyStatPacket, atime), 0, (char *)"Access Time" },
182 { (char *)"mtime", T_UINT, offsetof(PyStatPacket, mtime), 0, (char *)"Modification Time" },
183 { (char *)"ctime", T_UINT, offsetof(PyStatPacket, ctime), 0, (char *)"Change Time" },
184 { (char *)"blksize", T_UINT, offsetof(PyStatPacket, blksize), 0, (char *)"Blocksize" },
273 { (char *)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0, (char *)"Save Time" },
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dpython.c169 sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),
177 member_def(perf_record_mmap, pid, T_UINT, "event pid"),
178 member_def(perf_record_mmap, tid, T_UINT, "event tid"),
220 member_def(perf_record_fork, pid, T_UINT, "event pid"),
221 member_def(perf_record_fork, ppid, T_UINT, "event ppid"),
222 member_def(perf_record_fork, tid, T_UINT, "event tid"),
223 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
255 member_def(perf_record_comm, pid, T_UINT, "event pid"),
256 member_def(perf_record_comm, tid, T_UINT, "event tid"),
349 member_def(perf_record_read, pid, T_UINT, "event pid"),
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dpython.c169 sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),
177 member_def(perf_record_mmap, pid, T_UINT, "event pid"),
178 member_def(perf_record_mmap, tid, T_UINT, "event tid"),
220 member_def(perf_record_fork, pid, T_UINT, "event pid"),
221 member_def(perf_record_fork, ppid, T_UINT, "event ppid"),
222 member_def(perf_record_fork, tid, T_UINT, "event tid"),
223 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
255 member_def(perf_record_comm, pid, T_UINT, "event pid"),
256 member_def(perf_record_comm, tid, T_UINT, "event tid"),
349 member_def(perf_record_read, pid, T_UINT, "event pid"),
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dpython.c169 sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),
177 member_def(perf_record_mmap, pid, T_UINT, "event pid"),
178 member_def(perf_record_mmap, tid, T_UINT, "event tid"),
220 member_def(perf_record_fork, pid, T_UINT, "event pid"),
221 member_def(perf_record_fork, ppid, T_UINT, "event ppid"),
222 member_def(perf_record_fork, tid, T_UINT, "event tid"),
223 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
255 member_def(perf_record_comm, pid, T_UINT, "event pid"),
256 member_def(perf_record_comm, tid, T_UINT, "event tid"),
349 member_def(perf_record_read, pid, T_UINT, "event pid"),
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/filed/python/module/
H A Dbareosfd.h103 {(char*)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0,
180 {(char*)"st_dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char*)"Device"},
187 {(char*)"st_uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char*)"User Id"},
188 {(char*)"st_gid", T_UINT, offsetof(PyStatPacket, gid), 0,
190 {(char*)"st_rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char*)"Rdev"},
193 {(char*)"st_atime", T_UINT, offsetof(PyStatPacket, atime), 0,
195 {(char*)"st_mtime", T_UINT, offsetof(PyStatPacket, mtime), 0,
197 {(char*)"st_ctime", T_UINT, offsetof(PyStatPacket, ctime), 0,
199 {(char*)"st_blksize", T_UINT, offsetof(PyStatPacket, blksize), 0,
296 {(char*)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0,
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/filed/python/module/
H A Dbareosfd.h103 {(char*)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0,
180 {(char*)"st_dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char*)"Device"},
187 {(char*)"st_uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char*)"User Id"},
188 {(char*)"st_gid", T_UINT, offsetof(PyStatPacket, gid), 0,
190 {(char*)"st_rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char*)"Rdev"},
193 {(char*)"st_atime", T_UINT, offsetof(PyStatPacket, atime), 0,
195 {(char*)"st_mtime", T_UINT, offsetof(PyStatPacket, mtime), 0,
197 {(char*)"st_ctime", T_UINT, offsetof(PyStatPacket, ctime), 0,
199 {(char*)"st_blksize", T_UINT, offsetof(PyStatPacket, blksize), 0,
296 {(char*)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0,
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/filed/python/module/
H A Dbareosfd.h103 {(char*)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0,
180 {(char*)"st_dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char*)"Device"},
187 {(char*)"st_uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char*)"User Id"},
188 {(char*)"st_gid", T_UINT, offsetof(PyStatPacket, gid), 0,
190 {(char*)"st_rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char*)"Rdev"},
193 {(char*)"st_atime", T_UINT, offsetof(PyStatPacket, atime), 0,
195 {(char*)"st_mtime", T_UINT, offsetof(PyStatPacket, mtime), 0,
197 {(char*)"st_ctime", T_UINT, offsetof(PyStatPacket, ctime), 0,
199 {(char*)"st_blksize", T_UINT, offsetof(PyStatPacket, blksize), 0,
296 {(char*)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0,
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/filed/python/module/
H A Dbareosfd.h103 {(char*)"jobid", T_UINT, offsetof(PyRestoreObject, JobId), 0,
180 {(char*)"st_dev", T_UINT, offsetof(PyStatPacket, dev), 0, (char*)"Device"},
187 {(char*)"st_uid", T_UINT, offsetof(PyStatPacket, uid), 0, (char*)"User Id"},
188 {(char*)"st_gid", T_UINT, offsetof(PyStatPacket, gid), 0,
190 {(char*)"st_rdev", T_UINT, offsetof(PyStatPacket, rdev), 0, (char*)"Rdev"},
193 {(char*)"st_atime", T_UINT, offsetof(PyStatPacket, atime), 0,
195 {(char*)"st_mtime", T_UINT, offsetof(PyStatPacket, mtime), 0,
197 {(char*)"st_ctime", T_UINT, offsetof(PyStatPacket, ctime), 0,
199 {(char*)"st_blksize", T_UINT, offsetof(PyStatPacket, blksize), 0,
296 {(char*)"save_time", T_UINT, offsetof(PySavePacket, save_time), 0,
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dattr-widget.h29 T_UINT, enumerator
74 type = T_UINT; in DefaultValueHolder()
84 g_assert (type == T_UINT); in as_uint()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dcursor.c262 {"x", T_UINT, offsetof(Cursor, x), 0, "x"},
263 {"y", T_UINT, offsetof(Cursor, y), 0, "y"},
266 {"fg", T_UINT, offsetof(Cursor, fg), 0, "fg"},
267 {"bg", T_UINT, offsetof(Cursor, bg), 0, "bg"},
268 {"decoration_fg", T_UINT, offsetof(Cursor, decoration_fg), 0, "decoration_fg"},
/dports/lang/python-legacy/Python-2.7.18/Tools/framer/framer/
H A Dmember.py14 T_UINT = "T_UINT" variable
25 "unsigned int" : T_UINT,
/dports/lang/python27/Python-2.7.18/Tools/framer/framer/
H A Dmember.py14 T_UINT = "T_UINT" variable
25 "unsigned int" : T_UINT,
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
H A Dmember.py14 T_UINT = "T_UINT" variable
25 "unsigned int" : T_UINT,
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Ddefaults.h88 #undef T_UINT
89 #define T_UINT 0x002 macro
/dports/devel/vcglib/vcglib-2020.09/wrap/ply/
H A Dplylib.cpp549 case T_UINT: *(uint *)mem = (uint )val; break; in StoreInt()
572 case T_UINT: in SkipScalarA()
683 case T_UINT: //================== Lettura uint in ReadScalarB()
815 case T_UINT: //================== Lettura uint in ReadScalarA()
3215 case T_UINT: in compile()
3365 case T_UINT: p->cb = cb_read_chui; break; in compile()
3379 case T_UINT: p->cb = cb_read_shui; break; in compile()
3393 case T_UINT: p->cb = cb_read_inui; break; in compile()
3407 case T_UINT: p->cb = cb_read_ucui; break; in compile()
3421 case T_UINT: p->cb = cb_read_usui; break; in compile()
[all …]

12345678910>>...19