| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.h | 94 #define chunk2mem(p) ((void*)((unsigned long)(p) + TWO_SIZE_T_SIZES)) argument 130 #define cinuse(p) ((p)->head & CINUSE_BIT) argument 131 #define pinuse(p) ((p)->head & PINUSE_BIT) argument 132 #define chunksize(p) ((p)->head & ~(INUSE_BITS)) argument 134 #define clear_pinuse(p) ((p)->head &= ~PINUSE_BIT) argument 135 #define clear_cinuse(p) ((p)->head &= ~CINUSE_BIT) argument 138 #define chunk_plus_offset(p, s) ((mchunkptr)(((unsigned long)(p)) + (s))) argument 139 #define chunk_minus_offset(p, s) ((mchunkptr)(((unsigned long)(p)) - (s))) argument 142 #define next_chunk(p) ((mchunkptr)( ((unsigned long)(p)) + ((p)->head & ~INUSE_BITS))) argument 143 #define prev_chunk(p) ((mchunkptr)( ((unsigned long)(p)) - ((p)->prev_foot) )) argument [all …]
|
| H A D | dlmalloc.c | 2192 #define USAGE_ERROR_ACTION(m, p) argument 2201 #define USAGE_ERROR_ACTION(m,p) ABORT argument 2385 #define ok_next(p, n) ((char*)(p) < (char*)(n)) argument 2387 #define ok_cinuse(p) cinuse(p) argument 2389 #define ok_pinuse(p) pinuse(p) argument 2394 #define ok_cinuse(p) (1) argument 2395 #define ok_pinuse(p) (1) argument 2421 #define mark_inuse_foot(M,p,s) argument 2424 #define set_inuse(M,p,s)\ argument 2429 #define set_inuse_and_pinuse(M,p,s)\ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/ |
| H A D | drvTSP.h | 359 #define MDrv_TSP_PidFlt_Free(e, p...) MDrv_TSP_FLT_Free(p) argument 360 #define MDrv_TSP_PidFlt_SetPid(e, p...) MDrv_TSP_FLT_SetPID(p) argument 361 #define MDrv_TSP_PidFlt_GetPid(e, p...) MDrv_TSP_FLT_GetPID(p) argument 362 #define MDrv_TSP_PidFlt_SelSecFlt(e, p...) MDrv_TSP_FLT_SelSEC(p) argument 363 #define MDrv_TSP_PidFlt_Enable(e, p...) MDrv_TSP_FLT_Enable(p) argument 364 #define MDrv_TSP_PidFlt_GetState(e, p...) MDrv_TSP_FLT_GetState(p) argument 365 #define MDrv_TSP_PidFlt_ChangeSource(e, p...) MDrv_TSP_FLT_ChangeSource(p) argument 366 #define MDrv_TSP_PidFlt_SetFltRushPass(e, p...) MDrv_TSP_FLT_SetFltRushPass(p) argument 367 #define MDrv_TSP_PidFlt_GetScmbSts(p...) MDrv_TSP_Flt_GetScmbSts(p) argument 370 #define MDrv_TSP_SecFlt_SetMode(e, p...) MDrv_TSP_FLT_SetMode(p) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvBitops.h | 126 static __inline__ int __test_bit(int nr, const U32 * p) in __test_bit() 139 #define test_bit(nr,p) __test_bit(nr,p) argument 144 static __inline__ int _test_and_clear_bit_le(U32 nr, U32 *p) in _test_and_clear_bit_le() 153 static __inline__ int _test_and_set_bit_le(U32 nr, U32 *p) in _test_and_set_bit_le() 165 #define test_and_set_bit(nr,p) _test_and_set_bit_le(nr,p) argument 166 #define test_and_clear_bit(nr,p) _test_and_clear_bit_le(nr,p) argument 168 #define find_next_zero_bit(p,size,offset) find_next_zero_bit_le(p,size,offset) argument 171 #define test_and_set_bit(nr,p) _test_and_set_bit_be(nr,p) argument 172 #define test_and_clear_bit(nr,p) _test_and_clear_bit_be(nr,p) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvBitops.h | 118 static __inline__ int __test_bit(int nr, const MS_U32 * p) in __test_bit() 124 #define ms_test_bit(nr,p) __test_bit(nr,p) argument 128 static __inline__ void ms_devmap_clear_bit(MS_U32 nr, MS_U32 *p) in ms_devmap_clear_bit() 136 static __inline__ void ms_devmap_set_bit(MS_U32 nr, MS_U32 *p) in ms_devmap_set_bit() 144 static __inline__ int __ms_test_and_clear_bit_le(MS_U32 nr, MS_U32 *p) in __ms_test_and_clear_bit_le() 152 static __inline__ int __ms_test_and_set_bit_le(MS_U32 nr, MS_U32 *p) in __ms_test_and_set_bit_le() 161 #define ms_test_and_set_bit(nr,p) __ms_test_and_set_bit_le(nr,p) argument 162 #define ms_test_and_clear_bit(nr,p) __ms_test_and_clear_bit_le(nr,p) argument 164 #define find_next_zero_bit(p,size,offset) find_next_zero_bit_le(p,size,offset) argument
|
| H A D | drvKernel.h | 161 #define USBCriticalSectionIn(p) ms_USBCriticalSectionIn(p) argument 162 #define USBCriticalSectionOut(p) ms_USBCriticalSectionOut(p) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 417 #define __sgetc_raw(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) argument 434 #define __sgetc(p) __sgetc_raw(p) argument 450 #define __sputc_raw(c, p) \ argument 459 #define __sputc(c, p) \ argument 464 #define __sputc(c, p) __sputc_raw(c, p) argument 468 #define __sfeof(p) (((p)->_flags & __SEOF) != 0) argument 469 #define __sferror(p) (((p)->_flags & __SERR) != 0) argument 470 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF))) argument 471 #define __sfileno(p) ((p)->_file) argument 474 #define feof(p) __sfeof(p) argument [all …]
|
| H A D | malloc.h | 48 #define _free_r(r, p) free (p) argument 56 #define _realloc_r(r, p, s) realloc (p, s) argument 104 #define _malloc_usable_size_r(r, p) malloc_usable_size (p) argument 141 #define _mstats_r(r, p) mstats (p) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/ |
| H A D | big_endian.h | 43 static __inline__ __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 47 static __inline__ __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup() 51 static __inline__ __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p() 55 static __inline__ __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() 59 static __inline__ __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p() 63 static __inline__ __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup() 67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p() 71 static __inline__ __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup() 75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p() 79 static __inline__ __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup() [all …]
|
| H A D | little_endian.h | 43 static __inline__ __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 47 static __inline__ __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup() 51 static __inline__ __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p() 55 static __inline__ __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() 59 static __inline__ __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p() 63 static __inline__ __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup() 67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p() 71 static __inline__ __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup() 75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p() 79 static __inline__ __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2181 #define chunk2mem(p) ((void*)((char*)(p) + TWO_SIZE_T_SIZES)) argument 2219 #define cinuse(p) ((p)->head & CINUSE_BIT) argument 2220 #define pinuse(p) ((p)->head & PINUSE_BIT) argument 2221 #define is_inuse(p) (((p)->head & INUSE_BITS) != PINUSE_BIT) argument 2222 #define is_mmapped(p) (((p)->head & INUSE_BITS) == 0) argument 2224 #define chunksize(p) ((p)->head & ~(FLAG_BITS)) argument 2226 #define clear_pinuse(p) ((p)->head &= ~PINUSE_BIT) argument 2229 #define chunk_plus_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) argument 2230 #define chunk_minus_offset(p, s) ((mchunkptr)(((char*)(p)) - (s))) argument 2233 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS))) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEHCI.h | 302 #define HCS_DBG_PORTS(p) (((p)>>20)&0xf) argument 303 #define HCS_P_INDICATOR(p)((p)&(1 << 16)) argument 304 #define HCS_N_CC(p) (((p)>>12)&0xf) /* Number of Companion Controller */ argument 305 #define HCS_N_PCC(p) (((p)>>8)&0xf) /* Number of Ports per Companion Controller */ argument 306 #define HCS_PORT_ROUTE(p) ((p)&(1 << 7)) /* Port Routing Rules */ argument 307 #define HCS_PPC(p) ((p)&(1 << 4)) /* Port Power Control */ argument 308 #define HCS_N_PORTS(p) (((p)>>0)&0xf) argument 311 #define HCC_ISO_CACHE(p) ((p)&(1 << 7)) /* Cache isochronous entire frame*/ argument 312 #define HCC_ISO_THRES(p) (((p)>>4)&0x7) /* Isochronous Scheduling Threshold */ argument 313 #define HCC_ASPC(p) ((p)&(1 << 2)) /* Asynchronous Schedule Park Capability. */ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/ |
| H A D | halCA.c | 1695 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_SetDeviceId() local 1747 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_GetDeviceId() local 2122 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey() local 2181 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey() local 2239 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_SetRSAKey() local 2271 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_GetRSAKey() local 2303 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_SetDebugPortPassword() local 2350 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_GetDebugPortPassword() local 2390 MS_U8 *p = (MS_U8 *)u32rdata; in HAL_CA_OTP_WriteReserved() local 2442 MS_U8 *p = (MS_U8 *)u32rdata; in HAL_CA_OTP_ReadReserved() local
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/ |
| H A D | halCA.c | 1699 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_SetDeviceId() local 1751 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_GetDeviceId() local 2120 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey() local 2179 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey() local 2237 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_SetRSAKey() local 2269 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_GetRSAKey() local 2301 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_SetDebugPortPassword() local 2348 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_GetDebugPortPassword() local 2395 MS_U8 *p = (MS_U8 *)u32rdata; in HAL_CA_OTP_WriteReserved() local 2420 MS_U8 *p = (MS_U8 *)u32rdata; in HAL_CA_OTP_ReadReserved() local
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/ |
| H A D | halCA.c | 1630 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_SetDeviceId() local 1682 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_GetDeviceId() local 2053 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey() local 2112 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey() local 2170 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_SetRSAKey() local 2202 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_GetRSAKey() local 2234 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_SetDebugPortPassword() local 2281 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_GetDebugPortPassword() local 2328 MS_U8 *p = (MS_U8 *)u32rdata; in HAL_CA_OTP_WriteReserved() local 2380 MS_U8 *p = (MS_U8 *)u32rdata; in HAL_CA_OTP_ReadReserved() local
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/ |
| H A D | halCA.c | 1697 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_SetDeviceId() local 1749 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_GetDeviceId() local 2117 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey() local 2176 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey() local 2234 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_SetRSAKey() local 2266 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_GetRSAKey() local 2298 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_SetDebugPortPassword() local 2345 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_GetDebugPortPassword() local 2392 MS_U8 *p = (MS_U8 *)u32rdata; in HAL_CA_OTP_WriteReserved() local 2444 MS_U8 *p = (MS_U8 *)u32rdata; in HAL_CA_OTP_ReadReserved() local
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI.h | 596 #define HCS_DEBUG_PORT(p) (((p)>>20)&0xf) /* bits 23:20, debug port? */ argument 597 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ argument 631 #define HCS_N_CC(p) (((p)>>12)&0xf) /* bits 15:12, #companion HCs */ argument 632 #define HCS_N_PCC(p) (((p)>>8)&0xf) /* bits 11:8, ports per CC */ argument 633 #define HCS_PORTROUTED(p) ((p)&(1 << 7)) /* true: port routing */ argument 634 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ argument 635 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ argument 670 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ argument 671 #define HCC_ISOC_CACHE(p) ((p)&(1 << 7)) /* true: can cache isoc frame */ argument 672 #define HCC_ISOC_THRES(p) (((p)>>4)&0x7) /* bits 6:4, uframes cached */ argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/ |
| H A D | fdt.c | 79 const char *p; in fdt_offset_ptr() local 97 const char *p; in fdt_next_tag() local 184 const char *p; in _fdt_find_string() local
|
| H A D | fdt_rw.c | 99 char *p = splicepoint; in _fdt_splice() local 110 static int _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p, in _fdt_splice_mem_rsv() 123 static int _fdt_splice_struct(void *fdt, void *p, in _fdt_splice_struct() 139 void *p = (char *)fdt in _fdt_splice_string() local 153 const char *p; in _fdt_find_add_string() local
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | unifdef.c | 746 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { in op_strict() 750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt() 753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt() 756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le() 759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge() 762 static Linetype op_eq(int *p, Linetype at, int a, Linetype bt, int b) { in op_eq() 765 static Linetype op_ne(int *p, Linetype at, int a, Linetype bt, int b) { in op_ne() 768 static Linetype op_or(int *p, Linetype at, int a, Linetype bt, int b) { in op_or() 773 static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) { in op_and()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/ |
| H A D | nds_flt.c | 127 #define MDrv_TSP_FLT_Alloc(i, p...) MDrv_TSP_PidFlt_Alloc(0, p) argument 128 #define MDrv_TSP_FLT_SetPID(p...) MDrv_TSP_PidFlt_SetPid(0, p) argument 129 #define MDrv_TSP_FLT_Enable(p...) MDrv_TSP_PidFlt_Enable(0, p) argument 130 #define MDrv_TSP_FLT_Free(p...) MDrv_TSP_PidFlt_Free(0, p) argument 131 #define MDrv_TSP_FLT_GetState(p...) MDrv_TSP_PidFlt_GetState(0, p) argument 683 int i, p; in _NDS_FLT_IsrTask() local
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | mroute6.h | 53 #define IF_SET(n, p) ((p)->ifs_bits[(n)/NIFBITS] |= (1 << ((n) % NIFBITS))) argument 54 #define IF_CLR(n, p) ((p)->ifs_bits[(n)/NIFBITS] &= ~(1 << ((n) % NIFBITS))) argument 55 #define IF_ISSET(n, p) ((p)->ifs_bits[(n)/NIFBITS] & (1 << ((n) % NIFBITS))) argument 57 #define IF_ZERO(p) bzero(p, sizeof(*(p))) argument
|
| H A D | ppp_defs.h | 52 #define PPP_ADDRESS(p) (((__u8 *)(p))[0]) argument 53 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) argument 54 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) argument 162 struct pppstat p; /* basic PPP statistics */ member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/ |
| H A D | halCA.c | 1626 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_SetDeviceId() local 1678 MS_U8 *p = (MS_U8 *)did; in HAL_CA_OTP_GetDeviceId() local 2049 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey() local 2108 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey() local 2166 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_SetRSAKey() local 2198 MS_U8 *p = (MS_U8 *)RSA_key; in HAL_CA_OTP_GetRSAKey() local 2230 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_SetDebugPortPassword() local 2277 MS_U8 *p = (MS_U8 *)pwd; in HAL_CA_OTP_GetDebugPortPassword() local
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | livetree.c | 64 struct property *p = first; in reverse_properties() local 180 struct property **p; in add_property() local 193 struct node **p; in add_child() local 316 struct property *p; in get_marker_label() local 353 const char *p; in get_node_by_path() local
|