| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | mdrvgpd.c | 129 MS_U8 sig[5] = {0}; in mdrv_gpd_decode() local 138 sig[0] = MMIO8(g_gpd_addr.u32VA_ReadBufferAddr); in mdrv_gpd_decode() 139 sig[1] = MMIO8(g_gpd_addr.u32VA_ReadBufferAddr+1); in mdrv_gpd_decode() 140 sig[2] = MMIO8(g_gpd_addr.u32VA_ReadBufferAddr+2); in mdrv_gpd_decode() 141 sig[3] = MMIO8(g_gpd_addr.u32VA_ReadBufferAddr+3); in mdrv_gpd_decode() 144 console_printf("Signaute = %x,%x,%x,%x\n",sig[0],sig[1],sig[2],sig[3]); in mdrv_gpd_decode() 147 if ((sig[0] == 'G' && sig[1] == 'I' && sig[2] == 'F') || (mode == 3)) in mdrv_gpd_decode() 176 if ((sig[0] == 0x89) && (sig[1] == 'P') && (sig[2] == 'N') && (sig[3] == 'G')) in mdrv_gpd_decode()
|
| H A D | png.h | 1657 extern PNG_EXPORT(int,png_sig_cmp) PNGARG((png_bytep sig, png_size_t start, 1663 extern PNG_EXPORT(int,png_check_sig) PNGARG((png_bytep sig, MS_U32 num));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | waitstatus.h | 57 #define __W_EXITCODE(ret, sig) ((ret) << 8 | (sig)) argument 58 #define __W_STOPCODE(sig) ((sig) << 8 | 0x7f) argument
|
| H A D | sigset.h | 51 # define __sigmask(sig) \ argument 52 (((unsigned long int) 1) << (((sig) - 1) % (8 * sizeof (unsigned long int)))) 55 # define __sigword(sig) (((sig) - 1) / (8 * sizeof (unsigned long int))) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | wait.h | 96 # define W_EXITCODE(ret, sig) __W_EXITCODE(ret, sig) argument 97 # define W_STOPCODE(sig) __W_STOPCODE(sig) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCIDBG.cpp | 347 char *sig; in dbg_port_buf() local 351 case 0 << 10: sig = "se0"; break; in dbg_port_buf() 352 case 1 << 10: sig = "k"; break; /* low speed */ in dbg_port_buf() 353 case 2 << 10: sig = "j"; break; in dbg_port_buf() 354 default: sig = "?"; break; in dbg_port_buf() 380 sig, in dbg_port_buf()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | signal.h | 128 #define sigaddset(what,sig) (*(what) |= (1<<(sig))) argument 163 int _EXFUN(pthread_kill, (pthread_t thread, int sig)); 175 int _EXFUN(sigwait, (const sigset_t *set, int *sig));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | signal.h | 165 # define sigpause(sig) __sigpause ((sig), 1) argument 178 # define sigmask(sig) __sigmask(sig) argument
|
| /utopia/UTPA2-700.0.x/modules/gpd/api/gpd/ |
| H A D | apiGPD.c | 1377 sig[0] = MMIO8(pGPDContext->GpdAddrInfo.u32VA_ReadBufferAddr); in MAdp_GPD_Play() 1378 sig[1] = MMIO8(pGPDContext->GpdAddrInfo.u32VA_ReadBufferAddr+1); in MAdp_GPD_Play() 1379 sig[2] = MMIO8(pGPDContext->GpdAddrInfo.u32VA_ReadBufferAddr+2); in MAdp_GPD_Play() 1380 sig[3] = MMIO8(pGPDContext->GpdAddrInfo.u32VA_ReadBufferAddr+3); in MAdp_GPD_Play() 1381 console_printf("Signaute = %x,%x,%x,%x\n",sig[0],sig[1],sig[2],sig[3]); in MAdp_GPD_Play()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | soundcard.h | 1262 #define SEQ_TIME_SIGNATURE(sig) _TIMER_EVENT(TMR_TIMESIG, sig) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/ |
| H A D | signal.h | 19 unsigned long sig[_NSIG_WORDS]; member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | file2alias.c | 647 if (eisa->sig[0]) in do_eisa_entry() 648 sprintf(alias, EISA_DEVICE_MODALIAS_FMT "*", eisa->sig); in do_eisa_entry()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/arpa/ |
| H A D | nameser.h | 235 unsigned char sig[NS_PACKETSZ]; member
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 2396 static void _MsOS_TimerNotify(MS_S32 sig, siginfo_t *si, void *uc) in _MsOS_TimerNotify() argument
|