Searched defs:fn (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/Audio/
H A Dalsa_stubs.c115 void (**fn)(void); member in struct:__anon9885
185 rc = RTLdrGetSymbol(hLib, SharedFuncs[i].name, (void**)SharedFuncs[i].fn);
H A Dpulse_stubs.c197 void (**fn)(void); member in struct:__anon9911
281 rc = RTLdrGetSymbol(hLib, SharedFuncs[i].name, (void**)SharedFuncs[i].fn);
H A Daudio_int.h66 audio_callback_fn_t fn; member in struct:audio_callback
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_rem_pio2.c78 double z,w,t,r,fn; local
116 fn = (double)n;
117 r = t-fn*pio2_1;
118 w = fn*pio2_1t; /* 1st round good to 85 bit */
129 w = fn*pio2_2;
131 w = fn*pio2_2t-((t-r)-w);
137 w = fn*pio2_3;
139 w = fn*pio2_3t-((t-r)-w);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c87 void PR_SetXtHackOkayToReleaseXLockFn(int (*fn)(void)) argument
89 _pr_xt_hack_okayToReleaseXLock = fn;
H A Dunix.c2602 PRInt32 _MD_getfileinfo(const char *fn, PRFileInfo *info) argument
2607 rv = stat(fn, &sb);
2615 PRInt32 _MD_getfileinfo64(const char *fn, PRFileInfo64 *info) argument
2618 PRInt32 rv = _md_iovector._stat64(fn, &sb);
2682 static PRIntn _MD_solaris25_stat64(const char *fn, _MDStat64 *buf) argument
2687 rv = stat(fn, &sb);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp66 static int checkSDL(const char *fn, int rc);
439 static int checkSDL(const char *fn, int rc) argument
442 RTPrintf(""ESC_BOLD"%s() failed:"ESC_NORM" '%s'\n", fn, SDL_GetError());
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/rtasm/
H A Dx86sse.h24 const char *fn; member in struct:x86_function
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib_structs.c345 * @param fn returns pointer to found node
350 snmp_mib_node_find(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **fn) argument
394 *fn = n;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib_structs.c333 * @param fn returns pointer to found node
338 snmp_mib_node_find(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **fn) argument
382 *fn = n;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcssp.c255 streamsave(STREAM s, char *fn) argument
257 FILE *f = fopen(fn, "wb");
H A Drdesktop.c1908 char fn[256]; local
1915 snprintf(fn, sizeof(fn), "%s/.rdesktop/%s", home, filename);
1917 sprintf(fn, "%s/.rdesktop/%s", home, filename);
1919 fd = open(fn, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
1921 perror(fn);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2io.c504 _PR_MD_STAT(const char *fn, struct stat *info) argument
509 PR_snprintf(filename, CCHMAXPATH, "%s", fn);
529 int len = strlen(fn);
531 && (fn[len - 1] == '\\' || fn[len - 1] == '/')) {
534 strcpy(newfn, fn);
547 _PR_MD_GETFILEINFO(const char *fn, PRFileInfo *info) argument
553 if ( (rv = _PR_MD_STAT(fn, &sb)) == 0 ) {
575 _PR_MD_GETFILEINFO64(const char *fn, PRFileInfo64 *info) argument
578 PRInt32 rv = _PR_MD_GETFILEINFO(fn,
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16io.c433 _PR_MD_STAT(const char *fn, struct stat *info) argument
437 rv = _stat(fn, (struct _stat *)info);
454 _PR_MD_GETFILEINFO(const char *fn, PRFileInfo *info) argument
459 if ( (rv = _stat(fn, &sb)) == 0 ) {
481 _PR_MD_GETFILEINFO64(const char *fn, PRFileInfo64 *info) argument
485 PRInt32 rv = _PR_MD_GETFILEINFO(fn, &info32);
H A Dw95io.c637 _PR_MD_STAT(const char *fn, struct stat *info) argument
641 rv = _stat(fn, (struct _stat *)info);
655 int len = strlen(fn);
657 && (fn[len - 1] == '\\' || fn[len - 1] == '/')) {
660 strcpy(newfn, fn);
677 * Return PR_TRUE if the pathname 'fn' is a valid root directory,
678 * else return PR_FALSE. The char buffer pointed to by 'fn' must
680 * of the buffer pointed to by 'fn' may be modified, but on return
682 * the buffer pointed to by 'fn'
693 IsRootDirectory(char *fn, size_t buflen) argument
763 _PR_MD_GETFILEINFO64(const char *fn, PRFileInfo64 *info) argument
862 _PR_MD_GETFILEINFO(const char *fn, PRFileInfo *info) argument
1338 IsRootDirectoryW(PRUnichar *fn, size_t buflen) argument
1408 _PR_MD_GETFILEINFO64_UTF16(const PRUnichar *fn, PRFileInfo64 *info) argument
[all...]
H A Dntio.c2890 _PR_MD_STAT(const char *fn, struct stat *info) argument
2894 rv = _stat(fn, (struct _stat *)info);
2908 int len = strlen(fn);
2910 && (fn[len - 1] == '\\' || fn[len - 1] == '/')) {
2913 strcpy(newfn, fn);
2930 * Return PR_TRUE if the pathname 'fn' is a valid root directory,
2931 * else return PR_FALSE. The char buffer pointed to by 'fn' must
2933 * of the buffer pointed to by 'fn' may be modified, but on return
2935 * the buffer pointed to by 'fn'
2946 IsRootDirectory(char *fn, size_t buflen) argument
3016 _PR_MD_GETFILEINFO64(const char *fn, PRFileInfo64 *info) argument
3115 _PR_MD_GETFILEINFO(const char *fn, PRFileInfo *info) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c962 g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob) argument
966 _DIAGASSERT(fn != NULL);
970 if (g_Ctoc(fn, buf, sizeof(buf)))
978 g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob) argument
982 _DIAGASSERT(fn != NULL);
986 if (g_Ctoc(fn, buf, sizeof(buf)))
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c322 _MD_getfileinfo (const char *fn, PRFileInfo *info) argument
328 rv = stat(fn, &sb);
355 _MD_getfileinfo64 (const char *fn, PRFileInfo64 *info) argument
361 rv = stat(fn, &sb);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtpool.c759 PR_QueueJob(PRThreadPool *tpool, PRJobFn fn, void *arg, PRBool joinable) argument
767 jobp->job_func = fn;
777 queue_io_job(PRThreadPool *tpool, PRJobIoDesc *iod, PRJobFn fn, void * arg, argument
793 jobp->job_func = fn;
860 PR_QueueJob_Read(PRThreadPool *tpool, PRJobIoDesc *iod, PRJobFn fn, void * arg, argument
863 return (queue_io_job(tpool, iod, fn, arg, joinable, JOB_IO_READ));
868 PR_QueueJob_Write(PRThreadPool *tpool, PRJobIoDesc *iod, PRJobFn fn,void * arg, argument
871 return (queue_io_job(tpool, iod, fn, arg, joinable, JOB_IO_WRITE));
877 PR_QueueJob_Accept(PRThreadPool *tpool, PRJobIoDesc *iod, PRJobFn fn, argument
880 return (queue_io_job(tpool, iod, fn, ar
885 PR_QueueJob_Connect(PRThreadPool *tpool, PRJobIoDesc *iod, const PRNetAddr *addr, PRJobFn fn, void * arg, PRBool joinable) argument
909 PR_QueueJob_Timer(PRThreadPool *tpool, PRIntervalTime timeout, PRJobFn fn, void * arg, PRBool joinable) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.cpp121 nsHashtableEnumFunc fn; member in struct:_HashEnumerateArgs
131 switch (thunk->fn(entry->key, entry->value, thunk->arg)) {
317 thunk.fn = aEnumFunc;
329 return thunk->fn(entry->key, entry->value, thunk->arg)
349 thunk.fn = destroyFunc;
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c1468 xmlChar fn[50]; local
1471 fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50);
1496 if ((fulln != fn) && (fulln != attr->name))
2026 xmlChar fn[50]; local
2029 fullname = xmlBuildQName(localname, prefix, fn, 50);
2038 if ((fullname != fn) && (fullname != localname))
H A Dvalid.c674 xmlChar fn[50]; local
677 fullname = xmlBuildQName(content->name, content->prefix, fn, 50);
706 if ((fullname != fn) && (fullname != content->name))
3894 xmlChar fn[50]; local
3897 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50);
3906 if ((fullname != fn) && (fullname != elem->name))
3979 xmlChar fn[50]; local
3982 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50);
3988 if ((fullname != fn) && (fullname != elem->name))
4288 xmlChar fn[5 local
4465 xmlChar fn[50]; local
5214 xmlChar fn[50]; local
5988 xmlChar fn[50]; local
6255 xmlChar fn[50]; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h46 SPUGenericFunction fn; member in struct:__anon16129
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp1909 QString fn = QFileInfo(path).fileName(); local
1910 if (RTPathCompare(name.toUtf8().constData(), fn.toUtf8().constData()) == 0)
/vbox/src/recompiler/tcg/
H A Dtcg-op.h367 TCGv_ptr fn; local
368 fn = tcg_const_ptr((tcg_target_long)func);
369 tcg_gen_callN(&tcg_ctx, fn, flags, sizemask, ret,
371 tcg_temp_free_ptr(fn);
382 TCGv_ptr fn; local
384 fn = tcg_const_ptr((tcg_target_long)func);
387 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask,
389 tcg_temp_free_ptr(fn);
395 TCGv_ptr fn; local
397 fn
[all...]

Completed in 182 milliseconds

12