Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 25 of 137) sorted by relevance

123456

/external/tcpdump/
Dieee802_11.h112 #define FC_VERSION(fc) ((fc) & 0x3) argument
113 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
114 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
115 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
116 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
117 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
118 #define FC_RETRY(fc) ((fc) & 0x0800) argument
119 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
120 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
121 #define FC_WEP(fc) ((fc) & 0x4000) argument
[all …]
Dprint-802_11.c559 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh, in mgmt_body_print() argument
562 switch (FC_SUBTYPE(fc)) { in mgmt_body_print()
605 FC_SUBTYPE(fc)); in mgmt_body_print()
616 ctrl_body_print(u_int16_t fc, const u_char *p) in ctrl_body_print() argument
618 switch (FC_SUBTYPE(fc)) { in ctrl_body_print()
687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in data_header_print() argument
690 u_int subtype = FC_SUBTYPE(fc); in data_header_print()
714 if (!FC_TO_DS(fc) && !FC_FROM_DS(fc)) { in data_header_print()
724 } else if (!FC_TO_DS(fc) && FC_FROM_DS(fc)) { in data_header_print()
734 } else if (FC_TO_DS(fc) && !FC_FROM_DS(fc)) { in data_header_print()
[all …]
Dprint-fddi.c122 print_fddi_fc(u_char fc) in print_fddi_fc() argument
124 switch (fc) { in print_fddi_fc()
155 switch (fc & FDDIFC_CLFF) { in print_fddi_fc()
158 printf("mac%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
162 printf("smt%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
166 printf("async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
170 printf("sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
174 printf("imp_async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
178 printf("imp_sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
182 printf("%02x ", fc); in print_fddi_fc()
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() argument
8 char *cp3 = foo(fc); in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument
17 int *ip = foo(fc); in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument
26 int *ip = foo(fc); in test_foo_3()
33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() argument
34 char *cp = promote_or_convert(fc); in test_promote_or_convert()
41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2() argument
42 int *cp = promote_or_convert2(fc); in test_promote_or_convert2()
/external/clang/test/Sema/
Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() argument
8 char *cp3 = foo(fc); in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument
17 int *ip = foo(fc); in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument
26 int *ip = foo(fc); in test_foo_3()
33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() argument
34 char *cp = promote_or_convert(fc); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert()
41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2() argument
42 int *cp = promote_or_convert2(fc); in test_promote_or_convert2()
/external/sonivox/arm-hybrid-22k/host_src/
Deas_wave.c110 FlipWord(&p->fc.wFormatTag); in FlipWaveHeader()
111 FlipWord(&p->fc.nChannels); in FlipWaveHeader()
112 FlipDWord(&p->fc.nSamplesPerSec); in FlipWaveHeader()
113 FlipDWord(&p->fc.nAvgBytesPerSec); in FlipWaveHeader()
114 FlipWord(&p->fc.nBlockAlign); in FlipWaveHeader()
115 FlipWord(&p->fc.wBitsPerSample); in FlipWaveHeader()
158 wFile->wh.fc.wFormatTag = 1; in WaveFileCreate()
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels; in WaveFileCreate()
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec; in WaveFileCreate()
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample; in WaveFileCreate()
[all …]
/external/sonivox/arm-wt-22k/host_src/
Deas_wave.c110 FlipWord(&p->fc.wFormatTag); in FlipWaveHeader()
111 FlipWord(&p->fc.nChannels); in FlipWaveHeader()
112 FlipDWord(&p->fc.nSamplesPerSec); in FlipWaveHeader()
113 FlipDWord(&p->fc.nAvgBytesPerSec); in FlipWaveHeader()
114 FlipWord(&p->fc.nBlockAlign); in FlipWaveHeader()
115 FlipWord(&p->fc.wBitsPerSample); in FlipWaveHeader()
158 wFile->wh.fc.wFormatTag = 1; in WaveFileCreate()
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels; in WaveFileCreate()
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec; in WaveFileCreate()
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample; in WaveFileCreate()
[all …]
/external/sonivox/arm-fm-22k/host_src/
Deas_wave.c110 FlipWord(&p->fc.wFormatTag); in FlipWaveHeader()
111 FlipWord(&p->fc.nChannels); in FlipWaveHeader()
112 FlipDWord(&p->fc.nSamplesPerSec); in FlipWaveHeader()
113 FlipDWord(&p->fc.nAvgBytesPerSec); in FlipWaveHeader()
114 FlipWord(&p->fc.nBlockAlign); in FlipWaveHeader()
115 FlipWord(&p->fc.wBitsPerSample); in FlipWaveHeader()
158 wFile->wh.fc.wFormatTag = 1; in WaveFileCreate()
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels; in WaveFileCreate()
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec; in WaveFileCreate()
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample; in WaveFileCreate()
[all …]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DMappedByteBufferTest.java46 FileChannel fc = fis.getChannel(); in testasIntBuffer() local
47 MappedByteBuffer mmb = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc in testasIntBuffer()
64 fc.close(); in testasIntBuffer()
76 FileChannel fc = fis.getChannel(); in testEmptyBuffer() local
77 MappedByteBuffer mmb = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size()); in testEmptyBuffer()
104 mmb = fc.map(FileChannel.MapMode.READ_WRITE, 0, fc.size()); in testEmptyBuffer()
113 mmb = fc.map(FileChannel.MapMode.PRIVATE, 0, fc.size()); in testEmptyBuffer()
120 fc.close(); in testEmptyBuffer()
/external/elfutils/tests/
Dcoverage.sh21 gcov -n -a "$fc" |
22 …gawk "/$d.$fc/ { getline; co=gensub(/.*:(.*)% .*/, \"\\\\1\", \"g\"); co=co+0.0; li=\$4+0; printf …
25 unused_files="$unused_files $fc"
/external/libvpx/vp8/encoder/
Dmodecosts.c38 vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.bmode_prob, T); in vp8_init_mode_costs()
40 vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.sub_mv_ref_prob, vp8_sub_mv_ref_tree); in vp8_init_mode_costs()
42 vp8_cost_tokens(c->mb.mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree); in vp8_init_mode_costs()
45 vp8_cost_tokens(c->mb.intra_uv_mode_cost[1], x->fc.uv_mode_prob, vp8_uv_mode_tree); in vp8_init_mode_costs()
/external/javasqlite/src/main/java/SQLite/
DFunction.java40 public void function(FunctionContext fc, String args[]); in function() argument
49 public void step(FunctionContext fc, String args[]); in step() argument
57 public void last_step(FunctionContext fc); in last_step() argument
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DSupport_Format.java138 FieldContainer fc = (FieldContainer) obj; in equals() local
139 return (start == fc.start && end == fc.end in equals()
140 && attribute == fc.attribute && value.equals(fc.value)); in equals()
/external/srec/srec/cfront/
Dfrontobj.c334 freqobj->fc = &freqobj->fcb[1]; in create_freq_object()
413 freqobj->fc[-1] = (fftdata) freqobj->low_cut; /* 1st channel at cutoff */ in setup_freq_object()
416 freqobj->fc[freqobj->nf] = (fftdata)(100 * i); /* 100 Hz */ in setup_freq_object()
420 freqobj->fc[freqobj->nf] = (fftdata) fixed_round(f); /* 10 % */ in setup_freq_object()
424 if ((freqobj->fc[freqobj->nf] + freqobj->fc[freqobj->nf-1]) / 2. > high_cut) in setup_freq_object()
426 freqobj->fc[freqobj->nf] = (fftdata) high_cut; in setup_freq_object()
427 freqobj->fc[freqobj->nf+1] = (fftdata) high_cut; in setup_freq_object()
430 write_frames(freqobj->nf + 1, 1, freqobj->fc, D_FLOAT); in setup_freq_object()
441 for (; f < freqobj->fc[i] && f < (float) high_cut; f += finc, j++) in setup_freq_object()
443 t = (f - freqobj->fc[i-1]) / (freqobj->fc[i] - freqobj->fc[i-1]); in setup_freq_object()
[all …]
/external/skia/tests/
DScalarTest.cpp53 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { in test_floatclass() argument
56 REPORTER_ASSERT(reporter, !!sk_float_isfinite(value) == (fc == kFinite)); in test_floatclass()
57 REPORTER_ASSERT(reporter, !!sk_float_isinf(value) == (fc == kInfinite)); in test_floatclass()
58 REPORTER_ASSERT(reporter, !!sk_float_isnan(value) == (fc == kNaN)); in test_floatclass()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c350 u16 fc, type, stype; in get_hdr_bssid() local
359 fc = le_to_host16(hdr->frame_control); in get_hdr_bssid()
360 type = WLAN_FC_GET_TYPE(fc); in get_hdr_bssid()
361 stype = WLAN_FC_GET_STYPE(fc); in get_hdr_bssid()
367 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()
/external/llvm/test/Analysis/BasicAA/
Ddag.ll23 %fc = bitcast i8* %first to i8*
26 %xxa = bitcast i8* %fc to i8*
29 %xxb = bitcast i8* %fc to i8*
/external/clang/test/Index/
Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text() argument
21 fc.baz(); in text()
/external/clang/test/CodeGenCXX/
Dvtable-linkage.cpp92 F<char> fc; in use_F() local
93 fc.foo(); in use_F()
/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c340 u16 fc; in hostapd_mgmt_rx() local
341 fc = le_to_host16(hdr->frame_control); in hostapd_mgmt_rx()
347 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT && in hostapd_mgmt_rx()
348 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_BEACON) in hostapd_mgmt_rx()
472 u16 fc; in wpa_supplicant_event() local
474 fc = le_to_host16(hdr->frame_control); in wpa_supplicant_event()
475 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT && in wpa_supplicant_event()
476 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_BEACON) in wpa_supplicant_event()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DScenarioResults.java180 char fc = token.charAt(0); in getShortName() local
181 while (fc == ' ' || fc == ',' || fc == ':') { in getShortName()
184 fc = token.charAt(0); in getShortName()
/external/libvpx/vp8/common/
Dentropymode.c196 x->fc.ymode_prob, bct, y_mode_cts, in vp8_init_mbmode_probs()
206 x->fc.uv_mode_prob, bct, uv_mode_cts, in vp8_init_mbmode_probs()
214 vpx_memcpy(x->fc.sub_mv_ref_prob, sub_mv_ref_prob, sizeof(sub_mv_ref_prob)); in vp8_init_mbmode_probs()
/external/libvpx/vp8/decoder/
Ddecodemv.c245 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in mb_mode_mv_init()
263 pbi->common.fc.ymode_prob[i] = (vp8_prob) vp8_read_literal(bc, 8); in mb_mode_mv_init()
274 pbi->common.fc.uv_mode_prob[i] = (vp8_prob) vp8_read_literal(bc, 8); in mb_mode_mv_init()
288 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in read_mb_modes_mv()
501 … if ((mbmi->mode = (MB_PREDICTION_MODE) vp8_read_ymode(bc, pbi->common.fc.ymode_prob)) == B_PRED) in read_mb_modes_mv()
506 mi->bmi[j].mode = (B_PREDICTION_MODE)vp8_read_bmode(bc, pbi->common.fc.bmode_prob); in read_mb_modes_mv()
511 mbmi->uv_mode = (MB_PREDICTION_MODE)vp8_read_uv_mode(bc, pbi->common.fc.uv_mode_prob); in read_mb_modes_mv()
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c62 u16 fc, ethertype; in handle_data() local
71 fc = le_to_host16(hdr->frame_control); in handle_data()
73 if ((fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) != WLAN_FC_TODS) { in handle_data()
74 printf("Not ToDS data frame (fc=0x%04x)\n", fc); in handle_data()
123 u16 fc; in handle_tx_callback() local
127 fc = le_to_host16(hdr->frame_control); in handle_tx_callback()
130 event.tx_status.type = WLAN_FC_GET_TYPE(fc); in handle_tx_callback()
131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in handle_tx_callback()
143 u16 fc, extra_len, type, stype; in handle_frame() local
157 fc = le_to_host16(hdr->frame_control); in handle_frame()
[all …]
/external/kernel-headers/original/linux/
Dif_hippi.h113 __u8 fc:3; member
119 __u8 fc:3;

123456