Home
last modified time | relevance | path

Searched refs:count_buf (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dsha1-pbkdf2.c20 unsigned char count_buf[4]; in pbkdf2_sha1_f() local
27 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()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmonitor.c733 char count_buf[ MDB_MONITOR_IDX_TYPES ][ SLAP_TEXT_BUFLEN ]; in mdb_monitor_idx_apply() local
746 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()
/netbsd/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c1348 struct dwarf_buf count_buf; in read_abbrevs() local
1371 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 …]
/netbsd/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c1355 struct dwarf_buf count_buf; in read_abbrevs() local
1378 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 …]