Home
last modified time | relevance | path

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

123456

/device/google/contexthub/firmware/os/core/
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()
222 node->used = 0; in heapFreeAll()
[all …]
/device/google/bonito/json-c/
DDoxyfile3 # This file describes the settings to be used by the documentation system
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
24 # if some version control system is used.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
31 # where doxygen was started. If left blank the current directory will be used.
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
56 # This tag can be used to specify the encoding used in the generated output.
81 # that is used to form the text in various listings. Each string
83 # stripped from the text and the result after processing the whole list, is used
84 # as the annotated text. Otherwise, the brief description is used as-is. If left
[all …]
/device/google/crosshatch/json-c/
DDoxyfile3 # This file describes the settings to be used by the documentation system
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
24 # if some version control system is used.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
31 # where doxygen was started. If left blank the current directory will be used.
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
56 # This tag can be used to specify the encoding used in the generated output.
81 # that is used to form the text in various listings. Each string
83 # stripped from the text and the result after processing the whole list, is used
84 # as the annotated text. Otherwise, the brief description is used as-is. If left
[all …]
/device/google/coral/json-c/
DDoxyfile3 # This file describes the settings to be used by the documentation system
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
24 # if some version control system is used.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
31 # where doxygen was started. If left blank the current directory will be used.
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
56 # This tag can be used to specify the encoding used in the generated output.
81 # that is used to form the text in various listings. Each string
83 # stripped from the text and the result after processing the whole list, is used
84 # as the annotated text. Otherwise, the brief description is used as-is. If left
[all …]
/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/google/contexthub/firmware/os/platform/stm32/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/sample/apps/tv/SetupCustomizationSample/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
15 # This option should only be used with decoupled projects. More details, visit
/device/sample/apps/tv/SetupValidation/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
15 # This option should only be used with decoupled projects. More details, visit
/device/google/coral/
DWCNSS_qcom_cfg.ini63 # These parameters are used only if gEnable2x2 is 0
175 # This ini is used to configure the number of Tx/Rx packets during the period of
180 # This ini is used to configure the number of Tx/Rx packet, below which
294 # This ini is used to set default snr monitor
298 # This ini is used to enable dynamic configuration of TCP limit output bytes
305 # This ini is used to enable or disable TWT support.
317 # This ini is used to enable/disable oce feature for STA
321 # This ini is used to enable/disable oce feature for SAP
325 # This ini is used to set probe request rate to 5.5Mbps as per OCE requirement in 2.4G band
329 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
[all …]
Dsec_config8 /* Allow SS CTL service to be used by system and net_raw processes */
16 /* Allow Sensor services to be used by sensor process */
/device/google/contexthub/firmware/os/drivers/st_hts221/
DREADME10 Instead, a timer callback is used to read the data.
28 /* I2C defs to be used when device is plugged on U4 slot */
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
DREADME9 The device doesn't have an interrupt line, so a timer callback is used to
24 If the macro is not defined, the default value 0x44 would be used.
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dab-sm.h56 …,used,tiles,dr) { UAPI_BLOCK_STATE_ ##num, (enum uapi_pmu_state) pmu, uapi_ ##rail, UAPI_VOLTAGE_ … argument
/device/google/wahoo/
Dsec_config6 /* Allow SS CTL service to be used by system and net_raw processes */
14 /* Allow Sensor services to be used by sensor process */
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dab-sm.h278 #define UAPI_BLK_(num, pmu, rail, v, clk, freq, pwr, used, tiles, dr) \ argument
287 used, \
/device/google/bonito/
Dsec_config6 /* Allow SS CTL service to be used by system and net_raw processes */
14 /* Allow Sensor services to be used by sensor process */
/device/google/contexthub/firmware/os/drivers/st_acc44/
DREADME24 ST_ACC44_INT_PIN /* specify the gpio used for the DRDY irq */
39 /* I2C defs to be used when device is plugged to I2C bus */
/device/google/crosshatch/
Dsec_config6 /* Allow SS CTL service to be used by system and net_raw processes */
14 /* Allow Sensor services to be used by sensor process */
/device/google/contexthub/firmware/os/inc/
Dseos.h315 SET_INTERNAL_LOCATION_ATTRIBUTES(used, section (".internal_app_init")) mAppHdr = { \
331 SET_INTERNAL_LOCATION_ATTRIBUTES(used, section (".internal_app_init")) mAppHdr = { \
349 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"), \
355 const uint32_t SET_EXTERNAL_APP_VERSION(used, section (".app_version"), \
Dtoolchain.h86 #define APP_ENTRY static struct AppEntry __attribute__((used,section (".app_init")))
87 #define KEEP_SYMBOL static void __attribute__((used))
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c239 static void __attribute__((used)) syscallHandler(uintptr_t *excRegs) in syscallHandler()
269 static void __attribute__((used)) logHardFault(uintptr_t *excRegs, uintptr_t* otherRegs, bool tinyS… in logHardFault()
300 static uint32_t __attribute__((used)) hfStack[16];
/device/google/contexthub/firmware/os/drivers/st_mag40/
DREADME27 ST_MAG40_INT_PIN /* specify the gpio used for the DRDY irq */
48 /* I2C defs to be used when device is plugged on U4 slot */
/device/google/vrservices/vrcore/sepolicy/
Dvr_hwc.te1 # VrCore registers a callback with VR HWC. The callback is then used to post new
/device/google/fuchsia/
DREADME.md3 These targets are used to build ART for Fuchsia. They differ from usual Android devices as they do …

123456