Searched refs:skip (Results 1 – 9 of 9) sorted by relevance
40 void lwip_check_ensure_no_alloc(unsigned int skip) in lwip_check_ensure_no_alloc() argument45 if (!(skip & SKIP_HEAP)) { in lwip_check_ensure_no_alloc()49 if (!(skip & mask)) { in lwip_check_ensure_no_alloc()
40 void lwip_check_ensure_no_alloc(unsigned int skip);
462 size_t sz, int skip) in dtb_node_property_read_string_helper() argument475 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()
12 PolarSSL you can choose to skip the compilation of the included PolarSSL
1438 rt_bool_t skip = RT_FALSE; in rt_hw_serial_isr() local1447 skip = RT_TRUE; in rt_hw_serial_isr()1453 if (skip) in rt_hw_serial_isr()
208 size_t sz, int skip);
2755 UINT skip, /* Number of pre-skip chars (number of ?s, b8:infinite (* specified)) */ argument2764 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 */
2796 UINT skip, /* Number of pre-skip chars (number of ?s, b8:infinite (* specified)) */ argument2806 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 29 milliseconds