Searched refs:id_length (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DSerialMouse.cpp164 uint8 id_length = 0; local
191 if (id_length < 4) {
192 id_buffer[id_length] = c;
193 id_length++;
211 if (id_length) {
212 fMouseID = ParseID(id_buffer, id_length);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1703 uint8 id_length() const { return _id_length; } function in struct:file_id_descriptor
1719 uint16 structure_length() const { return (38) + id_length() + implementation_use_length(); }
1764 void set_id_length(uint8 id_length) { _id_length = id_length; } argument
H A DIcb.cpp63 UdfString string(entry->id(), entry->id_length());
H A DUdfStructures.cpp987 PRINT(("id_length: %d\n", id_length()));

Completed in 49 milliseconds