HomeSort by relevance Sort by last modified time
    Searched full:kcm_get_char_or_hex_token_value (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/
charmap.c 441 kcm_get_char_or_hex_token_value(const char* line, unsigned short* val) { function
493 line = kcm_get_char_or_hex_token_value(line, &disp);
501 line = kcm_get_char_or_hex_token_value(line, &key_entry->number);
509 line = kcm_get_char_or_hex_token_value(line, &key_entry->base);
517 line = kcm_get_char_or_hex_token_value(line, &key_entry->caps);
525 line = kcm_get_char_or_hex_token_value(line, &key_entry->fn);
533 line = kcm_get_char_or_hex_token_value(line, &key_entry->caps_fn);

Completed in 26 milliseconds