Searched defs:count (Results 1 – 6 of 6) sorted by relevance
/scripts/ |
D | recordmcount.c | 134 uread(int const fd, void *const buf, size_t const count) in uread() 145 uwrite(int const fd, void const *const buf, size_t const count) in uwrite()
|
/scripts/kconfig/ |
D | lkc.h | 89 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
|
D | confdata.c | 1031 void sym_set_change_count(int count) in sym_set_change_count() 1040 void sym_add_change_count(int count) in sym_add_change_count()
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 400 #define cgraph_create_edge(caller, callee, call_stmt, count, freq, nest) \ argument 402 #define cgraph_create_edge_including_clones(caller, callee, old_call_stmt, call_stmt, count, freq, … argument 730 #define cgraph_create_edge(caller, callee, call_stmt, count, freq, nest) \ argument 732 #define cgraph_create_edge_including_clones(caller, callee, old_call_stmt, call_stmt, count, freq, … argument
|
/scripts/mod/ |
D | file2alias.c | 556 const unsigned int count = (size / id_size)-1; in do_pnp_device_entry() local 582 const unsigned int count = (size / id_size)-1; in do_pnp_card_entries() local
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 570 int length, count = 0; in fdt_stringlist_count() local
|