Home
last modified time | relevance | path

Searched defs:count (Results 1 – 7 of 7) sorted by relevance

/scripts/
Drecordmcount.c130 uread(int const fd, void *const buf, size_t const count) in uread()
141 uwrite(int const fd, void const *const buf, size_t const count) in uwrite()
Ddocproc.c375 int ret, i, count, start; in find_all_symbols() local
/scripts/kconfig/
Dlkc.h89 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
Dconfdata.c1031 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/
Dgcc-common.h358 #define cgraph_create_edge(caller, callee, call_stmt, count, freq, nest) \ argument
360 #define cgraph_create_edge_including_clones(caller, callee, old_call_stmt, call_stmt, count, freq, … argument
681 #define cgraph_create_edge(caller, callee, call_stmt, count, freq, nest) \ argument
683 #define cgraph_create_edge_including_clones(caller, callee, old_call_stmt, call_stmt, count, freq, … argument
/scripts/mod/
Dfile2alias.c614 const unsigned int count = (size / id_size)-1; in do_pnp_device_entry() local
640 const unsigned int count = (size / id_size)-1; in do_pnp_card_entries() local
/scripts/dtc/libfdt/
Dfdt_ro.c544 int length, count = 0; in fdt_stringlist_count() local