Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 57) sorted by relevance

123

/device/google/contexthub/firmware/os/core/
Dheap.c117 struct HeapNode *node, *best = NULL; in heapAlloc() local
130 if (!node->used && node->size >= sz && (!best || best->size > node->size)) { in heapAlloc()
131 best = node; in heapAlloc()
132 if (best->size == sz) in heapAlloc()
139 if (!best) //alloc failed in heapAlloc()
142 if (best->size - sz > sizeof(struct HeapNode)) { //there is a point to split up the chunk in heapAlloc()
144 node = (struct HeapNode*)(best->data + sz); in heapAlloc()
148 node->size = best->size - sz - sizeof(struct HeapNode); in heapAlloc()
149 node->prev = best; in heapAlloc()
151 if (best != gHeapTail) in heapAlloc()
[all …]
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DDfuProvider.java273 DfuBinary best = null; in getDfu() local
288 if (best == null || (best.getVersion().compareTo(binVersion) < 0)) { in getDfu()
289 best = bin; in getDfu()
292 return best; in getDfu()
/device/google/caimito-kernels/6.1/.prebuilt_info/kernel-and-modules/
Dprebuilt_info_24Q3-12157876_iovad-best-fit-algo_ko.asciipb5 source_file: "iovad-best-fit-algo.ko"
7 dest_file: "24Q3-12157876/iovad-best-fit-algo.ko"
Dprebuilt_info_24Q3-12157876_kasan_iovad-best-fit-algo_ko.asciipb5 source_file: "iovad-best-fit-algo.ko"
7 dest_file: "24Q3-12157876/kasan/iovad-best-fit-algo.ko"
Dprebuilt_info_24Q3-12157876_debug_memory_accounting_iovad-best-fit-algo_ko.asciipb5 source_file: "iovad-best-fit-algo.ko"
7 dest_file: "24Q3-12157876/debug_memory_accounting/iovad-best-fit-algo.ko"
Dprebuilt_info_24Q3-12157876_debug_locking_iovad-best-fit-algo_ko.asciipb5 source_file: "iovad-best-fit-algo.ko"
7 dest_file: "24Q3-12157876/debug_locking/iovad-best-fit-algo.ko"
Dprebuilt_info_24Q3-12157876_debug_kmemleak_iovad-best-fit-algo_ko.asciipb5 source_file: "iovad-best-fit-algo.ko"
7 dest_file: "24Q3-12157876/debug_kmemleak/iovad-best-fit-algo.ko"
Dprebuilt_info_24Q3-12157876_debug_api_iovad-best-fit-algo_ko.asciipb5 source_file: "iovad-best-fit-algo.ko"
7 dest_file: "24Q3-12157876/debug_api/iovad-best-fit-algo.ko"
Dprebuilt_info_24Q3-12157876_debug_memory_iovad-best-fit-algo_ko.asciipb5 source_file: "iovad-best-fit-algo.ko"
7 dest_file: "24Q3-12157876/debug_memory/iovad-best-fit-algo.ko"
/device/google/coral/
DWCNSS_qcom_cfg.ini328 # HE caps Weightage to calculate best candidate
329 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
334 # PCL Weightage to calculate best candidate
335 # This ini is used to increase/decrease PCL weightage in best candidate selection.
/device/google/sunfish/
DWCNSS_qcom_cfg.ini328 # HE caps Weightage to calculate best candidate
329 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
334 # PCL Weightage to calculate best candidate
335 # This ini is used to increase/decrease PCL weightage in best candidate selection.
/device/google/redbull/
DWCNSS_qcom_cfg.ini341 # HE caps Weightage to calculate best candidate
342 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
347 # PCL Weightage to calculate best candidate
348 # This ini is used to increase/decrease PCL weightage in best candidate selection.
/device/google/cuttlefish/shared/sepolicy/vendor/
Dmetrics_helper.te7 # TODO(b/241398817) powerctl_prop is probably not the best domain for this
/device/google/cuttlefish/host/frontend/webrtc_operator/
DAndroid.bp62 // is the next best thing for now.
/device/google/cuttlefish/host/cvd_test_configs/local_tests/
DREADME.md21 free to use whichever method works best for your use case.
/device/google/caimito-kernels/6.1/24Q3-12157876/debug_kmemleak/
Dmodules.load85 extra/private/google-modules/soc/gs/drivers/iommu/iovad-best-fit-algo.ko
/device/google/pantah/self-extractors_cheetah/google_devices/
DLICENSE250 as to best accomplish the objectives of such unenforceable or
/device/google/caimito-kernels/6.1/24Q3-12157876/kasan/
Dvendor_kernel_boot.modules.load85 extra/private/google-modules/soc/gs/drivers/iommu/iovad-best-fit-algo.ko
Dmodules.load85 extra/private/google-modules/soc/gs/drivers/iommu/iovad-best-fit-algo.ko
/device/google/caimito/self-extractors_tokay/google_devices/
DLICENSE250 as to best accomplish the objectives of such unenforceable or
/device/google/caimito-kernels/6.1/24Q3-12157876/debug_locking/
Dmodules.load85 extra/private/google-modules/soc/gs/drivers/iommu/iovad-best-fit-algo.ko
/device/google/caimito-kernels/6.1/24Q3-12157876/debug_memory_accounting/
Dmodules.load85 extra/private/google-modules/soc/gs/drivers/iommu/iovad-best-fit-algo.ko
/device/google/shusky/self-extractors_shiba/google_devices/
DLICENSE250 as to best accomplish the objectives of such unenforceable or
/device/google/tangorpro/self-extractors/google_devices/
DLICENSE250 as to best accomplish the objectives of such unenforceable or
/device/google/raviole/self-extractors_raven/google_devices/
DLICENSE250 as to best accomplish the objectives of such unenforceable or

123