Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 48) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h281 # define __isalnum_l(c,l) __isctype_l((c), _ISalnum, (l)) argument
282 # define __isalpha_l(c,l) __isctype_l((c), _ISalpha, (l)) argument
283 # define __iscntrl_l(c,l) __isctype_l((c), _IScntrl, (l)) argument
284 # define __isdigit_l(c,l) __isctype_l((c), _ISdigit, (l)) argument
285 # define __islower_l(c,l) __isctype_l((c), _ISlower, (l)) argument
286 # define __isgraph_l(c,l) __isctype_l((c), _ISgraph, (l)) argument
287 # define __isprint_l(c,l) __isctype_l((c), _ISprint, (l)) argument
288 # define __ispunct_l(c,l) __isctype_l((c), _ISpunct, (l)) argument
289 # define __isspace_l(c,l) __isctype_l((c), _ISspace, (l)) argument
290 # define __isupper_l(c,l) __isctype_l((c), _ISupper, (l)) argument
[all …]
H A Dstdarg.h50 #define va_start(v,l) __builtin_va_start(v,l) argument
52 #define va_arg(v,l) __builtin_va_arg(v,l) argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_type.h190 #define LOWORD(l) ((unsigned short)(l)) argument
191 #define HIWORD(l) ((unsigned short)(((unsigned int)(l) >> 16) & 0xFFFF)) 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
52 #define va_arg(v,l) __builtin_va_arg(v,l) argument
H A Dtgmath.h66 #define __tg_choose(x,f,d,l) \ argument
71 #define __tg_choose_2(x,y,f,d,l) \ argument
76 #define __tg_choose_3(x,y,z,f,d,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
52 #define va_arg(v,l) __builtin_va_arg(v,l) argument
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dtreesource.c238 struct label *l; in write_tree_source_node() local
271 struct label *l; in dt_to_source() local
H A Dlivetree.c107 struct label *l; in merge_nodes() local
295 struct label *l; in get_property_by_label() local
377 struct label *l; in get_node_by_label() local
H A Dflattree.c197 struct label *l; in asm_emit_beginnode() local
210 struct label *l; in asm_emit_endnode() local
223 struct label *l; in asm_emit_property() local
531 struct label *l; in dt_to_asm() local
H A Dchecks.c317 struct label *l; in check_duplicate_label_node() local
326 struct label *l; in check_duplicate_label_prop() local
H A Ddtc.h159 #define for_each_label(l0, l) \ argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dromfs_fs.h13 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument
14 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_type.h174 #define LOWORD(l) ((unsigned short)(l)) argument
175 #define HIWORD(l) ((unsigned short)(((unsigned int)(l) >> 16) & 0xFFFF)) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dasm.h85 # define SETUP_GPX_L(r, l) \ argument
98 # define SETUP_GPX64_L(cp_reg, ra_save, l) argument
107 # define SETUP_GPX_L(r, l) argument
121 # define SETUP_GPX64_L(cp_reg, ra_save, l) \ argument
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpng.h2698 #define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument
2701 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument
2704 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2) argument
2718 # define png_debug(l,m) \ argument
2726 # define png_debug1(l,m,p1) \ argument
2734 # define png_debug2(l,m,p1,p2) \ argument
2743 # define png_debug(l,m) \ argument
2754 # define png_debug1(l,m,p1) \ argument
2765 # define png_debug2(l,m,p1,p2) \ argument
2782 #define png_debug(l, m) argument
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dyuvgen.c245 int k,l,lumstart,chrstart; in ConvertYuvFromTile() local
436 int k,l,lumstart,chrstart; in yuv2tile() local
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Dh2v2.c121 U16 i, l, j; in msAPI_JPEG_H2V2Convert() local
H A Djpeg_cmodel.c686 MS_U16 i, l, j; in JPEG_CMODEL_H4V1Convert() local
732 MS_U16 i, l, j; in JPEG_CMODEL_H2V1Convert() local
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Dh2v2.c121 U16 i, l, j; in msAPI_JPEG_H2V2Convert() local
H A Djpeg_cmodel.c686 MS_U16 i, l, j; in JPEG_CMODEL_H4V1Convert() local
732 MS_U16 i, l, j; in JPEG_CMODEL_H2V1Convert() local
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c243 MS_S32 k,l,lumstart,chrstart; in ConvertYuvFromTile() local
572 MS_S32 k,l,lumstart,chrstart; in yuv2tile() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dutil.c111 size_t l; in str_append() local
H A Dconf.c60 int l; in strip() local
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dswab.h193 __u32 l = x & ((1ULL<<32)-1); in __fswab64() local
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1431 #define INITIAL_LOCK(l) ((NULL == ((*(l)) = OSSemCreate(1)))? -1 : 0) argument
1432 #define ACQUIRE_LOCK(l) ({ INT8U u8Err; OSSemPend((*(l)), 0, &u8Err); u8Err; }) argument
1433 #define RELEASE_LOCK(l) ({OSSemPost((*(l))); (0); }) argument
1475 #define INITIAL_LOCK(l) *(l)=0 argument
1476 #define ACQUIRE_LOCK(l) win32_acquire_lock(l) argument
1477 #define RELEASE_LOCK(l) win32_release_lock(l) argument
1487 #define INITIAL_LOCK(l) argument

12