Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 68) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dget_maintainer.pl507 my ($start, $end) = @_;
509 for (my $i = $start; $i < $end; $i++) {
525 my ($start, $end) = @_;
527 for (my $i = $start; $i < $end; $i++) {
570 my $end = find_ending_index($tvi);
576 for ($i = $start; $i < $end; $i++) {
591 for ($i = $start; $i < $end; $i++) {
603 range_is_maintained($start, $end) &&
604 range_has_maintainer($start, $end)) {
616 $tvi = $end + 1;
[all …]
H A Dbootgraph.pl43 my %end;
92 $end{$2} = $1;
100 $end{$func} = $1;
150 my $duration = $end{$key} - $start{$key};
163 $e = ($end{$key} - $firsttime) * $mult;
H A Dkallsyms.c41 unsigned long long start, end; member
94 tr->end = addr; in read_symbol_tr()
168 if (s->addr >= tr->start && s->addr <= tr->end) in symbol_valid_tr()
212 if ((s->addr == text_range_text->end && in symbol_valid()
214 (s->addr == text_range_inittext->end && in symbol_valid()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/
H A Ddrvhidcore_4.c179 static __u8 *fetch_item_Port4(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item_Port4() argument
184 if ((end - start) > 0) { in fetch_item_Port4()
197 if ((end - start) >= 2) { in fetch_item_Port4()
202 if ((end - start) >= item->size) { in fetch_item_Port4()
220 if ((end - start) >= 1) { in fetch_item_Port4()
230 if ((end - start) >= 2) { in fetch_item_Port4()
241 if ((end - start) >= 4) { in fetch_item_Port4()
638 __u8 *end; in hid_parse_report_Port4() local
649 end = start + size; in hid_parse_report_Port4()
650 while ((start = fetch_item_Port4(start, end, &gitem)) != 0) in hid_parse_report_Port4()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/
H A Ddrvhidcore_3.c179 static __u8 *fetch_item_Port3(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item_Port3() argument
184 if ((end - start) > 0) { in fetch_item_Port3()
197 if ((end - start) >= 2) { in fetch_item_Port3()
202 if ((end - start) >= item->size) { in fetch_item_Port3()
220 if ((end - start) >= 1) { in fetch_item_Port3()
230 if ((end - start) >= 2) { in fetch_item_Port3()
241 if ((end - start) >= 4) { in fetch_item_Port3()
638 __u8 *end; in hid_parse_report_Port3() local
649 end = start + size; in hid_parse_report_Port3()
650 while ((start = fetch_item_Port3(start, end, &gitem)) != 0) in hid_parse_report_Port3()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvhidcore.c178 static __u8 *fetch_item(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item() argument
183 if ((end - start) > 0) { in fetch_item()
196 if ((end - start) >= 2) { in fetch_item()
201 if ((end - start) >= item->size) { in fetch_item()
219 if ((end - start) >= 1) { in fetch_item()
229 if ((end - start) >= 2) { in fetch_item()
240 if ((end - start) >= 4) { in fetch_item()
637 __u8 *end; in hid_parse_report() local
648 end = start + size; in hid_parse_report()
649 while ((start = fetch_item(start, end, &gitem)) != 0) in hid_parse_report()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/
H A Ddrvhidcore_2.c178 static __u8 *fetch_item_Port2(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item_Port2() argument
183 if ((end - start) > 0) { in fetch_item_Port2()
196 if ((end - start) >= 2) { in fetch_item_Port2()
201 if ((end - start) >= item->size) { in fetch_item_Port2()
219 if ((end - start) >= 1) { in fetch_item_Port2()
229 if ((end - start) >= 2) { in fetch_item_Port2()
240 if ((end - start) >= 4) { in fetch_item_Port2()
637 __u8 *end; in hid_parse_report_Port2() local
648 end = start + size; in hid_parse_report_Port2()
649 while ((start = fetch_item_Port2(start, end, &gitem)) != 0) in hid_parse_report_Port2()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c238 const int *end = (const int *) (map + len); in parse_config_file() local
243 for (; m < end; m++) { in parse_config_file()
320 char *end = m + len; in parse_dep_file() local
336 while (m < end) { in parse_dep_file()
337 while (m < end && (*m == ' ' || *m == '\\' || *m == '\n')) in parse_dep_file()
340 while (p < end && *p != ' ') p++; in parse_dep_file()
341 if (p == end) { in parse_dep_file()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c398 GtkTextIter start, end; in text_insert_help() local
405 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_help()
406 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_help()
409 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_help()
410 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1, in text_insert_help()
413 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_help()
414 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
423 GtkTextIter start, end; in text_insert_msg() local
427 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_msg()
428 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_msg()
[all …]
H A Dlex.zconf.c_shipped43 /* end standard C headers. */
130 /* Returned upon end-of-file. */
256 * end of it.
979 /* end tables serialization structures and prototypes */
999 /* Code executed at the end of each rule. */
1044 while ( 1 ) /* loops until end-of-file is reached */
1380 * end-of-buffer state). Contrast this with the test
1476 } /* end of action switch */
1477 } /* end of scanning one token */
1478 } /* end of zconflex */
[all …]
H A Dzconf.y90 %type <id> end
117 | stmt_list end { zconf_error("unexpected end statement"); }
261 choice_end: end
329 if_end: end
368 menu_end: end
460 end: T_ENDMENU T_EOL { $$ = $1; }
/utopia/UTPA2-700.0.x/modules/hwi2c/drv/hwi2c/
H A DdrvHWI2C.c296 goto end; in _MDrv_HWI2C_ReadBytes()
301 goto end; in _MDrv_HWI2C_ReadBytes()
322 goto end; in _MDrv_HWI2C_ReadBytes()
334 goto end; in _MDrv_HWI2C_ReadBytes()
339 end: in _MDrv_HWI2C_ReadBytes()
416 goto end; in _MDrv_HWI2C_WriteBytes()
421 goto end; in _MDrv_HWI2C_WriteBytes()
429 goto end; in _MDrv_HWI2C_WriteBytes()
435 end: in _MDrv_HWI2C_WriteBytes()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt_sw.c216 uint32_t *end; in fdt_finish() local
224 end = _fdt_grab_space(fdt, sizeof(*end)); in fdt_finish()
225 if (! end) in fdt_finish()
227 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
H A Dfdt_rw.c100 char *end = (char *)fdt + _fdt_data_size(fdt); in _fdt_splice() local
102 if (((p + oldlen) < p) || ((p + oldlen) > end)) in _fdt_splice()
104 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt))) in _fdt_splice()
106 memmove(p + newlen, p + oldlen, end - p - oldlen); in _fdt_splice()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped25 /* end standard C headers. */
112 /* Returned upon end-of-file. */
238 * end of it.
759 /* end tables serialization structures and prototypes */
779 /* Code executed at the end of each rule. */
825 while ( 1 ) /* loops until end-of-file is reached */
1074 * end-of-buffer state). Contrast this with the test
1171 } /* end of action switch */
1172 } /* end of scanning one token */
1173 } /* end of yylex */
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h995 U32 addr, end; \
996 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
998 for (addr = end; addr >= base_once; addr -= HAL_DCACHE_LINE_SIZE) { \
1021 U32 addr, end; \
1022 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1024 for (addr = end; addr >= base_once; addr -= HAL_DCACHE_LINE_SIZE) { \
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A DdrvHostLib_4.h995 U32 addr, end; \
996 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
998 for (addr = end; addr >= base_once; addr -= HAL_DCACHE_LINE_SIZE) { \
1021 U32 addr, end; \
1022 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1024 for (addr = end; addr >= base_once; addr -= HAL_DCACHE_LINE_SIZE) { \
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvHostLib.h1006 U32 addr, end; \
1007 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1009 for (addr = end; addr >= base_once; addr -= HAL_DCACHE_LINE_SIZE) { \
1032 U32 addr, end; \
1033 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1035 for (addr = end; addr >= base_once; addr -= HAL_DCACHE_LINE_SIZE) { \
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A DdrvHostLib_3.h995 U32 addr, end; \
996 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
998 for (addr = end; addr >= base_once; addr -= HAL_DCACHE_LINE_SIZE) { \
1021 U32 addr, end; \
1022 end = base_once + ((size_once < HAL_DCACHE_SIZE) ? \
1024 for (addr = end; addr >= base_once; addr -= HAL_DCACHE_LINE_SIZE) { \
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/api/
H A Dresource_size.cocci29 * (res->end - res->start) + 1
39 - (res->end - res->start) + 1
52 (res->end@p - res->start) + 1
59 res->end@p - res->start
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped49 /* end standard C headers. */
143 /* Returned upon end-of-file. */
283 * end of it.
863 /* end tables serialization structures and prototypes */
889 /* Code executed at the end of each rule. */
953 while ( 1 ) /* loops until end-of-file is reached */
1017 fprintf( stderr, "--(end of buffer or a NUL)\n" );
1141 * end-of-buffer state). Contrast this with the test
1238 } /* end of action switch */
1239 } /* end of scanning one token */
[all …]
H A Dgenksyms.c391 struct string_list *end) in copy_list_range() argument
395 if (start == end) in copy_list_range()
398 for (start = start->next; start != end; start = start->next) { in copy_list_range()
632 static struct symbol **end = &visited_symbols; in expand_and_crc_sym() local
635 *end = sym; in expand_and_crc_sym()
636 end = &sym->visited; in expand_and_crc_sym()
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinftrees.c147 MS_U32 end; /* use base and extra for symbol > end */ local
230 end = 19;
253 if ((int)(work[sym]) < end) {
257 else if ((int)(work[sym]) > end) {
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_reg_264e.c449 int start[2], end[2]; in OutputSwCfg1_H264() local
460 start[count-1] = end[count-1] = i; in OutputSwCfg1_H264()
463 end[count-1] = i; in OutputSwCfg1_H264()
470 mfe_reg.reg_mfe_s_txip_irfsh_mb_e0 = end[0]; in OutputSwCfg1_H264()
475 mfe_reg.reg_mfe_s_txip_irfsh_mb_e1 = end[1]; in OutputSwCfg1_H264()
/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/
H A DGOP_adp.c521 compat_uint_t end; member
1478 err |= get_user(i, &data32_Pale->end); in GOP_adp_Ioctl()
1479 err |= put_user(i, &data_Pale->end); in GOP_adp_Ioctl()
1488 …(&spt_GOP_PALETTE_SET_ENTRY_A0B0[0],sizeof(GOP_PaletteEntry)*(data32_Pale->end-data32_Pale->start+… in GOP_adp_Ioctl()
1528 if(copy_from_user(Str_A0B0, Usr_A0B0, sizeof(MS_U32)*(Usr_A0->end-Usr_A0->start+1))) in GOP_adp_Ioctl()
1582 err |= get_user(i, &data32_Pale->end); in GOP_adp_Ioctl()
1583 err |= put_user(i, &data_Pale->end); in GOP_adp_Ioctl()
1592 …(&spt_GOP_PALETTE_SET_ENTRY_A0B0[0],sizeof(GOP_PaletteEntry)*(data32_Pale->end-data32_Pale->start+… in GOP_adp_Ioctl()
1652 if(copy_to_user(Usr_A0B0, Str_A0B0, sizeof(MS_U32)*(Usr_A0->end-Usr_A0->start+1))) in GOP_adp_Ioctl()

123