Searched refs:value (Results 1 – 4 of 4) sorted by relevance
27 # TAG = value [value, ...]29 # TAG += value [value, ...]50 # The default value is: UTF-8.58 # The default value is: My Project.95 # The default value is: NO.102 # directories at level 8 which is the default and also the maximum value. The105 # Minimum value: 0, maximum value: 8, default value: 8.114 # The default value is: NO.129 # The default value is: English.136 # The default value is: YES.[all …]
164 __STATIC_FORCEINLINE uint8_t CLZ(uint32_t value) in CLZ() argument175 if (value == 0U) in CLZ()179 return __builtin_clz(value); in CLZ()
127 static createCookie(name, value, days) { argument135 document.cookie = name + "=" + value + expires + "; path=/";
970 __STATIC_FORCEINLINE void arm_nn_write_s8x4_ia(int8_t **in, int32_t value) in arm_nn_write_s8x4_ia() argument972 memcpy(*in, &value, 4); in arm_nn_write_s8x4_ia()