/third_party/elfutils/libdw/ |
H A D | cfi.c | 74 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 D | controlFlowAnalysisOnBareThisKeyword.js | 3 function bigger(this: {}) { function 17 function bigger() {
|
/third_party/tzdata/ |
H A D | date.c | 199 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 D | bytestream.cc | 125 char* bigger = new char[new_capacity]; in Expand() local 126 memcpy(bigger, buf_, size_); in Expand() 128 buf_ = bigger; in Expand()
|
H A D | int128_unittest.cc | 53 uint128 bigger(2001, 1); in TEST() 134 EXPECT_EQ(big + kuint64max, bigger); in TEST()
|
/third_party/skia/src/codec/ |
H A D | SkAndroidCodec.cpp | 262 // 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 D | owned.rs | 75 // 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 D | http.rs | 149 let data = include_bytes!("../../bigger.txt");
|
/third_party/elfutils/libelf/ |
H A D | elf_compress.c | 63 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 D | format_test.cc | 55 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 D | lvp_pipeline.c | 713 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 D | mod.rs | 808 /// 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 D | time_zone_format_test.cc | 142 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 D | int128_test.cc | 113 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 D | aesv8-armx.pl | 446 // 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 D | aesv8-armx.pl | 462 // 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 D | texinfo.tex | 3739 \errmessage{No more lowercase letters in @enumerate; get a bigger 3752 \errmessage{No more uppercase letters in @enumerate; get a bigger
|