Searched refs:UINT64 (Results 1 – 7 of 7) sorted by relevance
81 uint64_t producer_usage = UINT64(alloc_flags); in AllocateBuffer()82 uint64_t consumer_usage = UINT64(alloc_flags); in AllocateBuffer()158 producer_usage = UINT64(alloc_flags); in GetBufferSize()299 producer_usage = UINT64(alloc_flags); in GetAllocatedBufferInfo()
86 uint64_t producer_usage = UINT64(alloc_flags); in AllocateBuffer()87 uint64_t consumer_usage = UINT64(alloc_flags); in AllocateBuffer()164 producer_usage = UINT64(alloc_flags); in GetBufferSize()305 producer_usage = UINT64(alloc_flags); in GetAllocatedBufferInfo()
41 #define UINT64(exp) static_cast<uint64_t>(exp) macro
187 hw_resource->max_bandwidth_low = UINT64(atol(tokens[1])); in GetHWResourceInfo()189 hw_resource->max_bandwidth_high = UINT64(atol(tokens[1])); in GetHWResourceInfo()
172 hw_resource_->max_bandwidth_low = UINT64(atol(tokens[1])); in GetHWResourceInfo()174 hw_resource_->max_bandwidth_high = UINT64(atol(tokens[1])); in GetHWResourceInfo()