Home
last modified time | relevance | path

Searched refs:bigger (Results 1 - 17 of 17) sorted by relevance

/third_party/elfutils/libdw/
H A Dcfi.c74 Dwarf_Frame *bigger = realloc (*pfs, size); in enough_registers() local
75 if (unlikely (bigger == NULL)) in enough_registers()
83 memset (bigger->regs + bigger->nregs, 0, in enough_registers()
84 (reg + 1 - bigger->nregs) * sizeof bigger->regs[0]); in enough_registers()
85 bigger->nregs = reg + 1; in enough_registers()
86 *pfs = bigger; in enough_registers()
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowAnalysisOnBareThisKeyword.js3 function bigger(this: {}) { function
17 function bigger() {
/third_party/tzdata/
H A Ddate.c199 bool bigger = !ckd_mul(&size, size, 2) && size <= INDEX_MAX; in timeout() local
201 bool bigger = size <= INDEX_MAX / 2 && (size *= 2, true); in timeout()
203 char *newcp = bigger ? realloc(cp, size) : NULL; in timeout()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc125 char* bigger = new char[new_capacity]; in Expand() local
126 memcpy(bigger, buf_, size_); in Expand()
128 buf_ = bigger; in Expand()
H A Dint128_unittest.cc53 uint128 bigger(2001, 1); in TEST()
134 EXPECT_EQ(big + kuint64max, bigger); in TEST()
/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp262 // the other is bigger. This is as close as we can get. in computeSampleSize()
269 auto bigger = this->getSampledDimensions(sampleSize - 1); in computeSampleSize() local
270 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
271 *desiredSize = bigger; in computeSampleSize()
/third_party/rust/crates/rustix/src/io/fd/
H A Downed.rs75 // SAFETY: we just asserted that the value is in the valid range and isn't `-1` (the only value bigger than `0xFF_FF_FF_FE` unsigned)
153 // SAFETY: we just asserted that the value is in the valid range and isn't `-1` (the only value bigger than `0xFF_FF_FF_FE` unsigned) in from_raw_fd()
/third_party/rust/crates/nom/benchmarks/benches/
H A Dhttp.rs149 let data = include_bytes!("../../bigger.txt");
/third_party/elfutils/libelf/
H A Delf_compress.c63 data would be bigger than the original data. */
177 void *bigger = realloc (out_buf, out_size + block); in __libelf_compress() local
178 if (bigger == NULL) in __libelf_compress()
183 out_buf = bigger; in __libelf_compress()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dformat_test.cc55 std::string bigger(100000, 'x'); in TEST()
56 EXPECT_EQ(bigger, absl::FormatTime(bigger, t, tz)); in TEST()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c713 const struct lvp_pipeline_layout *bigger = smaller == dst->layout ? src : dst->layout; in merge_layouts() local
715 if (!smaller->vk.set_layouts[i] || !bigger->vk.set_layouts[i] || in merge_layouts()
716 smaller->vk.set_layouts[i] == bigger->vk.set_layouts[i]) in merge_layouts()
722 vk_to_lvp_descriptor_set_layout(bigger->vk.set_layouts[i]); in merge_layouts()
/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs808 /// linear time guarantee. In general, it's used when the needle is bigger
1047 /// linear time guarantee. In general, it's used when the needle is bigger
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format_test.cc142 std::string bigger(100000, 'x'); in TEST()
143 EXPECT_EQ(bigger, format(bigger, tp, tz)); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_test.cc113 absl::uint128 bigger = absl::MakeUint128(2001, 1); in TEST() local
189 EXPECT_EQ(big + std::numeric_limits<uint64_t>::max(), bigger); in TEST()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl446 // Original input data size bigger than 16, jump to big size processing.
2260 // Original input data size bigger than 16, jump to big size processing.
2936 // Original input data size bigger than 16, jump to big size processing.
/third_party/openssl/crypto/aes/asm/
H A Daesv8-armx.pl462 // Original input data size bigger than 16, jump to big size processing.
2276 // Original input data size bigger than 16, jump to big size processing.
2952 // Original input data size bigger than 16, jump to big size processing.
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3739 \errmessage{No more lowercase letters in @enumerate; get a bigger
3752 \errmessage{No more uppercase letters in @enumerate; get a bigger

Completed in 25 milliseconds