Searched refs:_opt (Results 1 – 6 of 6) sorted by relevance
/third_party/popt/src/ |
D | poptint.h | 70 #define poptArgType(_opt) ((_opt)->argInfo & _poptArgMask) argument 71 #define poptGroup(_opt) ((_opt)->argInfo & _poptGroupMask) argument 73 #define F_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_ARGFLAG_##_FLAG) argument 75 #define CBF_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_CBFLAG_##_FLAG) argument
|
/third_party/node/test/parallel/ |
D | test-zlib-random-byte-pipes.js | 56 this._opt = opt; 91 let block = this._opt.block; 92 const jitter = this._opt.jitter;
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | newfs_msdos.c | 274 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, in usage() argument
|
D | mkfs_msdos.h | 66 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
|
/third_party/skia/third_party/externals/brotli/research/ |
D | README.md | 7 ### find\_opt\_references
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 158656 + if(!f._opt){ 158659 + f._opt = function(opt, rv){ 158668 + f._opt(k,ov);
|