Home
last modified time | relevance | path

Searched refs:inner_idx (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/
Dbpf_elf.h40 __u32 inner_idx; member
/external/iproute2/examples/bpf/
Dbpf_map_in_map.c10 .inner_idx = 0,
/external/iproute2/lib/
Dbpf.c1650 int i, j, ret, fd, inner_fd, inner_idx, have_map_in_map = 0; in bpf_maps_attach_all() local
1685 ctx->maps[i].inner_idx == -1) in bpf_maps_attach_all()
1689 inner_idx = ctx->maps[i].inner_idx; in bpf_maps_attach_all()
1697 ret = bpf_map_update(ctx->map_fds[j], &inner_idx, in bpf_maps_attach_all()
1701 inner_idx); in bpf_maps_attach_all()
/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp106 size_t inner_idx = 0; in CheckCompositeFontWidths() local
108 int width = arr->GetNumberAt(inner_idx++); in CheckCompositeFontWidths()