Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 33) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dexpr.c20 e->left.sym = sym; in expr_alloc_symbol()
29 e->left.expr = ce; in expr_alloc_one()
38 e->left.expr = e1; in expr_alloc_two()
48 e->left.sym = s1; in expr_alloc_comp()
78 e->left = org->left; in expr_copy()
81 e->left.expr = expr_copy(org->left.expr); in expr_copy()
85 e->left.sym = org->left.sym; in expr_copy()
91 e->left.expr = expr_copy(org->left.expr); in expr_copy()
113 expr_free(e->left.expr); in expr_free()
120 expr_free(e->left.expr); in expr_free()
[all …]
H A Dsymbol.c176 val2 = sym_get_range_val(prop->expr->left.sym, base); in sym_validate_range()
498 for (e = prop->expr; e; e = e->left.expr) { in sym_set_tristate_value()
592 return val >= sym_get_range_val(prop->expr->left.sym, 10) && in sym_string_within_range()
601 return val >= sym_get_range_val(prop->expr->left.sym, 16) && in sym_string_within_range()
1049 sym = sym_check_expr_deps(e->left.expr); in sym_check_expr_deps()
1054 return sym_check_expr_deps(e->left.expr); in sym_check_expr_deps()
1057 sym = sym_check_deps(e->left.sym); in sym_check_expr_deps()
1062 return sym_check_deps(e->left.sym); in sym_check_expr_deps()
1202 return prop->expr->left.sym; in prop_get_symbol()
H A Dmenu.c89 e->left.expr = menu_check_dep(e->left.expr); in menu_check_dep()
93 e->left.expr = menu_check_dep(e->left.expr); in menu_check_dep()
98 if (e->left.sym == &symbol_mod) in menu_check_dep()
252 if (!menu_validate_number(sym, prop->expr->left.sym) || in sym_check_prop()
390 for (ep = &prop->expr; *ep; ep = &(*ep)->left.expr) in menu_finalize()
H A Dexpr.h40 union expr_data left, right; member
48 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
214 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); in expr_is_yes()
219 return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); in expr_is_no()
H A Dzconf.y81 %left T_OR
82 %left T_AND
83 %left T_EQUAL T_UNEQUAL
H A Dconfdata.c210 name = conf_expand_value(prop->expr->left.sym->name); in conf_read_simple()
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinftrees.c136 MS_U32 left; /* number of prefix codes available */ local
202 left = 1;
204 left <<= 1;
205 left -= count[len];
206 if (left < 0) return -1; /* over-subscribed */
208 if (left > 0 && (type == CODES || max != 1))
310 left = (int)(1 << curr);
317 left -= count[index];
319 if (left <= 0) break;
321 left <<= 1;
H A Ddgif_lib.c348 MS_U32 left = GifFile->Image.Left; in GetFrameROI() local
354 if (left < image_roi.hstart) in GetFrameROI()
355 left = image_roi.hstart; in GetFrameROI()
356 if (left > image_roi.hstart + image_roi.width) in GetFrameROI()
357 left = image_roi.hstart + image_roi.width; in GetFrameROI()
374 frame_roi.hstart = left - GifFile->Image.Left; in GetFrameROI()
376 frame_roi.width = right - left; in GetFrameROI()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c2700 MS_U32 left; in JPEG_read_app0_marker() local
2705 left = (MS_U16) ((JPEG_get_char()<<8) + JPEG_get_char()); in JPEG_read_app0_marker()
2707 left-= 2; in JPEG_read_app0_marker()
2709 if(left < 8) in JPEG_read_app0_marker()
2718 left-= 5; in JPEG_read_app0_marker()
2723 left-= 2; in JPEG_read_app0_marker()
2730 left-= 5; in JPEG_read_app0_marker()
2736 left-= 2; in JPEG_read_app0_marker()
2741 left-= 3*u8Xthumbnail*u8Ythumbnail; in JPEG_read_app0_marker()
2747 if(left > 0) in JPEG_read_app0_marker()
[all …]
H A DapiJPEG.c2700 MS_U32 left; in JPEG_read_app0_marker() local
2705 left = (MS_U16) ((JPEG_get_char()<<8) + JPEG_get_char()); in JPEG_read_app0_marker()
2707 left-= 2; in JPEG_read_app0_marker()
2709 if(left < 8) in JPEG_read_app0_marker()
2718 left-= 5; in JPEG_read_app0_marker()
2723 left-= 2; in JPEG_read_app0_marker()
2730 left-= 5; in JPEG_read_app0_marker()
2736 left-= 2; in JPEG_read_app0_marker()
2741 left-= 3*u8Xthumbnail*u8Ythumbnail; in JPEG_read_app0_marker()
2747 if(left > 0) in JPEG_read_app0_marker()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c2692 MS_U32 left; in JPEG_read_app0_marker() local
2697 left = (MS_U16) ((JPEG_get_char()<<8) + JPEG_get_char()); in JPEG_read_app0_marker()
2699 left-= 2; in JPEG_read_app0_marker()
2701 if(left < 8) in JPEG_read_app0_marker()
2710 left-= 5; in JPEG_read_app0_marker()
2715 left-= 2; in JPEG_read_app0_marker()
2722 left-= 5; in JPEG_read_app0_marker()
2728 left-= 2; in JPEG_read_app0_marker()
2733 left-= 3*u8Xthumbnail*u8Ythumbnail; in JPEG_read_app0_marker()
2739 if(left > 0) in JPEG_read_app0_marker()
[all …]
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile40 # where doxygen was started. If left blank the current directory will be used.
85 # If left blank, the following values are used ("$name" is automatically
123 # only done if one of the specified strings matches the left-hand part of
125 # If left blank the directory from which doxygen is run is used as the
133 # If left blank only the name of the header file containing the class
511 # by doxygen. Possible values are YES and NO. If left blank NO is used.
516 # generated by doxygen. Possible values are YES and NO. If left blank
552 # and error messages should be written. If left blank the output is written
581 # and *.h) to filter out the source-files in the directories. If left
620 # If left blank NO is used.
[all …]
H A Dbsp.dxyfile39 # where doxygen was started. If left blank the current directory will be used.
84 # If left blank, the following values are used ("$name" is automatically
122 # only done if one of the specified strings matches the left-hand part of
124 # If left blank the directory from which doxygen is run is used as the
132 # If left blank only the name of the header file containing the class
510 # by doxygen. Possible values are YES and NO. If left blank NO is used.
515 # generated by doxygen. Possible values are YES and NO. If left blank
551 # and error messages should be written. If left blank the output is written
580 # and *.h) to filter out the source-files in the directories. If left
619 # If left blank NO is used.
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c2718 MS_U32 left; in JPEG_read_app0_marker() local
2723 left = (MS_U16) ((JPEG_get_char()<<8) + JPEG_get_char()); in JPEG_read_app0_marker()
2725 left-= 2; in JPEG_read_app0_marker()
2727 if(left < 8) in JPEG_read_app0_marker()
2736 left-= 5; in JPEG_read_app0_marker()
2741 left-= 2; in JPEG_read_app0_marker()
2748 left-= 5; in JPEG_read_app0_marker()
2754 left-= 2; in JPEG_read_app0_marker()
2759 left-= 3*u8Xthumbnail*u8Ythumbnail; in JPEG_read_app0_marker()
2765 if(left > 0) in JPEG_read_app0_marker()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsigset.h80 # define __sigandset(dest, left, right) \ argument
83 const sigset_t *__left = (left); \
89 # define __sigorset(dest, left, right) \ argument
92 const sigset_t *__left = (left); \
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c223 MFE_U32 tot_len, first, b, len1, left, crc; in mpegts_write_section() local
266 left = TS_PACKET_SIZE - (q - packet); in mpegts_write_section()
267 if (left > 0) in mpegts_write_section()
268 memset(q, 0xFF, left); in mpegts_write_section()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/tc_ematch/
H A Dtc_em_meta.h91 struct tcf_meta_val left; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dprintf.h44 unsigned int left:1; /* - flag. */ member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiVDEC_EX_v2.h1367 MS_U32 left; member
H A DapiVDEC_EX.h1374 MS_U32 left; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiVDEC_EX_v2.h1436 MS_U32 left; member
H A DapiVDEC_EX.h2345 MS_U32 left; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dvideodev2.h210 __s32 left; member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped841 /* Nonzero means print parse trace. It is left uninitialized so that
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped1089 /* Nonzero means print parse trace. It is left uninitialized so that

12