/third_party/elfutils/libdwfl/ |
H A D | gzip.c | 83 void **whole; member 116 *state->whole = state->input_buffer; in fail() 120 *state->whole = NULL; in fail() 189 .whole = _whole, in unzip() 198 if (*state.whole == NULL) in unzip() 214 state.input_buffer = *state.whole; in unzip() 398 *state.whole = state.buffer; in unzip()
|
H A D | core-file.c | 114 lives. Using elf_memory is quite suboptimal if the whole in elf_begin_rand() 177 GElf_Off whole, in core_file_read_eagerly() 183 /* The available buffer is often the whole segment when the core file in core_file_read_eagerly() 185 Which means that if it is complete we can just construct the whole in core_file_read_eagerly() 187 if (whole <= *buffer_available) in core_file_read_eagerly() 194 *elfp = elf_memory (*buffer, whole); in core_file_read_eagerly() 205 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL); in core_file_read_eagerly() 211 /* We don't have the whole file. Which either means the core file in core_file_read_eagerly() 226 if (whole > MAX_EAGER_COST && mod->build_id_len > 0) in core_file_read_eagerly() 227 /* We can't cheaply read the whole fil in core_file_read_eagerly() 171 core_file_read_eagerly(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr start __attribute__ ((unused)), void **buffer, size_t *buffer_available, GElf_Off cost, GElf_Off worthwhile, GElf_Off whole, GElf_Off contiguous __attribute__ ((unused)), void *arg, Elf **elfp) core_file_read_eagerly() argument [all...] |
H A D | libdwflP.h | 603 /* Decompression wrappers: decompress whole file into memory. */ 606 void **whole, size_t *whole_size) 610 void **whole, size_t *whole_size) 614 void **whole, size_t *whole_size) 618 void **whole, size_t *whole_size) 678 GElf_Off whole, GElf_Off contiguous,
|
H A D | dwfl_segment_report_module.c | 284 /* We already have this whole note segment from our initial read. */ in read_portion() 958 should read the whole thing in right now. */ in dwfl_segment_report_module() 965 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); in dwfl_segment_report_module() local 969 cost, worthwhile, whole, contiguous, in dwfl_segment_report_module() 973 /* The caller wants to read the whole file in right now, but hasn't in dwfl_segment_report_module() 1013 /* The whole file sits contiguous in memory, in dwfl_segment_report_module()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-number-prototype.c | 384 uint64_t whole = (uint64_t) this_arg_number; in ecma_builtin_number_prototype_object_to_string() local 385 ecma_number_t fraction = this_arg_number - (ecma_number_t) whole; in ecma_builtin_number_prototype_object_to_string() 405 /* Calculate digits for whole part. */ in ecma_builtin_number_prototype_object_to_string() 406 while (whole > 0) in ecma_builtin_number_prototype_object_to_string() 409 buff[buff_index++] = (lit_utf8_byte_t) (whole % radix); in ecma_builtin_number_prototype_object_to_string() 410 whole /= radix; in ecma_builtin_number_prototype_object_to_string() 468 * Carry propagated over the whole number, we need to add a new leading digit. in ecma_builtin_number_prototype_object_to_string()
|
/third_party/libsnd/src/ |
H A D | sfendian.h | 102 uint64_t whole ; in ENDSWAP_64() member 106 u.whole = x ; in ENDSWAP_64() 110 return u.whole ; in ENDSWAP_64()
|
/third_party/ffmpeg/libavfilter/ |
H A D | signature_lookup.c | 303 c->whole = 0; in get_matching_parameters() 505 bestmatch.whole = 0; /* will be set to true later */ in evaluate_parameters() 509 /* whole sequence is automatically best match */ in evaluate_parameters() 511 bestmatch.whole = 1; in evaluate_parameters() 546 bestmatch.whole = 0; in lookup_signatures() 577 } while (find_next_coarsecandidate(sc, second->coarsesiglist, &cs, &cs2, 0) && !bestmatch.whole); in lookup_signatures()
|
H A D | signature.h | 96 int whole; member
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | intrinsic_test.cc | 909 auto* whole = ty->Members()[1]; in TEST_F() local 910 EXPECT_TRUE(whole->Type()->Is<sem::F32>()); in TEST_F() 911 EXPECT_EQ(whole->Offset(), 4u); in TEST_F() 912 EXPECT_EQ(whole->Size(), 4u); in TEST_F() 913 EXPECT_EQ(whole->Align(), 4u); in TEST_F() 914 EXPECT_EQ(whole->Name(), Sym("whole")); in TEST_F() 940 auto* whole = ty->Members()[1]; in TEST_F() local 941 ASSERT_TRUE(whole->Type()->Is<sem::Vector>()); in TEST_F() 942 EXPECT_EQ(whole in TEST_F() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFloatFormat.cpp | 240 const deUint64 whole = bits >> m_fractionBits; in floatToHex() local 248 << "0x" << whole << "." in floatToHex()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/ |
H A D | Pod.pm | 87 The whole contents of the .pod file.
|
/third_party/openssl/util/perl/OpenSSL/Util/ |
H A D | Pod.pm | 87 The whole contents of the .pod file.
|
/third_party/mesa3d/android/ |
H A D | mesa3d_cross.mk | 154 -Wl,--whole-archive \ 156 -Wl,--no-whole-archive \
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MeasureUnit.java | 214 // First search for the whole code unit identifier as a subType in parseCoreUnitIdentifier() 215 MeasureUnit whole = findBySubType(coreUnitIdentifier); in parseCoreUnitIdentifier() 216 if (whole != null) { in parseCoreUnitIdentifier() 217 return new MeasureUnit[] { whole }; // found a numerator but not denominator in parseCoreUnitIdentifier()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 364 struct vtn_ssa_value *whole = vtn_create_ssa_value(b, i_ptr->type->type); in handle_glsl450_alu() local 365 whole->def = nir_fmul(nb, sign, nir_ffloor(nb, abs)); in handle_glsl450_alu() 366 vtn_variable_store(b, whole, i_ptr, 0); in handle_glsl450_alu()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 896 std::string whole; in runTestsInSubprocess() local 897 whole.reserve(1024 * 4); in runTestsInSubprocess() 918 whole += outBuffer; in runTestsInSubprocess() 932 vksc_server::RemoteWrite(0, whole.c_str()); in runTestsInSubprocess()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 838 std::string whole; in runTestsInSubprocess() local 839 whole.reserve(1024 * 4); in runTestsInSubprocess() 860 whole += outBuffer; in runTestsInSubprocess() 874 vksc_server::RemoteWrite(0, whole.c_str()); in runTestsInSubprocess()
|
/third_party/eudev/ |
H A D | compile | 247 If you are trying to build a whole package this is not the
|
/third_party/lame/ |
H A D | compile | 247 If you are trying to build a whole package this is not the
|
/third_party/node/deps/cares/ |
H A D | compile | 247 If you are trying to build a whole package this is not the
|
/third_party/node/deps/cares/config/ |
H A D | compile | 247 If you are trying to build a whole package this is not the
|
/third_party/libevdev/build-aux/ |
H A D | compile | 247 If you are trying to build a whole package this is not the
|
/third_party/skia/third_party/externals/libpng/ |
H A D | compile | 247 If you are trying to build a whole package this is not the
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | compile | 247 If you are trying to build a whole package this is not the
|
/third_party/node/deps/v8/src/temporal/ |
H A D | temporal-parser.cc | 1023 int64_t whole = 0; \ 1024 cur += ScanDurationWhole##Name(str, cur, &whole); \ 1031 r->whole_##name = whole; \
|