Home
last modified time | relevance | path

Searched +defs:options +defs:low (Results 201 – 225 of 1085) sorted by path

12345678910>>...44

/dports/devel/cquery/cquery-20180718/third_party/pugixml/src/
H A Dpugixml.cpp1452 static value_type low(value_type result, uint32_t ch) in low() function
1473 static value_type low(value_type result, uint32_t ch) in low() function
1518 static value_type low(value_type result, uint32_t) in low() function
1533 static value_type low(value_type result, uint32_t ch) in low() function
1561 static value_type low(value_type result, uint32_t) in low() function
1576 static value_type low(value_type result, uint32_t ch) in low() function
1602 static value_type low(value_type result, uint32_t ch) in low() function
7085 PUGI__FN xml_parse_result xml_document::load_string(const char_t* contents, unsigned int options) in load_string()
7097 PUGI__FN xml_parse_result xml_document::load(const char_t* contents, unsigned int options) in load()
7102 …PUGI__FN xml_parse_result xml_document::load_file(const char* path_, unsigned int options, xml_enc… in load_file()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-d10v.c85 enum options enum
114 int middle, low, high; in reg_name_search() local
/dports/devel/djgpp-binutils/binutils-2.17/libiberty/
H A Dcp-demangle.c236 int options; member
1406 int low = 0; in d_operator_name() local
2646 cplus_demangle_print (int options, const struct demangle_component *dc, in cplus_demangle_print()
3745 cplus_demangle_init_info (const char *mangled, int options, size_t len, in cplus_demangle_init_info()
3779 d_demangle (const char* mangled, int options, size_t *palc) in d_demangle()
3999 cplus_demangle_v3 (const char* mangled, int options) in cplus_demangle_v3()
4230 int options = DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES; in main() local
/dports/devel/elfutils/elfutils-0.179/src/
H A Dreadelf.c95 static const struct argp_option options[] = variable
10933 uint64_t low = read_8ubyte_unaligned (dbg, readp); in print_gdb_index_section() local
/dports/devel/emscripten/emscripten-2.0.3/third_party/
H A Dgcc_demangler.c240 int options; member
1438 int low = 0; in d_operator_name() local
2689 cplus_demangle_print (int options, const struct demangle_component *dc, in cplus_demangle_print()
3788 cplus_demangle_init_info (const char *mangled, int options, size_t len, in cplus_demangle_init_info()
3822 d_demangle (const char* mangled, int options, size_t *palc) in d_demangle()
4042 cplus_demangle_v3 (const char* mangled, int options) in cplus_demangle_v3()
/dports/devel/folly/folly-2021.12.27.00/folly/compression/
H A DZlib.cpp66 CodecType getCodecType(Options options) { in getCodecType()
186 Options options, int level) { in createCodec()
191 Options options, int level) { in createStream()
195 bool inBounds(int value, int low, int high) { in inBounds()
215 ZlibStreamCodec::ZlibStreamCodec(Options options, int level) in ZlibStreamCodec()
402 std::unique_ptr<Codec> getCodec(Options options, int level) { in getCodec()
406 std::unique_ptr<StreamCodec> getStreamCodec(Options options, int level) { in getStreamCodec()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dada-valprint.c56 const struct value_print_options *options) in print_optional_low_bound()
123 const struct value_print_options *options) in val_print_packed_array_elements()
131 LONGEST low = 0; in val_print_packed_array_elements() local
448 const struct value_print_options *options) in printstr()
530 const struct value_print_options *options) in ada_printstr()
540 const struct value_print_options *options, in print_variant_part()
574 const struct value_print_options *options, in print_field_values()
817 const struct value_print_options *options) in ada_val_print_enum()
931 const struct value_print_options *options) in ada_val_print_ref()
992 const struct value_print_options *options) in ada_value_print_1()
[all …]
H A Ddisasm.c296 struct ui_out *uiout, CORE_ADDR low, CORE_ADDR high, in dump_insns()
339 CORE_ADDR low, CORE_ADDR high, in do_mixed_source_and_assembly_deprecated()
484 CORE_ADDR low, CORE_ADDR high, in do_mixed_source_and_assembly()
706 CORE_ADDR low, CORE_ADDR high, in do_assembly_only()
736 const char *options = get_disassembler_options (gdbarch); in get_all_disassembler_options() local
813 CORE_ADDR low, CORE_ADDR high) in gdb_disassembly()
937 char *options = remove_whitespace_and_extra_commas (prospective_options); in set_disassembler_options() local
1018 const char *options = get_disassembler_options (gdbarch); in show_disassembler_options_sfunc() local
H A Dm2-valprint.c48 get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high) in get_long_set_bounds()
161 const struct value_print_options *options) in m2_print_unbounded_array()
186 const struct value_print_options *options, in print_unpacked_pointer()
229 const struct value_print_options *options) in print_variable_at_address()
260 const struct value_print_options *options, in m2_print_array_contents()
303 const struct value_print_options *options) const in value_print_inner()
H A Drecord-btrace.c958 unsigned int low, high; in insn_history_range() local
1315 unsigned int low, high; in call_history_range() local
2532 target_wait_flags options) in wait()
H A Drust-lang.c272 const struct value_print_options *options) const in printstr()
303 const struct value_print_options *options) in rust_val_print_str()
319 const struct value_print_options *options) const in val_print_struct()
410 const struct value_print_options *options) const in print_enum()
497 const struct value_print_options *options) const in value_print_inner()
973 struct value *low, struct value *high) in rust_range()
1061 LONGEST *low, LONGEST *high, in rust_compute_range()
1101 LONGEST low, high_bound; in rust_subscript() local
/dports/devel/gdb/gdb-11.1/libiberty/
H A Dcp-demangle.c1914 int low = 0; in d_operator_name() local
4414 cplus_demangle_print_callback (int options, in cplus_demangle_print_callback()
4617 d_print_subexpr (struct d_print_info *dpi, int options, in d_print_subexpr()
5922 d_print_comp (struct d_print_info *dpi, int options, in d_print_comp()
6002 d_print_mod_list (struct d_print_info *dpi, int options, in d_print_mod_list()
6084 d_print_mod (struct d_print_info *dpi, int options, in d_print_mod()
6308 d_print_expr_op (struct d_print_info *dpi, int options, in d_print_expr_op()
6321 d_print_cast (struct d_print_info *dpi, int options, in d_print_cast()
6411 d_demangle_callback (const char *mangled, int options, in d_demangle_callback()
6688 cplus_demangle_v3 (const char *mangled, int options) in cplus_demangle_v3()
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A Darm-dis.c9454 unsigned low, high; in print_insn_neon() local
11595 parse_arm_disassembler_options (const char *options) in parse_arm_disassembler_options()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dada-lang.c455 const struct value_print_options *options) in ada_print_array_index()
1335 ada_la_decode (const char *encoded, int options) in ada_la_decode()
1873 struct value *low = desc_one_bound (descriptor, arity, 0); in ada_type_of_array() local
2645 int low, int high) in ada_value_slice_from_ptr()
2662 ada_value_slice (struct value *array, int low, int high) in ada_value_slice()
2871 empty_array (struct type *arr_type, int low) in empty_array()
9136 int max_indices, LONGEST low, LONGEST high) in aggregate_assign_positional()
9161 int max_indices, LONGEST low, LONGEST high) in aggregate_assign_from_choices()
9243 LONGEST low, LONGEST high) in aggregate_assign_others()
9268 add_component_interval (LONGEST low, LONGEST high, in add_component_interval()
[all …]
H A Dada-valprint.c74 const struct value_print_options *options) in print_optional_low_bound()
140 const struct value_print_options *options) in val_print_packed_array_elements()
149 LONGEST low = 0; in val_print_packed_array_elements() local
466 const struct value_print_options *options) in printstr()
547 const struct value_print_options *options) in ada_printstr()
562 const struct value_print_options *options) in ada_val_print()
583 const struct value_print_options *options) in ada_val_print_array()
646 const struct value_print_options *options) in ada_val_print_1()
921 const struct value_print_options *options, in print_variant_part()
943 const struct value_print_options *options) in ada_value_print()
[all …]
H A Dm2-valprint.c49 get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high) in get_long_set_bounds()
163 const struct value_print_options *options) in m2_print_unbounded_array()
192 const struct value_print_options *options, in print_unpacked_pointer()
235 const struct value_print_options *options) in print_variable_at_address()
268 const struct value_print_options *options, in m2_print_array_contents()
314 const struct value_print_options *options) in m2_val_print()
/dports/devel/gdb761/gdb-7.6.1/libiberty/
H A Dcp-demangle.c1698 int low = 0; in d_operator_name() local
3671 cplus_demangle_print_callback (int options, in cplus_demangle_print_callback()
3824 d_print_subexpr (struct d_print_info *dpi, int options, in d_print_subexpr()
3843 d_print_comp (struct d_print_info *dpi, int options, in d_print_comp()
4897 d_print_mod_list (struct d_print_info *dpi, int options, in d_print_mod_list()
4983 d_print_mod (struct d_print_info *dpi, int options, in d_print_mod()
5181 d_print_expr_op (struct d_print_info *dpi, int options, in d_print_expr_op()
5194 d_print_cast (struct d_print_info *dpi, int options, in d_print_cast()
5271 d_demangle_callback (const char *mangled, int options, in d_demangle_callback()
5522 cplus_demangle_v3 (const char *mangled, int options) in cplus_demangle_v3()
[all …]
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Darm-dis.c2991 unsigned low, high; in print_insn_neon() local
4602 parse_disassembler_options (char *options) in parse_disassembler_options()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig_sys-69.6.0/oniguruma/src/
H A Dregcomp.c5872 OnigOptionType options = reg->options; in tune_tree() local
7650 OnigCodePoint low, high, x; in onig_is_in_code_range() local
H A Dregexec.c158 OnigOptionType options; member
4386 UChar* low; member
4409 UChar *low, *high; in regset_search_body_position_lead() local
5078 UChar* range, UChar** low, UChar** high) in forward_search()
5199 const UChar* range, UChar* adjrange, UChar** low, UChar** high) in backward_search()
5500 UChar *sch_range, *low, *high; in search_in_range() local
5572 UChar *low, *high, *adjrange, *sch_start; in search_in_range() local
H A Dregint.h449 #define BB_EXPAND(buf,low) do{\ argument
986 OnigOptionType options; member
H A Dregparse.c63 #define OPTON_IS_ASCII_MODE_CTYPE(ctype, options) \ argument
2262 node_new_ctype(int type, int not, OnigOptionType options) in node_new_ctype()
2275 node_new_anychar(OnigOptionType options) in node_new_anychar()
2403 node_new_anchor_with_options(int type, OnigOptionType options) in node_new_anchor_with_options()
3386 OnigOptionType options) in node_new_str_with_options()
3398 node_new_str_crude(UChar* s, UChar* end, OnigOptionType options) in node_new_str_crude()
3413 node_new_str_crude_char(UChar c, OnigOptionType options) in node_new_str_crude_char()
3774 int low, high, bound, x; in add_code_range_to_buf() local
4477 int low, up, syn_allow, non_low = 0; in fetch_interval() local
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-d10v.c84 enum options enum
113 int middle, low, high; in reg_name_search() local
/dports/devel/gnulibiberty/binutils-2.37/libiberty/
H A Dcp-demangle.c1914 int low = 0; in d_operator_name() local
4414 cplus_demangle_print_callback (int options, in cplus_demangle_print_callback()
4617 d_print_subexpr (struct d_print_info *dpi, int options, in d_print_subexpr()
5922 d_print_comp (struct d_print_info *dpi, int options, in d_print_comp()
6002 d_print_mod_list (struct d_print_info *dpi, int options, in d_print_mod_list()
6084 d_print_mod (struct d_print_info *dpi, int options, in d_print_mod()
6308 d_print_expr_op (struct d_print_info *dpi, int options, in d_print_expr_op()
6321 d_print_cast (struct d_print_info *dpi, int options, in d_print_cast()
6411 d_demangle_callback (const char *mangled, int options, in d_demangle_callback()
6688 cplus_demangle_v3 (const char *mangled, int options) in cplus_demangle_v3()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Darm-dis.c9454 unsigned low, high; in print_insn_neon() local
11595 parse_arm_disassembler_options (const char *options) in parse_arm_disassembler_options()

12345678910>>...44