Searched refs:smaller (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c422 static void link_cache_lists(struct cache *smaller, struct cache *bigger) argument
424 while (smaller->next_local) {
425 if (smaller->next_local == bigger)
427 smaller = smaller->next_local;
430 smaller->next_local = bigger;
436 WARN_ONCE((smaller->level == 1 && bigger->level > 2) ||
437 (smaller->level > 1 && bigger->level != smaller->level + 1),
439 smaller
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h170 int smaller = 0x8000 & (cc1 - cc2); local
172 return !equal && !smaller;
/linux-master/arch/arm/lib/
H A Ddiv64.S139 @ divisor at this point since divisor can not be smaller than 3 here.
/linux-master/lib/zlib_deflate/
H A Ddeftree.c307 #define smaller(tree, n, m, depth) \ macro
314 * when the heap property is re-established (each father smaller than its
328 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
331 /* Exit if v is smaller than both sons */
332 if (smaller(tree, v, s->heap[j], s->depth)) break;
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S43 @ [**] While each Thumb instruction is twice smaller, they are not as
H A Dpoly1305-armv4.pl612 @ 5 * (2^52 + 2*2^32 + 2^12), which in turn is smaller than
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S14866 # seeing if the new result is smaller or equal to the current result.
15319 # seeing if the new result is smaller or equal to the current result.

Completed in 187 milliseconds