Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 11010) sorted by relevance

12345678910>>...441

/dports/sysutils/py-salt/salt-3004.1/salt/engines/
H A Dlibvirt_events.py268 opaque,
297 opaque,
310 opaque,
344 opaque,
370 opaque,
388 opaque,
438 opaque,
470 opaque,
521 opaque,
539 opaque,
[all …]
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/scanner/cpp/
H A Dcppscanner.cpp224 if (opaque->fd == -1) { in openScanner()
225 opaque->fd = 0; in openScanner()
234 opaque->mapl = mapl; in openScanner()
240 opaque->file.setFileName(opaque->fileName); in openScanner()
244 uchar *vmap = opaque->file.map(0, opaque->file.size()); in openScanner()
245 mapl = opaque->file.size(); in openScanner()
261 CPlusPlus::Lexer lex(opaque->fileContent, opaque->fileContent + mapl); in openScanner()
263 return opaque.release(); in openScanner()
269 delete opaque; in closeScanner()
275 if (opaque->currentResultIndex < opaque->includedFiles.size()) { in next()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/std/os/linux/bpf/
H A Dkern.zig11 pub const BpfSock = opaque {};
13 pub const FibLookup = opaque {};
14 pub const MapDef = opaque {};
18 pub const SeqFile = opaque {};
19 pub const SkBuff = opaque {};
20 pub const SkMsgMd = opaque {};
22 pub const Sock = opaque {};
24 pub const SockOps = opaque {};
27 pub const SysCtl = opaque {};
30 pub const TcpSock = opaque {};
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/os/linux/bpf/
H A Dkern.zig11 pub const BpfSock = opaque {};
13 pub const FibLookup = opaque {};
14 pub const MapDef = opaque {};
18 pub const SeqFile = opaque {};
19 pub const SkBuff = opaque {};
20 pub const SkMsgMd = opaque {};
22 pub const Sock = opaque {};
24 pub const SockOps = opaque {};
27 pub const SysCtl = opaque {};
30 pub const TcpSock = opaque {};
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/icart/
H A Dicarttag_printer.c11 LOCAL int ictp_start(void *opaque) in ictp_start() argument
13 UNUSED(opaque); in ictp_start()
18 LOCAL int ictp_stop(void *opaque) in ictp_stop() argument
20 UNUSED(opaque); in ictp_stop()
28 UNUSED(opaque); in ictp_ascii()
35 return ictp_ascii(opaque, title->name, "Title", 4); in ictp_full_title()
65 ictp_ascii(opaque, credits[i].name, cn, 8); in ictp_credits()
129 ictp_ascii(opaque, buf, "RSVD[2][7:0]", 8); in ictp_compat()
133 ictp_ascii(opaque, "ENABLED", "LTO Mapper", 8); in ictp_compat()
147 ictp_ascii(opaque, buf, "JLP Flash", 8); in ictp_compat()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/compositor/
H A DCompositorSurfaceManagerImplTest.java217 SurfaceView opaque = requestSurface(PixelFormat.OPAQUE); in testRequestOpaqueSurface() local
228 callbackFor(opaque).surfaceCreated(opaque.getHolder()); in testRequestOpaqueSurface()
241 callbackFor(opaque).surfaceDestroyed(opaque.getHolder()); in testRequestOpaqueSurface()
300 SurfaceView opaque = requestSurface(PixelFormat.OPAQUE); in testRequestSameSurfaceBeforeReady() local
317 callbackFor(opaque).surfaceCreated(opaque.getHolder()); in testRequestSameSurfaceBeforeReady()
346 callbackFor(opaque).surfaceCreated(opaque.getHolder()); in testRequestDifferentSurfacesBeforeReady()
366 callbackFor(opaque).surfaceCreated(opaque.getHolder()); in testPendingSurfaceChangedCallback()
408 callbackFor(opaque).surfaceDestroyed(opaque.getHolder()); in testRecreateSurface()
414 callbackFor(opaque).surfaceCreated(opaque.getHolder()); in testRecreateSurface()
443 callbackFor(opaque).surfaceDestroyed(opaque.getHolder()); in testRequestSurfaceDuringDestruction()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/markdown/sundown/
H A Dmarkdown.h70 void (*blockhtml)(struct buf *ob,const struct buf *text, void *opaque);
72 void (*hrule)(struct buf *ob, void *opaque);
75 void (*paragraph)(struct buf *ob, const struct buf *text, void *opaque);
77 void (*table_row)(struct buf *ob, const struct buf *text, void *opaque);
83 int (*codespan)(struct buf *ob, const struct buf *text, void *opaque);
85 int (*emphasis)(struct buf *ob, const struct buf *text, void *opaque);
87 int (*linebreak)(struct buf *ob, void *opaque);
97 void (*entity)(struct buf *ob, const struct buf *entity, void *opaque);
101 void (*doc_header)(struct buf *ob, void *opaque);
102 void (*doc_footer)(struct buf *ob, void *opaque);
[all …]
/dports/textproc/R-cran-markdown/markdown/src/
H A Dmarkdown.h70 void (*blockhtml)(struct buf *ob,const struct buf *text, void *opaque);
72 void (*hrule)(struct buf *ob, void *opaque);
75 void (*paragraph)(struct buf *ob, const struct buf *text, void *opaque);
77 void (*table_row)(struct buf *ob, const struct buf *text, void *opaque);
83 int (*codespan)(struct buf *ob, const struct buf *text, void *opaque);
85 int (*emphasis)(struct buf *ob, const struct buf *text, void *opaque);
87 int (*linebreak)(struct buf *ob, void *opaque);
97 void (*entity)(struct buf *ob, const struct buf *entity, void *opaque);
101 void (*doc_header)(struct buf *ob, void *opaque);
102 void (*doc_footer)(struct buf *ob, void *opaque);
[all …]
/dports/textproc/libsoldout/libsoldout-1.4/
H A Dmarkdown.h48 int level, void *opaque);
49 void (*hrule)(struct buf *ob, void *opaque);
52 int flags, void *opaque);
55 void *opaque);
57 void *opaque);
59 void *opaque);
63 enum mkd_autolink type, void *opaque);
66 char c, void *opaque);
69 struct buf *alt, void *opaque);
72 struct buf *content, void *opaque);
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/markdown2html/md_parser/
H A Dmarkdown.h72 void* opaque );
76 void (* hrule)( struct buf* ob, void* opaque );
81 void* opaque );
88 void* opaque );
89 int (* codespan)( struct buf* ob, const struct buf* text, void* opaque );
93 const struct buf* alt, void* opaque );
94 int (* linebreak)( struct buf* ob, void* opaque );
96 const struct buf* content, void* opaque );
107 void (* doc_header)( struct buf* ob, void* opaque );
108 void (* doc_footer)( struct buf* ob, void* opaque );
[all …]
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/sundown/
H A Dmarkdown.h69 void (*blockhtml)(struct buf *ob,const struct buf *text, void *opaque);
71 void (*hrule)(struct buf *ob, void *opaque);
74 void (*paragraph)(struct buf *ob, const struct buf *text, void *opaque);
76 void (*table_row)(struct buf *ob, const struct buf *text, void *opaque);
82 int (*codespan)(struct buf *ob, const struct buf *text, void *opaque);
84 int (*emphasis)(struct buf *ob, const struct buf *text, void *opaque);
86 int (*linebreak)(struct buf *ob, void *opaque);
94 void (*entity)(struct buf *ob, const struct buf *entity, void *opaque);
98 void (*doc_header)(struct buf *ob, void *opaque);
99 void (*doc_footer)(struct buf *ob, void *opaque);
[all …]
/dports/textproc/R-cran-markdown/markdown/inst/include/
H A Dmarkdown.h69 void (*blockhtml)(struct buf *ob,const struct buf *text, void *opaque);
71 void (*hrule)(struct buf *ob, void *opaque);
74 void (*paragraph)(struct buf *ob, const struct buf *text, void *opaque);
76 void (*table_row)(struct buf *ob, const struct buf *text, void *opaque);
82 int (*codespan)(struct buf *ob, const struct buf *text, void *opaque);
84 int (*emphasis)(struct buf *ob, const struct buf *text, void *opaque);
86 int (*linebreak)(struct buf *ob, void *opaque);
94 void (*entity)(struct buf *ob, const struct buf *entity, void *opaque);
98 void (*doc_header)(struct buf *ob, void *opaque);
99 void (*doc_footer)(struct buf *ob, void *opaque);
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/lib/quazip/
H A Dioapi.c37 voidpf opaque,
42 voidpf opaque,
48 voidpf opaque,
54 voidpf opaque,
58 voidpf opaque,
64 voidpf opaque,
68 voidpf opaque,
73 voidpf opaque; in fopen_file_func()
99 voidpf opaque; in fread_file_func()
115 voidpf opaque; in fwrite_file_func()
[all …]
/dports/emulators/ucon64/ucon64-2.2.2-src/src/libdiscmage/
H A Dioapi.c52 voidpf opaque,
57 voidpf opaque,
63 voidpf opaque,
69 voidpf opaque,
73 voidpf opaque,
79 voidpf opaque,
83 voidpf opaque,
88 voidpf opaque; in fopen_file_func()
94 (void)opaque;
111 voidpf opaque; in fread_file_func()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/dsslib/opaque/
H A Dopaque.c61 if (size < opaque->magic.size) in opaqueident()
63 if (opaque->magic.magic) in opaqueident()
73 if (opaque->magic.version && magic->version > opaque->magic.version) in opaqueident()
158 register Opaque_t* opaque; in opaquemeth() local
167 opaque->meth = *meth; in opaquemeth()
168 opaque->meth.data = opaque; in opaquemeth()
180 strncopy(opaque->magic.name, opt_info.arg, sizeof(opaque->magic.name)); in opaquemeth()
187 strncopy(opaque->magic.type, opt_info.arg, sizeof(opaque->magic.type)); in opaquemeth()
205 if (!opaque->magic.size) in opaquemeth()
212 return &opaque->meth; in opaquemeth()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/dsslib/opaque/
H A Dopaque.c61 if (size < opaque->magic.size) in opaqueident()
63 if (opaque->magic.magic) in opaqueident()
73 if (opaque->magic.version && magic->version > opaque->magic.version) in opaqueident()
158 register Opaque_t* opaque; in opaquemeth() local
167 opaque->meth = *meth; in opaquemeth()
168 opaque->meth.data = opaque; in opaquemeth()
180 strncopy(opaque->magic.name, opt_info.arg, sizeof(opaque->magic.name)); in opaquemeth()
187 strncopy(opaque->magic.type, opt_info.arg, sizeof(opaque->magic.type)); in opaquemeth()
205 if (!opaque->magic.size) in opaquemeth()
212 return &opaque->meth; in opaquemeth()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/dsslib/opaque/
H A Dopaque.c61 if (size < opaque->magic.size) in opaqueident()
63 if (opaque->magic.magic) in opaqueident()
73 if (opaque->magic.version && magic->version > opaque->magic.version) in opaqueident()
158 register Opaque_t* opaque; in opaquemeth() local
167 opaque->meth = *meth; in opaquemeth()
168 opaque->meth.data = opaque; in opaquemeth()
180 strncopy(opaque->magic.name, opt_info.arg, sizeof(opaque->magic.name)); in opaquemeth()
187 strncopy(opaque->magic.type, opt_info.arg, sizeof(opaque->magic.type)); in opaquemeth()
205 if (!opaque->magic.size) in opaquemeth()
212 return &opaque->meth; in opaquemeth()
[all …]
/dports/devel/py-libvirt/libvirt-python-7.10.0/
H A Dlibvirt-override-virConnect.py56 opaque = cbData["opaque"]
65 opaque = cbData["opaque"]
74 opaque = cbData["opaque"]
83 opaque = cbData["opaque"]
92 opaque = cbData["opaque"]
101 opaque = cbData["opaque"]
104 reason, opaque)
111 opaque = cbData["opaque"]
132 opaque = cbData["opaque"]
141 opaque = cbData["opaque"]
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/third_party/minizip/
H A Dioapi.c80 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32()
99 (void) opaque; in fopen_file_func()
118 (void) opaque; in fopen64_file_func()
137 (void) opaque; in fread_file_func()
145 (void) opaque; in fwrite_file_func()
153 (void) opaque; in ftell_file_func()
162 (void) opaque; in ftell64_file_func()
171 (void) opaque; in fseek_file_func()
195 (void) opaque; in fseek64_file_func()
221 (void) opaque; in fclose_file_func()
[all …]
/dports/emulators/ucon64/ucon64-2.2.2-src/src/misc/
H A Dioapi.c69 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32()
86 (void)opaque; in fopen_file_func()
111 (void)opaque; in fread_file_func()
119 (void)opaque; in fwrite_file_func()
127 (void)opaque; in ftell_file_func()
147 (void)opaque; in ftell64_file_func()
155 (void)opaque; in fseek_file_func()
190 (void)opaque; in fseek64_file_func()
217 (void)opaque; in fclose_file_func()
225 (void)opaque; in ferror_file_func()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/include/
H A Dyassl_imp.hpp137 opaque* set_buffer();
295 opaque* rsa_modulus_;
296 opaque* rsa_exponent_;
305 opaque* p_;
306 opaque* g_;
307 opaque* Ys_;
320 opaque* alloc_p(int sz);
321 opaque* alloc_g(int sz);
322 opaque* alloc_pub(int sz);
340 opaque r_s_[FORTEZZA_MAX];
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/include/
H A Dyassl_imp.hpp137 opaque* set_buffer();
295 opaque* rsa_modulus_;
296 opaque* rsa_exponent_;
305 opaque* p_;
306 opaque* g_;
307 opaque* Ys_;
320 opaque* alloc_p(int sz);
321 opaque* alloc_g(int sz);
322 opaque* alloc_pub(int sz);
340 opaque r_s_[FORTEZZA_MAX];
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/include/
H A Dyassl_imp.hpp137 opaque* set_buffer();
295 opaque* rsa_modulus_;
296 opaque* rsa_exponent_;
305 opaque* p_;
306 opaque* g_;
307 opaque* Ys_;
320 opaque* alloc_p(int sz);
321 opaque* alloc_g(int sz);
322 opaque* alloc_pub(int sz);
340 opaque r_s_[FORTEZZA_MAX];
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/memcached-rs-0.4.2/src/proto/
H A Dbinary.rs150 while resp.header.opaque != opaque { in set()
153 opaque, resp.header.opaque in set()
203 while resp.header.opaque != opaque { in add()
206 opaque, resp.header.opaque in add()
240 while resp.header.opaque != opaque { in delete()
243 opaque, resp.header.opaque in delete()
296 opaque, resp.header.opaque in replace()
333 opaque, resp.header.opaque in get()
375 opaque, resp.header.opaque in getk()
434 opaque, resp.header.opaque in increment()
[all …]
/dports/games/spring/spring_98.0/rts/lib/assimp/contrib/unzip/
H A Dioapi.c37 voidpf opaque,
42 voidpf opaque,
48 voidpf opaque,
54 voidpf opaque,
58 voidpf opaque,
64 voidpf opaque,
68 voidpf opaque,
73 voidpf opaque; in fopen_file_func()
95 voidpf opaque; in fread_file_func()
107 voidpf opaque; in fwrite_file_func()
[all …]

12345678910>>...441