HomeSort by relevance Sort by last modified time
    Searched refs:lf (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/iproute2/misc/
lnstat_util.c 39 static int scan_lines(struct lnstat_file *lf, int i)
43 for (j = 0; j < lf->num_fields; j++)
44 lf->fields[j].values[i] = 0;
46 while(!feof(lf->fp)) {
52 fgets(buf, sizeof(buf)-1, lf->fp);
53 gettimeofday(&lf->last_read, NULL);
55 for (j = 0; j < lf->num_fields; j++) {
58 lf->fields[j].values[i] = f;
60 lf->fields[j].values[i] += f;
83 struct lnstat_file *lf; local
174 struct lnstat_file *lf; local
217 struct lnstat_file *lf; local
252 struct lnstat_file *lf; local
280 struct lnstat_file *lf; local
297 struct lnstat_file *lf; local
    [all...]
lnstat.c 80 struct lnstat_field *lf; member in struct:field_param
97 struct lnstat_field *lf = fp->params[i].lf; local
102 fprintf(of, formatbuf, lf->result);
112 struct lnstat_file *lf; local
116 for (lf = lnstat_files; lf; lf = lf->next) {
117 for (i = 0; i < lf->num_fields; i++)
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.h 36 struct sw_winsys *dri_create_sw_winsys(struct drisw_loader_funcs *lf);
dri_sw_winsys.c 55 struct drisw_loader_funcs *lf; member in struct:dri_sw_winsys
186 dri_sw_ws->lf->put_image(dri_drawable, dri_sw_dt->data, width, height);
197 dri_create_sw_winsys(struct drisw_loader_funcs *lf)
205 ws->lf = lf;
  /external/valgrind/gdbserver_tests/
filter_make_empty 8 ps -lf -p $PPID >> garbage.filtered.out
  /external/mesa3d/src/gallium/include/state_tracker/
drisw_api.h 21 struct pipe_screen * drisw_create_screen(struct drisw_loader_funcs *lf);
  /external/mesa3d/src/gallium/targets/dri-swrast/
swrast_drm_api.c 41 drisw_create_screen(struct drisw_loader_funcs *lf)
46 winsys = dri_create_sw_winsys(lf);
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 109 LOGFONT lf; local
138 lf.lfHeight = - pt.y;
139 lf.lfWidth = 0;
140 lf.lfEscapement = 0;
141 lf.lfOrientation = 0;
142 lf.lfWeight = 0;
143 lf.lfItalic = 0;
144 lf.lfUnderline = 0;
145 lf.lfStrikeOut = 0;
146 lf.lfCharSet = DEFAULT_CHARSET
194 LOGFONTA lf; local
    [all...]
  /external/skia/samplecode/
SampleTextBox.cpp 49 LOGFONT lf; local
50 sk_bzero(&lf, sizeof(lf));
51 lf.lfHeight = 9;
52 SkTypeface* tf0 = SkCreateTypefaceFromLOGFONT(lf);
53 lf.lfHeight = 12;
54 SkTypeface* tf1 = SkCreateTypefaceFromLOGFONT(lf);
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 54 const struct loopfilter *const lf = &cm->lf; local
62 int filt_mid = clamp(lf->filter_level, min_filter_level, max_filter_level);
142 struct loopfilter *const lf = &cm->lf; local
144 lf->sharpness_level = cm->frame_type == KEY_FRAME ? 0
147 if (method == LPF_PICK_MINIMAL_LPF && lf->filter_level) {
148 lf->filter_level = 0;
158 lf->filter_level = clamp(filt_guess, min_filter_level, max_filter_level);
160 lf->filter_level = search_filter_level(sd, cpi
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_picklpf.c 49 struct loopfilter *const lf = &cm->lf; local
57 int filt_mid = clamp(lf->filter_level, min_filter_level, max_filter_level);
131 lf->filter_level = filt_best;
137 struct loopfilter *const lf = &cm->lf; local
139 lf->sharpness_level = cm->frame_type == KEY_FRAME ? 0
151 lf->filter_level = clamp(filt_guess, min_filter_level, max_filter_level);
  /external/skia/include/ports/
SkTypeface_win.h 21 * Copy the LOGFONT associated with this typeface into the lf parameter. Note
26 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf);
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 421 static void set_default_lf_deltas(struct loopfilter *lf) {
422 lf->mode_ref_delta_enabled = 1;
423 lf->mode_ref_delta_update = 1;
425 lf->ref_deltas[INTRA_FRAME] = 1;
426 lf->ref_deltas[LAST_FRAME] = 0;
427 lf->ref_deltas[GOLDEN_FRAME] = -1;
428 lf->ref_deltas[ALTREF_FRAME] = -1;
430 lf->mode_deltas[0] = 0;
431 lf->mode_deltas[1] = 0;
437 struct loopfilter *const lf = &cm->lf local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymode.c 421 static void set_default_lf_deltas(struct loopfilter *lf) {
422 lf->mode_ref_delta_enabled = 1;
423 lf->mode_ref_delta_update = 1;
425 lf->ref_deltas[INTRA_FRAME] = 1;
426 lf->ref_deltas[LAST_FRAME] = 0;
427 lf->ref_deltas[GOLDEN_FRAME] = -1;
428 lf->ref_deltas[ALTREF_FRAME] = -1;
430 lf->mode_deltas[0] = 0;
431 lf->mode_deltas[1] = 0;
437 struct loopfilter *const lf = &cm->lf local
    [all...]
  /frameworks/av/media/libstagefright/
ClockEstimator.cpp 68 void WindowedLinearFitEstimator::LinearFit::combine(const LinearFit &lf) {
69 mW += lf.mW;
70 mX += lf.mX;
71 mY += lf.mY;
72 mXX += lf.mXX;
73 mXY += lf.mXY;
74 mYY += lf.mYY;
  /external/skia/src/ports/
SkFontHost_win.cpp 42 static void call_ensure_accessible(const LOGFONT& lf) {
44 gEnsureLOGFONTAccessibleProc(lf);
99 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) {
102 call_ensure_accessible(lf);
110 call_ensure_accessible(lf);
119 static void make_canonical(LOGFONT* lf) {
120 lf->lfHeight = -64;
121 lf->lfQuality = CLEARTYPE_QUALITY;//PROOF_QUALITY;
122 lf->lfCharSet = DEFAULT_CHARSET;
123 // lf->lfClipPrecision = 64
309 const LOGFONT* lf = reinterpret_cast<const LOGFONT*>(ctx); local
321 LOGFONT lf = origLF; local
335 LOGFONT lf = origLF; local
651 LOGFONT lf = typeface->fLogFont; local
1737 LOGFONT lf = fLogFont; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.c 1438 struct line_finder *lf = data; local
1486 struct line_finder *lf = param->data; local
1526 struct line_finder lf = {.lr = lr, .found = 0}; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
LazyFieldLite.java 62 LazyFieldLite lf = new LazyFieldLite(); local
63 lf.setValue(value);
64 return lf;
  /external/compiler-rt/lib/asan/
asan_flags.cc 80 __lsan::Flags *lf = __lsan::flags(); local
81 lf->SetDefaults();
84 __lsan::RegisterLsanFlags(&lsan_parser, lf);
  /frameworks/av/include/media/stagefright/
ClockEstimator.h 48 void combine(const LinearFit &lf);
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 347 LOGFONTA lf; member in struct:_PDF_FONTDATA
359 memcpy(&pData->lf, &lpelfe->elfLogFont, sizeof(LOGFONTA));
364 static FX_BOOL RetrieveSpecificFont(LOGFONTA& lf)
369 EnumFontFamiliesExA(hDC, &lf, (FONTENUMPROCA)EnumFontFamExProc, (LPARAM)&fd, 0);
372 memcpy(&lf, &fd.lf, sizeof(LOGFONTA));
376 static FX_BOOL RetrieveSpecificFont(FX_BYTE charSet, FX_BYTE pitchAndFamily, LPCSTR pcsFontName, LOGFONTA& lf)
378 memset(&lf, 0, sizeof(LOGFONTA));
379 lf.lfCharSet = charSet;
380 lf.lfPitchAndFamily = pitchAndFamily
406 LOGFONTA lf; local
429 LOGFONTA lf; local
451 LOGFONTA lf; local
480 LOGFONTA lf; local
589 LOGFONTA lf; local
    [all...]
  /external/svox/pico/lib/
picopr.c 1317 pr_ioItemPtr lf; local
1688 pr_ioItemPtr lf; local
2135 pr_ioItemPtr lf; local
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Base64.java 118 int lf = 0; local
133 lf += 4;
134 if (didx < codeLength && lineFeed > 0 && lf % lineFeed == 0)
183 * beside the bas64 chars, LF, CR, tab and space are accepted.
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 217 int lf = in.read(); local
218 if ((cr != HTTP.CR) || (lf != HTTP.LF)) {
  /external/clang/test/Analysis/
stack-addr-ps.cpp 77 void *lf() { function

Completed in 916 milliseconds

1 2 3 4 5