Searched refs:ftab (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/network/lib6/ |
D | asapi_02.c | 76 } ftab[] = { variable 91 #define FTCOUNT ARRAY_SIZE(ftab) 208 switch (ftab[i].ft_test) { in icmp6_ft() 211 ICMP6_FILTER_SETPASS(ftab[i].ft_flttype, &i6f); in icmp6_ft() 218 ICMP6_FILTER_SETBLOCK(ftab[i].ft_flttype, &i6f); in icmp6_ft() 225 ICMP6_FILTER_SETBLOCK(ftab[i].ft_flttype, &i6f); in icmp6_ft() 226 rv = ICMP6_FILTER_WILLBLOCK(ftab[i].ft_sndtype, &i6f); in icmp6_ft() 230 ICMP6_FILTER_SETPASS(ftab[i].ft_flttype, &i6f); in icmp6_ft() 231 rv = ICMP6_FILTER_WILLPASS(ftab[i].ft_sndtype, &i6f); in icmp6_ft() 235 ftab[i].ft_tname, ftab[i].ft_test); in icmp6_ft() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | movtextdec.c | 105 FontRecord *ftab; member 134 av_freep(&m->ftab[i].font); in mov_text_cleanup_ftab() 135 av_freep(&m->ftab); in mov_text_cleanup_ftab() 214 m->ftab = av_calloc(ftab_entries, sizeof(*m->ftab)); in mov_text_tx3g() 215 if (!m->ftab) in mov_text_tx3g() 220 m->ftab[i].fontID = bytestream_get_be16(&tx3g_ptr); in mov_text_tx3g() 221 if (m->ftab[i].fontID == m->d.fontID) in mov_text_tx3g() 230 m->ftab[i].font = av_malloc(font_length + 1); in mov_text_tx3g() 231 if (!m->ftab[i].font) { in mov_text_tx3g() 235 bytestream_get_buffer(&tx3g_ptr, m->ftab[i].font, font_length); in mov_text_tx3g() [all …]
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | ftab.c | 34 static void* ftab[67] = variable 124 if (function_id < ARRAY_SIZE(ftab)) in vlGetFuncFTAB() 125 *func = ftab[function_id]; in vlGetFuncFTAB()
|
D | meson.build | 27 'bitmap.c', 'decode.c', 'device.c', 'ftab.c', 'htab.c', 'mixer.c',
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 4201 "../src/gallium/frontends/vdpau/ftab.c",
|