Searched defs:s (Results 1 – 12 of 12) sorted by relevance
/tools/ |
A D | termios_linux.h | 121 static inline int cfsetospeed(struct termios *t, speed_t s) in cfsetospeed() 137 speed_t s = (t->c_cflag >> IBSHIFT) & CBAUD; in cfgetispeed() local 145 static inline int cfsetispeed(struct termios *t, speed_t s) in cfsetispeed() 166 static inline int cfsetispeed(struct termios *t, speed_t s) in cfsetispeed() 172 static inline int cfsetspeed(struct termios *t, speed_t s) in cfsetspeed()
|
A D | ncb.c | 9 int s, len, o, port = 6666; in main() local
|
A D | ifwitool.c | 559 const uint8_t *s = src; in read_ble8() local 565 const uint8_t *s = src; in read_at_ble8() local 601 const uint8_t *s = src; in read_le16() local 608 const uint8_t *s = src; in read_at_le16() local 630 const uint8_t *s = src; in read_le32() local 638 const uint8_t *s = src; in read_at_le32() local 670 const uint8_t *s = src; in read_at_le64() local 1041 struct bpdt_entry *s; in parse_sbpdt() local 1054 static uint8_t calc_checksum(struct subpart_dir *s) in calc_checksum() 1435 struct bpdt *s = buffer_get(buf); in bpdt_fixup_write_buffer() local [all …]
|
A D | mkenvimage.c | 50 static long int xstrtol(const char *s) in xstrtol()
|
A D | renesas_spkgimage.c | 222 struct stat s; in spkgimage_vrec_header() local
|
A D | kwbimage.c | 1146 struct stat s; in image_headersz_v1() local 1269 struct stat s; in add_binary_header_v1() local 1916 struct stat s; in kwbimage_set_header() local 2166 struct stat s; in kwbimage_generate() local
|
A D | fdtgrep.c | 156 const char *s = data; in util_is_printable_string() local 188 const char *s; in utilfdt_print_data() local
|
A D | kwboot.c | 1507 kwboot_term_pipe(int in, int out, const char *quit, int *s, const char *kbs, int *k) in kwboot_term_pipe() 1593 int rc, in, s, k; in kwboot_terminal() local
|
A D | proftool.c | 656 char *s, *tok; in read_trace_config() local
|
/tools/buildman/ |
A D | kconfiglib.py | 1959 def eval_string(self, s): argument 2336 def _tokenize(self, s): argument 2600 def _parse_assignment(self, s): argument 2661 def _expand_whole(self, s, args): argument 2676 def _expand_name(self, s, i): argument 2710 def _expand_str(self, s, i): argument 3929 def is_num(s): argument 5808 def indent_add(s): argument 6177 def escape(s): argument 6187 def unescape(s): argument [all …]
|
/tools/env/ |
A D | fw_env.c | 360 static char *skip_chars(char *s) in skip_chars() 369 static char *skip_blanks(char *s) in skip_blanks() 1736 struct stat s; in find_nvmem_device() local 1785 struct stat s; in find_nvmem_device() local
|
/tools/gdb/ |
A D | remote.c | 86 fputstrn_unfiltered(char *s, int n, int x, FILE *fp) in fputstrn_unfiltered()
|
Completed in 36 milliseconds