OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fcs
(Results
26 - 50
of
60
) sorted by null
1
2
3
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
user32.h
27
u32
fcs
;
member in struct:user_i387_ia32_struct
41
int
fcs
;
member in struct:user32_fxsr_struct
user_32.h
29
long
fcs
;
member in struct:user_i387_struct
42
long
fcs
;
member in struct:user_fxsr_struct
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
user32.h
27
u32
fcs
;
member in struct:user_i387_ia32_struct
41
int
fcs
;
member in struct:user32_fxsr_struct
user_32.h
29
long
fcs
;
member in struct:user_i387_struct
42
long
fcs
;
member in struct:user_fxsr_struct
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
user32.h
27
u32
fcs
;
member in struct:user_i387_ia32_struct
41
int
fcs
;
member in struct:user32_fxsr_struct
user_32.h
29
long
fcs
;
member in struct:user_i387_struct
42
long
fcs
;
member in struct:user_fxsr_struct
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
user32.h
27
u32
fcs
;
member in struct:user_i387_ia32_struct
41
int
fcs
;
member in struct:user32_fxsr_struct
user_32.h
29
long
fcs
;
member in struct:user_i387_struct
42
long
fcs
;
member in struct:user_fxsr_struct
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
user32.h
27
u32
fcs
;
member in struct:user_i387_ia32_struct
41
int
fcs
;
member in struct:user32_fxsr_struct
user_32.h
29
long
fcs
;
member in struct:user_i387_struct
42
long
fcs
;
member in struct:user_fxsr_struct
/external/bluetooth/bluedroid/stack/include/
mca_api.h
109
#define MCA_FCS_BYPASS 0x10 /* fcs_present=TRUE,
fcs
=L2CAP_CFG_FCS_BYPASS */
110
#define MCA_FCS_USE 0x11 /* fcs_present=TRUE,
fcs
=L2CAP_CFG_FCS_USE */
112
#define MCA_FCS_USE_MASK 0x01 /* mask for
fcs
*/
122
tMCA_FCS_OPT
fcs
;
member in struct:__anon1112
l2c_api.h
100
/* HCI header(4) + L2CAP header(4) + padding(4) or control word(2) +
FCS
(2) */
160
BOOLEAN fcs_present; /* Optionally bypasses
FCS
checks */
161
UINT8
fcs
; /* '0' if desire is to bypass
FCS
, otherwise '1' */
member in struct:__anon1105
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c
425
UINT16
fcs
;
local
467
/* Compute the
FCS
and add to the end of the buffer if not bypassed */
470
/* length field in l2cap header has to include
FCS
length */
474
/* Calculate the
FCS
*/
475
fcs
= l2c_fcr_tx_get_fcs(p_buf);
477
/* Point to the end of the buffer and put the
FCS
there */
480
UINT16_TO_STREAM (p,
fcs
);
525
UINT16
fcs
;
local
566
/* Compute the
FCS
and add to the end of the buffer if not bypassed */
569
fcs
= l2c_fcr_tx_get_fcs (p_buf)
641
UINT16
fcs
;
local
1302
UINT16
fcs
;
local
[
all
...]
/external/qemu/hw/
bt-l2cap.c
142
uint16_t
fcs
= 0x0000;
local
149
fcs
^= *message ++;
151
if (
fcs
& 1)
152
fcs
= (
fcs
>> 1) ^ 0xa001;
154
fcs
= (
fcs
>> 1);
157
fcs
= (
fcs
>> 8) ^ l2cap_fcs16_table[(
fcs
^ *message ++) & 0xff]
988
uint16_t
fcs
= le16_to_cpup((void *) (hdr->data + len - 2));
local
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
user.h
104
long int
fcs
;
member in struct:user_fpregs_struct
117
long int
fcs
;
member in struct:user_fpxregs_struct
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h
104
long int
fcs
;
member in struct:user_fpregs_struct
117
long int
fcs
;
member in struct:user_fpxregs_struct
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h
104
long int
fcs
;
member in struct:user_fpregs_struct
117
long int
fcs
;
member in struct:user_fpxregs_struct
/external/tcpdump/
ieee802_11.h
258
u_int8_t
fcs
[4];
member in struct:ctrl_rts_t
268
u_int8_t
fcs
[4];
member in struct:ctrl_cts_t
277
u_int8_t
fcs
[4];
member in struct:ctrl_ack_t
287
u_int8_t
fcs
[4];
member in struct:ctrl_ps_poll_t
298
u_int8_t
fcs
[4];
member in struct:ctrl_end_t
309
u_int8_t
fcs
[4];
member in struct:ctrl_end_ack_t
/bionic/libc/kernel/arch-x86/asm/
processor_32.h
112
long
fcs
;
member in struct:i387_fsave_struct
127
long
fcs
;
member in struct:i387_fxsave_struct
145
long
fcs
;
member in struct:i387_soft_struct
/development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h
112
long
fcs
;
member in struct:i387_fsave_struct
127
long
fcs
;
member in struct:i387_fxsave_struct
145
long
fcs
;
member in struct:i387_soft_struct
/external/qemu/target-i386/
hax-interface.h
32
uint16_t
fcs
;
member in struct:fx_layout::__anon25576::__anon25577
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h
101
long
fcs
;
member in struct:i387_fsave_struct
114
long
fcs
;
member in struct:i387_fxsave_struct
129
long
fcs
;
member in struct:i387_soft_struct
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h
101
long
fcs
;
member in struct:i387_fsave_struct
114
long
fcs
;
member in struct:i387_fxsave_struct
129
long
fcs
;
member in struct:i387_soft_struct
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
101
long
fcs
;
member in struct:i387_fsave_struct
114
long
fcs
;
member in struct:i387_fxsave_struct
129
long
fcs
;
member in struct:i387_soft_struct
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
101
long
fcs
;
member in struct:i387_fsave_struct
114
long
fcs
;
member in struct:i387_fxsave_struct
129
long
fcs
;
member in struct:i387_soft_struct
Completed in 368 milliseconds
1
2
3