Home
last modified time | relevance | path

Searched refs:predicts (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp1142 uint32 *predicts = NULL; in _get_lpis() local
1163 predicts = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2); in _get_lpis()
1164 if (!predicts) goto error; in _get_lpis()
1204 readed += fread((((uint8*)predicts) + readed), 1, toread - readed, fp); in _get_lpis()
1242 predicts_ = predicts; in _get_lpis()
1264 if (predicts) free(predicts); in _get_lpis()
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dspeculation.rst42 It is possible that a CPU mis-predicts the conditional branch, and
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dexplanation.txt71 something which predicts, given a piece of computer code running on a
192 For the MP example code shown above, Sequential Consistency predicts
219 Ordering). This model predicts that the undesired outcome for the MP
243 Sequential Consistency predicts that the outcome r0 = 0, r1 = 0 is
278 if those accesses would form a cycle, then the memory model predicts
397 For this code, the LKMM predicts that the load from x will always be
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info32030 Using this attribute can improve optimization. Compiler predicts
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info32030 Using this attribute can improve optimization. Compiler predicts