Home
last modified time | relevance | path

Searched refs:size_key (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
Dvideo_VideoEncodeAccelerator.py98 for (board_key, profile_key, size_key), value in blacklist.items():
101 (size_key is None or size == size_key)):
/external/iproute2/examples/bpf/
Dbpf_prog.c192 .size_key = sizeof(uint8_t),
200 .size_key = sizeof(uint32_t),
208 .size_key = sizeof(uint32_t),
Dbpf_agent.c139 printf(" | size key: %u\n", aux->ent[i].size_key); in bpf_info_loop()
/external/iproute2/include/
Dbpf_elf.h32 __u32 size_key; member
Dbpf_api.h103 .size_key = (SIZE_KEY), \
/external/iproute2/tc/
Dtc_bpf.c235 tmp.size_key = val; in bpf_map_selfcheck_pinned()
629 .size_key = sizeof(int), in bpf_graft_map()
745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key, in bpf_map_create() argument
750 .key_size = size_key, in bpf_map_create()
1078 fd = bpf_map_create(map->type, map->size_key, map->size_value, in bpf_map_attach()
1084 map->size_key, map->size_value, map->max_elem, in bpf_map_attach()