Home
last modified time | relevance | path

Searched defs:old_count (Results 1 – 20 of 20) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dpartition_ref_count.h120 CountType old_count = count_.fetch_add(kInc, std::memory_order_relaxed); in PA_COMPONENT_EXPORT() local
130 CountType old_count = in PA_COMPONENT_EXPORT() local
151 CountType old_count = count_.fetch_sub(kInc, std::memory_order_release); in PA_COMPONENT_EXPORT() local
173 CountType old_count = in PA_COMPONENT_EXPORT() local
191 CountType old_count = in PA_COMPONENT_EXPORT() local
/external/virglrenderer/src/mesa/util/
Dralloc.h216 #define rerzalloc(ctx, ptr, type, old_count, new_count) \ argument
Dralloc.c260 unsigned old_count, unsigned new_count) in rerzalloc_array_size()
/external/mesa3d/src/util/
Dralloc.h216 #define rerzalloc(ctx, ptr, type, old_count, new_count) \ argument
Dralloc.c260 unsigned old_count, unsigned new_count) in rerzalloc_array_size()
/external/llvm/utils/
Dextract_symbols.py477 old_count = template_function_count.setdefault(name,0) variable
/external/harfbuzz_ng/src/graph/
Dpairpos-graph.hh123 unsigned old_count = pairSet.len; in shrink() local
502 unsigned old_count = class1Count; in shrink() local
Dmarkbasepos-graph.hh364 unsigned old_count = classCount; in shrink() local
/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_decoder_tables_test.cc205 size_t old_count = num_dynamic_entries(); in Insert() local
/external/freetype/src/pfr/
Dpfrgload.c741 FT_UInt n, old_count, count; in pfr_glyph_load_rec() local
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc198 gpr_atm old_count = in drop_uncovered() local
209 gpr_atm old_count = in cover_self() local
Dresource_quota.cc854 int old_count = static_cast<int>(gpr_atm_no_barrier_fetch_add( in grpc_resource_user_free_threads() local
/external/toybox/kconfig/
Dexpr.c196 int res, old_count; in expr_eq() local
/external/tinyalsa_new/src/
Dmixer.c183 const unsigned int old_count = grp->count; in add_controls() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc494 gpr_atm old_count = in drop_uncovered() local
512 gpr_atm old_count = in cover_self() local
Dresource_quota.cc875 int old_count = static_cast<int>(gpr_atm_no_barrier_fetch_add( in grpc_resource_user_free_threads() local
/external/igt-gpu-tools/runner/
Dexecutor.c281 size_t old_count = entry->subtest_count; in prune_from_journal() local
/external/libchrome/base/debug/
Dactivity_tracker.cc1406 int old_count = thread_tracker_count_.fetch_add(1, std::memory_order_relaxed); in CreateTrackerForCurrentThread() local
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc695 size_t old_count = count; in BytesRequired() local
/external/e2fsprogs/lib/ext2fs/
Dext2fs.h1967 unsigned long old_count, in ext2fs_resize_array()