Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/external/iproute2/misc/
H A 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
H A 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
/aosp_15_r20/external/skia/src/ports/
H A 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 …]
/aosp_15_r20/external/llvm-libc/src/__support/File/linux/
H A 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
/aosp_15_r20/external/libwebsockets/lib/secure-streams/cpp/
H A 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
/aosp_15_r20/external/libaom/av1/encoder/
H A Dinterp_search.c271 int_interpfilters *af, int_interpfilters *lf) { in is_pred_filter_search_allowed()
345 int_interpfilters *lf) { in pred_dual_interp_filter_rd()
387 int_interpfilters lf = af; in fast_dual_interp_filter_rd() local
486 int_interpfilters lf = af; in find_best_non_dual_interp_filter() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A 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
/aosp_15_r20/external/libvpx/vp9/common/
H A 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
/aosp_15_r20/external/trusty/musl/src/stdlib/
Dqsort.c93 unsigned char *rt, *lf; in sift() local
121 *rt, *lf; in trinkle() local
/aosp_15_r20/external/musl/src/stdlib/
H A Dqsort.c94 unsigned char *rt, *lf; in sift() local
122 *rt, *lf; in trinkle() local
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_interactiveform.cpp46 LOGFONTA lf; member
64 LOGFONTA& lf) { in RetrieveSpecificFont()
90 LOGFONTA lf = {}; in GetNativeFontName() local
163 LOGFONTA lf; in AddNativeFont() local
/aosp_15_r20/external/lua/src/
H A Dlauxlib.c694 LoadF *lf = (LoadF *)ud; in getF() local
720 static int skipBOM (LoadF *lf) { in skipBOM()
741 static int skipcomment (LoadF *lf, int *cp) { in skipcomment()
756 LoadF lf; in luaL_loadfilex() local
/aosp_15_r20/external/cronet/third_party/icu/source/samples/layout/
H A DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance() local
200 LOGFONTA lf; in GDIFontInstance() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A 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
/aosp_15_r20/external/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c84 const struct drisw_loader_funcs *lf; member
384 dri_create_sw_winsys(const struct drisw_loader_funcs *lf) in dri_create_sw_winsys()
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DeventFilter.c1030 LocationFilter *lf = &(filter->u.LocationOnly); in setBreakpoint() local
1060 LocationFilter *lf = &(filter->u.LocationOnly); in clearBreakpoint() local
1082 LocationFilter lf; in isBreakpointSet() local
/aosp_15_r20/external/libaom/av1/common/
H A Dthread_common.h324 static inline void set_planes_to_loop_filter(const struct loopfilter *lf, in set_planes_to_loop_filter()
334 static inline int check_planes_to_loop_filter(const struct loopfilter *lf, in check_planes_to_loop_filter()
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
H A DParserLinefeedsTest.java39 private void _testLinefeeds(String lf, boolean useStream) in _testLinefeeds()
/aosp_15_r20/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
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DWindowsLineEndingInputStreamTest.java59 try (WindowsLineEndingInputStream lf = new WindowsLineEndingInputStream( in roundtrip()
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/quotedprintable/
Dreader.go67 lf = []byte("\n") var
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/
H A Dmain.cxx22 lssFile *lf = (lssFile *)lss; in lss_completion() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLLayout.cpp168 for (const auto& lf : kLayoutFlags) { in checkPermittedLayout() local
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
H A DDefaultIndenter.java65 public DefaultIndenter withLinefeed(String lf) in withLinefeed()
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java118 int lf = 0; in encode() local

12345678910>>...20