代码搜索:osk
找到约 205 项符合「osk」的源代码
代码结果 205
www.eeworm.com/read/305099/13778816
c misc.c
#ifndef OSK
/* Set block of memory to constant */
memset(blk,val,size)
register char *blk;
register char val;
register unsigned size;
{
while(size-- != 0)
*blk++ = val;
}
/* Copy block
www.eeworm.com/read/108242/6183836
c tinyprnt.c
/* tinyprnt.c */
#if OSK
#define sprintf Sprintf
#endif
/* This is a limited version of sprintf(). It is useful for Minix-PC and
* Coherent-286 because those systems are both limited to 64k+64k an
www.eeworm.com/read/389922/2529993
c tinyprnt.c
/* tinyprnt.c */
#if OSK
#define sprintf Sprintf
#endif
/* This is a limited version of sprintf(). It is useful for Minix-PC and
* Coherent-286 because those systems are both limited to 64k+64k an
www.eeworm.com/read/465644/7051236
tcf toklibios.tcf
utils.loadPlatform("ti.platforms.osk5912");
/* The following DSP/BIOS Features are enabled. */
bios.enableMemoryHeaps(prog);
bios.enableRealTimeAnalysis(prog);
bios.enableRtdx(prog);
bios.enab
www.eeworm.com/read/465644/7051242
b00940 toklibios.tcf.b00940
utils.loadPlatform("ti.platforms.osk5912");
/* The following DSP/BIOS Features are enabled. */
bios.enableMemoryHeaps(prog);
bios.enableRealTimeAnalysis(prog);
bios.enableRtdx(prog);
bios.enab
www.eeworm.com/read/465644/7051250
c00940 toklibios.tcf.c00940
utils.loadPlatform("ti.platforms.osk5912");
/* The following DSP/BIOS Features are enabled. */
bios.enableMemoryHeaps(prog);
bios.enableRealTimeAnalysis(prog);
bios.enableRtdx(prog);
bios.enab
www.eeworm.com/read/465644/7051257
cdb configuration2.cdb
utils.loadPlatform("ti.platforms.osk5912");
/* The following DSP/BIOS Features are enabled. */
bios.enableMemoryHeaps(prog);
bios.enableRealTimeAnalysis(prog);
bios.enableRtdx(prog);
bios.enab
www.eeworm.com/read/465644/7051282
a00940 toklibios.tcf.a00940
utils.loadPlatform("ti.platforms.osk5912");
/* The following DSP/BIOS Features are enabled. */
bios.enableMemoryHeaps(prog);
bios.enableRealTimeAnalysis(prog);
bios.enableRtdx(prog);
bios.enab
www.eeworm.com/read/142160/12960098
c misc.c
#ifndef OSK
/* Set block of memory to constant */
memset(blk,val,size)
register char *blk;
register char val;
register unsigned size;
{
while(size-- != 0)
*blk++ = val;
}
/* Copy block of memory *