Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcoff.h25 #define COFF_SHORT_L(ps) ((short)(((unsigned short)((unsigned char)ps[1])<<8)|\ argument
26 ((unsigned short)((unsigned char)ps[0]))))
29 #define COFF_LONG_L(ps) (((long)(((unsigned long)((unsigned char)ps[3])<<24) |\ argument
30 ((unsigned long)((unsigned char)ps[2])<<16) |\
31 ((unsigned long)((unsigned char)ps[1])<<8) |\
32 ((unsigned long)((unsigned char)ps[0])))))
35 #define COFF_SHORT_H(ps) ((short)(((unsigned short)((unsigned char)ps[0])<<8)|\ argument
36 ((unsigned short)((unsigned char)ps[1]))))
39 #define COFF_LONG_H(ps) (((long)(((unsigned long)((unsigned char)ps[0])<<24) |\ argument
40 ((unsigned long)((unsigned char)ps[1])<<16) |\
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/misc/
H A Ddoubleinit.cocci35 ps << s.p;
39 if int(ps[0].line) < int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) <…
41 cocci.print_secs("s",ps)
47 ps << s.p;
51 if int(ps[0].line) < int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) <…
52 msg = "%s: first occurrence %s, second occurrence %s" % (fld,ps[0].line,pr[0].line)
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Diconvnls.h48 _EXFUN(_iconv_nls_get_state, (iconv_t cd, mbstate_t *ps, int direction));
51 _EXFUN(_iconv_nls_set_state, (iconv_t cd, mbstate_t *ps, int direction));
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c1377 char* ps = gets(cmd); in _DMX_DBG_Task()
1378 dmx_dbg_print("%s\n", ps); in _DMX_DBG_Task()
1379 _DMX_DBG_CmdHandle(ps, STRING_LENGTH); in _DMX_DBG_Task()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dver_linux71 ps --version 2>&1 | grep version | awk \
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/include/
H A DUFSC.bin95 pl��pm��pn��po��pp��pq��pr��ps��p|��p}��p�?p�?p�?p�?p���p���p���p���p���p���p���p���p�? p�?p�?…
/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/include/
H A DUFSC.bin95 pl��pm��pn��po��pp��pq��pr��ps��p|��p}��p�?p�?p�?p�?p���p���p���p���p���p���p���p���p�? p�?p�?…
/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/
H A DdrvHDMITx.c1300 char ps[] = "d3c3f5b2 fd1761b7 018d75f7 9343786b\ in MDrv_HDCPTx_IsSRMSignatureValid()
1346 bdConvFromHex(dsa.p, ps); in MDrv_HDCPTx_IsSRMSignatureValid()