Home
last modified time | relevance | path

Searched defs:lf (Results 1 – 25 of 102) sorted by relevance

12345

/external/iproute2/misc/
Dlnstat_util.c39 static int scan_lines(struct lnstat_file *lf, int i) in scan_lines()
88 struct lnstat_file *lf; in lnstat_update() local
117 static int __lnstat_scan_fields(struct lnstat_file *lf, char *buf) in __lnstat_scan_fields()
137 static int lnstat_scan_fields(struct lnstat_file *lf) in lnstat_scan_fields()
149 static int lnstat_scan_compat_rtstat_fields(struct lnstat_file *lf) in lnstat_scan_compat_rtstat_fields()
174 struct lnstat_file *lf; in alloc_and_open() local
215 struct lnstat_file *lf; in lnstat_scan_dir() local
250 struct lnstat_file *lf; in lnstat_scan_dir() local
282 struct lnstat_file *lf; in lnstat_dump() local
299 struct lnstat_file *lf; in lnstat_find_field() local
Dlnstat.c86 struct lnstat_field *lf; member
103 const struct lnstat_field *lf = fp->params[i].lf; in print_line() local
118 const struct lnstat_field *lf = fp->params[i].lf; in print_json() local
131 struct lnstat_file *lf; in map_field_params() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/linux/
Dfile.cpp28 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_write() local
38 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_read() local
48 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_seek() local
56 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_close() local
179 auto *lf = reinterpret_cast<LinuxFile *>(f); in get_fileno() local
/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/linux/
Dfile.cpp28 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_write() local
38 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_read() local
48 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_seek() local
56 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_close() local
179 auto *lf = reinterpret_cast<LinuxFile *>(f); in get_fileno() local
/external/llvm-libc/src/__support/File/linux/
Dfile.cpp28 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_write() local
38 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_read() local
48 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_seek() local
56 auto *lf = reinterpret_cast<LinuxFile *>(f); in linux_file_close() local
179 auto *lf = reinterpret_cast<LinuxFile *>(f); in get_fileno() local
/external/skia/src/ports/
DSkFontHost_win.cpp58 static void call_ensure_accessible(const LOGFONT& lf) { in call_ensure_accessible()
113 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) { in dcfontname_to_skstring()
133 static void make_canonical(LOGFONT* lf) { in make_canonical()
141 static SkFontStyle get_style(const LOGFONT& lf) { in get_style()
162 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount()
198 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM()
222 explicit SkAutoHDC(const LOGFONT& lf) in SkAutoHDC()
245 LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream) in LogFontTypeface()
274 static sk_sp<LogFontTypeface> Make(const LOGFONT& lf) { in Make()
319 static sk_sp<FontMemResourceTypeface> Make(const LOGFONT& lf, HANDLE fontMemResource) { in Make()
[all …]
/external/libwebsockets/lib/secure-streams/cpp/
DlssFile.cxx36 lssFile *lf = (lssFile *)userobj_to_lss(userobj); in lssfile_rx() local
55 lssFile *lf = (lssFile *)userobj_to_lss(userobj); in lssfile_state() local
/external/libvpx/vp9/encoder/
Dvp9_picklpf.c81 const struct loopfilter *const lf = &cm->lf; in search_filter_level() local
162 struct loopfilter *const lf = &cm->lf; in vp9_pick_filter_level() local
/external/libvpx/vp9/common/
Dvp9_entropymode.c411 static void set_default_lf_deltas(struct loopfilter *lf) { in set_default_lf_deltas()
427 struct loopfilter *const lf = &cm->lf; in vp9_setup_past_independence() local
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DParserLinefeedsTest.java39 private void _testLinefeeds(String lf, boolean useStream) in _testLinefeeds()
/external/trusty/musl/src/stdlib/
Dqsort.c93 unsigned char *rt, *lf; in sift() local
121 *rt, *lf; in trinkle() local
/external/musl/src/stdlib/
Dqsort.c94 unsigned char *rt, *lf; in sift() local
122 *rt, *lf; in trinkle() local
/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_hash_ops.cpp29 float lf=(float)hc.size()/hc.bucket_count(); in check_load_factor() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DWindowsLineEndingInputStreamTest.java59 try (WindowsLineEndingInputStream lf = new WindowsLineEndingInputStream( in roundtrip()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/
Dmain.cxx22 lssFile *lf = (lssFile *)lss; in lss_completion() local
/external/cronet/stable/third_party/icu/source/samples/layout/
DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance() local
200 LOGFONTA lf; in GDIFontInstance() local
/external/cronet/tot/third_party/icu/source/samples/layout/
DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance() local
200 LOGFONTA lf; in GDIFontInstance() local
/external/skia/src/sksl/ir/
DSkSLLayout.cpp168 for (const auto& lf : kLayoutFlags) { in checkPermittedLayout() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DDefaultIndenter.java65 public DefaultIndenter withLinefeed(String lf) in withLinefeed()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_format.c173 const struct lima_format *lf = get_texel_format(f); in lima_format_texel_supported() local
184 const struct lima_format *lf = get_pixel_format(f); in lima_format_pixel_supported() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DBase64.java118 int lf = 0; in encode() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
DCustomFormatterListTest.java43 private final ListFormatter lf; field in CustomFormatterListTest.ListFormatterFactory.ListFormatterImpl
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/
DCustomFormatterListTest.java40 private final ListFormatter lf; field in CustomFormatterListTest.ListFormatterFactory.ListFormatterImpl
/external/apache-http/src/org/apache/http/impl/io/
DChunkedInputStream.java217 int lf = in.read(); in getChunkSize() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDTD2Markdown.java114 static final ListFormatter lf = field in DTD2Markdown

12345