Home
last modified time | relevance | path

Searched refs:flgs (Results 176 – 200 of 808) sorted by relevance

12345678910>>...33

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/crypto/
H A Dakcipher.h227 u32 flgs, in akcipher_request_set_callback() argument
233 req->base.flags = flgs; in akcipher_request_set_callback()
/dports/multimedia/libv4l/linux-5.13-rc2/include/crypto/
H A Dakcipher.h227 u32 flgs, in akcipher_request_set_callback() argument
233 req->base.flags = flgs; in akcipher_request_set_callback()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/crypto/
H A Dakcipher.h227 u32 flgs, in akcipher_request_set_callback() argument
233 req->base.flags = flgs; in akcipher_request_set_callback()
/dports/games/lmarbles/lmarbles-1.0.8/src/
H A Dfile.h27 void F_GetE(FILE *f, char *str, int flgs);
H A Ddynlist.h37 unsigned int flgs; member
H A Dgame.c169 l_sts.flgs = DL_AUTODEL; in G_Ini()
204 gm.g_sts.flgs = DL_AUTODEL; in G_Ini()
326 gm.shr.flgs = DL_AUTODEL; in G_Ini()
389 int flgs = SDL_SWSURFACE; in G_Opn() local
412 flgs = flgs | SDL_FULLSCREEN; in G_Opn()
413 Sdl_StVdMd(gm.scr_w, gm.scr_h, 16, flgs); in G_Opn()
471 int flgs; in G_Run() local
517 flgs = flgs | SDL_FULLSCREEN; in G_Run()
839 int flgs; in G_Ps() local
876 flgs = SDL_SWSURFACE; in G_Ps()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/
H A Dsecurestring.cs392 uint flgs = WC_NO_BEST_FIT_CHARS; in GetAnsiByteCount()
402 flgs, in GetAnsiByteCount()
421 uint flgs = WC_NO_BEST_FIT_CHARS; in GetAnsiBytes()
431 flgs, in GetAnsiBytes()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A Dd3dmacs.h79 #define PROCESSVERTICES_DATA(flgs, strt, cnt, ptr) \ argument
80 ((LPD3DPROCESSVERTICES) ptr)->dwFlags = flgs; \
/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dparser.h56 #define insx(token, string, opcls, byte1_info,op_dir,rm_info,opcode,rm_byte,cpu,prefix,flgs ) T_ ##… argument
66 #define avxins(token, string, cpu, flgs ) T_V ## token , argument
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dexternal.c492 register Uint32 flgs; in erts_encode_ext_dist_header_finalize() local
517 flgs <<= 4; in erts_encode_ext_dist_header_finalize()
520 flgs = 0; in erts_encode_ext_dist_header_finalize()
531 flgs |= ((cix >> 8) & 7); in erts_encode_ext_dist_header_finalize()
560 flgs_buf[flgs_buf_ix] = flgs; in erts_encode_ext_dist_header_finalize()
568 *--ep = (byte) (flgs & 0xff); in erts_encode_ext_dist_header_finalize()
884 register Uint32 flgs = 0; in erts_prepare_dist_ext() local
922 flgs = 0; in erts_prepare_dist_ext()
940 ASSERT((flgs & 3) in erts_prepare_dist_ext()
946 if ((flgs & 8) == 0) { in erts_prepare_dist_ext()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dexternal.c451 register Uint32 flgs; in erts_encode_ext_dist_header_finalize() local
476 flgs <<= 4; in erts_encode_ext_dist_header_finalize()
479 flgs = 0; in erts_encode_ext_dist_header_finalize()
490 flgs |= ((cix >> 8) & 7); in erts_encode_ext_dist_header_finalize()
519 flgs_buf[flgs_buf_ix] = flgs; in erts_encode_ext_dist_header_finalize()
527 *--ep = (byte) (flgs & 0xff); in erts_encode_ext_dist_header_finalize()
754 register Uint32 flgs = 0; in erts_prepare_dist_ext() local
792 flgs = 0; in erts_prepare_dist_ext()
810 ASSERT((flgs & 3) in erts_prepare_dist_ext()
816 if ((flgs & 8) == 0) { in erts_prepare_dist_ext()
[all …]
/dports/devel/p5-Util-Any/Util-Any-0.25/lib/Util/
H A DAny.pm394 my ($pkg, $caller, @flgs) = @_;
400 while (@flgs and my $flg = lc shift @flgs) {
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsys_descrip.c430 int flgs = tmp & FNONBLOCK; in sys_fcntl() local
431 error = (*fp->f_ops->fo_ioctl)(fp, FIONBIO, &flgs); in sys_fcntl()
439 int flgs = tmp & FASYNC; in sys_fcntl() local
440 error = (*fp->f_ops->fo_ioctl)(fp, FIOASYNC, &flgs); in sys_fcntl()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXListBox.cpp448 FXint FXListBox::findItem(const FXString& text,FXint start,FXuint flgs) const { in findItem()
449 return list->findItem(text,start,flgs); in findItem()
454 FXint FXListBox::findItemByData(const void *ptr,FXint start,FXuint flgs) const { in findItemByData()
455 return list->findItemByData(ptr,start,flgs); in findItemByData()
H A DFX4Splitter.cpp308 FXuint flgs=flags; in onLeftBtnRelease() local
316 if(flgs&FLAG_PRESSED){ in onLeftBtnRelease()
320 if(flgs&FLAG_CHANGED){ in onLeftBtnRelease()
324 if(flgs&FLAG_CHANGED){ in onLeftBtnRelease()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Ddump.c597 printf( "serial = %d, ", hn->flgs & FLAG_SERIAL ); in graph_heap()
599 if( hn->flgs & FLAG_PRINT ) in graph_heap()
604 if( hn->flgs & FLAG_DEBUG ) in graph_heap()
609 if( hn->flgs & FLAG_MARK ) in graph_heap()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/vcl/tests/
H A Dtest_iostream.cxx35 std::ios::fmtflags flgs = in test_iostream_main() local
54 std::cout.flags(flgs); // restore in test_iostream_main()
/dports/misc/vxl/vxl-3.3.2/vcl/tests/
H A Dtest_iostream.cxx35 std::ios::fmtflags flgs = in test_iostream_main() local
54 std::cout.flags(flgs); // restore in test_iostream_main()
/dports/devel/p5-Inline-Python/Inline-Python-0.56/
H A Dperlmodule.c725 self->flgs = G_ARRAY; in newPerlSub_object()
751 self->flgs = 0; in newPerlCfun_object()
816 count = perl_call_sv(self->ref, self->flgs | G_EVAL); in PerlSub_call()
819 count = perl_call_method(PyBytes_AsString(self->sub), self->flgs | G_EVAL); in PerlSub_call()
821 count = perl_call_method(PyString_AsString(self->sub), self->flgs | G_EVAL); in PerlSub_call()
892 retval = PyInt_FromLong((long)self->flgs); in PerlSub_getattr()
936 self->flgs = (int)PyInt_AsLong(v); in PerlSub_setattr()
/dports/news/husky/husky-1.9.20191207/lxtrack/
H A Dmask.h17 dword flgs);
/dports/news/husky-areafix/husky-areafix-1.9.20191207/lxtrack/
H A Dmask.h17 dword flgs);
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/lxtrack/
H A Dmask.h17 dword flgs);
/dports/news/husky-htick/husky-htick-1.9.20191207/lxtrack/
H A Dmask.h17 dword flgs);
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/lxtrack/
H A Dmask.h17 dword flgs);
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/lxtrack/
H A Dmask.h17 dword flgs);

12345678910>>...33