Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 25 of 149) 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-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-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-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/libvpx/vp8/encoder/
Dmodecosts.c41 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T); in vp8_init_mode_costs()
43 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.sub_mv_ref_prob, in vp8_init_mode_costs()
46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree); in vp8_init_mode_costs()
50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob, in vp8_init_mode_costs()
Dtokenize.c132 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; in tokenize2nd_order_b()
147 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; in tokenize2nd_order_b()
164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; in tokenize2nd_order_b()
177 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; in tokenize2nd_order_b()
230 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt]; in tokenize1st_order_b()
246 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt]; in tokenize1st_order_b()
263 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize1st_order_b()
275 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize1st_order_b()
301 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt]; in tokenize1st_order_b()
317 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt]; in tokenize1st_order_b()
[all …]
Dratectrl.c239 vp8_copy(cc->mvc, cpi->common.fc.mvc); in vp8_save_coding_context()
242 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob); in vp8_save_coding_context()
243 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob); in vp8_save_coding_context()
276 vp8_copy(cpi->common.fc.mvc, cc->mvc); in vp8_restore_coding_context()
280 vp8_copy(cpi->common.fc.ymode_prob, cc->ymode_prob); in vp8_restore_coding_context()
281 vp8_copy(cpi->common.fc.uv_mode_prob, cc->uv_mode_prob); in vp8_restore_coding_context()
307 vpx_memcpy(cpi->common.fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context)); in vp8_setup_key_frame()
310 … vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag); in vp8_setup_key_frame()
316 vpx_memcpy(&cpi->lfc_a, &cpi->common.fc, sizeof(cpi->common.fc)); in vp8_setup_key_frame()
317 vpx_memcpy(&cpi->lfc_g, &cpi->common.fc, sizeof(cpi->common.fc)); in vp8_setup_key_frame()
[all …]
/external/clang/test/CodeGen/
Dcomplex-builtints.c27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
31 if (__builtin_conjf (fc) != 1.0F - 2.0iF) in main()
35 if (__builtin_crealf (fc) != 1.0F) in main()
39 if (__builtin_cimagf (fc) != 2.0F) in main()
/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/libvpx/libvpx/vp8/decoder/
Ddetokenize.c173 const FRAME_CONTEXT * const fc = &dx->common.fc; in vp8_decode_mb_tokens() local
195 coef_probs = fc->coef_probs [1]; in vp8_decode_mb_tokens()
203 coef_probs = fc->coef_probs [0]; in vp8_decode_mb_tokens()
208 coef_probs = fc->coef_probs [3]; in vp8_decode_mb_tokens()
226 coef_probs = fc->coef_probs [2]; in vp8_decode_mb_tokens()
/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DFlatPackageWriterImpl.java150 FileChannel fc = fos.getChannel(); in write() local
153 b.getBox(fc); // moof in write()
154 mdat.getBox(fc); // mdat in write()
155 fc.truncate(fc.position()); in write()
156 fc.close(); in write()
/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/libvpx/libvpx/vp8/common/
Dentropymode.c162 vpx_memcpy(x->fc.ymode_prob, vp8_ymode_prob, sizeof(vp8_ymode_prob)); in vp8_init_mbmode_probs()
163 vpx_memcpy(x->fc.uv_mode_prob, vp8_uv_mode_prob, sizeof(vp8_uv_mode_prob)); in vp8_init_mbmode_probs()
164 vpx_memcpy(x->fc.sub_mv_ref_prob, sub_mv_ref_prob, sizeof(sub_mv_ref_prob)); in vp8_init_mbmode_probs()
/external/skia/tests/
DScalarTest.cpp101 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { in test_floatclass() argument
104 REPORTER_ASSERT(reporter, !!sk_float_isfinite(value) == (fc == kFinite)); in test_floatclass()
105 REPORTER_ASSERT(reporter, !!sk_float_isinf(value) == (fc == kInfinite)); in test_floatclass()
106 REPORTER_ASSERT(reporter, !!sk_float_isnan(value) == (fc == kNaN)); in test_floatclass()
/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/include/clang/Basic/
DBuiltins.def833 LIBBUILTIN(ceil, "dd", "fc", "math.h", ALL_LANGUAGES)
834 LIBBUILTIN(ceill, "LdLd", "fc", "math.h", ALL_LANGUAGES)
835 LIBBUILTIN(ceilf, "ff", "fc", "math.h", ALL_LANGUAGES)
845 LIBBUILTIN(copysign, "ddd", "fc", "math.h", ALL_LANGUAGES)
846 LIBBUILTIN(copysignl, "LdLdLd", "fc", "math.h", ALL_LANGUAGES)
847 LIBBUILTIN(copysignf, "fff", "fc", "math.h", ALL_LANGUAGES)
861 LIBBUILTIN(fabs, "dd", "fc", "math.h", ALL_LANGUAGES)
862 LIBBUILTIN(fabsl, "LdLd", "fc", "math.h", ALL_LANGUAGES)
863 LIBBUILTIN(fabsf, "ff", "fc", "math.h", ALL_LANGUAGES)
865 LIBBUILTIN(floor, "dd", "fc", "math.h", ALL_LANGUAGES)
[all …]
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c381 u16 fc, type, stype; in get_hdr_bssid() local
390 fc = le_to_host16(hdr->frame_control); in get_hdr_bssid()
391 type = WLAN_FC_GET_TYPE(fc); in get_hdr_bssid()
392 stype = WLAN_FC_GET_STYPE(fc); in get_hdr_bssid()
398 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()

123456