/external/libnl/tests/ |
D | check-ematch-tree-clone.c | 15 static int current_depth = 0; variable 52 if (++current_depth > MAX_DEPTH) { in build_children() 53 --current_depth; in build_children() 69 --current_depth; in build_children()
|
/external/ImageMagick/MagickCore/ |
D | attribute.c | 898 *current_depth, in GetImageDepth() local 913 current_depth=(size_t *) AcquireQuantumMemory(number_threads, in GetImageDepth() 914 sizeof(*current_depth)); in GetImageDepth() 915 if (current_depth == (size_t *) NULL) in GetImageDepth() 919 current_depth[i]=1; in GetImageDepth() 928 while (current_depth[id] < MAGICKCORE_QUANTUM_DEPTH) in GetImageDepth() 937 range=GetQuantumRange(current_depth[id]); in GetImageDepth() 951 current_depth[id]++; in GetImageDepth() 954 depth=current_depth[0]; in GetImageDepth() 956 if (depth < current_depth[i]) in GetImageDepth() [all …]
|
/external/rust/crates/async-trait/tests/ |
D | test.rs | 552 current_depth: AtomicU64, field 570 current_depth: AtomicU64::new(0), in new() 602 let current_depth = self.inner.current_depth.load(Ordering::Acquire); in event() localVariable 603 *self.inner.value.lock().unwrap() = Some((s, v, current_depth)); in event() 607 let old_depth = self.inner.current_depth.fetch_add(1, Ordering::AcqRel); in enter() 613 self.inner.current_depth.fetch_sub(1, Ordering::AcqRel); in exit() 628 assert_eq!(subscriber.inner.current_depth.load(Ordering::Acquire), 0); in tracing()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 59 unsigned current_depth = 0; in tgsi_scan_shader() local 108 current_depth++; in tgsi_scan_shader() 109 info->max_depth = MAX2(info->max_depth, current_depth); in tgsi_scan_shader() 113 current_depth--; in tgsi_scan_shader()
|
/external/f2fs-tools/fsck/ |
D | dir.c | 225 int level = 0, current_depth, bit_pos; in f2fs_add_link() local 249 current_depth = le32_to_cpu(parent->i.i_current_depth); in f2fs_add_link() 251 if (current_depth == MAX_DIR_HASH_DEPTH) { in f2fs_add_link() 258 if (level == current_depth) in f2fs_add_link() 259 ++current_depth; in f2fs_add_link() 301 if (parent->i.i_current_depth != cpu_to_le32(current_depth)) { in f2fs_add_link() 302 parent->i.i_current_depth = cpu_to_le32(current_depth); in f2fs_add_link()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object_walker.h | 45 size_t current_depth() const { return current_depth_; } in current_depth() function
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 339 unsigned *current_depth) in scan_instruction() argument 353 (*current_depth)++; in scan_instruction() 354 info->max_depth = MAX2(info->max_depth, *current_depth); in scan_instruction() 358 (*current_depth)--; in scan_instruction() 864 unsigned current_depth = 0; in tgsi_scan_shader() local 903 ¤t_depth); in tgsi_scan_shader()
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 639 std::atomic<uint32_t> current_depth; member 730 DCHECK_EQ(0U, header_->current_depth.load(std::memory_order_relaxed)); in ThreadActivityTracker() 776 uint32_t depth = header_->current_depth.load(std::memory_order_relaxed); in PushActivity() 783 header_->current_depth.store(depth + 1, std::memory_order_relaxed); in PushActivity() 795 header_->current_depth.store(depth + 1, std::memory_order_release); in PushActivity() 807 DCHECK_LT(id, header_->current_depth.load(std::memory_order_acquire)); in ChangeActivity() 832 header_->current_depth.fetch_sub(1, std::memory_order_relaxed) - 1; in PopActivity() 951 depth = header_->current_depth.load(std::memory_order_acquire); in CreateSnapshot()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_context.cpp | 173 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anonc55fc2c40202() argument 174 double chance = 1.0 / std::pow(3.0, static_cast<float>(current_depth + 1)); in __anonc55fc2c40202()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_context.cpp | 173 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anon6db00ffe0202() argument 174 double chance = 1.0 / std::pow(3.0, static_cast<float>(current_depth + 1)); in __anon6db00ffe0202()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_context.cpp | 184 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anon792b06510202() argument 185 double chance = 1.0 / std::pow(3.0, static_cast<float>(current_depth + 1)); in __anon792b06510202()
|