Home
last modified time | relevance | path

Searched refs:get_index (Results 1 – 25 of 58) sorted by relevance

123

/third_party/elfio/tests/
DELFIOTest.cpp76 EXPECT_EQ( sec->get_index(), index ); in checkSection()
100 checkSection( sec, sec->get_index(), name, type, flags, address, size, link, in checkSection()
234 EXPECT_EQ( sec->get_index(), i ); in TEST()
238 EXPECT_EQ( sec->get_index(), sec1->get_index() ); in TEST()
349 EXPECT_EQ( sec->get_index(), sec1->get_index() ); in TEST()
442 EXPECT_EQ( sec->get_index(), sec1->get_index() ); in TEST()
448 EXPECT_EQ( sec->get_index(), sec1->get_index() ); in TEST()
503 EXPECT_EQ( sec->get_index(), sec1->get_index() ); in TEST()
510 EXPECT_EQ( sec->get_index(), sec1->get_index() ); in TEST()
557 EXPECT_EQ( sec->get_index(), sec1->get_index() ); in TEST()
[all …]
DELFIOTest1.cpp88 sym_sec->set_link( str_sec->get_index() ); in write_obj_i386()
94 nStrIndex, 0, 0, STB_LOCAL, STT_NOTYPE, 0, data_sec->get_index() ); in write_obj_i386()
98 STT_FUNC, 0, text_sec->get_index() ); in write_obj_i386()
103 rel_sec->set_info( text_sec->get_index() ); in write_obj_i386()
104 rel_sec->set_link( sym_sec->get_index() ); in write_obj_i386()
194 data_seg->add_section_index( data_sec->get_index(), in write_exe_i386()
555 text_seg->add_section_index( null_sec1->get_index(), in TEST()
557 text_seg->add_section_index( text_sec1->get_index(), in TEST()
559 text_seg->add_section_index( null_sec2->get_index(), in TEST()
561 text_seg->add_section_index( text_sec2->get_index(), in TEST()
[all …]
DELFIOTest2.cpp382 EXPECT_EQ( gnu_version->get_link(), dynsym->get_index() ); in TEST()
383 EXPECT_EQ( gnu_version_r->get_link(), dynstr->get_index() ); in TEST()
/third_party/elfio/examples/write_obj/
Dwrite_obj.cpp88 sym_sec->set_link( str_sec->get_index() ); in main()
94 str_index, 29, 0, STB_GLOBAL, STT_OBJECT, 0, text_sec->get_index() ); in main()
97 text_sec->get_index() ); in main()
102 rel_sec->set_info( text_sec->get_index() ); in main()
105 rel_sec->set_link( sym_sec->get_index() ); in main()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-dataview-object.c259 int32_t get_index = ecma_number_to_int32 (number_index); in ecma_op_dataview_get_set_view_value() local
262 if (number_index != get_index || get_index < 0) in ecma_op_dataview_get_set_view_value()
290 if ((uint32_t) get_index + element_size > view_size) in ecma_op_dataview_get_set_view_value()
296 uint32_t buffer_index = (uint32_t) get_index + view_offset; in ecma_op_dataview_get_set_view_value()
/third_party/toybox/toys/pending/
Darp.c78 static int get_index(struct type arr[], char *name) in get_index() function
213 if ((type = get_index(aftype, in arp_main()
220 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER) in arp_main()
249 if ((FLAG(H) && get_index(hwtype, TT.hw_type) != h_type) || in arp_main()
/third_party/f2fs-tools/fsck/
Dquotaio_tree.c52 static int get_index(qid_t id, int depth) in get_index() function
278 newblk = le32_to_cpu(ref[get_index(dquot->dq_id, depth)]); in do_insert_tree()
285 ref[get_index(dquot->dq_id, depth)]); in do_insert_tree()
292 ref[get_index(dquot->dq_id, depth)] = in do_insert_tree()
417 newblk = le32_to_cpu(ref[get_index(dquot->dq_id, depth)]); in remove_tree()
428 ref[get_index(dquot->dq_id, depth)] = cpu_to_le32(0); in remove_tree()
494 blk = le32_to_cpu(ref[get_index(dquot->dq_id, depth)]); in find_tree_dqentry()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ssa_builder.cpp173 unsigned index = get_index(rename_stack.top(), d); in visit()
294 index = get_index(rename_lds_rw_stack.top(), v); in rename_use()
299 index = get_index(rename_stack.top(), v); in rename_use()
384 unsigned ssa_rename::get_index(def_map& m, value* v) { in get_index() function in r600_sb::ssa_rename
/third_party/node/deps/openssl/openssl/apps/
Dsrp.c38 static int get_index(CA_DB *db, char *id, char type) in get_index() function
88 print_entry(db, get_index(db, pp[DB_srpgN], 'I'), verbose, in print_user()
423 if ((userindex = get_index(db, user, 'U')) >= 0) in srp_main()
514 get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0) in srp_main()
/third_party/openssl/apps/
Dsrp.c38 static int get_index(CA_DB *db, char *id, char type) in get_index() function
88 print_entry(db, get_index(db, pp[DB_srpgN], 'I'), verbose, in print_user()
423 if ((userindex = get_index(db, user, 'U')) >= 0) in srp_main()
514 get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0) in srp_main()
/third_party/elfio/elfio/
Delfio_segment.hpp97 Elf_Half get_index() const noexcept override { return index; } in get_index() function in ELFIO::segment_impl
124 return add_section_index( psec->get_index(), addr_align ); in add_section()
Delfio.hpp615 seg->add_section_index( psec->get_index(), 0 ); in load_segments()
637 sec->get_index(); in save_sections()
652 seg->get_index(); in save_segments()
751 if ( 0 != sec->get_index() ) { in layout_sections_without_segments()
935 if ( 0 != sec->get_index() ) { in write_segment_data()
Delfio_section.hpp99 Elf_Half get_index() const noexcept override { return index; } in get_index() function in ELFIO::section_impl
296 if ( 0 != get_index() ) { in save()
/third_party/rust/crates/clap/src/output/
Dusage.rs251 if let Some(index) = arg.get_index() { in get_args()
273 let index = pos.get_index().unwrap(); in get_args()
415 if let Some(index) = arg.get_index() { in get_required_usage_from()
/third_party/rust/crates/clap/src/builder/
Ddebug_asserts.rs136 cmd.two_args_of(|x| x.is_positional() && x.get_index() == Some(idx)) in assert_app()
566 let only_highest = |a: &Arg| a.is_multiple() && (a.get_index().unwrap_or(0) != highest_idx); in _verify_positionals()
634 p.get_index() in _verify_positionals()
663 p.get_index() in _verify_positionals()
/third_party/rust/crates/clap/src/parser/
Dvalidator.rs281 highest_index = highest_index.max(arg.get_index().unwrap_or(0)); in validate_required()
343 highest_index = highest_index.max(a.get_index().unwrap_or(0)); in validate_required()
355 if pos.get_index() < Some(highest_index) { in validate_required()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dafmparse.c442 if ( parser->get_index ) in afm_parser_read_vals()
443 val->u.i = parser->get_index( str, len, parser->user_data ); in afm_parser_read_vals()
560 parser->get_index = NULL; in afm_parser_init()
/third_party/libabigail/src/
Dabg-comparison-priv.h907 {return f.first_parameter()->get_index() < s.first_parameter()->get_index();} in operator()
930 {return l.get_index() < r.get_index();} in operator()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name.cc127 int idx = name.get_index (name_id, language, &width); in hb_ot_name_get_utf()
Dhb-ot-var-gvar-table.hh101 unsigned int index = get_index (); in calculate_scalar()
144 unsigned get_index () const { return tupleIndex & TuppleIndex::TupleIndexMask; } in get_index() function
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_afm.c100 parser.get_index = dummy_get_index; in parse_afm()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Delement32 element_class->get_index = GST_DEBUG_FUNCPTR (gst_replace_get_index);
/third_party/python/Tools/gdb/
Dlibpython.py1512 def get_index(self): member in Frame
1684 write_unicode(sys.stdout, '#%i %s\n' % (self.get_index(), line))
1690 … sys.stdout.write('#%i (unable to read python frame information)\n' % self.get_index())
1694 sys.stdout.write('#%i %s\n' % (self.get_index(), info))
1696 sys.stdout.write('#%i\n' % self.get_index())
/third_party/ffmpeg/libavcodec/
Dg723_1enc.c341 #define get_index(num, offset, size) \ macro
402 get_index(0, 0, 3); in lsp_quantize()
403 get_index(1, 3, 3); in lsp_quantize()
404 get_index(2, 6, 4); in lsp_quantize()
/third_party/rust/crates/clap/src/parser/matches/
Dmatched_arg.rs70 pub(crate) fn get_index(&self, index: usize) -> Option<usize> { in get_index() method

123