search for: states_t

Displaying 2 results from an estimated 2 matches for "states_t".

Did you mean: state_t
2006 Oct 06
1
Storing multiple choices in databases
...d they would be used for queries. I was reading up on serialize() but the warning in AWDWR is that it doesn''t work well for queries. Also composites / aggragates seems a bit much, maybe not. I know in the past I''ve used addtional tables as example. Tavels_table - id, user_id States_table - id, travel_id, state id, travel_id, state id, travel_id, state So if the user chose 3 states - each of the the 3 travel_id''s above (in the States_table) would...
2012 Aug 16
27
[PATCH v3 0/6] ARM hypercall ABI: 64 bit ready
Hi all, this patch series makes the necessary changes to make sure that the current ARM hypercall ABI can be used as-is on 64 bit ARM platforms: - it defines xen_ulong_t as uint64_t on ARM; - it introduces a new macro to handle guest pointers, called XEN_GUEST_HANDLE_PARAM (that has size 4 bytes on aarch and is going to have size 8 bytes on aarch64); - it replaces all the occurrences of