HomeSort by: relevance | last modified time | path
    Searched defs:n_post (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-rx.c 721 int n_post;
1027 rx_bytes.post[rx_bytes.n_post++] = byte;
1155 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1156 frag_then->fr_subtype = rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1160 bytes = frag_more (rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post);
1163 fetchalign_bytes->n_ops = rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1170 APPEND (post, n_post);
720 int n_post; member in struct:rx_bytesT
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rx.c 721 int n_post;
1027 rx_bytes.post[rx_bytes.n_post++] = byte;
1155 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1156 frag_then->fr_subtype = rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1160 bytes = frag_more (rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post);
1163 fetchalign_bytes->n_ops = rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1170 APPEND (post, n_post);
720 int n_post; member in struct:rx_bytesT

Completed in 117 milliseconds