HomeSort by: relevance | last modified time | path
    Searched refs:sized (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/pzstd/utils/test/
BufferTest.cpp 28 Buffer sized(5);
29 EXPECT_FALSE(sized.empty());
30 EXPECT_EQ(5, sized.size());
32 Buffer moved(std::move(sized));
33 EXPECT_FALSE(sized.empty());
34 EXPECT_EQ(5, sized.size());
38 EXPECT_FALSE(sized.empty());
39 EXPECT_EQ(5, sized.size());
  /src/external/mit/xorg/lib/libdrm_nouveau/
Makefile 15 COPTS.nouveau.c+= ${${ACTIVE_CC} == "clang":? -Wno-error=gnu-variable-sized-type-not-at-end :}
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ranges_util.h 255 enum class subrange_kind : bool { unsized, sized };
260 ? subrange_kind::sized : subrange_kind::unsized>
261 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>)
266 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>;
310 requires (_Kind == subrange_kind::sized)
342 requires (_Kind == subrange_kind::sized)
366 size() const requires (_Kind == subrange_kind::sized)
427 -> subrange<_It, _Sent, subrange_kind::sized>;
434 ? subrange_kind::sized : subrange_kind::unsized>;
439 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, subrange_kind::sized>;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ranges_util.h 221 enum class subrange_kind : bool { unsized, sized };
226 ? subrange_kind::sized : subrange_kind::unsized>
227 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>)
232 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>;
268 requires (_Kind == subrange_kind::sized)
303 requires (_Kind == subrange_kind::sized)
327 size() const requires (_Kind == subrange_kind::sized)
388 -> subrange<_It, _Sent, subrange_kind::sized>;
395 ? subrange_kind::sized : subrange_kind::unsized>;
400 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, subrange_kind::sized>;
    [all...]
  /src/sys/arch/m68k/060sp/dist/
test.doc 69 | | - 128 byte-sized section
fpsp.doc 75 | | - 128 byte-sized section
isp.doc 83 | | - 128 byte-sized section
isp.s 893 # uses byte-sized operands, only handle word and long operations. #
1886 # word, or longword sized operands. Then, in the interest of #
  /src/external/lgpl3/gmp/dist/mpn/arm64/
lshift.asm 39 C * The feed-in code used 1 ldr for odd sized and 2 ldr for even sizes. These
lshiftc.asm 39 C * The feed-in code used 1 ldr for odd sized and 2 ldr for even sizes. These
rshift.asm 39 C * The feed-in code used 1 ldr for odd sized and 2 ldr for even sizes. These
  /src/usr.bin/make/
test-variants.mk 119 # differently sized struct CmdOpts and others.
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 5051 tree sized = NULL_TREE;
5064 sized = fn;
5066 if (DECL_INITIAL (unsized) && !DECL_INITIAL (sized))
5068 "the program should also define %qD", sized);
5069 else if (!DECL_INITIAL (unsized) && DECL_INITIAL (sized))
5070 warning_at (DECL_SOURCE_LOCATION (sized), OPT_Wsized_deallocation,
5075 defining unsized without sized (or vice versa). */
5046 tree sized = NULL_TREE; local
5063 "the program should also define %qD", sized); local
call.cc 7776 bool sized; member in struct:dealloc_info
7812 if (di) di->sized = true;
8052 gcc_assert (di_fn.sized != di_elt.sized);
8053 if (want_size == di_elt.sized)
8111 if (di_fn.sized)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 5023 tree sized = NULL_TREE;
5036 sized = fn;
5038 if (DECL_INITIAL (unsized) && !DECL_INITIAL (sized))
5040 "the program should also define %qD", sized);
5041 else if (!DECL_INITIAL (unsized) && DECL_INITIAL (sized))
5042 warning_at (DECL_SOURCE_LOCATION (sized), OPT_Wsized_deallocation,
5047 defining unsized without sized (or vice versa). */
5018 tree sized = NULL_TREE; local
5035 "the program should also define %qD", sized); local
call.cc 7181 bool sized; member in struct:dealloc_info
7217 if (di) di->sized = true;
7457 gcc_assert (di_fn.sized != di_elt.sized);
7458 if (want_size == di_elt.sized)
7516 if (di_fn.sized)
  /src/sys/dev/ic/
aic79xx.c 8294 * in terms of cachelined sized increments. However,
8572 goto sized;
8576 sized:
  /src/external/bsd/jemalloc/dist/
configure 1469 Perform sized-deallocation argument checks, even in
  /src/external/mit/isl/dist/
configure 28067 * behind the fixed sized types; the "least" and "fast" types are still being

Completed in 98 milliseconds