Searched refs:partials (Results 1 – 4 of 4) sorted by relevance
264 int[] partials = new int[subCount]; in build() local272 partials[i] = 0; // default: no partial in build()286 if (partials[j] == 0) { // hasn't been processed yet in build()287 partials[j] = SuppressInReverse | AddToForward; in build()288 } else if ((partials[j] & SuppressInReverse) != 0) { in build()294 if ((sameAs == -1) && (partials[i] == 0)) { in build()300 partials[i] = SuppressInReverse | AddToForward; in build()306 if (partials[i] == 0) { in build()
392 LocalMemory<int> partials; in build() local393 partials.allocateInsteadAndReset(subCount); in build()412 partials[n] = 0; // default: not partial in build()428 if(partials[j]==0) { // hasn't been processed yet in build()429 partials[j] = kSuppressInReverse | kAddToForward; in build()431 } else if(partials[j] & kSuppressInReverse) { in build()437 FB_TRACE(" == partial #",&ustrs[i],FALSE,partials[i]); in build()439 if(sameAs == -1 && partials[i] == 0) { in build()446 partials[i] = kSuppressInReverse | kAddToForward; in build()454 if(partials[i]==0) { in build()
119 unsigned long partials; /* Not at top of linked list */ member167 table->partials = 0; in __glxHashCreate()217 ++table->partials; in HashFind()362 table->hits, table->partials, table->misses); in compute_dist()
114 unsigned long partials; /* Not at top of linked list */ member167 table->partials = 0; in drmHashCreate()213 ++table->partials; in HashFind()335 table->entries, table->hits, table->partials, table->misses); in compute_dist()