Searched refs:ext_idx (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message_factory.cc | 201 for (int ext_idx = 0 ; ext_idx < descriptor->extension_count() ; ext_idx++) { in GetOrCreateMessageClass() 202 const FieldDescriptor* extension = descriptor->extension(ext_idx); in GetOrCreateMessageClass()
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 812 static sector_t ask_start_sector(int idx, sector_t* begin, sector_t* end, int ext_idx) in ask_start_sector() argument 828 if (!begin[ext_idx] && extended_offset) begin[ext_idx] = extended_offset; in ask_start_sector() 829 start = begin[ext_idx] + offset; in ask_start_sector() 830 limit = end[ext_idx]; in ask_start_sector() 867 static sector_t ask_end_sector(int idx, sector_t* begin, sector_t* end, int ext_idx, sector_t start_sec) in ask_end_sector() argument 880 if (idx >= 4) limit = end[ext_idx]; in ask_end_sector() 916 int i, ext_idx = -1; in add_partition() local 935 if (IS_EXTENDED(p->sys_ind)) ext_idx = i; in add_partition() 937 start = ask_start_sector(idx, begin_sec, end_sec, ext_idx); in add_partition() 1084 int i, j, ext_idx = -1; verify_table() local [all...] |
/third_party/libbpf/src/ |
H A D | libbpf.c | 356 int ext_idx; member 4473 reloc_desc->ext_idx = i; 6342 int ext_idx, const struct extern_desc *ext) 6357 insn->imm = POISON_CALL_KFUNC_BASE + ext_idx; 6405 ext = &obj->externs[relo->ext_idx]; 6427 ext = &obj->externs[relo->ext_idx]; 6434 relo->ext_idx, ext); 7633 int insn_idx, ext_idx; local 7636 if (sscanf(line1, "%d: (%*d) call unknown#%d\n", &insn_idx, &ext_idx) != 2) 7639 ext_idx 6340 poison_kfunc_call(struct bpf_program *prog, int relo_idx, int insn_idx, struct bpf_insn *insn, int ext_idx, const struct extern_desc *ext) global() argument [all...] |
Completed in 25 milliseconds