Searched defs:ft (Results 1 - 25 of 108) sorted by last modified time

12345

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c796 int ft; local
1017 ft = sm->wpa == WPA_VERSION_WPA2 &&
1020 wpa_compare_rsn_ie(ft,
1037 if (ft && ft_check_msg_2_of_4(wpa_auth, sm, &kde) < 0) {
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ft.c65 struct wpa_ft_ies ft; local
70 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0)
73 if (ft.mdie && ft.mdie_len < MOBILITY_DOMAIN_ID_LEN + 1)
76 if (ft.mdie) {
78 ft.mdie, MOBILITY_DOMAIN_ID_LEN);
79 os_memcpy(sm->mobility_domain, ft.mdie,
81 sm->mdie_ft_capab = ft.mdie[MOBILITY_DOMAIN_ID_LEN];
87 if (ft.r0kh_id) {
89 ft
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c28 FILETIME ft; local
36 SystemTimeToFileTime(&st, &ft);
38 GetSystemTimeAsFileTime(&ft);
40 li.LowPart = ft.dwLowDateTime;
41 li.HighPart = ft.dwHighDateTime;
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c796 int ft; local
1017 ft = sm->wpa == WPA_VERSION_WPA2 &&
1020 wpa_compare_rsn_ie(ft,
1037 if (ft && ft_check_msg_2_of_4(wpa_auth, sm, &kde) < 0) {
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c65 struct wpa_ft_ies ft; local
70 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0)
73 if (ft.mdie && ft.mdie_len < MOBILITY_DOMAIN_ID_LEN + 1)
76 if (ft.mdie) {
78 ft.mdie, MOBILITY_DOMAIN_ID_LEN);
79 os_memcpy(sm->mobility_domain, ft.mdie,
81 sm->mdie_ft_capab = ft.mdie[MOBILITY_DOMAIN_ID_LEN];
87 if (ft.r0kh_id) {
89 ft
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c28 FILETIME ft; local
36 SystemTimeToFileTime(&st, &ft);
38 GetSystemTimeAsFileTime(&ft);
40 li.LowPart = ft.dwLowDateTime;
41 li.HighPart = ft.dwHighDateTime;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c796 int ft; local
1017 ft = sm->wpa == WPA_VERSION_WPA2 &&
1020 wpa_compare_rsn_ie(ft,
1037 if (ft && ft_check_msg_2_of_4(wpa_auth, sm, &kde) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c65 struct wpa_ft_ies ft; local
70 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0)
73 if (ft.mdie && ft.mdie_len < MOBILITY_DOMAIN_ID_LEN + 1)
76 if (ft.mdie) {
78 ft.mdie, MOBILITY_DOMAIN_ID_LEN);
79 os_memcpy(sm->mobility_domain, ft.mdie,
81 sm->mdie_ft_capab = ft.mdie[MOBILITY_DOMAIN_ID_LEN];
87 if (ft.r0kh_id) {
89 ft
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c28 FILETIME ft; local
36 SystemTimeToFileTime(&st, &ft);
38 GetSystemTimeAsFileTime(&ft);
40 li.LowPart = ft.dwLowDateTime;
41 li.HighPart = ft.dwHighDateTime;
/external/valgrind/main/perf/
H A Dtinycc.c5739 int v, t, ft, fc, fr;
5743 ft = sv->type.t;
5755 if ((ft & VT_BTYPE) == VT_FLOAT) {
5758 } else if ((ft & VT_BTYPE) == VT_DOUBLE) {
5761 } else if ((ft & VT_BTYPE) == VT_LDOUBLE) {
5764 } else if ((ft & VT_TYPE) == VT_BYTE) {
5766 } else if ((ft & VT_TYPE) == (VT_BYTE | VT_UNSIGNED)) {
5768 } else if ((ft & VT_TYPE) == VT_SHORT) {
5770 } else if ((ft & VT_TYPE) == (VT_SHORT | VT_UNSIGNED)) {
5804 int fr, bt, ft, f
5737 int v, t, ft, fc, fr; local
5802 int fr, bt, ft, fc; local
6292 int a, ft, fc, swapped, r; local
11881 int sbt, dbt, ft, r, t, size, align, bit_size, bit_pos, rc, delayed_cast; local
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.cc1156 void Assembler::ldr(const FPRegister& ft, double imm) { argument
1157 VIXL_ASSERT(ft.Is64Bits());
1158 LoadLiteral(ft, double_to_rawbits(imm), LDR_d_lit);
1162 void Assembler::ldr(const FPRegister& ft, float imm) { argument
1163 VIXL_ASSERT(ft.Is32Bits());
1164 LoadLiteral(ft, float_to_rawbits(imm), LDR_s_lit);
H A Dmacro-assembler-a64.h751 void Ldr(const FPRegister& ft, double imm) { argument
753 if (ft.Is64Bits()) {
754 ldr(ft, imm);
756 ldr(ft, static_cast<float>(imm));
759 void Ldr(const FPRegister& ft, float imm) { argument
761 if (ft.Is32Bits()) {
762 ldr(ft, imm);
764 ldr(ft, static_cast<double>(imm));
/external/valgrind/main/VEX/priv/
H A Dguest_mips_helpers.c1185 : "r" (&(addr[fs])), "r" (&(addr[ft])), "r" (fcsr) \
1191 extern UInt mips_dirtyhelper_calculate_FCSR_fp32 ( void* gs, UInt fs, UInt ft, argument
1202 loFtVal = (UInt)addr[ft];
1203 hiFtVal = (UInt)addr[ft+1];
1208 loFtVal = (UInt)addr[ft*2];
1209 hiFtVal = (UInt)addr[ft*2+2];
1319 extern UInt mips_dirtyhelper_calculate_FCSR_fp64 ( void* gs, UInt fs, UInt ft, argument
H A Dguest_mips_toIR.c1112 static void calculateFCSR(UInt fs, UInt ft, UInt inst, Bool sz32, UInt opN) argument
1123 mkU32(ft),
1131 mkU32(ft),
1175 d->fxState[2].offset = floatGuestRegOffset(ft);
1183 d->fxState[4].offset = floatGuestRegOffset(ft+1);
1735 UInt ft = get_ft(cins); local
1742 DIP("c.%s.s %d, f%d, f%d", showCondCode(cond), fpc_cc, fs, ft);
1755 getFReg(ft))));
1857 unop(Iop_F32toF64, getFReg(ft))));
1951 DIP("c.%s.d %d, f%d, f%d", showCondCode(cond), fpc_cc, fs, ft);
11688 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function, local
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dfma.c7 } ft __attribute__((aligned (32))); variable in typeref:struct:float_test
31 __asm __volatile__ ("vfmadd132ss %2, %3, %0" : "=x" (w) : "0" (ft.x[i]), "x" (ft.y[i]), "x" (ft.z[i]));
32 thisres |= testf( w, ft.expected[i] );
33 __asm __volatile__ ("vfmadd132ss %2, %3, %0" : "=x" (w) : "0" (ft.x[i]), "m" (ft.y[i]), "x" (ft.z[i]));
34 thisres |= testf( w, ft.expected[i] );
35 __asm __volatile__ ("vfmadd213ss %3, %2, %0" : "=x" (w) : "0" (ft
[all...]
/external/svox/pico/lib/
H A Dpicopam.c1902 picoos_int16 ft, dt; local
1950 ft = 0;
1959 ft, /* factor to be multiplied to get the target */
/external/speex/libspeex/
H A Dpreprocess.c206 spx_word16_t *ft; /**< Processing frame in freq domain (2*ps_size) */ member in struct:SpeexPreprocessState_
450 st->ft = (spx_word16_t*)speex_alloc(2*N*sizeof(spx_word16_t));
536 speex_free(st->ft);
569 static void speex_compute_agc(SpeexPreprocessState *st, spx_word16_t Pframe, spx_word16_t *ft) argument
613 ft[i] *= st->agc_gain;
652 spx_fft(st->fft_lookup, st->frame, st->ft);
655 ps[0]=MULT16_16(st->ft[0],st->ft[0]);
657 ps[i]=MULT16_16(st->ft[2*i-1],st->ft[
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c37341 FILETIME ft; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c37361 FILETIME ft; local
[all...]
/external/skia/samplecode/
H A DSampleFillType.cpp40 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, argument
49 fPath.setFillType(ft);
/external/skia/src/core/
H A DSkReadBuffer.cpp297 SkFlattenable* SkReadBuffer::readFlattenable(SkFlattenable::Type ft) { argument
299 // TODO: confirm that ft matches the factory we decide to use
H A DSkScalerContext.cpp70 SkFlattenable::Type ft) {
77 obj = buffer.readFlattenable(ft);
69 load_flattenable(const SkDescriptor* desc, uint32_t tag, SkFlattenable::Type ft) argument
/external/skia/src/ports/
H A DSkTime_win.cpp31 FILETIME ft; local
33 GetSystemTimeAsFileTime(&ft);
34 li.LowPart = ft.dwLowDateTime;
35 li.HighPart = ft.dwHighDateTime;
/external/skia/gm/
H A Dfilltypes.cpp40 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, argument
49 fPath.setFillType(ft);
H A Dfilltypespersp.cpp39 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, argument
48 fPath.setFillType(ft);

Completed in 721 milliseconds

12345