Home
last modified time | relevance | path

Searched refs:loff (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/src/topology/
H A Delem.c26 .loff = offsetof(snd_tplg_t, manifest_list),
38 .loff = offsetof(snd_tplg_t, mixer_list),
51 .loff = offsetof(snd_tplg_t, enum_list),
64 .loff = offsetof(snd_tplg_t, bytes_ext_list),
77 .loff = offsetof(snd_tplg_t, widget_list),
90 .loff = offsetof(snd_tplg_t, pcm_list),
103 .loff = offsetof(snd_tplg_t, dai_list),
117 .loff = offsetof(snd_tplg_t, be_list),
130 .loff = offsetof(snd_tplg_t, cc_list),
143 .loff
[all...]
H A Dbuilder.c243 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_write_data()
270 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_write_data()
H A Dtplg_local.h218 off_t loff; member
/third_party/ffmpeg/libavformat/
H A Davienc.c165 int64_t loff; in avi_start_new_riff() local
177 loff = ff_start_tag(pb, "LIST"); in avi_start_new_riff()
179 return loff; in avi_start_new_riff()
/third_party/ltp/scripts/
H A Dcheckpatch.pl1615 my $loff = 0;
1636 $loff = $len;
1724 $loff = $len + 1;
1735 #print "coff<$coff> soff<$off> loff<$loff>\n";
1738 $line, $remain + 1, $off - $loff + 1, $level);

Completed in 10 milliseconds