Searched defs:mod (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dummy.c116 mod_handler(module_t mod, int type, void *data) argument
H A Dalias_irc.c131 mod_handler(module_t mod, int type, void *data) argument
H A Dalias_cuseeme.c113 mod_handler(module_t mod, int type, void *data) argument
H A Dalias_ftp.c156 mod_handler(module_t mod, int type, void *data) argument
H A Dalias_pptp.c173 mod_handler(module_t mod, int type, void *data) argument
H A Dalias_skinny.c91 mod_handler(module_t mod, int type, void *data) argument
H A Dalias_smedia.c175 mod_handler(module_t mod, int type, void *data) argument
H A Dalias_nbt.c178 mod_handler(module_t mod, int type, void *data) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c405 int mod = 0; local
414 ++mod;
423 ++mod;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dssl.c100 BIGNUM mod, exp, x, y; local
110 BN_init(&mod);
115 BN_bin2bn(modulus, modulus_size, &mod);
118 BN_mod_exp(&y, &x, &exp, &mod, ctx);
127 BN_free(&mod);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/rtasm/
H A Dx86sse.h14 unsigned mod:2; /* mod_REG if this is just a register */ member in struct:x86_reg
34 /* Values for mod field of modr/m byte
/vbox/src/libs/xpcom18a4/python/src/
H A Ddllmain.cpp278 PyObject *mod = NULL; local
280 mod = PyImport_ImportModule("xpcom");
281 if (mod!=NULL) {
282 PyXPCOM_Error = PyObject_GetAttrString(mod, "Exception");
283 Py_DECREF(mod);
H A DPyISupports.cpp452 PyObject *mod = NULL; local
460 PyObject *mod = PyImport_ImportModule("xpcom.client"); local
461 if (mod)
462 g_obFuncMakeInterfaceCount = PyObject_GetAttrString(mod, "MakeInterfaceResult");
463 Py_XDECREF(mod);
476 Py_XDECREF(mod);
479 if (ret==NULL) // eek - error - return the original with no refcount mod.
H A DPyGBase.cpp207 PyObject *mod = PyImport_ImportModule("xpcom.server"); local
208 if (mod)
209 func = PyObject_GetAttrString(mod, "WrapObject");
210 Py_XDECREF(mod);
/vbox/src/libs/xpcom18a4/python/src/loader/
H A Dpyloader.cpp149 PyObject *mod = PyImport_ImportModule("xpcom.server"); local
150 if (!mod) goto done;
151 func = PyObject_GetAttrString(mod, "NS_GetModule");
172 Py_XDECREF(mod);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_main.c163 HMODULE mod; local
214 mod = GetModuleHandleA( "winex11.drv" );
215 if (mod)
217 wine_tsx11_lock_ptr = (void *)GetProcAddress( mod, "wine_tsx11_lock" );
218 wine_tsx11_unlock_ptr = (void *)GetProcAddress( mod, "wine_tsx11_unlock" );
H A Dati_fragment_shader.c68 static const char *debug_dstmod(GLuint mod) { argument
69 switch(mod) {
82 static const char *debug_argmod(GLuint mod) { argument
83 switch(mod) {
264 unsigned int stage, GLuint *mod, GLuint *rep, GLuint tmparg)
268 if(mod) *mod = GL_NONE;
320 if(mod) *mod |= GL_COMP_BIT_ATI;
263 register_for_arg(DWORD arg, const struct wined3d_gl_info *gl_info, unsigned int stage, GLuint *mod, GLuint *rep, GLuint tmparg) argument
/vbox/src/libs/libxml2-2.6.31/
H A Dgentest.py265 for mod in skipped_modules:
266 if mod == name:
512 mod = arg.xpathEval('string(../@file)') variable
514 if (mod not in skipped_modules) and (func not in skipped_functions):
523 mod = ret.xpathEval('string(../@file)') variable
525 if (mod not in skipped_modules) and (func not in skipped_functions):
/vbox/src/VBox/Disassembler/
H A DDisasmCore.cpp940 uint8_t mod = pDis->ModRM.Bits.Mod; local
974 if (mod != 3)
998 if (mod != 3)
1034 switch (mod)
1092 switch (mod)
1131 uint8_t mod = pDis->ModRM.Bits.Mod; local
1141 if (mod != 3 && rm == 4) /* SIB byte follows ModRM */
1144 switch (mod)
1172 switch (mod)
1204 uint8_t mod local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c612 struct modctl *mod = NULL; local
620 mod = mp;
625 if (mod == NULL)
628 if ((pfp = ctf_modopen(mod->mod_mp, &error)) == NULL) {
H A Dfasttrap_isa.c73 #define FASTTRAP_MODRM(mod, reg, rm) (((mod) << 6) | ((reg) << 3) | (rm))
366 uint_t mod = FASTTRAP_MODRM_MOD(instr[start + 1]); local
378 if (mod == 3)
390 if (mod != 3 && rm == 4) {
400 tp->ftt_base = (mod == 0 && base == 5) ?
405 sz = mod == 1 ? 1 : 4;
408 * In 64-bit mode, mod == 0 and r/m == 5
413 if (mod == 0 && rm == 5) {
426 sz = mod
565 uint_t mod = FASTTRAP_MODRM_MOD(instr[rmindex]); local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dati_fragment_shader.c69 static const char *debug_dstmod(GLuint mod) { argument
70 switch(mod) {
83 static const char *debug_argmod(GLuint mod) { argument
84 switch(mod) {
265 unsigned int stage, GLuint *mod, GLuint *rep, GLuint tmparg)
269 if(mod) *mod = GL_NONE;
317 if(mod) *mod |= GL_COMP_BIT_ATI;
264 register_for_arg(DWORD arg, const struct wined3d_gl_info *gl_info, unsigned int stage, GLuint *mod, GLuint *rep, GLuint tmparg) argument
/vbox/src/VBox/VMM/VMMR3/
H A DPATMPatch.cpp1197 unsigned reg, mod, rm, dbgreg; local
1202 mod = 0; //effective address (only)
1227 pPB[1] = MAKE_MODRM(mod, reg, rm);
1247 int reg, mod, rm, ctrlreg; local
1252 mod = 0; //effective address (only)
1276 pPB[1] = MAKE_MODRM(mod, reg, rm);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c1417 PyObject *mod = Py_InitModule3("marshal", marshal_methods, local
1419 if (mod == NULL)
1421 PyModule_AddIntConstant(mod, "version", Py_MARSHAL_VERSION);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c1016 int fd, i, ndx, eprobe, mod = 0; local
1427 mod = 1;
1444 if (mod && elf_update(elf, ELF_C_WRITE) == -1)

Completed in 186 milliseconds

12