HomeSort by relevance Sort by last modified time
    Searched refs:granularity (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/mesa3d/src/intel/vulkan/
anv_allocator.c 413 uint32_t granularity = MAX2(pool->block_size, PAGE_SIZE); local
414 assert(util_is_power_of_two(granularity));
415 center_bo_offset &= ~(granularity - 1);
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 395 static size_t align_up_to(size_t offset, size_t granularity) {
396 // Granularity must be a power of two.
397 return (offset + granularity - 1) & ~(granularity - 1);
427 // Align current offset up to |size| granularity.
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 634 // Granularity of output resolution.
721 // Collect all samples at address granularity for assembly
731 // Collect all samples at function granularity for peek command
740 // Collect all samples at fileline granularity for source
778 return fmt.Errorf("must set at most one granularity option")
856 "Output granularity (only set one):\n" +
interactive.go 472 // setGranularityToggle manages the set of granularity options. These
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 634 // Granularity of output resolution.
721 // Collect all samples at address granularity for assembly
731 // Collect all samples at function granularity for peek command
740 // Collect all samples at fileline granularity for source
778 return fmt.Errorf("must set at most one granularity option")
856 "Output granularity (only set one):\n" +
interactive.go 472 // setGranularityToggle manages the set of granularity options. These
  /external/vulkan-validation-layers/layers/
core_validation.cpp 8062 VkExtent3D granularity = { 0, 0, 0 }; local
8190 VkExtent3D granularity = GetScaledItg(dev_data, cb_node, img); local
8204 VkExtent3D granularity = GetScaledItg(dev_data, cb_node, img); local
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 957 uptr granularity = SHADOW_GRANULARITY; local
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatBaseAutoSizeTest.java 277 final int granularity = 2; local
282 minTextSize, maxTextSize, granularity, unit);
310 // Configured with granularity.
311 assertEquals(Math.round(TypedValue.applyDimension(unit, granularity, dm)),
313 // Configured with preset values, there is no granularity.
    [all...]
  /external/dlmalloc/
malloc.c 233 default granularity, pixel buffers may straddle virtual allocation
2618 size_t granularity; member in struct:malloc_params
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 153 decoding; this technique is used to allow sample-granularity
  /prebuilts/go/darwin-x86/src/runtime/
gc_test.go 123 // Due to timer granularity, pause can actually be 0 on windows
malloc.go 21 // mheap: the malloc heap, managed at page (8192-byte) granularity.
921 maxBlock = 64 << 10 // VM reservation granularity is 64K on windows
  /prebuilts/go/linux-x86/src/runtime/
gc_test.go 123 // Due to timer granularity, pause can actually be 0 on windows
malloc.go 21 // mheap: the malloc heap, managed at page (8192-byte) granularity.
921 maxBlock = 64 << 10 // VM reservation granularity is 64K on windows
  /build/soong/cmd/microfactory/
microfactory_test.go 152 // second granularity, so the timestamp checks will fail unless
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 162 // TODO(dsnet): Consider using PAX for finer time granularity.
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 162 // TODO(dsnet): Consider using PAX for finer time granularity.
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/
aws-java-sdk-autoscaling-1.11.18.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 599 milliseconds

12 3 4