| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | inftrees.c | 132 MS_U32 min, max; /* minimum and maximum code lengths */ local 184 for (max = MAXBITS; max >= 1; max--) 185 if (count[max] != 0) break; 186 if (root > max) root = max; 187 if (max == 0) { /* no symbols to code at all */ 208 if (left > 0 && (type == CODES || max != 1)) 293 if (len == max) break; 312 while ((curr + drop) < max) 370 for (i = (int)min; i <= (int)max; i++) 424 drv_gpd_set_dynamic_ldata(offset_tmp[max+1], work); [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | file2alias.c | 107 unsigned char max, struct module *mod) in do_usb_entry() argument 122 else if (range_lo > 0 || range_hi < max) { in do_usb_entry() 167 unsigned char max, in incbcd() argument 174 if (max > 0x9) { in incbcd() 205 unsigned char chi, clo, max; in do_usb_entry_multi() local 218 max = 0x9; /* Default to decimal format */ in do_usb_entry_multi() 222 if (clo > max || chi > max) { in do_usb_entry_multi() 223 max = 0xf; in do_usb_entry_multi() 239 if (chi > max) /* If we are in bcd mode, truncate if necessary */ in do_usb_entry_multi() 240 chi = max; in do_usb_entry_multi() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_SCHD.cxx | 851 U32 *max, in get_iso_range() argument 898 *max = end - span; in get_iso_range() 899 if (*max < *start + 1) in get_iso_range() 900 *max = *start + 1; in get_iso_range() 903 *max = (last + 1) % mod; in get_iso_range() 915 if (temp > *max) in get_iso_range() 921 if (temp < *max) in get_iso_range() 922 *max = temp; in get_iso_range() 927 *max %= ehci->periodic_size; in get_iso_range() 947 U32 start, max, i; in itd_schedule() local [all …]
|
| H A D | drvEhciHcd.c | 5404 U32 info, max; in qh_append_tds() local 5407 max = urb->dev->descriptor.bMaxPacketSize0; in qh_append_tds() 5408 if (max > (0x07ff & (info >> 16))) { in qh_append_tds() 5410 info |= max << 16; in qh_append_tds()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | nconf.gui.c | 277 total_width = max(msg_width, btns_width); in btn_dialog() 377 prompt_width = max(prompt_width, len); in dialog_inputbox() 381 prompt_width = max(prompt_width, strlen(title)); in dialog_inputbox() 529 total_cols = max(total_cols, len+2); in show_scroll_win() 539 text_lines = max(win_lines-4, 0); in show_scroll_win() 540 text_cols = max(win_cols-2, 0); in show_scroll_win()
|
| H A D | nconf.h | 29 #define max(a, b) ({\ macro
|
| H A D | nconf.c | 934 toprow = max(selected_index-mwin_max_lines/2, 0); in center_item()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/ |
| H A D | genheaders.c | 16 #define max(x, y) (((int)(x) > (int)(y)) ? x : y) macro 78 for (j = 0; j < max(1, 40 - strlen(map->name)); j++) in main() 88 for (j = 0; j < max(1, 40 - strlen(s)); j++) in main() 129 for (k = 0; k < max(1, 40 - strlen(map->name) - strlen(map->perms[j])); k++) in main()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvPorts.h | 183 #ifdef max 184 #undef max 185 #define max(x,y) \ macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvPorts.h | 228 #ifdef max 229 #undef max 230 #define max(x,y) \ macro
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/ |
| H A D | jpegmain.h | 121 #ifndef max 122 #define max(a,b) (((a)>(b)) ? (a) : (b)) macro
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/ |
| H A D | jpegmain.h | 121 #ifndef max 122 #define max(a,b) (((a)>(b)) ? (a) : (b)) macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/ |
| H A D | xt_hashlimit.h | 27 u_int32_t max; /* max number of entries */ member 51 u_int32_t max; /* max number of entries */ member
|
| H A D | xt_length.h | 5 u_int16_t min, max; member
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/ |
| H A D | mhal_pq_adaptive.c | 185 MS_S32 max(MS_S32 s32TempA, MS_S32 s32TempB) in max() function 2648 *u8WidthConfidence = max((*u8WidthConfidence),s16ConfidenceLevel21); in DBK_WidthPartHW() 3111 u32AvergeStrength = max(u32TotalStrength/u8Widdth, 1); in Mdrv_PQ_DBK() 3176 u32AvergeStrength = max(u32TotalStrength/u8Widdth, 1); in Mdrv_PQ_DBK()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | atm_nicstar.h | 35 unsigned max; member
|
| H A D | xfrm.h | 362 __u32 max; member
|
| H A D | videodev2.h | 392 struct v4l2_fract max; /* Maximum frame interval [s] */ member
|
| H A D | reiserfs_fs.h | 1932 max( REISERFS_SB( sb ) -> s_proc_info_data.field, value )
|
| /utopia/UTPA2-700.0.x/projects/build/Ksym/ |
| H A D | .Ksym.o.cmd | 16 $(wildcard include/config/msos/eventgroup/max/sel.h) \ 23 $(wildcard include/config/msos/eventgroup/max/num.h) \ 347 $(wildcard include/config/mp/dvfs/cpuhotplug/use/online/cpu/max/load.h) \ 348 $(wildcard include/config/mp/dvfs/cpuhotplug/use/online/cpu/max/load/debug.h) \ 634 $(wildcard include/config/force/max/zoneorder.h) \
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | mfe_reg_jpge.c_ | 48 if (temp > 32767L) temp = 32767L; /* max quantizer needed for 12 bits */
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/ |
| H A D | mhal_xc_chip_config.h.0 | 127 // Set DS index max number
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_scaling.c.0 | 196 #define MAX_1P_MODE_CLK 320000000 //(300*1024*1024) // max 1p mode clk value 311 //OPM write limit share the same min/max baseAddress setting with IPM 1523 //DTV max u8BitsPerPixel is 24. And here only consider 2 frame mode. 6914 //Overflow, set the OPM Fetch to the max data area . 7767 //Overflow, set the OPM Fetch to the max data area . 9109 //Overflow, set the OPM Fetch to the max data area .
|
| H A D | mdrv_sc_display.c.0 | 3378 //when the dclk max-min value is too small, the panel has hw limitation. we should use 4745 printf("Interrupt number >= max scaler interrupt number\n"); 4927 // PHASE_OFFSET_LIMIT+1 as its max value. then we set the gate to PHASE_OFFSET_LIMIT, 5232 printf("Interrupt number >= max scaler interrupt number\n"); 8299 /// Test if panel output is ok by changing output DClk, this is to test max range that FPLL can do
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 37 * if you want the limit (max/min) macros for int types.
|