/third_party/elfutils/libdw/ |
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/ |
D | controlFlowAnalysisOnBareThisKeyword.symbols | 8 function bigger(this: {}) { 9 >bigger : Symbol(bigger, Decl(controlFlowAnalysisOnBareThisKeyword.ts, 0, 51))
|
D | controlFlowAnalysisOnBareThisKeyword.js | 3 function bigger(this: {}) { function 17 function bigger() {
|
D | controlFlowAnalysisOnBareThisKeyword.types | 8 function bigger(this: {}) { 9 >bigger : (this: {}) => void
|
/third_party/tzdata/ |
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/ |
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()
|
/third_party/skia/src/codec/ |
D | SkAndroidCodec.cpp | 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/curl/tests/data/ |
D | test1089 | 31 bigger monster 80 bigger monster
|
D | test1197 | 31 bigger monster 82 bigger monster
|
D | test1090 | 33 bigger 87 bigger monster
|
D | test3015 | 33 bigger
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
D | brotli.md | 59 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/ |
D | test_unity_parameterized.c | 221 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/ |
D | controlFlowAnalysisOnBareThisKeyword.ts | 3 function bigger(this: {}) { function
|
/third_party/elfutils/libelf/ |
D | elf_compress.c | 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/site/docs/dev/design/conical/ |
D | _index.md | 43 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/ |
D | msvc_ver.inc | 24 # Pick an arbitrary bigger number for all later versions
|
/third_party/libwebsockets/READMEs/ |
D | README.problems.md | 26 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/ |
D | 0002-CVE-2019-12900.patch | 9 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/ |
D | format_test.cc | 55 std::string bigger(100000, 'x'); in TEST() local 56 EXPECT_EQ(bigger, absl::FormatTime(bigger, t, tz)); in TEST()
|
/third_party/glib/patch/ |
D | backport-gregex-Handle-the-case-we-need-to-re-allocate-the-match-data.patch | 11 without bigger changes.
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | README | 40 for bigger runs. The test fail with either data comparaision failures
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | NOTES | 38 resources consuming on a bigger system. This will create more threads,
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | NOTES | 38 resources consuming on a bigger system. This will create more threads,
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
D | NOTES | 38 resources consuming on a bigger system. This will create more threads,
|