Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 64) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h257 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v))) argument
259 #define IXDR_PUT_U_INT32(buf, v) IXDR_PUT_INT32(buf, (int32_t)(v)) argument
266 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v))) argument
268 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
276 #define IXDR_PUT_BOOL(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
277 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
278 #define IXDR_PUT_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
279 #define IXDR_PUT_U_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dpkt_cls.h12 #define _TC_MAKEMASK(v,n) (_TC_MAKE32((_TC_MAKE32(1)<<(v))-1) << _TC_MAKE32(n)) argument
13 #define _TC_MAKEVALUE(v,n) (_TC_MAKE32(v) << _TC_MAKE32(n)) argument
14 #define _TC_GETVALUE(v,n,m) ((_TC_MAKE32(v) & _TC_MAKE32(m)) >> _TC_MAKE32(n)) argument
38 #define SET_TC_MUNGED(v) ( TC_MUNGED | (v & ~TC_MUNGED)) argument
39 #define CLR_TC_MUNGED(v) ( v & ~TC_MUNGED) argument
42 #define SET_TC_OK2MUNGE(v) ( TC_OK2MUNGE | (v & ~TC_OK2MUNGE)) argument
43 #define CLR_TC_OK2MUNGE(v) ( v & ~TC_OK2MUNGE) argument
49 #define SET_TC_VERD(v,n) ((V_TC_VERD(n)) | (v & ~M_TC_VERD)) argument
55 #define SET_TC_FROM(v,n) ((V_TC_FROM(n)) | (v & ~M_TC_FROM)) argument
61 #define SET_TC_NCLS(v) ( TC_NCLS | (v & ~TC_NCLS)) argument
[all …]
H A Dreiserfs_fs.h370 __le64 v; member
517 #define put_block_num(p, i, v) put_unaligned(cpu_to_le32(v), (p) + (i)) argument
789 #define set_sd_v1_mode(sdp,v) ((sdp)->sd_mode = cpu_to_le16(v)) argument
791 #define set_sd_v1_nlink(sdp,v) ((sdp)->sd_nlink = cpu_to_le16(v)) argument
793 #define set_sd_v1_uid(sdp,v) ((sdp)->sd_uid = cpu_to_le16(v)) argument
795 #define set_sd_v1_gid(sdp,v) ((sdp)->sd_gid = cpu_to_le16(v)) argument
797 #define set_sd_v1_size(sdp,v) ((sdp)->sd_size = cpu_to_le32(v)) argument
799 #define set_sd_v1_atime(sdp,v) ((sdp)->sd_atime = cpu_to_le32(v)) argument
801 #define set_sd_v1_mtime(sdp,v) ((sdp)->sd_mtime = cpu_to_le32(v)) argument
803 #define set_sd_v1_ctime(sdp,v) ((sdp)->sd_ctime = cpu_to_le32(v)) argument
[all …]
H A Dmsdos_fs.h17 #define CF_LE_W(v) le16_to_cpu(v) argument
18 #define CF_LE_L(v) le32_to_cpu(v) argument
19 #define CT_LE_W(v) cpu_to_le16(v) argument
20 #define CT_LE_L(v) cpu_to_le32(v) argument
H A Dfirewire-cdev.h378 #define FW_CDEV_ISO_PAYLOAD_LENGTH(v) (v) argument
382 #define FW_CDEV_ISO_TAG(v) ((v) << 18) argument
383 #define FW_CDEV_ISO_SY(v) ((v) << 20) argument
384 #define FW_CDEV_ISO_HEADER_LENGTH(v) ((v) << 24) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdarg.h50 #define va_start(v,l) __builtin_va_start(v,l) argument
51 #define va_end(v) __builtin_va_end(v) argument
52 #define va_arg(v,l) __builtin_va_arg(v,l) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dstdarg.h50 #define va_start(v,l) __builtin_va_start(v,l) argument
51 #define va_end(v) __builtin_va_end(v) argument
52 #define va_arg(v,l) __builtin_va_arg(v,l) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdarg.h50 #define va_start(v,l) __builtin_va_start(v,l) argument
51 #define va_end(v) __builtin_va_end(v) argument
52 #define va_arg(v,l) __builtin_va_arg(v,l) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dspr_defs.h139 unsigned v; member
188 unsigned v; member
206 unsigned v; member
262 unsigned v; member
1215 #define L_EXT(v, width, bitpos) \ argument
1220 #define L_EXTI(v, width, bitpos) \ argument
1225 #define L_EXTU(v, width, bitpos) \ argument
1230 #define L_EXTUI(v, width, bitpos) \ argument
1235 #define L_EXTR(v, width, bitpos) \ argument
1240 #define L_EXTRI(v, width, bitpos) \ argument
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/k6lite/cmdq/
H A DhalCMDQ.c386 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
400 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
422 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/k6/cmdq/
H A DhalCMDQ.c389 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
403 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
425 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/curry/cmdq/
H A DhalCMDQ.c392 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
406 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
428 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/kano/cmdq/
H A DhalCMDQ.c392 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
406 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
428 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/maxim/cmdq/
H A DhalCMDQ.c386 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
400 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
422 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/M7621/cmdq/
H A DhalCMDQ.c386 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
400 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
422 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/manhattan/cmdq/
H A DhalCMDQ.c380 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
394 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
416 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.h146 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
151 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
156 ConfigItem(Q3ListView *parent, ConfigItem *after, bool v) in ConfigItem()
H A Dqconf.cc229 void ConfigItem::testUpdateMenu(bool v) in testUpdateMenu()
936 ConfigView* v; in updateList() local
944 ConfigView* v; in updateListAll() local
1742 ConfigMainWindow* v; in main() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/M7821/cmdq/
H A DhalCMDQ.c414 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
428 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
450 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/maserati/cmdq/
H A DhalCMDQ.c414 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
428 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
450 MS_U32 v; in HAL_CMDQ_Reset2() local
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dtas.h37 __NTH (_test_and_set (int *p, int v)) in __NTH()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/k6/hwi2c/
H A DhalHWI2C.h112 #define _LShift(v, n) ((v) << (n)) argument
113 #define _RShift(v, n) ((v) >> (n)) argument
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/k6lite/hwi2c/
H A DhalHWI2C.h112 #define _LShift(v, n) ((v) << (n)) argument
113 #define _RShift(v, n) ((v) >> (n)) argument
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/kano/hwi2c/
H A DhalHWI2C.h112 #define _LShift(v, n) ((v) << (n)) argument
113 #define _RShift(v, n) ((v) >> (n)) argument
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/curry/hwi2c/
H A DhalHWI2C.h112 #define _LShift(v, n) ((v) << (n)) argument
113 #define _RShift(v, n) ((v) >> (n)) argument

123