HomeSort by relevance Sort by last modified time
    Searched refs:fcs (Results 26 - 50 of 59) sorted by null

12 3

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
user_32.h 29 long fcs; member in struct:user_i387_struct
42 long fcs; member in struct:user_fxsr_struct
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/libppp/src/
pred.c 182 u_short fcs; local
193 fcs = hdlc_Fcs(bufp, 2 + orglen);
194 fcs = ~fcs;
209 *wp++ = fcs & 0377;
210 *wp++ = fcs >> 8;
224 u_short fcs; local
262 fcs = hdlc_Fcs(bufp, wp->m_len = pp - bufp);
263 if (fcs == GOODFCS) {
280 log_Printf(LogDEBUG, "Pred1Input: fcs = 0x%04x (%scompressed), len = 0x%x,
    [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
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 74 ** Description This function calculate FCS for the RFCOMM frame
83 UINT8 fcs = 0xFF; local
87 fcs = rfc_crctable[fcs ^ *p++];
91 return (0xFF - fcs);
99 ** Description This function checks FCS for the RFCOMM frame
104 ** received_fcs - received FCS
109 UINT8 fcs = 0xFF; local
113 fcs = rfc_crctable[fcs ^ *p++]
    [all...]
rfc_ts_frames.c 572 UINT8 ead, eal, fcs; local
592 p_buf->len -= (3 + !ead + !eal + 1); /* Additional 1 for FCS */
612 fcs = *(p_data + len);
623 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
634 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
645 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
656 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
670 else if (!rfc_check_fcs (2, p_start, fcs))
672 RFCOMM_TRACE_ERROR0 ("Bad UIH - FCS");
  /external/ppp/pppd/
demand.c 62 int fcs; variable
95 fcs = PPP_INITFCS;
156 fcs = PPP_INITFCS;
174 * FCS lookup table as calculated by genfcstab.
228 && framelen > 2 && fcs == PPP_GOODFCS) {
236 fcs = PPP_INITFCS;
253 fcs = PPP_FCS(fcs, c);
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 259 tMCA_FCS_OPT fcs = MCA_FCS_NONE; local
269 fcs = p_dcb->p_chnl_cfg->fcs;
276 if (fcs & MCA_FCS_PRESNT_MASK)
279 p_cfg->fcs = (fcs & MCA_FCS_USE_MASK);
  /external/kernel-headers/original/linux/
ppp_defs.h 49 #define PPP_FCSLEN 2 /* octets for FCS */
93 * Values for FCS calculations.
96 #define PPP_INITFCS 0xffff /* Initial FCS value */
97 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */
101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
  /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
  /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
  /prebuilts/ndk/7/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/8/platforms/android-14/arch-x86/usr/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/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...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c     [all...]
  /external/kernel-headers/original/asm-x86/
processor_32.h 244 long fcs; member in struct:i387_fsave_struct
257 long fcs; member in struct:i387_fxsave_struct
272 long fcs; member in struct:i387_soft_struct
  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 42 uint8_t fcs; member in struct:l2cap_options
  /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...]

Completed in 851 milliseconds

12 3