Home
last modified time | relevance | path

Searched refs:__FASTCALL__ (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/editors/biew/biew-610/biewlib/sysdep/
H A D__os_dep.h57 extern void __FASTCALL__ __term_keyboard( void );
114 extern int __FASTCALL__ __init_mouse( void );
121 extern void __FASTCALL__ __term_mouse( void );
127 extern tBool __FASTCALL__ __MsGetState( void );
148 extern int __FASTCALL__ __MsGetBtns( void );
190 extern void __FASTCALL__ __term_vio( void );
274 extern void __FASTCALL__ __init_sys( void );
281 extern void __FASTCALL__ __term_sys( void );
292 extern void __FASTCALL__ __OsYield( void );
301 extern tBool __FASTCALL__ __OsGetCBreak( void );
[all …]
/dports/editors/biew/biew-610/biewlib/
H A Dfile_ini.h87 typedef tBool (__FASTCALL__ *FiUserFunc)(IniInfo * info);
113 extern const char * __FASTCALL__ FiDecodeError(int nError);
159 FiHandler __FASTCALL__ FiOpen( const char * filename );
160 void __FASTCALL__ FiClose( FiHandler h );
164 unsigned int __FASTCALL__ FiGetNumberOfSections( FiHandler h);
170 tBool __FASTCALL__ FiisSection( const char * str );
171 tBool __FASTCALL__ FiisSubSection( const char * str );
172 tBool __FASTCALL__ FiisItem( const char * str);
173 tBool __FASTCALL__ FiisCommand( const char * str);
222 void __FASTCALL__ FiDeleteVar(pVar pp);
[all …]
H A Dtwin.h304 void __FASTCALL__ twDestroy( void );
346 void __FASTCALL__ twHideWin(TWindow *win);
354 void __FASTCALL__ twShowWin(TWindow *win);
386 TWindow * __FASTCALL__ twUseWin(TWindow *);
395 TWindow * __FASTCALL__ twUsedWin( void );
614 void __FASTCALL__ twClearWin(void);
627 void __FASTCALL__ twClrEOL(void);
881 tRelCoord __FASTCALL__ twWhereX( void );
889 tRelCoord __FASTCALL__ twWhereY( void );
896 void __FASTCALL__ twPutChar(char ch);
[all …]
H A Dbbio.h131 tBool __FASTCALL__ bioClose(BGLOBAL bioFile);
137 tBool __FASTCALL__ bioEOF(BGLOBAL bioHandle);
143 __filesize_t __FASTCALL__ bioFLength(BGLOBAL bioFile);
155 tBool __FASTCALL__ bioFlush(BGLOBAL bioFile);
164 tUInt8 __FASTCALL__ bioReadByte(BGLOBAL bioFile);
173 tUInt16 __FASTCALL__ bioReadWord(BGLOBAL bioFile);
209 tBool __FASTCALL__ bioReRead(BGLOBAL bioFile);
239 __filesize_t __FASTCALL__ bioTell(BGLOBAL bioFile);
306 BGLOBAL __FASTCALL__ bioDup(BGLOBAL bioFile);
323 bhandle_t __FASTCALL__ bioHandle(BGLOBAL bioFile);
[all …]
H A Dbiewlib.h85 extern void __HUGE__ * __FASTCALL__ HLFind(const void *key,
103 extern unsigned long __FASTCALL__ HLFindNearest(const void *key,
114 extern tBool __FASTCALL__ isseparate(int ch);
123 extern int __FASTCALL__ szTrimTrailingSpace(char *str);
130 extern int __FASTCALL__ szTrimLeadingSpace(char *str);
138 extern void __FASTCALL__ szSpace2Tab(char *dest,const char *src);
146 extern int __FASTCALL__ szTab2Space(char *dest,const char *src);
193 extern void __HUGE__*__FASTCALL__ la_AddData(linearArray *obj,const void *data,void (__FASTCALL__ *…
211 extern void __FASTCALL__ la_Destroy(linearArray *obj);
223 extern void __FASTCALL__ la_IterDestroy(linearArray *obj,void (__FASTCALL__ *del_func)(void…
[all …]
H A Dpmalloc.h37 extern void * __FASTCALL__ PMalloc(size_t obj_size);
50 extern void * __FASTCALL__ PRealloc(void *ptr,size_t obj_size);
61 extern void __FASTCALL__ PFree(void *ptr);
69 extern void __HUGE__ * __FASTCALL__ PHMalloc(unsigned long obj_size);
77 extern void __HUGE__ * __FASTCALL__ PHRealloc(void __HUGE__ *ptr,unsigned long obj_size);
85 extern void __FASTCALL__ PHFree(void __HUGE__ * ptr);
96 typedef tBool (__FASTCALL__ *LowMemCallBack)(unsigned long need_mem);
103 extern tBool __FASTCALL__ PMRegLowMemCallBack(LowMemCallBack func);
110 extern tBool __FASTCALL__ PMUnregLowMemCallBack(LowMemCallBack func);
/dports/editors/biew/biew-610/
H A Dbmfile.h42 BGLOBAL __FASTCALL__ biewOpenRO(char *fname,unsigned cache_size);
43 BGLOBAL __FASTCALL__ biewOpenRW(char *fname,unsigned cache_size);
50 int __FASTCALL__ BMOpen(char * fname);
51 void __FASTCALL__ BMClose( void );
65 tUInt8 __FASTCALL__ BMReadByteEx(__fileoff_t pos,int RELATION);
66 tUInt16 __FASTCALL__ BMReadWordEx(__fileoff_t pos,int RELATION);
67 tUInt32 __FASTCALL__ BMReadDWordEx(__fileoff_t pos,int RELATION);
68 tUInt64 __FASTCALL__ BMReadQWordEx(__fileoff_t pos,int RELATION);
74 tBool __FASTCALL__ BMWriteBuff(void* buff,unsigned len);
90 tUInt8 __FASTCALL__ bmReadByteEx(__fileoff_t pos,int RELATION);
[all …]
H A Dbconsole.h34 extern void __FASTCALL__ termBConsole( void );
35 extern tBool __FASTCALL__ IsKbdTerminate( void );
36 extern void __FASTCALL__ CleanKbdTermSig( void );
40 extern void __FASTCALL__ CloseWnd(TWindow *w);
83 extern int __FASTCALL__ eeditstring(char *s,const char *legal,
87 extern int __FASTCALL__ xeditstring(char *s,const char *legal,
97 extern void __FASTCALL__ MemOutBox(const char *user_msg);
98 extern TWindow * __FASTCALL__ PleaseWaitWnd( void );
159 extern void __FASTCALL__ PostEvent(int kbdcode);
164 extern void __FASTCALL__ __drawSinglePrompt(const char *prmt[]);
[all …]
H A Dreg_form.h33 typedef __filesize_t (__FASTCALL__ *BinFunc)( void );
34 typedef tBool (__FASTCALL__ *ModFunc)( void );
103 tBool (__FASTCALL__ *check_format)( void ); /**< Checks format */
114 void (__FASTCALL__ *set_state)(int state); member
122 int (__FASTCALL__ *query_platform)( void ); member
125 int (__FASTCALL__ *query_bitness)(__filesize_t); member
128 int (__FASTCALL__ *query_endian)(__filesize_t); member
133 tBool (__FASTCALL__ *AddressResolving)(char *,__filesize_t);
139 __filesize_t (__FASTCALL__ *va2pa)(__filesize_t va);
145 __filesize_t (__FASTCALL__ *pa2va)(__filesize_t pa);
[all …]
H A Dbiewutil.h44 extern int __FASTCALL__ GetBool(tBool _bool);
63 extern char * __FASTCALL__ Get2Digit(tUInt8);
64 extern char * __FASTCALL__ Get2SignDig(tInt8);
65 extern char * __FASTCALL__ Get4Digit(tUInt16);
66 extern char * __FASTCALL__ Get4SignDig(tInt16);
67 extern char * __FASTCALL__ Get8Digit(tUInt32);
68 extern char * __FASTCALL__ Get8SignDig(tInt32);
70 extern char * __FASTCALL__ Get16Digit(tUInt64);
71 extern char * __FASTCALL__ Get16SignDig(tInt64);
76 extern char * __FASTCALL__ GetBinary(char val);
[all …]
H A Dbmfile.c32 BGLOBAL __FASTCALL__ biewOpenRO(char *fname,unsigned cache_size) in biewOpenRO()
41 BGLOBAL __FASTCALL__ biewOpenRW(char *fname,unsigned cache_size) in biewOpenRW()
50 int __FASTCALL__ BMOpen(char * fname) in BMOpen()
70 void __FASTCALL__ BMClose( void ) in BMClose()
78 tUInt8 __FASTCALL__ BMReadByteEx(__fileoff_t pos,int RELATION) in BMReadByteEx()
84 tUInt16 __FASTCALL__ BMReadWordEx(__fileoff_t pos,int RELATION) in BMReadWordEx()
90 tUInt32 __FASTCALL__ BMReadDWordEx(__fileoff_t pos,int RELATION) in BMReadDWordEx()
108 tBool __FASTCALL__ BMWriteBuff(void * buff,unsigned len) in BMWriteBuff()
146 tUInt8 __FASTCALL__ bmReadByteEx(__fileoff_t pos,int RELATION) in bmReadByteEx()
152 tUInt16 __FASTCALL__ bmReadWordEx(__fileoff_t pos,int RELATION) in bmReadWordEx()
[all …]
H A Dbin_util.h60 typedef void (__FASTCALL__ *ReadPubName)(BGLOBAL b_cache,const struct PubName *it,
62 typedef void (__FASTCALL__ *ReadPubNameList)(BGLOBAL fmt_chahe,void (__FASTCALL__ *mem_out)(const c…
64 extern void __FASTCALL__ fmtSetState(int state);
66 extern tBool __FASTCALL__ fmtFindPubName(BGLOBAL fmt_cache,char *buff,unsigned cb_buff,
76 typedef unsigned (__FASTCALL__ * GetNumItems)(BGLOBAL handle);
78 typedef __filesize_t (__FASTCALL__ * CalcEntry)(unsigned,int dispmsg);
83 extern tBool __FASTCALL__ udnFindName(__filesize_t pa,char *buff, unsigned cb_buff);
87 extern tBool __FASTCALL__ udnSelectName(__filesize_t *off);
91 extern tBool __FASTCALL__ udnUserNames( void );
93 extern void __FASTCALL__ udnInit( hIniProfile *ini );
[all …]
H A Deditor.h44 extern void __FASTCALL__ PaintETitle( int shift,tBool use_shift );
45 extern void __FASTCALL__ CheckBounds( void );
46 extern void __FASTCALL__ CheckYBounds( void );
47 extern void __FASTCALL__ CheckXYBounds( void );
48 extern tBool __FASTCALL__ edit_defaction(int _lastbyte);
49 extern void __FASTCALL__ editSaveContest( void );
50 extern tBool __FASTCALL__ editDefAction(int _lastbyte);
51 extern int __FASTCALL__ FullEdit(TWindow * txtwnd,void (*save)(unsigned char *,unsigned));
52 extern tBool __FASTCALL__ editInitBuffs(unsigned width,unsigned char *buff,unsigned size);
53 extern void __FASTCALL__ editDestroyBuffs( void );
/dports/editors/biew/biew-610/plugins/disasm/ix86/
H A Dix86.h329 extern void __FASTCALL__ ix86_ArgES(char *str,ix86Param *);
330 extern void __FASTCALL__ ix86_ArgDS(char *str,ix86Param *);
347 extern void __FASTCALL__ arg_r0rm(char *str,ix86Param *);
349 extern void __FASTCALL__ arg_imm(char *str,ix86Param *);
350 extern void __FASTCALL__ arg_imm8(char *str,ix86Param *);
351 extern void __FASTCALL__ arg_imm16(char *str,ix86Param *);
374 extern void __FASTCALL__ arg_emms(char *str,ix86Param *);
375 extern void __FASTCALL__ arg_simd(char *str,ix86Param *);
384 extern void __FASTCALL__ arg_fma(char *str,ix86Param *);
385 extern void __FASTCALL__ arg_fma4(char *str,ix86Param *);
[all …]
/dports/editors/biew/biew-610/plugins/
H A Ddisasm.h51 typedef tBool (__FASTCALL__ *DisasmAction)( void );
107 typedef DisasmRet (__FASTCALL__ *DisasmFunc)(__filesize_t shift,
110 typedef AsmRet (__FASTCALL__ *AsmFunc)(const char *str);
120 void (__FASTCALL__ *ShowShortHelp)(void); /**< displays short help */ member
121 int (__FASTCALL__ *max_insn_len)(void); /**< Max length of 1 disasm instruction */ member
128 void (__FASTCALL__ *init)(void); /**< initializing of plugin */ member
129 void (__FASTCALL__ *term)(void); /**< terminating of plugin */ member
151 extern char * __FASTCALL__ TabSpace(char * str,unsigned nSpace);
152 extern void __FASTCALL__ disSetModifier(char *str,const char *modf);
193 extern int __FASTCALL__ disAppendDigits(char *str,__filesize_t ulShift,int flags,
[all …]
H A Dtextmode.h27 unsigned (__FASTCALL__ *convert_buffer)(char *buffer,unsigned len,tBool use_fs_nls); member
28 unsigned (__FASTCALL__ *get_symbol_size)( void ); member
29 tBool (__FASTCALL__ *select_table)( void );
30 void (__FASTCALL__ *read_ini)(hIniProfile *); member
31 void (__FASTCALL__ *save_ini)(hIniProfile *); member
32 void (__FASTCALL__ *init)( void ); member
33 void (__FASTCALL__ *term)( void ); member
37 extern void __FASTCALL__ txt_cvt_full(char * str,int size,const unsigned char *tmpl);
38 extern void __FASTCALL__ txt_cvt_hi80(char * str,unsigned size,const unsigned char *tmpl);
39 extern void __FASTCALL__ txt_cvt_lo80(char * str,unsigned size,const unsigned char *tmpl);
H A Dhexmode.c55 static char * __NEAR__ __FASTCALL__ Get4D(__filesize_t val) in Get4D()
178 static void __FASTCALL__ HelpHex( void ) in HelpHex()
189 static void __FASTCALL__ __NEAR__ __checkWidthCorr(void) in __checkWidthCorr()
194 static tBool __FASTCALL__ hexSelectMode( void ) in hexSelectMode()
218 static tBool __FASTCALL__ hexSelectEndian( void ) in hexSelectEndian()
238 tBool __FASTCALL__ hexAddressResolution( void ) in hexAddressResolution()
340 static void __FASTCALL__ EditHex( void ) in EditHex()
382 void __FASTCALL__ ReadIniAResolv( hIniProfile *ini ) in ReadIniAResolv()
390 void __FASTCALL__ WriteIniAResolv( hIniProfile *ini ) in WriteIniAResolv()
426 static tBool __FASTCALL__ hexIncVirtWidth( void ) in hexIncVirtWidth()
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/
H A Dcpu_info.c40 static unsigned __NEAR__ __FASTCALL__ __cpu_type( void ) =
134 static void __NEAR__ __FASTCALL__ __cpu_name(char *buff) =
155 static void __NEAR__ __FASTCALL__ __extended_name(char *buff) =
198 static unsigned long __NEAR__ __FASTCALL__ __cpuid_edx(unsigned long *__eax) =
227 static unsigned long __NEAR__ __FASTCALL__ __cpuid_ebxecx(unsigned long *__eax) =
255 static unsigned __NEAR__ __FASTCALL__ __fpu_type( void ) =
313 static unsigned long __NEAR__ __FASTCALL__ __OPS_nop(volatile unsigned *time_val) =
441 static unsigned long __NEAR__ __FASTCALL__ __OPS_std(volatile unsigned *counter,char *arr8byte) =
560 static unsigned long __NEAR__ __FASTCALL__ __FOPS_w_wait(volatile unsigned *counter,char *arr14byte…
792 static unsigned long __NEAR__ __FASTCALL__ __MOPS_std(volatile unsigned *counter,char *arr) =
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnxnto/
H A Dmouse.c58 void __FASTCALL__ _putp(char *str);
59 void __FASTCALL__ __putp(char *str);
64 void __FASTCALL__ _mouse_hide(void);
65 void __FASTCALL__ _mouse_show(void);
67 int __FASTCALL__ __init_mouse(void) in __init_mouse()
76 void __FASTCALL__ __term_mouse(void) in __term_mouse()
81 tBool __FASTCALL__ __MsGetState(void) in __MsGetState()
104 int __FASTCALL__ __MsGetBtns(void) in __MsGetBtns()
145 void __FASTCALL__ _mouse_hide(void) in _mouse_hide()
156 void __FASTCALL__ _mouse_show(void) in _mouse_show()
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/
H A Dcpu_info.c37 static unsigned __NEAR__ __FASTCALL__ __cpu_type( void ) in __cpu_type()
98 static void __NEAR__ __FASTCALL__ __cpu_name(char *buff) in __cpu_name()
115 static void __NEAR__ __FASTCALL__ __extended_name(char *buff) in __extended_name()
151 static unsigned long __NEAR__ __FASTCALL__ __cpuid_edx(unsigned long *__r_eax) in __cpuid_edx()
163 static unsigned long __NEAR__ __FASTCALL__ __cpuid_ebxecx(unsigned long *__r_eax) in __cpuid_ebxecx()
175 static unsigned __NEAR__ __FASTCALL__ __fpu_type( void ) in __fpu_type()
203 static unsigned long __NEAR__ __FASTCALL__ __OPS_nop(volatile unsigned *time_val) in __OPS_nop()
322 static unsigned long __NEAR__ __FASTCALL__ __OPS_std(volatile unsigned *counter,char *arr8byte) in __OPS_std()
426 static unsigned long __NEAR__ __FASTCALL__ __FOPS_nowait(volatile unsigned *counter,char *arr18byte… in __FOPS_nowait()
535 static unsigned long __NEAR__ __FASTCALL__ __MOPS_std(volatile unsigned *counter,char *arr) in __MOPS_std()
[all …]
H A D_inlines.h37 #define __FASTCALL__ __attribute__ (( __regparm__(3) )) /**< Fastcall modifier for ia32 , Note: gcc… macro
39 #define __FASTCALL__ macro
50 __inline static tUInt16 __FASTCALL__ __CONSTFUNC__ ByteSwapS(tUInt16 _val) in ByteSwapS()
60 __inline static tUInt32 __FASTCALL__ __CONSTFUNC__ ByteSwapL(tUInt32 _val) in ByteSwapL()
77 __inline static tUInt64 __FASTCALL__ __CONSTFUNC__ ByteSwapLL(tUInt64 x) in ByteSwapLL()
93 __inline static tUInt8 __FASTCALL__ __CONSTFUNC__ __Xlat__(const tUInt8 *_table, tUInt8 _idx) in __Xlat__()
121 __inline static int __FASTCALL__ __CONSTFUNC__ __CmpLong__(tUInt32 _val1, tUInt32 _val2) in __CmpLong__()
156 __inline static void __FASTCALL__ __XchgB__(tUInt8 *_val1, tUInt8 *_val2) in __XchgB__()
167 extern void (__FASTCALL__ *InterleaveBuffers_ptr)(tUInt32 limit,
178 extern void (__FASTCALL__ *CharsToShorts_ptr)(tUInt32 limit,
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/x86_64/
H A Dcpu_info.c47 static unsigned __NEAR__ __FASTCALL__ __cpu_type( void ) in __cpu_type()
52 static void __NEAR__ __FASTCALL__ __cpu_name(char *buff) in __cpu_name()
62 static void __NEAR__ __FASTCALL__ __extended_name(char *buff) in __extended_name()
117 static unsigned long __NEAR__ __FASTCALL__ __cpuid_edx(unsigned long *__r_eax) in __cpuid_edx()
125 static unsigned long __NEAR__ __FASTCALL__ __cpuid_ebxecx(unsigned long *__r_eax) in __cpuid_ebxecx()
133 static unsigned __NEAR__ __FASTCALL__ __fpu_type( void ) in __fpu_type()
138 static unsigned long __NEAR__ __FASTCALL__ __OPS_nop(volatile unsigned *time_val) in __OPS_nop()
256 static unsigned long __NEAR__ __FASTCALL__ __OPS_std(volatile unsigned *counter,char *arr8byte) in __OPS_std()
349 static unsigned long __NEAR__ __FASTCALL__ __FOPS_nowait(volatile unsigned *counter,char *arr18byte… in __FOPS_nowait()
451 static unsigned long __NEAR__ __FASTCALL__ __MOPS_std(volatile unsigned *counter,char *arr) in __MOPS_std()
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/generic/posix/
H A Dfileio.c34 bhandle_t __FASTCALL__ __OsCreate(const char *name) in __OsCreate()
39 int __FASTCALL__ __OsDelete(const char *name) in __OsDelete()
44 int __FASTCALL__ __OsRename(const char *oldname,const char *newname) in __OsRename()
49 void __FASTCALL__ __OsClose(bhandle_t handle) in __OsClose()
54 bhandle_t __FASTCALL__ __OsDupHandle(bhandle_t handle) in __OsDupHandle()
59 bhandle_t __FASTCALL__ __OsOpen(const char *fname,int mode) in __OsOpen()
105 int __FASTCALL__ __OsChSize(bhandle_t handle, __fileoff_t size) in __OsChSize()
137 __fileoff_t __FASTCALL__ __FileLength(bhandle_t handle) in __FileLength()
185 __fileoff_t __FASTCALL__ __OsTell(bhandle_t handle) in __OsTell()
190 tBool __FASTCALL__ __IsFileExists(const char *name) in __IsFileExists()
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/dos/
H A Dmmfio.c25 mmfHandle __FASTCALL__ __mmfOpen(const char *fname,int mode) in __mmfOpen()
33 tBool __FASTCALL__ __mmfFlush(mmfHandle mh) in __mmfFlush()
40 mmfHandle __FASTCALL__ __mmfSync(mmfHandle mh) in __mmfSync()
46 tBool __FASTCALL__ __mmfProtect(mmfHandle mh,int flags) in __mmfProtect()
54 tBool __FASTCALL__ __mmfResize(mmfHandle mh,long size) in __mmfResize()
62 void __FASTCALL__ __mmfClose(mmfHandle mh) in __mmfClose()
68 void * __FASTCALL__ __mmfAddress(mmfHandle mh) in __mmfAddress()
74 long __FASTCALL__ __mmfSize(mmfHandle mh) in __mmfSize()
80 tBool __FASTCALL__ __mmfIsWorkable( void ) { return False; } in __mmfIsWorkable()
/dports/editors/biew/biew-610/plugins/disasm/
H A Dnull_da.c40 static tBool __FASTCALL__ nulSelect_width( void ) in nulSelect_width()
56 static DisasmRet __FASTCALL__ nulDisassembler(__filesize_t ulShift, in nulDisassembler()
105 static void __FASTCALL__ nulHelpAsm( void ) in nulHelpAsm()
110 static int __FASTCALL__ nulMaxInsnLen( void ) { return 8; } in nulMaxInsnLen()
111 static ColorAttr __FASTCALL__ nulGetAsmColor( unsigned long clone ) in nulGetAsmColor()
116 static int __FASTCALL__ nulGetBitness( void ) { return DAB_USE16; } in nulGetBitness()
117 static char __FASTCALL__ nulGetClone( unsigned long clone ) in nulGetClone()
122 static void __FASTCALL__ nulInit( void ) in nulInit()
132 static void __FASTCALL__ nulTerm( void ) in nulTerm()
137 static void __FASTCALL__ nulReadIni( hIniProfile *ini ) in nulReadIni()
[all …]

12345678910>>...22