Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-2.1.2/test/unit/
A Dlwip_unittests.c40 void lwip_check_ensure_no_alloc(unsigned int skip) in lwip_check_ensure_no_alloc() argument
45 if (!(skip & SKIP_HEAP)) { in lwip_check_ensure_no_alloc()
49 if (!(skip & mask)) { in lwip_check_ensure_no_alloc()
A Dlwip_check.h40 void lwip_check_ensure_no_alloc(unsigned int skip);
/components/legacy/fdt/src/
A Ddtb_access.c462 size_t sz, int skip) in dtb_node_property_read_string_helper() argument
475 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) in dtb_node_property_read_string_helper()
480 if (out_strs && i >= skip) in dtb_node_property_read_string_helper()
483 i -= skip; in dtb_node_property_read_string_helper()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/
A DREADME12 PolarSSL you can choose to skip the compilation of the included PolarSSL
/components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/
A DREADME12 PolarSSL you can choose to skip the compilation of the included PolarSSL
/components/drivers/serial/
A Ddev_serial.c1438 rt_bool_t skip = RT_FALSE; in rt_hw_serial_isr() local
1447 skip = RT_TRUE; in rt_hw_serial_isr()
1453 if (skip) in rt_hw_serial_isr()
/components/legacy/fdt/inc/
A Ddtb_node.h208 size_t sz, int skip);
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c2755 UINT skip, /* Number of pre-skip chars (number of ?s, b8:infinite (* specified)) */ argument
2764 while ((skip & 0xFF) != 0) { /* Pre-skip name chars */
2766 skip--;
2768 if (*pat == 0 && skip) return 1; /* Matched? (short circuit) */
2788 } while (skip && nchr); /* Retry until end of name if infinite search is specified */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c2796 UINT skip, /* Number of pre-skip chars (number of ?s, b8:infinite (* specified)) */ argument
2806 while ((skip & 0xFF) != 0) { /* Pre-skip name chars */
2808 skip--;
2810 if (*pat == 0 && skip) return 1; /* Matched? (short circuit) */
2834 } while (skip && nchr); /* Retry until end of name if infinite search is specified */

Completed in 31 milliseconds