HomeSort by: relevance | last modified time | path
    Searched defs:op_code (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 96 u_short op_code; member in struct:tftph
  /src/external/bsd/wpa/dist/src/eap_common/
eap_pax_common.h 17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_wsc.c 378 const u8 *buf, size_t len, u8 op_code)
381 if (op_code != data->in_op_code) {
384 op_code, data->in_op_code);
405 u8 id, u8 flags, u8 op_code,
426 data->in_op_code = op_code;
445 u8 op_code, flags, id; local
463 op_code = *pos++;
484 op_code, flags, message_length);
487 if (op_code != WSC_FRAG_ACK) {
489 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_mschapv2.c 32 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
178 ms->op_code = MSCHAPV2_OP_RESPONSE;
379 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
390 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
552 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
701 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
708 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
823 switch (ms->op_code) {
834 ms->op_code);
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_wsc.c 293 const u8 *buf, size_t len, u8 op_code)
296 if (op_code != data->in_op_code) {
299 op_code, data->in_op_code);
320 u8 flags, u8 op_code, u16 message_length,
338 data->in_op_code = op_code;
356 u8 op_code, flags; local
375 op_code = *pos++;
394 op_code, flags, message_length);
397 if (op_code != WSC_FRAG_ACK) {
399 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_server_mschapv2.c 18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
129 ms->op_code = MSCHAPV2_OP_CHALLENGE;
167 ms->op_code = MSCHAPV2_OP_SUCCESS;
210 ms->op_code = MSCHAPV2_OP_FAILURE;
261 resp->op_code != MSCHAPV2_OP_RESPONSE) {
263 "ignore op %d", resp->op_code);
268 resp->op_code != MSCHAPV2_OP_SUCCESS &&
269 resp->op_code != MSCHAPV2_OP_FAILURE) {
271 "Failure - ignore op %d", resp->op_code);
276 resp->op_code != MSCHAPV2_OP_FAILURE)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-match-exports.cc 304 tree_code op_code = (tree_code) res_op->code; local
310 if (op_code == COND_EXPR)
tree-ssa-address.cc 627 enum tree_code op_code; local
659 op_code = PLUS_EXPR;
661 op_code = MINUS_EXPR;
671 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt);
672 else if (op_code == PLUS_EXPR)
graphite-isl-ast-to-gimple.cc 434 enum tree_code op_code; local
438 op_code = MAX_EXPR;
442 op_code = MIN_EXPR;
469 res = fold_build2 (op_code, type, res, t);
tree-ssa-phiopt.cc 248 enum tree_code op_code; local
278 op_code = gimple_assign_rhs_code (arg0_def_stmt);
280 if (op_code == VIEW_CONVERT_EXPR)
296 || gimple_assign_rhs_code (arg1_def_stmt) != op_code)
307 if (op_code == VIEW_CONVERT_EXPR)
433 if (op_code == VIEW_CONVERT_EXPR)
439 new_stmt = gimple_build_assign (result, op_code, temp);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc 151 tree_code op_code = (tree_code) res_op->code; local
157 if (op_code == COND_EXPR)
tree-ssa-address.cc 630 enum tree_code op_code; local
662 op_code = PLUS_EXPR;
664 op_code = MINUS_EXPR;
674 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt);
675 else if (op_code == PLUS_EXPR)
graphite-isl-ast-to-gimple.cc 434 enum tree_code op_code; local
438 op_code = MAX_EXPR;
442 op_code = MIN_EXPR;
469 res = fold_build2 (op_code, type, res, t);
  /src/external/bsd/wpa/dist/src/wps/
wps_upnp_web.c 457 enum wsc_op_code op_code; local
458 *reply = wps_get_msg(peer->wps, &op_code);
496 enum wsc_op_code op_code; local
563 *reply = wps_get_msg(peer->wps, &op_code);
wps_er.c 1010 enum wsc_op_code op_code)
1014 res = wps_process_msg(sta->wps, op_code, msg);
1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1092 enum wsc_op_code op_code = WSC_MSG; local
1096 op_code = WSC_ACK;
1099 op_code = WSC_NACK;
1102 op_code = WSC_Done;
1106 wps_er_sta_process(sta, msg, op_code);
1746 enum wsc_op_code op_code; local
1748 op_code = WSC_MSG
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 1833 enum rtx_code op_code = GET_CODE (op);
1847 op_code = swap_condition (op_code);
1882 switch (op_code)
1825 enum rtx_code op_code = GET_CODE (op); local
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 1829 enum rtx_code op_code = GET_CODE (op);
1843 op_code = swap_condition (op_code);
1878 switch (op_code)
1821 enum rtx_code op_code = GET_CODE (op); local
  /src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c 320 short rpt_0x58 (TSIPPKT *rpt, unsigned char *op_code, unsigned char *data_type,
2440 unsigned char *op_code,
2463 *op_code = buf[0];
2466 if (*op_code == 2) {
3928 op_code, data_type, sv_prn, local
3955 if (rpt_0x58 (rpt, &op_code, &data_type, &sv_prn,
3964 switch (op_code)
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 2721 unsigned char op_code, extended_op, adj_opcode; local
2934 op_code = read_1_byte (abfd, &line_ptr, line_end);
2936 if (op_code >= lh.opcode_base)
2939 adj_opcode = op_code - lh.opcode_base;
2964 else switch (op_code)
3089 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++)
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 2721 unsigned char op_code, extended_op, adj_opcode; local
2934 op_code = read_1_byte (abfd, &line_ptr, line_end);
2936 if (op_code >= lh.opcode_base)
2939 adj_opcode = op_code - lh.opcode_base;
2964 else switch (op_code)
3089 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++)
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 2721 unsigned char op_code, extended_op, adj_opcode; local
2934 op_code = read_1_byte (abfd, &line_ptr, line_end);
2936 if (op_code >= lh.opcode_base)
2939 adj_opcode = op_code - lh.opcode_base;
2964 else switch (op_code)
3089 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++)
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 2721 unsigned char op_code, extended_op, adj_opcode; local
2934 op_code = read_1_byte (abfd, &line_ptr, line_end);
2936 if (op_code >= lh.opcode_base)
2939 adj_opcode = op_code - lh.opcode_base;
2964 else switch (op_code)
3089 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++)
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 424 unsigned char op_code; local
439 op_code = *data++;
441 printf (_(" Extended opcode %d: "), op_code);
443 switch (op_code)
572 if (op_code >= DW_LNE_lo_user
575 for op_code. */
576 /*&& op_code <= DW_LNE_hi_user*/)
4966 unsigned char op_code; local
4972 op_code = *data++;
4974 if (op_code >= linfo.li_opcode_base
5590 unsigned char op_code; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 421 unsigned char op_code; local
436 op_code = *data++;
438 printf (_(" Extended opcode %d: "), op_code);
440 switch (op_code)
569 if (op_code >= DW_LNE_lo_user
572 for op_code. */
573 /*&& op_code <= DW_LNE_hi_user*/)
4894 unsigned char op_code; local
4900 op_code = *data++;
4902 if (op_code >= linfo.li_opcode_base
5520 unsigned char op_code; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 18332 void handle_special_opcode (unsigned char op_code);
18457 lnp_state_machine::handle_special_opcode (unsigned char op_code)
18459 unsigned char adj_opcode = op_code - m_line_header->opcode_base;
18751 unsigned char op_code, extended_op;
18777 op_code = read_1_byte (abfd, line_ptr);
18780 if (op_code >= lh->opcode_base)
18783 state_machine.handle_special_opcode (op_code);
18785 else switch (op_code)
18934 for (i = 0; i < lh->standard_opcode_lengths[op_code]; i++)
18740 unsigned char op_code, extended_op; local

Completed in 138 milliseconds

1 2