Searched refs:loff (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/src/topology/ |
H A D | elem.c | 26 .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 D | builder.c | 243 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 D | tplg_local.h | 218 off_t loff; member
|
/third_party/ffmpeg/libavformat/ |
H A D | avienc.c | 165 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 D | checkpatch.pl | 1615 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