Searched refs:get_integer (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/src/alisp/ |
H A D | alisp_snd.c | 35 static inline int get_integer(struct alisp_object * obj) in get_integer() function 504 snd_ctl_elem_id_set_numid(id, get_integer(p1->value.c.cdr)); in parse_ctl_elem_id() 508 snd_ctl_elem_id_set_device(id, get_integer(p1->value.c.cdr)); in parse_ctl_elem_id() 510 snd_ctl_elem_id_set_subdevice(id, get_integer(p1->value.c.cdr)); in parse_ctl_elem_id() 514 snd_ctl_elem_id_set_index(id, get_integer(p1->value.c.cdr)); in parse_ctl_elem_id() 725 snd_ctl_elem_value_set_boolean(&value, idx, get_integer(obj)); in FA_hctl_elem_write() 728 snd_ctl_elem_value_set_integer(&value, idx, get_integer(obj)); in FA_hctl_elem_write() 731 snd_ctl_elem_value_set_integer64(&value, idx, get_integer(obj)); in FA_hctl_elem_write() 734 snd_ctl_elem_value_set_enumerated(&value, idx, get_integer(obj)); in FA_hctl_elem_write() 737 snd_ctl_elem_value_set_byte(&value, idx, get_integer(ob in FA_hctl_elem_write() [all...] |
/third_party/alsa-lib/src/control/ |
H A D | ctlparse.c | 54 static long get_integer(const char **ptr, long min, long max) in get_integer() function 394 tmp = get_integer(&ptr, in snd_ctl_ascii_value_parse() 408 tmp = get_integer(&ptr, 0, in snd_ctl_ascii_value_parse() 413 tmp = get_integer(&ptr, 0, 255); in snd_ctl_ascii_value_parse()
|
/third_party/python/Objects/stringlib/ |
H A D | unicode_format.h | 111 get_integer(const SubString *str) in get_integer() function 291 *name_idx = get_integer(name); in FieldNameIterator_next() 348 *first_idx = get_integer(first); in field_name_split()
|
/third_party/python/Python/ |
H A D | formatter_unicode.c | 53 get_integer consumes 0 or more decimal digit characters from an 60 get_integer(PyObject *str, Py_ssize_t *ppos, Py_ssize_t end, in get_integer() function 221 consumed = get_integer(format_spec, &pos, end, &format->width); in parse_internal_render_format_spec() 228 get_integer() will have set it to zero. -1 is how we record in parse_internal_render_format_spec() 258 consumed = get_integer(format_spec, &pos, end, &format->precision); in parse_internal_render_format_spec()
|
Completed in 7 milliseconds