Lines Matching refs:_count
1134 _width, _count, _skip_in, _seg_offset, _delta)
1150 _count = get(bind, p_count)
1164 if (_count == 1) {
1181 } else if (_count > 1) {
1184 _bind_off = _bind_off + (_width * _skip_in * (_count + 1))
1193 set(bind, p_count, _count + 1)
1235 _count = 1
1273 function _srom_ops_apply_bind_offset(opstream, bind, _count, _offset, _width,
1284 _count = get(bind, p_count)
1289 _opstream_offset + ((_width * _skip_in) * _count))
1293 function _srom_ops_emit_bind(opstream, bind, _count, _skip_in, _skip_out,
1316 _count = get(bind, p_count)
1317 while (_count > 0) {
1318 if (_count > 1 && _count <= SPROM_OP_IMM_MAX &&
1324 "("SPROM_OPCODE_DO_BINDN_IMM"|"_count")")
1325 _count -= _count
1327 } else if (_count > 1) {
1330 _written = min(_count, UInt8Max)
1339 _count -= _written
1350 _count--
2662 function parse_type_string(str, _base, _count) {
2665 _count = substr(str, RSTART+1, RLENGTH-2)
2672 return (array_type_new(_base, int(_count)))
2683 function parse_array_type_specifier(str, base_type, _count) {
2686 _count = substr(str, RSTART+1, RLENGTH-2)
2687 return (array_type_new(base_type, int(_count)))
3038 _rev_end, _var, _prev_entry, _count, _i)
3076 _count = map_get(_layout_var_count, _i)
3077 map_set(_layout_var_count, _i, _count + 1)
3442 function parse_hex_string(str, _hex_pstate, _out, _p, _count) {
3455 _count = split(toupper(str), _hex_pstate, "")
3459 if (_count >= 2 && _hex_pstate[1] == "0") {
3466 for (; _p <= _count; _p++)