Searched refs:predicts (Results 1 – 5 of 5) sorted by relevance
1142 uint32 *predicts = NULL; in _get_lpis() local1163 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()
42 It is possible that a CPU mis-predicts the conditional branch, and
71 something which predicts, given a piece of computer code running on a192 For the MP example code shown above, Sequential Consistency predicts219 Ordering). This model predicts that the undesired outcome for the MP243 Sequential Consistency predicts that the outcome r0 = 0, r1 = 0 is278 if those accesses would form a cycle, then the memory model predicts397 For this code, the LKMM predicts that the load from x will always be
32030 Using this attribute can improve optimization. Compiler predicts