Home
last modified time | relevance | path

Searched refs:level (Results 1 – 16 of 16) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Drtree_inlines.h13 unsigned level, bool dependent);
19 unsigned level, bool dependent);
79 rtree->levels[level].bits) - 1)); in rtree_subkey()
154 subtree = rtree->levels[level].subtree; in rtree_subtree_tryread()
157 &rtree->levels[level].subtree_pun); in rtree_subtree_tryread()
236 #define RTREE_GET_SUBTREE(level) \ in rtree_elm_lookup() argument
237 case level: \ in rtree_elm_lookup()
238 assert(level < (RTREE_HEIGHT_MAX-1)); \ in rtree_elm_lookup()
254 #define RTREE_GET_LEAF(level) \ in rtree_elm_lookup() argument
255 case level: \ in rtree_elm_lookup()
[all …]
A Drtree_externs.h15 unsigned level);
17 rtree_elm_t *elm, unsigned level);
/third_party/ulib/jemalloc/src/
A Drtree.c101 unsigned level) in rtree_delete_subtree() argument
103 if (level + 1 < rtree->height) { in rtree_delete_subtree()
106 nchildren = ZU(1) << rtree->levels[level].bits; in rtree_delete_subtree()
110 rtree_delete_subtree(tsdn, rtree, child, level + in rtree_delete_subtree()
132 rtree_node_init(tsdn_t *tsdn, rtree_t *rtree, unsigned level, in rtree_node_init() argument
141 rtree->levels[level].bits); in rtree_node_init()
154 rtree_subtree_read_hard(tsdn_t *tsdn, rtree_t *rtree, unsigned level) in rtree_subtree_read_hard() argument
156 return (rtree_node_init(tsdn, rtree, level, in rtree_subtree_read_hard()
157 &rtree->levels[level].subtree)); in rtree_subtree_read_hard()
162 unsigned level) in rtree_child_read_hard() argument
[all …]
/third_party/ulib/musl/src/misc/
A Dnftw.c13 int level; member
59 new.level = h ? h->level + 1 : 0; in do_nftw()
62 lev.level = new.level; in do_nftw()
/third_party/ulib/musl/include/
A Dftw.h25 int level; member
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dlibunwind_i.h203 # define Debug(level,format...) \ argument
205 if (unwi_debug_level >= level) \
207 int _n = level; \
216 # define Debug(level,format...) argument
/third_party/ulib/musl/stubs/
A Dsocketstubs.c101 static int stub_getsockopt(int fd, int level, int optname, void* restrict optval, socklen_t* restri… in stub_getsockopt() argument
107 static int stub_setsockopt(int fd, int level, int optname, const void* optval, socklen_t optlen) { in stub_setsockopt() argument
/third_party/ulib/lz4/
A Dlz4frame.c496 … int (*compressFunc_t)(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level);
498 …Block(void* dst, const void* src, size_t srcSize, compressFunc_t compress, void* lz4ctx, int level) in LZ4F_compressBlock() argument
503 …2)compress(lz4ctx, (const char*)src, (char*)(cSizePtr+4), (int)(srcSize), (int)(srcSize-1), level); in LZ4F_compressBlock()
515 …limitedOutput_withState(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level) in LZ4F_localLZ4_compress_limitedOutput_withState() argument
517 (void) level; in LZ4F_localLZ4_compress_limitedOutput_withState()
521 …_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level) in LZ4F_localLZ4_compress_limitedOutput_continue() argument
523 (void) level; in LZ4F_localLZ4_compress_limitedOutput_continue()
527 …_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level) in LZ4F_localLZ4_compressHC_limitedOutput_continue() argument
529 (void) level; in LZ4F_localLZ4_compressHC_limitedOutput_continue()
533 static compressFunc_t LZ4F_selectCompression(LZ4F_blockMode_t blockMode, int level) in LZ4F_selectCompression() argument
[all …]
/third_party/lib/acpica/generate/unix/
A Dreadme.txt16 The top level makefile will generate the following utilities:
/third_party/ulib/jemalloc/bin/
A Djeprof.in3593 my $level = shift;
3598 TryCollectProfile($maxlevel, $level, $position);
3602 TryCollectProfile($maxlevel, $level, $position);
3611 my $level = shift;
3614 if ($level >= ($maxlevel - 1)) {
3619 FetchDynamicProfilesRecurse($maxlevel, $level+1, $position);
/third_party/ulib/musl/
A DINSTALL98 1. Run the provided configure script from the top-level source
A DWHATSNEW67 libgcc with dwarf2 unwind support, and possibly other low-level tools.
155 added many compatibility and system-level interfaces, increasing the
399 - stdio operations are now cancellable (only when low-level io happens)
1535 - failure to run under qemu-i386 user-level emulation
/third_party/lib/acpica/
A Dchanges.txt13 execution of so-called module-level ASL/AML code. Namespace objects
14 created under a module-level If() construct were not properly/fully
5480 object from the module-level code block. Lin Ming.
5605 level set very high.
6306 verbosity of this debug level. Len Brown.
8004 level indication flag is not needed.
11537 level
12261 the active and edge/level bits.
13420 interrupt level.
15078 The top level AML opcode execution functions within the
[all …]
/third_party/uapp/dash/src/
A DTOUR198 eval.c The top level routines.
/third_party/ulib/jemalloc/
A DChangeLog350 mallctls provide high level per arena huge allocation statistics.
641 page-level virtual memory fragmentation.
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl6559 Store (\_SB.PCI2.ISA.EC0.BCW0, Index (BUFR,5)) // Designed warning level
6560 Store (\_SB.PCI2.ISA.EC0.BCL0, Index (BUFR,6)) // Designed Low level

Completed in 59 milliseconds