HomeSort by relevance Sort by last modified time
    Searched refs:pool_type (Results 1 - 7 of 7) sorted by null

  /external/libchrome/base/task_scheduler/
scheduler_worker_pool_unittest.cc 51 PoolType pool_type; member in struct:base::internal::__anon27593::PoolExecutionType
113 switch (GetParam().pool_type) {
131 switch (GetParam().pool_type) {
  /external/clang/test/PCH/
cxx-templates.h 232 typedef _PoolTp < 0 > pool_type; typedef in struct:rdar13135282::__common_pool
243 typedef typename _Poolp::pool_type __pool_type;
  /external/tensorflow/tensorflow/lite/kernels/
pooling.cc 64 template <PoolType pool_type>
103 if (pool_type == kAverage || pool_type == kMax) {
108 if (pool_type == kL2) {
  /external/u-boot/lib/efi_loader/
efi_memory.c 375 * @pool_type type of the pool from which memory is to be allocated
380 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer)
392 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, pool_type, num_pages,
efi_boottime.c 373 * @pool_type: type of the pool from which memory is to be allocated
378 static efi_status_t EFIAPI efi_allocate_pool_ext(int pool_type,
384 EFI_ENTRY("%d, %zd, %p", pool_type, size, buffer);
385 r = efi_allocate_pool(pool_type, size, buffer);
    [all...]
  /external/u-boot/include/
efi_loader.h 306 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,
  /external/iproute2/devlink/
devlink.c 2370 uint8_t pool_type; local
    [all...]

Completed in 1016 milliseconds