Home
last modified time | relevance | path

Searched refs:class (Results 1 – 23 of 23) sorted by relevance

/third_party/ulib/musl/src/ctype/
A Dwctrans.c4 wctrans_t wctrans(const char* class) { in wctrans() argument
5 if (!strcmp(class, "toupper")) in wctrans()
7 if (!strcmp(class, "tolower")) in wctrans()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dsize_classes.sh273 * LG_SIZE_CLASS_GROUP: Lg of size class count for each size doubling.
276 * index: Size class index.
278 * lg_delta: Lg delta to previous size class.
281 * bin: 'yes' if a small bin size class, 'no' otherwise.
282 * pgs: Slab page count if a small bin size class, 0 otherwise.
287 * NBINS: Number of small size class bins.
290 * LG_TINY_MAXCLASS: Lg of maximum tiny size class.
291 * LOOKUP_MAXCLASS: Maximum size class included in lookup table.
292 * SMALL_MAXCLASS: Maximum small size class.
293 * LG_LARGE_MINCLASS: Lg of minimum large size class.
[all …]
A Djemalloc_internal.h.in213 /* Size class index type. */
253 /* Smallest size class to support. */
776 /* Try for a small size class. */
782 * small size class, every object is aligned at the smallest
797 /* Large size class. Beware of overflow. */
802 /* Make sure result is a large size class. */
A Djemalloc_internal_defs.h.in178 /* Minimum size class to support is 2^LG_TINY_MIN bytes. */
/third_party/ulib/musl/src/network/
A Dres_mkquery.c6 int __res_mkquery(int op, const char* dname, int class, int type, const unsigned char* data, in __res_mkquery() argument
17 if (l > 253 || buflen < n || op > 15u || class > 255u || type > 255u) in __res_mkquery()
33 q[i + 3] = class; in __res_mkquery()
A Dres_query.c9 int __res_query(const char* name, int class, int type, unsigned char* dest, int len) { in __res_query() argument
11 int ql = __res_mkquery(0, name, class, type, 0, 0, 0, q, sizeof q); in __res_query()
A Dres_querydomain.c4 int res_querydomain(const char* name, const char* domain, int class, int type, unsigned char* dest, in res_querydomain() argument
14 return res_query(tmp, class, type, dest, len); in res_querydomain()
/third_party/ulib/musl/third_party/tre/
A Dregcomp.c53 tre_ctype_t class; member
100 tre_ctype_t class; member
497 tre_ctype_t class; in parse_bracket_terms() local
503 class = 0; in parse_bracket_terms()
549 if (class && neg->negate) { in parse_bracket_terms()
559 lit->class = class; in parse_bracket_terms()
1604 p->class = lit->class; in tre_copy_ast()
1870 new_set[0].class = class; in tre_set_one()
1902 new_set[s1].class = set1[s1].class; in tre_set_union()
1928 new_set[s1 + s2].class = set2[s2].class; in tre_set_union()
[all …]
A Dtre.h108 tre_ctype_t class; member
A Dregexec.c81 !tre_isctype((tre_cint_t)prev_c, trans_i->u.class)) || \
83 !tre_isctype(tre_tolower((tre_cint_t)prev_c), trans_i->u.class) && \
84 !tre_isctype(tre_toupper((tre_cint_t)prev_c), trans_i->u.class)) || \
/third_party/ulib/jemalloc/
A DINSTALL203 most extreme case increases physical memory usage for the 16 KiB size class
235 --with-lg-size-class-group=<lg-size-class-group>
237 size. By default jemalloc uses <lg-size-class-group>=2, which results in
244 <lg-size-class-group>=3 results in e.g. the following size classes:
250 The minimal <lg-size-class-group>=0 causes jemalloc to only provide size
261 <lg-size-class-group> you specify cannot be supported. The limit is
262 roughly <lg-size-class-group>=4, depending on page size.
288 --with-lg-size-class-group=2).
291 Specify the base 2 log of the minimum tiny size class to support. Tiny
A DChangeLog26 - Fix size class computations for edge conditions involving extremely large
57 - Fix large allocation to search starting in the optimal size class heap,
169 - Make *allocx() size class overflow behavior defined. The maximum
170 size class is now less than PTRDIFF_MAX to protect applications against
173 maximum size class. (@jasone)
319 - Normalize size class spacing to be consistent across the complete size
323 --with-lg-tiny-min options, which can be used to tweak page and size class
355 "stats.arenas.<i>.hchunks.<j>.curhchunks" mallctls provide per size class
359 size class.
701 - Add nallocm(), which rounds a request size up to the nearest size class
[all …]
A Dconfigure.ac1251 [Base 2 log of minimum tiny size class to support])],
1355 [AS_HELP_STRING([--with-lg-size-class-group=<lg-size-class-group>],
/third_party/uapp/dash/src/
A Dexpand.c1504 static const struct class { in ccmatch() struct
1521 const struct class *class, *end; in ccmatch() local
1524 for (class = classes; class < end; class++) { in ccmatch()
1527 q = prefix(p, class->name); in ccmatch()
1531 return class->fn(chr); in ccmatch()
A DTOUR54 includes a file. The storage class MKINIT makes a declaration
/third_party/ulib/uboringssl/include/openssl/
A Dbase.h499 class StackAllocated {
A Dstack.h469 class StackIteratorImpl {
/third_party/ulib/uboringssl/crypto/
A Dinternal.h497 class MutexLockBase { in OPENSSL_MSVC_PRAGMA()
/third_party/ulib/usbhost/
A DLICENSE.txt186 file or class name and description of purpose be included on the
/third_party/tools/android/
A DLICENSE186 file or class name and description of purpose be included on the
/third_party/ulib/jemalloc/bin/
A Djeprof.in3636 my ($class, $file, $fname) = @_;
3644 bless $self, $class;
/third_party/ulib/musl/
A DWHATSNEW1465 - regcomp miscompiled character class brace-repetitions
/third_party/lib/acpica/
A Dchanges.txt6669 for the DdbHandle subtype, addition of a reference class field to
14536 Only create /proc "view by type" when devices of that class exist.

Completed in 58 milliseconds