Searched refs:used (Results 1 – 25 of 133) sorted by relevance
123456
39 uint32_t used: 1; member84 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 …]
3 # This file describes the settings to be used by the documentation system22 # 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 …]
12 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.
37 void assertMem(size_t used, size_t total) in assertMem() argument39 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()
57 static void __attribute__((used)) flashEraseAll(void) in flashEraseAll()64 static void __attribute__((used)) flashWriteOneK(uint32_t addr, const uint8_t* data) in flashWriteOneK()
10 # Specifies the JVM arguments used for the daemon process.15 # This option should only be used with decoupled projects. More details, visit
63 # These parameters are used only if gEnable2x2 is 0175 # This ini is used to configure the number of Tx/Rx packets during the period of180 # This ini is used to configure the number of Tx/Rx packet, below which294 # This ini is used to set default snr monitor298 # This ini is used to enable dynamic configuration of TCP limit output bytes305 # This ini is used to enable or disable TWT support.317 # This ini is used to enable/disable oce feature for STA321 # This ini is used to enable/disable oce feature for SAP325 # This ini is used to set probe request rate to 5.5Mbps as per OCE requirement in 2.4G band329 # This ini is used to increase/decrease HE caps weightage in best candidate selection.[all …]
8 /* Allow SS CTL service to be used by system and net_raw processes */16 /* Allow Sensor services to be used by sensor process */
10 Instead, a timer callback is used to read the data.28 /* I2C defs to be used when device is plugged on U4 slot */
9 The device doesn't have an interrupt line, so a timer callback is used to24 If the macro is not defined, the default value 0x44 would be used.
56 …,used,tiles,dr) { UAPI_BLOCK_STATE_ ##num, (enum uapi_pmu_state) pmu, uapi_ ##rail, UAPI_VOLTAGE_ … argument
6 /* Allow SS CTL service to be used by system and net_raw processes */14 /* Allow Sensor services to be used by sensor process */
278 #define UAPI_BLK_(num, pmu, rail, v, clk, freq, pwr, used, tiles, dr) \ argument287 used, \
24 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 */
315 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"), \
86 #define APP_ENTRY static struct AppEntry __attribute__((used,section (".app_init")))87 #define KEEP_SYMBOL static void __attribute__((used))
239 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];
27 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 */
1 # VrCore registers a callback with VR HWC. The callback is then used to post new
3 These targets are used to build ART for Fuchsia. They differ from usual Android devices as they do …