Searched defs:bigger (Results 1 - 15 of 15) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | controlFlowAnalysisOnBareThisKeyword.js | 3 function bigger(this: {}) { function
|
/kernel/liteos_m/testsuites/sample/kernel/lms/ |
H A D | It_los_lms_008.c | 43 CHAR *bigger = (CHAR *)LOS_MemAlloc(g_testLmsPool, size * 3); /* mem size * 3 */
in TestCase() local
|
H A D | It_los_lms_007.c | 43 CHAR *bigger = (CHAR *)LOS_MemAlloc(g_testLmsPool, size * 3); /* mem size * 3 */
in TestCase() local
|
H A D | It_los_lms_009.c | 43 CHAR *bigger = (CHAR *)LOS_MemAlloc(g_testLmsPool, size * 3); /* mem size * 3 */
in TestCase() local
|
/third_party/tzdata/ |
H A D | date.c | 199 bool bigger = !ckd_mul(&size, size, 2) && size <= INDEX_MAX; in timeout() local
|
/third_party/elfutils/libdw/ |
H A D | cfi.c | 74 Dwarf_Frame *bigger = realloc (*pfs, size); in enough_registers() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | bytestream.cc | 125 char* bigger = new char[new_capacity]; in Expand() local
|
/third_party/elfutils/libelf/ |
H A D | elf_compress.c | 177 void *bigger = realloc (out_buf, out_size + block); in __libelf_compress() local
|
/third_party/skia/src/codec/ |
H A D | SkAndroidCodec.cpp | 269 auto bigger = this->getSampledDimensions(sampleSize - 1); in computeSampleSize() local
|
/third_party/unity/test/tests/ |
H A D | test_unity_parameterized.c | 221 void test_SpaceInTestCase(unsigned index, unsigned bigger) in test_SpaceInTestCase() argument
|
/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
|
/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
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 414 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 422 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kvm.c | 507 insert_to_result(struct rb_root *result, struct kvm_event *event, key_cmp_fun bigger, int vcpu) insert_to_result() argument
|
Completed in 14 milliseconds