Searched refs:size_key (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/ |
D | video_VideoEncodeAccelerator.py | 98 for (board_key, profile_key, size_key), value in blacklist.items(): 101 (size_key is None or size == size_key)):
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 192 .size_key = sizeof(uint8_t), 200 .size_key = sizeof(uint32_t), 208 .size_key = sizeof(uint32_t),
|
D | bpf_agent.c | 139 printf(" | size key: %u\n", aux->ent[i].size_key); in bpf_info_loop()
|
/external/iproute2/include/ |
D | bpf_elf.h | 32 __u32 size_key; member
|
D | bpf_api.h | 103 .size_key = (SIZE_KEY), \
|
/external/iproute2/tc/ |
D | tc_bpf.c | 235 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()
|