Searched refs:sizes (Results 1 - 18 of 18) sorted by relevance

/fuchsia/zircon/system/ulib/pretty/
H A Drules.mk15 $(LOCAL_DIR)/sizes.c
50 $(LOCAL_DIR)/sizes.c
H A Dsizes.c5 #include <pretty/sizes.h>
H A Dtest.c5 #include <pretty/sizes.h>
/fuchsia/zircon/third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/
H A Dtest_threads.cpp29 static const int sizes[] = { 7, 16, 32, 60, 91, 100, 120, 144, 169, 199, 255, 400, 670, 900, 917, 1025, 3333, 5190, 13131, 49192, 99999, 123123, 255265, 2333111 }; local
30 static const int numSizes = (int)(sizeof(sizes) / sizeof(sizes[0]));
52 const int sz = sizes[x];
/fuchsia/zircon/system/dev/input/hid/
H A Dhid.c68 hid_report_size_t sizes[HID_MAX_REPORT_IDS]; member in struct:hid_device
137 if ((hid->sizes[i].id == id) || (hid->num_reports == 1)) {
140 return bits_to_bytes(hid->sizes[i].in_size);
142 return bits_to_bytes(hid->sizes[i].out_size);
144 return bits_to_bytes(hid->sizes[i].feat_size);
203 *reply++ = (input_report_id_t)hid->sizes[i].id;
234 if (hid->sizes[i].in_size > *reply)
235 *reply = hid->sizes[i].in_size;
398 zxlogf(TRACE, " report id: %u sizes: in %u out %u feat %u\n",
399 dev->sizes[
[all...]
/fuchsia/zircon/kernel/lib/pretty/
H A Drules.mk16 $(SRC_DIR)/sizes.c \
/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c29 // kept in linked lists with 8 different sizes per binary order of magnitude
81 // Freelist entries are kept in linked lists with 8 different sizes per binary
252 // Operates in sizes that don't include the allocation header;
288 // 104, 112, 120. Then we have row 4, sizes 128 and up, with the
523 int sizes = 0; local
526 test_sizes[sizes++] = s;
527 ASSERT(sizes < 200);
530 test_sizes[sizes++] = PAGE_SIZE + s;
531 ASSERT(sizes < 200);
537 for (int i = 0; i < sizes;
[all...]
/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp14 #include <pretty/sizes.h>
/fuchsia/zircon/system/uapp/psutils/
H A Dvmos.cpp15 #include <pretty/sizes.h>
H A Dkstats.c5 #include <pretty/sizes.h>
H A Dvmaps.c10 #include <pretty/sizes.h>
H A Dps.c9 #include <pretty/sizes.h>
106 // Default to zero for all sizes.
277 fprintf(f, " --units=? Fix all sizes to the named unit\n");
H A Dtop.c5 #include <pretty/sizes.h>
/fuchsia/zircon/system/uapp/gpt/
H A Dgpt.c772 // expand out any proportional sizes into absolute sizes
773 uint64_t sizes[num_partitions]; local
774 memset(sizes, 0, sizeof(sizes));
782 sizes[i] = sz;
797 sizes[i] = (free_space * portions[i]) / 100;
814 uint64_t byte_size = sizes[i];
/fuchsia/zircon/system/utest/libfzl/
H A Dmapped-vmo.cpp168 size_t sizes[] = { local
175 for (size_t size : sizes) {
/fuchsia/zircon/kernel/vm/
H A Dpmm_arena.cpp10 #include <pretty/sizes.h>
/fuchsia/zircon/kernel/object/
H A Dresource_dispatcher.cpp14 #include <pretty/sizes.h>
H A Ddiagnostics.cpp20 #include <pretty/sizes.h>
745 printf(" -u? : fix all sizes to the named unit\n");

Completed in 177 milliseconds