Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 60) sorted by relevance

123

/device/google/contexthub/firmware/src/
Dheap.c39 uint32_t used: 1; member
84 node->used = 0; in heapInit()
100 if (!node->used && next && !next->used) { /* merged */ in heapMergeFreeChunks()
130 if (!node->used && node->size >= sz && (!best || best->size > node->size)) { in heapAlloc()
146 node->used = 0; in heapAlloc()
159 best->used = 1; in heapAlloc()
182 node->used = 0; in heapFree()
187 while (node->prev && !node->prev->used) in heapFree()
190 while ((t = heapPrvGetNext(node)) && !t->used) { in heapFree()
223 node->used = 0; in heapFreeAll()
/device/linaro/hikey/wpan/
DREADME12 kfmapp/ - V4L2 FM application to be used with V4L2 drivers for FM on WL.
14 used with kernel version 2.6.32 and below drivers)
15 uim-rfkill/ - Derived from uim/ to be used with K32 and above TI ST drivers.
/device/google/contexthub/lib/nanohub/
Dnanoapp.c37 void assertMem(size_t used, size_t total) in assertMem() argument
39 if (used <= total) in assertMem()
41 …derr, "Buffer size %zu is not big enough to complete operation; we need %zu bytes\n", total, used); in assertMem()
/device/htc/flounder/sepolicy/
Dfile.te5 # Kickstart device used by QC qcks
10 #Didim file used by surfaceflinger
Dkickstart.te34 # ro.hw.ril.baseband : to indicate which modem is used for single ROM ARCH
35 # sys.current.cnv : to indicate which NV file is used for dynamical customization
Ddevice.te1 # Kickstart device used by QC qcks
Dfile_contexts71 # database used by vendor RIL
73 # Kickstart prepend used
/device/google/contexthub/firmware/misc/platform/stm32f4xx/flash_script/
Dtool.c57 static void __attribute__((used)) flashEraseAll(void) in flashEraseAll()
64 static void __attribute__((used)) flashWriteOneK(uint32_t addr, const uint8_t* data) in flashWriteOneK()
/device/linaro/hikey/
Dinit.hikey.rc21 # Set SELinux security contexts for files used by lava.
58 # Add foreground/boost cpuset, it is used for app launches,
60 # It's to be set to whatever cores should be used
70 # little cores, not on bigs to be used only by init
/device/google/contexthub/firmware/src/cpu/cortexm4f/
Dcpu.c175 static void __attribute__((used)) syscallHandler(uintptr_t *excRegs) in syscallHandler()
205 static void __attribute__((used)) logHardFault(uintptr_t *excRegs, uintptr_t* otherRegs, bool tinyS… in logHardFault()
243 static uint32_t __attribute__((used)) hfStack[16];
Dpendsv.c73 static void __attribute__((used)) pendSvHandleC(struct PendsvRegsLow *loRegs, struct PendsvRegsHi *… in pendSvHandleC()
/device/google/contexthub/firmware/inc/
Dtoolchain.h83 #define APP_ENTRY static struct AppEntry __attribute__((used,section (".app_init")))
84 #define KEEP_SYMBOL static void __attribute__((used))
Dseos.h276 SET_INTERNAL_LOCATION_ATTRIBUTES(used, section (".internal_app_init")) mAppHdr = { \
292 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"), \
298 const uint32_t SET_EXTERNAL_APP_VERSION(used, section (".app_version"), \
/device/moto/shamu/
Dsec_config12 /* Allow MOTEX service to be used by radio processes and net_raw processes */
Dgpio-keys.kl13 # contributors may be used to endorse or promote products derived
/device/google/contexthub/lib/include/nanohub/
Dnanoapp.h24 void assertMem(size_t used, size_t total);
/device/moto/shamu/sepolicy/
Duntrusted_app.te6 # are actually being used.
Dioctl_macros1 # known used gpu ioctls
/device/google/accessory/demokit/
DREADME7 COPYING License for third party code used in Arduino libraries
/device/google/dragon/sepolicy/
Ddump_bq25892.te2 # which is used to debug information about the state of the charger chip
/device/huawei/angler/
Dsec_config6 /* Allow SS CTL service to be used by system and net_raw processes */
/device/lge/bullhead/
Dsec_config6 /* SS CTL service to be used by system and net_raw processes */
/device/google/accessory/demokit/hardware/eng/shield/
Dashield_excellon.cam3 Description[en]="<b>Generates Excellon Drill Data </b><p>\nThis CAM job can be used to generate dat…
/device/huawei/angler/sepolicy/
Dfile_contexts95 # Sysfs files used by fingerprintd
99 # Sysfs files used by surfaceflinger
104 # Sysfs files used by qmuxd
172 # Sysfs files used by nanoapp_cmd
/device/generic/goldfish/
Dinit.ranchu.rc59 # The qemu-props program is used to set various system

123