Home
last modified time | relevance | path

Searched defs:needed (Results 1 – 25 of 112) sorted by relevance

12345

/external/elfutils/libcpu/
Di386_data.h402 int needed; in FCT_MOD$R_M() local
431 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, in FCT_Mod$R_m() local
473 int needed = snprintf (&d->bufp[*bufcntp], avail, "%s0x%" ABSPRIFMT, in generic_abs() local
562 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%%s%" PRIx32, in FCT_crdb() local
595 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32, in FCT_disp8() local
626 int needed = snprintf (&d->bufp[*bufcntp], avail, "(%%%s%s)", in FCT_ds_xx() local
675 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%es:(%%%sdi)", in FCT_es_di() local
695 int needed; in FCT_imm() local
734 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIxFAST8, word); in FCT_imm$w() local
752 int needed; in FCT_imm64$w() local
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dtchar.cc25 int needed = MultiByteToWideChar(CP_UTF8, 0, input.c_str(), -1, NULL, 0); in CharToTchar() local
34 int needed = in TcharToChar() local
/external/grpc-grpc/src/core/lib/gprpp/
Dtchar.cc25 int needed = MultiByteToWideChar(CP_UTF8, 0, input.c_str(), -1, NULL, 0); in CharToTchar() local
34 int needed = in TcharToChar() local
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
Dhttp2_structure_decoder.cc62 const uint32_t needed = target_size - offset_; in ResumeFillingBuffer() local
84 const uint32_t needed = target_size - offset_; in ResumeFillingBuffer() local
/external/mesa3d/src/panfrost/compiler/
Dbi_opt_dce.c51 bool needed = bi_side_effects(I); in bi_opt_dead_code_eliminate() local
76 bool needed = bi_side_effects(I); in bi_opt_dead_code_eliminate() local
/external/mesa3d/src/asahi/compiler/
Dagx_dce.c26 bool needed = false; in agx_dce() local
/external/cronet/third_party/icu/source/samples/numfmt/
Dcapi.c29 int32_t needed; in capi() local
/external/musl/src/malloc/mallocng/
Dmalloc.c234 size_t needed = size*cnt + UNIT; in alloc_group() local
309 size_t needed = n + IB + UNIT; in malloc() local
Drealloc.c32 size_t needed = (n + base + UNIT + IB + 4095) & -4096; in realloc() local
/external/pigweed/pw_allocator/public/pw_allocator/
Dtyped_pool.h39 size_t needed = std::max(sizeof(T), ChunkPool::kMinSize); in SizeNeeded() local
/external/leveldb/util/
Darena.cc44 size_t needed = bytes + slop; in AllocateAligned() local
/external/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.c375 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_vi()
419 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_ia()
454 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_ts()
502 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_vp()
538 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_dr()
671 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_rs()
697 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_fsr()
803 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_ms()
853 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_ds()
1077 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_cb()
[all …]
/external/google-benchmark/src/
Dre.h123 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() local
/external/cronet/third_party/google_benchmark/src/src/
Dre.h123 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() local
/external/libcxx/utils/google-benchmark/src/
Dre.h123 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() local
/external/cronet/third_party/icu/source/tools/gencolusb/
Dextract_unsafe_backwards.cpp80 int32_t needed = pattern.length(); in main() local
/external/icu/icu4c/source/tools/gencolusb/
Dextract_unsafe_backwards.cpp84 int32_t needed = pattern.length(); in main() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DBufferUtils.java109 int needed = maxAmount; in copyNoConsume() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DBufferUtils.java112 int needed = maxAmount; in copyNoConsume() local
/external/wpa_supplicant_8/hs20/server/www/
Dspp.php32 $needed = array('nonce'=>1, 'nc'=>1, 'cnonce'=>1, 'qop'=>1, 'username'=>1, variable
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUCurrencyMetaInfo.java81 int needed = collector.collects(); in collect() local
112 int needed, ICUResourceBundle b) { in collectRegion()
/external/icu/icu4j/main/currdata/src/main/java/com/ibm/icu/impl/
DICUCurrencyMetaInfo.java79 int needed = collector.collects(); in collect() local
110 int needed, ICUResourceBundle b) { in collectRegion()
/external/harfbuzz_ng/src/
Dhb-subset.cc281 bool needed = table->subset (c); in _try_subset() local
342 bool needed = false; in _subset() local
/external/leveldb/db/
Ddbformat.cc119 size_t needed = usize + 13; // A conservative estimate in LookupKey() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DCompactStringObjectMap.java91 int needed = size + (size >> 2); // at most 80% full in findSize() local

12345