Searched refs:byte1 (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/contrib/sendmail/libsm/
H A Dutf8_valid.c51 unsigned char byte1; local
56 byte1 = bytes[index++];
57 } while (byte1 < 0x80);
58 if (byte1 < 0xE0)
63 if (byte1 < 0xC2 || bytes[index++] > 0xBF)
66 else if (byte1 < 0xF0)
74 || (byte1 == 0xE0 && byte2 < 0xA0)
76 || (byte1 == 0xED && 0xA0 <= byte2)
90 /* if (byte1 > (byte) 0xF4 */
91 /* || byte1
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp136 uint8_t byte1 = GetByteAtOffset(data, byte_offset++); local
137 if ((byte1 & 0xc0) == 0x00) {
140 vsp += ((byte1 & 0x3f) << 2) + 4;
141 } else if ((byte1 & 0xc0) == 0x40) {
144 vsp -= ((byte1 & 0x3f) << 2) + 4;
145 } else if ((byte1 & 0xf0) == 0x80) {
150 if (byte1 == 0x80 && byte2 == 0) {
158 uint16_t regs = ((byte1 & 0x0f) << 8) | byte2;
166 } else if ((byte1 & 0xff) == 0x9d) {
170 } else if ((byte1
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_crc32.c54 uint32_t byte0, byte1, byte2, byte3; local
66 byte1 = (crc32c >> 8) & 0x000000ff;
69 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/freebsd-current/contrib/openresolv/
H A Ddnsmasq.in112 byte1="$(printf %d 0x${addr%??})"
115 back="$back byte:$byte1 byte:$byte2"
117 front="$front byte:$byte1 byte:$byte2"
/freebsd-current/sys/dev/altera/sdcard/
H A Daltera_sdcard_io.c77 uint8_t byte0, byte1, byte2; local
97 byte1 = sc->as_csd.csd_data[ALTERA_SDCARD_CSD_C_SIZE_BYTE1];
101 (byte1 << ALTERA_SDCARD_CSD_C_SIZE_LSHIFT1) |
106 byte1 = sc->as_csd.csd_data[ALTERA_SDCARD_CSD_C_SIZE_MULT_BYTE1];
107 byte1 &= ALTERA_SDCARD_CSD_C_SIZE_MULT_MASK1;
109 (byte1 << ALTERA_SDCARD_CSD_C_SIZE_MULT_LSHIFT1);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp403 uint8_t byte1 = *((u8 *)(pc + 0));
407 uint32_t ebreak = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
420 byte1 = *((u8 *)(pc + 0));
425 uint32_t instr = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
460 uint8_t byte1 = (uint8_t)(*(exception_source + 0)); local
464 uint32_t faulted = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_hsi_rdma.h47 u8 byte1 /* state */; member in struct:e4_ystorm_rdma_task_ag_ctx
104 u8 byte1 /* state */; member in struct:e4_mstorm_rdma_task_ag_ctx
177 u8 byte1 /* state */; member in struct:e4_ustorm_rdma_task_ag_ctx
252 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_rdma_task_ag_ctx
323 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_rdma_task_ag_ctx
394 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_rdma_task_ag_ctx
1016 u8 byte1 /* state */; member in struct:e4_mstorm_rdma_conn_ag_ctx
1054 u8 byte1 /* state */; member in struct:e4_tstorm_rdma_conn_ag_ctx
1159 u8 byte1 /* state */; member in struct:e4_tstorm_rdma_task_ag_ctx
1239 u8 byte1 /* stat member in struct:e4_ustorm_rdma_conn_ag_ctx
1539 u8 byte1 /* state */; member in struct:e4_ystorm_rdma_conn_ag_ctx
1584 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_rdma_conn_ag_ctx
1622 u8 byte1 /* state_and_core_id */; member in struct:e5_tstorm_rdma_conn_ag_ctx
1743 u8 byte1 /* state_and_core_id */; member in struct:e5_tstorm_rdma_task_ag_ctx
1823 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_rdma_conn_ag_ctx
2135 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_rdma_conn_ag_ctx
[all...]
H A Dfcoe_common.h219 u8 byte1 /* state */; member in struct:e4_ystorm_fcoe_task_ag_ctx
276 u8 byte1 /* state */; member in struct:e4_tstorm_fcoe_task_ag_ctx
441 u8 byte1 /* state */; member in struct:e4_mstorm_fcoe_task_ag_ctx
533 u8 byte1 /* state */; member in struct:e4_ustorm_fcoe_task_ag_ctx
611 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_fcoe_task_ag_ctx
682 u8 byte1 /* state_and_core_id */; member in struct:e5_tstorm_fcoe_task_ag_ctx
762 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_fcoe_task_ag_ctx
833 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_fcoe_task_ag_ctx
H A Decore_hsi_fcoe.h580 u8 byte1 /* state */; member in struct:e4_ustorm_fcoe_conn_ag_ctx
681 u8 byte1 /* state */; member in struct:e4_mstorm_fcoe_conn_ag_ctx
1146 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_fcoe_conn_ag_ctx
1228 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_fcoe_conn_ag_ctx
1346 u8 byte1 /* state */; member in struct:e4_ystorm_fcoe_conn_ag_ctx
1391 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_fcoe_conn_ag_ctx
H A Decore_hsi_roce.h497 u8 byte1 /* state */; member in struct:e4_mstorm_roce_req_conn_ag_ctx
535 u8 byte1 /* state */; member in struct:e4_mstorm_roce_resp_conn_ag_ctx
783 u8 byte1 /* state */; member in struct:e4_ustorm_roce_req_conn_ag_ctx
853 u8 byte1 /* state */; member in struct:e4_ustorm_roce_resp_conn_ag_ctx
1385 u8 byte1 /* state */; member in struct:e4_ystorm_roce_req_conn_ag_ctx
1430 u8 byte1 /* state */; member in struct:e4_ystorm_roce_resp_conn_ag_ctx
1741 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_roce_req_conn_ag_ctx
1779 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_roce_resp_conn_ag_ctx
2059 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_roce_req_conn_ag_ctx
2141 u8 byte1 /* state_and_core_i member in struct:e5_ustorm_roce_resp_conn_ag_ctx
2685 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_roce_req_conn_ag_ctx
2730 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_roce_resp_conn_ag_ctx
[all...]
H A Discsi_common.h831 u8 byte1 /* state */; member in struct:e4_ystorm_iscsi_task_ag_ctx
882 u8 byte1 /* state */; member in struct:e4_mstorm_iscsi_task_ag_ctx
1096 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_iscsi_task_ag_ctx
1160 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_iscsi_task_ag_ctx
1895 u8 byte1 /* state */; member in struct:e4_tstorm_iscsi_task_ag_ctx
1975 u8 byte1 /* state_and_core_id */; member in struct:e5_tstorm_iscsi_task_ag_ctx
H A Decore_hsi_common.h741 u8 byte1 /* state */; member in struct:e4_tstorm_core_conn_ag_ctx
846 u8 byte1 /* state */; member in struct:e4_ustorm_core_conn_ag_ctx
1228 u8 byte1 /* state_and_core_id */; member in struct:e5_tstorm_core_conn_ag_ctx
1349 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_core_conn_ag_ctx
2218 u8 byte1 /* state */; member in struct:e4_mstorm_core_conn_ag_ctx
2256 u8 byte1 /* state */; member in struct:e4_ystorm_core_conn_ag_ctx
2301 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_core_conn_ag_ctx
2339 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_core_conn_ag_ctx
H A Decore_hsi_iscsi.h426 u8 byte1 /* state */; member in struct:e4_ustorm_iscsi_conn_ag_ctx
967 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_iscsi_conn_ag_ctx
1121 u8 byte1 /* state */; member in struct:e4_ystorm_iscsi_conn_ag_ctx
1166 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_iscsi_conn_ag_ctx
H A Decore_hsi_iwarp.h1270 u8 byte1 /* state */; member in struct:e4_ustorm_iwarp_conn_ag_ctx
1340 u8 byte1 /* state */; member in struct:e4_ystorm_iwarp_conn_ag_ctx
1423 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_iwarp_conn_ag_ctx
1505 u8 byte1 /* state_and_core_id */; member in struct:e5_ystorm_iwarp_conn_ag_ctx
H A Decore_hsi_eth.h380 u8 byte1 /* state */; member in struct:e4_tstorm_eth_conn_ag_ctx
485 u8 byte1 /* state */; member in struct:e4_ustorm_eth_conn_ag_ctx
867 u8 byte1 /* state_and_core_id */; member in struct:e5_tstorm_eth_conn_ag_ctx
1033 u8 byte1 /* state_and_core_id */; member in struct:e5_ustorm_eth_conn_ag_ctx
1996 u8 byte1 /* state */; member in struct:e4_mstorm_eth_conn_ag_ctx
2485 u8 byte1 /* state_and_core_id */; member in struct:e5_mstorm_eth_conn_ag_ctx
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp336 uint8_t byte1, byte2; local
337 if (consume(insn, byte1)) {
347 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)) {
350 --insn->readerCursor; // unconsume byte1
356 insn->vectorExtensionPrefix[1] = byte1;
388 uint8_t byte1; local
389 if (peek(insn, byte1)) {
394 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)
419 uint8_t byte1; local
420 if (peek(insn, byte1)) {
451 uint8_t byte1; local
490 uint8_t byte1; local
[all...]
/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntp.pl20 $byte1 = (($NTP_version & 0x7)<< 3) & 0x34 | ($ctrl_mode & 0x7);
34 ;# C LI|VN|MODE LI 2bit=00 VN 3bit=2(3) MODE 3bit=6 : $byte1
94 $byte1,
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.h150 uint8_t byte1; member in struct:scsi_set_capacity
165 uint8_t byte1; member in struct:scsi_format_medium
342 uint8_t byte1; /* set LSB to read hardware block pos */ member in struct:scsi_tape_read_position
405 uint8_t byte1; member in struct:scsi_tape_locate
419 uint8_t byte1; member in struct:scsi_locate_16
439 uint8_t byte1; member in struct:scsi_report_density_support
1063 uint8_t tag_action, int byte1, uint32_t proportion,
1068 uint8_t tag_action, int byte1, int byte2,
H A Dscsi_sa.c6134 scmd->byte1 = hardsoft;
6163 scmd->byte1 = service_action;
6189 scmd->byte1 |= SA_SPOS_BT;
6219 scmd->byte1 |= SA_SPOS_IMMED;
6221 scmd->byte1 |= SA_SPOS_CP;
6223 scmd->byte1 |= SA_SPOS_BT;
6253 scsi_cmd->byte1 |= SA_LC_IMMEDIATE;
6255 scsi_cmd->byte1 |= SA_LC_CP;
6256 scsi_cmd->byte1 |= (dest_type << SA_LC_DEST_TYPE_SHIFT);
6277 scsi_cmd->byte1 |
6296 scsi_set_capacity(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, int byte1, uint32_t proportion, uint32_t sense_len, uint32_t timeout) argument
6324 scsi_format_medium(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, int byte1, int byte2, uint8_t *data_ptr, uint32_t dxfer_len, uint32_t sense_len, uint32_t timeout) argument
[all...]
H A Dscsi_da.h128 uint8_t byte1; member in struct:scsi_sanitize_parameter_list
266 uint8_t byte1; member in struct:format_ipat_descriptor
H A Dscsi_ses.h2395 uint8_t byte1; member in struct:ses_elm_sas_type0_base_hdr
2402 ((obj)->byte1 & 0x1)
2413 uint8_t byte1; member in struct:ses_elm_sas_type1_expander_hdr
2424 uint8_t byte1; member in struct:ses_elm_sas_type1_nonexpander_hdr
2435 uint8_t byte1; member in struct:ses_elm_sas_base_hdr
/freebsd-current/sys/contrib/dev/rtw88/
H A Dcoex.c1134 static void rtw_coex_set_tdma(struct rtw_dev *rtwdev, u8 byte1, u8 byte2, argument
1144 if (ap_enable && (byte1 & BIT(4) && !(byte1 & BIT(5)))) {
1148 byte1 &= ~BIT(4);
1149 byte1 |= BIT(5);
1156 } else if ((byte1 & BIT(4) && !(byte1 & BIT(5))) ||
1159 "[BTCoex], %s(): Force LPS (byte1 = 0x%x)\n", __func__,
1160 byte1);
1169 "[BTCoex], %s(): native power save (byte1
[all...]
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c1717 u_int8_t byte0, byte1, byte2, byte3; local
1725 byte1 = (crc32c >> 8) & 0xff;
1728 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c2056 unsigned byte1,byte2,byte3,byte4;
2065 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2068 if (byte1 > 255 ||
2074 words[6] = (byte1<<8) | byte2;
/freebsd-current/contrib/libevent/
H A Devutil.c2056 unsigned byte1,byte2,byte3,byte4;
2065 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2068 if (byte1 > 255 ||
2074 words[6] = (byte1<<8) | byte2;

Completed in 507 milliseconds

12