Home
last modified time | relevance | path

Searched refs:debug_map (Results 1 – 25 of 1352) sorted by relevance

12345678910>>...55

/dports/www/sitecopy/sitecopy-0.16.6/src/
H A Dcommon.c52 } debug_map[] = { variable
82 for (n = 0; debug_map[n].name != NULL; n++) { in map_debug_options()
83 if (strcasecmp(token, debug_map[n].name) == 0) { in map_debug_options()
84 ret |= debug_map[n].val; in map_debug_options()
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/fmt/
H A Dbuilders.rs266 mod debug_map { module
275 fmt.debug_map().finish() in test_empty()
289 fmt.debug_map().entry(&"bar", &true).finish() in test_single()
297 fmt.debug_map().key(&"bar").value(&true).finish() in test_single()
319 fmt.debug_map() in test_multiple()
330 fmt.debug_map() in test_multiple()
358 fmt.debug_map() in test_nested()
414 let mut map = fmt.debug_map(); in test_entry_err()
440 fmt.debug_map().key(&"bar").key(&"invalid").finish() in test_invalid_key_when_entry_is_incomplete()
454 fmt.debug_map().key(&"bar").finish() in test_invalid_finish_incomplete_entry()
[all …]
/dports/www/cadaver/cadaver-0.23.3/src/
H A Doptions.c139 } debug_map[] = { variable
207 for (d = 0; debug_map[d].name != NULL; d++) { in do_debug()
208 if (strcasecmp(opt, debug_map[d].name) == 0) { in do_debug()
210 ne_debug_mask |= debug_map[d].val ; in do_debug()
212 ne_debug_mask &= ~debug_map[d].val; in do_debug()
240 for (n = 0; debug_map[n].name != NULL; n++) { in disp_debug()
241 if (ne_debug_mask & debug_map[n].val) { in disp_debug()
242 printf("%s%s", flag++?",":"", debug_map[n].name); in disp_debug()
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A Ddebug.cpp110 debug_map(void) in debug_map() function
190 DjVuDebug &dbg = debug_map()[threadid]; in lock()
191 threads_num=debug_map().size(); in lock()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/cpp_demangle-0.3.2/src/
H A Dsubs.rs87 f.debug_map() in fmt()
91 f.debug_map() in fmt()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/cpp_demangle-0.3.0/src/
H A Dsubs.rs87 f.debug_map() in fmt()
91 f.debug_map() in fmt()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzPhysicalMemory.cpp186 void ZPhysicalMemoryManager::debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const { in debug_map() function in ZPhysicalMemoryManager
187 _backing.debug_map(pmem, offset); in debug_map()
H A DzPhysicalMemory.hpp88 void debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const;
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/cpp_demangle-0.3.2/src/
H A Dsubs.rs87 f.debug_map() in fmt()
91 f.debug_map() in fmt()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzPhysicalMemory.cpp190 void ZPhysicalMemoryManager::debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const { in debug_map() function in ZPhysicalMemoryManager
191 _backing.debug_map(pmem, offset); in debug_map()
H A DzPhysicalMemory.hpp90 void debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/gc/z/
H A DzPhysicalMemoryBacking_windows.hpp61 void debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/bsd/gc/z/
H A DzPhysicalMemoryBacking_bsd.hpp61 void debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const;
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/serdebug-1.0.5/src/
H A Dmap.rs10 Serializer(f.debug_map()) in new()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/linux_x86/gc/z/
H A DzPhysicalMemoryBacking_linux_x86.hpp66 void debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/linux_aarch64/gc/z/
H A DzPhysicalMemoryBacking_linux_aarch64.hpp66 void debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/linux/gc/z/
H A DzPhysicalMemoryBacking_linux.hpp68 void debug_map(const ZPhysicalMemory& pmem, uintptr_t offset) const;
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/ffmpeg-next-4.4.0/src/util/dictionary/
H A Dimmutable.rs65 fmt.debug_map().entries(self.iter()).finish() in fmt()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-inline.c161 if (!id->debug_map) in insert_debug_decl_map()
3941 dst = id->debug_map; in expand_call_inline()
4062 if (id->debug_map) in expand_call_inline()
4577 id.debug_map = NULL; in unsave_expr_now()
4593 if (id.debug_map) in unsave_expr_now()
4727 id.debug_map = NULL; in copy_gimple_seq_and_replace_locals()
4752 if (id.debug_map) in copy_gimple_seq_and_replace_locals()
5161 id.debug_map = NULL; in tree_function_versioning()
5295 if (id.debug_map) in tree_function_versioning()
5407 id.debug_map = NULL; in build_duplicate_type()
[all …]
H A Dtree-inline.h125 struct pointer_map_t *debug_map; member
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-inline.c161 if (!id->debug_map) in insert_debug_decl_map()
3940 dst = id->debug_map; in expand_call_inline()
4061 if (id->debug_map) in expand_call_inline()
4576 id.debug_map = NULL; in unsave_expr_now()
4592 if (id.debug_map) in unsave_expr_now()
4726 id.debug_map = NULL; in copy_gimple_seq_and_replace_locals()
4751 if (id.debug_map) in copy_gimple_seq_and_replace_locals()
5160 id.debug_map = NULL; in tree_function_versioning()
5294 if (id.debug_map) in tree_function_versioning()
5406 id.debug_map = NULL; in build_duplicate_type()
[all …]
H A Dtree-inline.h125 struct pointer_map_t *debug_map; member
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DBOSampleStepper.cpp200 const map<string,string>& debug_map = s_.ctrl.debug; in step() local
203 debug_map.find("EXTRAPOLATION"); in step()
204 if ( imap != debug_map.end() ) in step()
335 imap = debug_map.find("RC1"); in step()
336 if ( imap != debug_map.end() ) in step()
347 imap = debug_map.find("DELTA_RATIO"); in step()
348 if ( imap != debug_map.end() ) in step()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-inline.h133 struct pointer_map_t *debug_map; member
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-inline.h142 hash_map<tree, tree> *debug_map; member

12345678910>>...55