Searched refs:loff (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-lib/src/topology/ |
D | elem.c | 27 .loff = offsetof(snd_tplg_t, manifest_list), 39 .loff = offsetof(snd_tplg_t, mixer_list), 52 .loff = offsetof(snd_tplg_t, enum_list), 65 .loff = offsetof(snd_tplg_t, bytes_ext_list), 78 .loff = offsetof(snd_tplg_t, widget_list), 91 .loff = offsetof(snd_tplg_t, pcm_list), 104 .loff = offsetof(snd_tplg_t, dai_list), 118 .loff = offsetof(snd_tplg_t, be_list), 131 .loff = offsetof(snd_tplg_t, cc_list), 144 .loff = offsetof(snd_tplg_t, route_list), [all …]
|
D | builder.c | 244 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_write_data() 271 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_write_data()
|
D | save.c | 436 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_save() 529 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_index_groups()
|
D | tplg_local.h | 217 off_t loff; member
|
/third_party/ffmpeg/libavformat/ |
D | avienc.c | 163 int64_t loff; in avi_start_new_riff() local 175 loff = ff_start_tag(pb, "LIST"); in avi_start_new_riff() 177 return loff; in avi_start_new_riff()
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 1615 my $loff = 0; 1636 $loff = $len; 1724 $loff = $len + 1; 1738 $line, $remain + 1, $off - $loff + 1, $level);
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 438 /* note: all ELF-systems seem to have loff-support which needs 64-bit */
|