HomeSort by relevance Sort by last modified time
    Searched refs:cf1 (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/ap/
dfs.h 16 int cf1, int cf2);
20 int cf1, int cf2);
23 int chan_offset, int chan_width, int cf1, int cf2);
dfs.c 457 int chan_offset, int chan_width, int cf1,
474 /* Seems cf1 and chan_width is enough here */
480 frequency = cf1;
484 frequency = cf1 - 10;
488 frequency = cf1 - 30;
492 frequency = cf1 - 70;
512 int chan_width, int cf1, int cf2)
536 frequency = cf1;
540 frequency = cf1 - 10;
544 frequency = cf1 - 30
648 u8 cf1 = 0, cf2 = 0; local
    [all...]
drv_callbacks.c 434 int offset, int width, int cf1, int cf2)
441 "freq=%d, ht=%d, offset=%d, width=%d, cf1=%d, cf2=%d",
442 freq, ht, offset, width, cf1, cf2);
474 if (cf1 > 5000)
475 seg0_idx = (cf1 - 5000) / 5;
480 seg0_idx = hostapd_hw_get_channel(hapd, cf1);
908 radar->cf1, radar->cf2);
918 radar->cf1, radar->cf2);
928 radar->cf1, radar->cf2);
938 radar->cf1, radar->cf2)
    [all...]
hostapd.h 425 int offset, int width, int cf1, int cf2);
  /external/clang/test/SemaCXX/
attr-flatten.cpp 21 [[gnu::flatten]] void cf1();
attr-no-split-stack.cpp 21 [[gnu::no_split_stack]] void cf1();
cxx1y-user-defined-literals.cpp 40 complex<float> cf1 = 1if, cf2 = 2.if, cf3 = 0x3if;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicConvolve3x3.java 24 float cf1[] = {0.f, 0.f, 0.f, 0.f, 1.f, 0.f, 0.f, 0.f, 0.f}; local
33 si.setCoefficients(cf1);
38 sr.set_gCoeffs(cf1);
IntrinsicConvolve5x5.java 77 float cf1[] = { 0.f, 0.f, 0.f, 0.f, 0.f, local
93 test5(sr, si, e, cf1, "test convolve", 1, w, h, sc);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-open.c 670 static HB_Error Load_Coverage1( HB_CoverageFormat1* cf1,
683 count = cf1->GlyphCount = GET_UShort();
687 cf1->GlyphArray = NULL;
689 if ( ALLOC_ARRAY( cf1->GlyphArray, count, HB_UShort ) )
692 ga = cf1->GlyphArray;
696 FREE( cf1->GlyphArray );
709 static void Free_Coverage1( HB_CoverageFormat1* cf1)
711 FREE( cf1->GlyphArray );
791 case 1: return Load_Coverage1( &c->cf.cf1, stream );
805 case 1: Free_Coverage1( &c->cf.cf1 ); break
    [all...]
harfbuzz-open.h 203 HB_CoverageFormat1 cf1; member in union:HB_Coverage_::__anon19319
harfbuzz-dump.c 196 DUMP_FUINT (&Coverage->cf.cf1, GlyphCount);
198 for (i = 0; i < Coverage->cf.cf1.GlyphCount; i++)
200 Coverage->cf.cf1.GlyphArray[i], i);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 57 int offset, int width, int cf1, int cf2);
ap.c 1112 int offset, int width, int cf1, int cf2)
1118 hostapd_event_ch_switch(wpa_s->ap_iface->bss[0], freq, ht, offset, width, cf1, cf1);
events.c     [all...]
  /external/chromium_org/third_party/skia/gm/
imagefiltersgraph.cpp 191 SkAutoTUnref<SkColorFilter> cf1(SkColorFilter::CreateModeFilter(SK_ColorBLUE,
199 SkAutoTUnref<SkImageFilter> color1(SkColorFilterImageFilter::Create(cf1, NULL, &outerRect));
  /external/skia/gm/
imagefiltersgraph.cpp 191 SkAutoTUnref<SkColorFilter> cf1(SkColorFilter::CreateModeFilter(SK_ColorBLUE,
199 SkAutoTUnref<SkImageFilter> color1(SkColorFilterImageFilter::Create(cf1, NULL, &outerRect));
  /external/wpa_supplicant_8/src/drivers/
driver.h 4058 int cf1; member in struct:wpa_event_data::ch_switch
4084 int cf1; member in struct:wpa_event_data::dfs_event
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1211 pos = os_strstr(param, "cf1=");
1213 data.dfs_event.cf1 = atoi(pos + 4);
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 381 milliseconds