Searched refs:count_buf (Results 1 – 4 of 4) sorted by relevance
20 unsigned char count_buf[4]; in pbkdf2_sha1_f() local27 addr[1] = count_buf; in pbkdf2_sha1_f()36 count_buf[0] = (count >> 24) & 0xff; in pbkdf2_sha1_f()37 count_buf[1] = (count >> 16) & 0xff; in pbkdf2_sha1_f()38 count_buf[2] = (count >> 8) & 0xff; in pbkdf2_sha1_f()39 count_buf[3] = count & 0xff; in pbkdf2_sha1_f()
733 char count_buf[ MDB_MONITOR_IDX_TYPES ][ SLAP_TEXT_BUFLEN ]; in mdb_monitor_idx_apply() local746 count_len[ i ] = snprintf( count_buf[ i ], in mdb_monitor_idx_apply()747 sizeof( count_buf[ i ] ), "%lu", idx->idx_count[ i ] ); in mdb_monitor_idx_apply()765 ptr = lutil_strcopy( ptr, count_buf[ i ] ); in mdb_monitor_idx_apply()
1348 struct dwarf_buf count_buf; in read_abbrevs() local1371 count_buf = abbrev_buf; in read_abbrevs()1379 read_uleb128 (&count_buf); in read_abbrevs()1381 read_byte (&count_buf); in read_abbrevs()1387 form = read_uleb128 (&count_buf); in read_abbrevs()1389 read_sleb128 (&count_buf); in read_abbrevs()1392 read_uleb128 (&count_buf); in read_abbrevs()1395 if (count_buf.reported_underflow) in read_abbrevs()1429 count_buf = abbrev_buf; in read_abbrevs()1436 form = read_uleb128 (&count_buf); in read_abbrevs()[all …]
1355 struct dwarf_buf count_buf; in read_abbrevs() local1378 count_buf = abbrev_buf; in read_abbrevs()1386 read_uleb128 (&count_buf); in read_abbrevs()1388 read_byte (&count_buf); in read_abbrevs()1394 form = read_uleb128 (&count_buf); in read_abbrevs()1396 read_sleb128 (&count_buf); in read_abbrevs()1399 read_uleb128 (&count_buf); in read_abbrevs()1402 if (count_buf.reported_underflow) in read_abbrevs()1436 count_buf = abbrev_buf; in read_abbrevs()1443 form = read_uleb128 (&count_buf); in read_abbrevs()[all …]