Home
last modified time | relevance | path

Searched refs:bigger (Results 1 – 25 of 169) sorted by relevance

1234567

/third_party/elfutils/libdw/
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/
DcontrolFlowAnalysisOnBareThisKeyword.symbols8 function bigger(this: {}) {
9 >bigger : Symbol(bigger, Decl(controlFlowAnalysisOnBareThisKeyword.ts, 0, 51))
DcontrolFlowAnalysisOnBareThisKeyword.js3 function bigger(this: {}) { function
17 function bigger() {
DcontrolFlowAnalysisOnBareThisKeyword.types8 function bigger(this: {}) {
9 >bigger : (this: {}) => void
/third_party/tzdata/
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/
Dbytestream.cc125 char* bigger = new char[new_capacity]; in Expand() local
126 memcpy(bigger, buf_, size_); in Expand()
128 buf_ = bigger; in Expand()
/third_party/skia/src/codec/
DSkAndroidCodec.cpp269 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/curl/tests/data/
Dtest108931 bigger monster
80 bigger monster
Dtest119731 bigger monster
82 bigger monster
Dtest109033 bigger
87 bigger monster
Dtest301533 bigger
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.md59 compression level (0-9); bigger values cause denser, but slower compression
77 compression level (0-11); bigger values cause denser, but slower compression
84 `(2**NUM - 16)`; 0 lets compressor decide over the optimal value; bigger
/third_party/unity/test/tests/
Dtest_unity_parameterized.c221 void test_SpaceInTestCase(unsigned index, unsigned bigger) in test_SpaceInTestCase() argument
224 TEST_ASSERT_LESS_THAN(bigger, index); in test_SpaceInTestCase()
/third_party/typescript/tests/cases/compiler/
DcontrolFlowAnalysisOnBareThisKeyword.ts3 function bigger(this: {}) { function
/third_party/elfutils/libelf/
Delf_compress.c177 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/site/docs/dev/design/conical/
D_index.md43 bigger one.
65 could be the bigger one).
77 $x_t$ solutions, we may want to find the bigger one if $1 - f > 0$, and smaller
78 one if $1 - f < 0$, so the corresponding $t$ is always the bigger one (note that
105 2. we still need to handle cases of choosing the bigger/smaller $x_t$;
136 that we only want positive $x_t > 0$ and bigger $t$, we have our final
162 In step 7, we try to select either the smaller or bigger $\hat x_t$ based on
/third_party/node/deps/cares/
Dmsvc_ver.inc24 # Pick an arbitrary bigger number for all later versions
/third_party/libwebsockets/READMEs/
DREADME.problems.md26 As a library, lws is always just a component in a bigger application.
28 When users have a problem involving lws, what is happening in the bigger
/third_party/bzip2/
D0002-CVE-2019-12900.patch9 so if nSelectors is bigger than BZ_MAX_SELECTORS it'll do an invalid memory
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dformat_test.cc55 std::string bigger(100000, 'x'); in TEST() local
56 EXPECT_EQ(bigger, absl::FormatTime(bigger, t, tz)); in TEST()
/third_party/glib/patch/
Dbackport-gregex-Handle-the-case-we-need-to-re-allocate-the-match-data.patch11 without bigger changes.
/third_party/ltp/testcases/kernel/io/direct_io/
DREADME40 for bigger runs. The test fail with either data comparaision failures
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
DNOTES38 resources consuming on a bigger system. This will create more threads,
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
DNOTES38 resources consuming on a bigger system. This will create more threads,
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
DNOTES38 resources consuming on a bigger system. This will create more threads,

1234567