Home
last modified time | relevance | path

Searched refs:SMALLEST (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/zlib/
Dtrees.c422 #define SMALLEST 1 macro
432 top = s->heap[SMALLEST]; \
433 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
434 pqdownheap(s, tree, SMALLEST); \
666 m = s->heap[SMALLEST]; /* m = node of next least frequency */
683 s->heap[SMALLEST] = node++;
684 pqdownheap(s, tree, SMALLEST);
688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/third_party/node/deps/zlib/
Dtrees.c422 #define SMALLEST 1 macro
432 top = s->heap[SMALLEST]; \
433 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
434 pqdownheap(s, tree, SMALLEST); \
666 m = s->heap[SMALLEST]; /* m = node of next least frequency */
683 s->heap[SMALLEST] = node++;
684 pqdownheap(s, tree, SMALLEST);
688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/third_party/flutter/skia/third_party/externals/zlib/
Dtrees.c422 #define SMALLEST 1 macro
432 top = s->heap[SMALLEST]; \
433 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
434 pqdownheap(s, tree, SMALLEST); \
666 m = s->heap[SMALLEST]; /* m = node of next least frequency */
683 s->heap[SMALLEST] = node++;
684 pqdownheap(s, tree, SMALLEST);
688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/third_party/zlib/
Dtrees.c422 #define SMALLEST 1 macro
432 top = s->heap[SMALLEST]; \
433 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
434 pqdownheap(s, tree, SMALLEST); \
666 m = s->heap[SMALLEST]; /* m = node of next least frequency */
683 s->heap[SMALLEST] = node++;
684 pqdownheap(s, tree, SMALLEST);
688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/third_party/libwebsockets/win32port/zlib/
Dtrees.c430 #define SMALLEST 1 macro
440 top = s->heap[SMALLEST]; \
441 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
442 pqdownheap(s, tree, SMALLEST); \
674 m = s->heap[SMALLEST]; /* m = node of next least frequency */
691 s->heap[SMALLEST] = node++;
692 pqdownheap(s, tree, SMALLEST);
696 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/third_party/python/Lib/test/
Dtest_xmlrpc.py21 from test.support import ALWAYS_EQ, LARGEST, SMALLEST
566 self.assertFalse(dtime < SMALLEST)
567 self.assertTrue(dtime > SMALLEST)
568 self.assertFalse(dtime <= SMALLEST)
569 self.assertTrue(dtime >= SMALLEST)
Dtest_ipaddress.py14 from test.support import LARGEST, SMALLEST
993 self.assertFalse(obj < SMALLEST)
994 self.assertTrue(obj > SMALLEST)
995 self.assertFalse(obj <= SMALLEST)
996 self.assertTrue(obj >= SMALLEST)
Ddatetimetester.py23 from test.support import is_resource_enabled, ALWAYS_EQ, LARGEST, SMALLEST
356 self.assertFalse(tz < SMALLEST)
357 self.assertTrue(tz > SMALLEST)
358 self.assertFalse(tz <= SMALLEST)
359 self.assertTrue(tz >= SMALLEST)
463 self.assertFalse(me < SMALLEST)
464 self.assertTrue(me > SMALLEST)
465 self.assertFalse(me <= SMALLEST)
466 self.assertTrue(me >= SMALLEST)
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py37 from test.support import ALWAYS_EQ, LARGEST, SMALLEST
2442 self.assertFalse(h1 < SMALLEST)
2443 self.assertTrue(h1 > SMALLEST)
2444 self.assertFalse(h1 <= SMALLEST)
2445 self.assertTrue(h1 >= SMALLEST)
/third_party/tzdata/
Dlocaltime.c105 #define SMALLEST(a, b) (((a) < (b)) ? (a) : (b)) macro
2073 (SMALLEST(INT_FAST32_MAX, LONG_MAX) in time2sub()
/third_party/python/Lib/test/support/
D__init__.py1844 SMALLEST = _SMALLEST() variable
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt3841 SMALLEST
Di386-notutf8.txt1087 ���������������������������������������������������������������͹ SMALLEST
Di386.txt1087 ͹ SMALLEST
/third_party/python/Doc/library/
Dtest.rst393 .. data:: SMALLEST