Home
last modified time | relevance | path

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

12345

/dports/net/hostapd/hostapd-2.9/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()
/dports/net/hostapd-devel/hostap-14ab4a816/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()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/crypto/
H A Dsha1-pbkdf2.c28 unsigned char count_buf[4]; in pbkdf2_sha1_f() local
35 addr[1] = count_buf; in pbkdf2_sha1_f()
44 count_buf[0] = (count >> 24) & 0xff; in pbkdf2_sha1_f()
45 count_buf[1] = (count >> 16) & 0xff; in pbkdf2_sha1_f()
46 count_buf[2] = (count >> 8) & 0xff; in pbkdf2_sha1_f()
47 count_buf[3] = count & 0xff; in pbkdf2_sha1_f()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/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()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/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()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/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()
/dports/net-mgmt/cowpatty/cowpatty-4.8/
H A Dsha1.c138 unsigned char count_buf[4]; in pbkdf2_sha1_f() local
139 unsigned char *addr[] = { (unsigned char *)ssid, count_buf }; in pbkdf2_sha1_f()
149 count_buf[0] = (count >> 24) & 0xff; in pbkdf2_sha1_f()
150 count_buf[1] = (count >> 16) & 0xff; in pbkdf2_sha1_f()
151 count_buf[2] = (count >> 8) & 0xff; in pbkdf2_sha1_f()
152 count_buf[3] = count & 0xff; in pbkdf2_sha1_f()
/dports/games/edge/Edge-1.35-source/src/
H A Dsv_dump.cc167 char count_buf[40]; in SV_DumpSTRU() local
181 count_buf[0] = 0; in SV_DumpSTRU()
183 sprintf(count_buf, "[%d]", count); in SV_DumpSTRU()
186 field_name, count_buf, in SV_DumpSTRU()
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dsknetstruct.c662 char count_buf[64]; in netStructureAddCIDRV6() local
769 count_buf, sizeof(count_buf)); in netStructureAddCIDRV6()
794 count_buf, sizeof(count_buf)); in netStructureAddCIDRV6()
934 netStructureNS128ToString(&count, count_buf, sizeof(count_buf)); in netStructureAddCIDRV6()
950 netStructureNS128ToString(&count, count_buf, sizeof(count_buf)); in netStructureAddCIDRV6()
971 count_buf, sizeof(count_buf)); in netStructureAddCIDRV6()
1010 netStructureNS128ToString(&count, count_buf, sizeof(count_buf)); in netStructureAddCIDRV6()
1038 count_buf, sizeof(count_buf)); in netStructureAddCIDRV6()
1235 char count_buf[64]; in netStructureAddKeyCounterV6() local
1330 count_buf, sizeof(count_buf)); in netStructureAddKeyCounterV6()
[all …]
/dports/mail/qmail/netqmail-1.06/
H A Dqmail-local.c417 char count_buf[FMT_ULONG]; variable
422 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_file)); in count_print()
424 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_forward)); in count_print()
426 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_program)); in count_print()
431 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,mailforward_qp)); in count_print()
/dports/mail/qmail-tls/netqmail-1.06/
H A Dqmail-local.c417 char count_buf[FMT_ULONG]; variable
422 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_file)); in count_print()
424 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_forward)); in count_print()
426 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_program)); in count_print()
431 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,mailforward_qp)); in count_print()
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dqmail-local.c418 char count_buf[FMT_ULONG]; variable
423 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_file)); in count_print()
425 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_forward)); in count_print()
427 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_program)); in count_print()
432 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,mailforward_qp)); in count_print()
/dports/mail/qmail-dk/qmail-1.03/
H A Dqmail-local.c417 char count_buf[FMT_ULONG]; variable
422 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_file)); in count_print()
424 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_forward)); in count_print()
426 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,count_program)); in count_print()
431 substdio_put(subfdoutsmall,count_buf,fmt_ulong(count_buf,mailforward_qp)); in count_print()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dpalette.c459 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in av1_rd_pick_palette_intra_sby() local
463 av1_count_colors_highbd(src, src_stride, rows, cols, bit_depth, count_buf, in av1_rd_pick_palette_intra_sby()
466 av1_count_colors(src, src_stride, rows, cols, count_buf, &colors); in av1_rd_pick_palette_intra_sby()
489 if (count_buf[j] > max_count) { in av1_rd_pick_palette_intra_sby()
490 max_count = count_buf[j]; in av1_rd_pick_palette_intra_sby()
495 count_buf[top_colors[i]] = 0; in av1_rd_pick_palette_intra_sby()
664 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in av1_rd_pick_palette_intra_sbuv() local
668 seq_params->bit_depth, count_buf, count_buf_8bit, in av1_rd_pick_palette_intra_sbuv()
671 seq_params->bit_depth, count_buf, count_buf_8bit, in av1_rd_pick_palette_intra_sbuv()
674 av1_count_colors(src_u, src_stride, rows, cols, count_buf, &colors_u); in av1_rd_pick_palette_intra_sbuv()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dpalette.c459 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in av1_rd_pick_palette_intra_sby() local
463 av1_count_colors_highbd(src, src_stride, rows, cols, bit_depth, count_buf, in av1_rd_pick_palette_intra_sby()
466 av1_count_colors(src, src_stride, rows, cols, count_buf, &colors); in av1_rd_pick_palette_intra_sby()
489 if (count_buf[j] > max_count) { in av1_rd_pick_palette_intra_sby()
490 max_count = count_buf[j]; in av1_rd_pick_palette_intra_sby()
495 count_buf[top_colors[i]] = 0; in av1_rd_pick_palette_intra_sby()
664 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in av1_rd_pick_palette_intra_sbuv() local
668 seq_params->bit_depth, count_buf, count_buf_8bit, in av1_rd_pick_palette_intra_sbuv()
671 seq_params->bit_depth, count_buf, count_buf_8bit, in av1_rd_pick_palette_intra_sbuv()
674 av1_count_colors(src_u, src_stride, rows, cols, count_buf, &colors_u); in av1_rd_pick_palette_intra_sbuv()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dpalette.c494 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in av1_rd_pick_palette_intra_sby() local
498 av1_count_colors_highbd(src, src_stride, rows, cols, bit_depth, count_buf, in av1_rd_pick_palette_intra_sby()
501 av1_count_colors(src, src_stride, rows, cols, count_buf, &colors); in av1_rd_pick_palette_intra_sby()
524 if (count_buf[j] > max_count) { in av1_rd_pick_palette_intra_sby()
525 max_count = count_buf[j]; in av1_rd_pick_palette_intra_sby()
530 count_buf[top_colors[i]] = 0; in av1_rd_pick_palette_intra_sby()
712 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in av1_rd_pick_palette_intra_sbuv() local
716 seq_params->bit_depth, count_buf, count_buf_8bit, in av1_rd_pick_palette_intra_sbuv()
719 seq_params->bit_depth, count_buf, count_buf_8bit, in av1_rd_pick_palette_intra_sbuv()
722 av1_count_colors(src_u, src_stride, rows, cols, count_buf, &colors_u); in av1_rd_pick_palette_intra_sbuv()
[all …]
/dports/net-im/purple-slack/slack-libpurple-f851698/
H A Dslack-conversation.c185 char count_buf[6] = ""; in slack_get_history() local
186 snprintf(count_buf, 5, "%u", count); in slack_get_history()
187 …f(conv), "conversations.history", "channel", id, "oldest", since ?: "0", "limit", count_buf, NULL); in slack_get_history()
/dports/irc/irssi/irssi-1.2.3/src/irc/dcc/
H A Ddcc-file-rec.h8 char count_buf[4]; variable
H A Ddcc-get.c103 memcpy(dcc->count_buf, &recd, 4); in dcc_get_send_received()
106 net_transmit(dcc->handle, dcc->count_buf+dcc->count_pos, in dcc_get_send_received()
128 ret = net_transmit(dcc->handle, dcc->count_buf+dcc->count_pos, in sig_dccget_send()
145 memcpy(&recd, dcc->count_buf, 4); in sig_dccget_send()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtangram2.c609 char *count_buf = (char*)malloc( (strlen(att_name)+40) * local
612 if( count_buf == NULL )
615 sprintf( count_buf, "%s", att_name );
617 if( PrependToTmpStr( count_buf ) )
621 free(count_buf);
722 char *count_buf = (char*)malloc( (strlen(att_name)+40) * local
725 if( count_buf == NULL )
728 sprintf( count_buf, "%s", att_name );
730 if( PrependToTmpStr( count_buf ) )
734 free(count_buf);
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dpalette.c344 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in search_palette_luma() local
349 (uint16_t *)src, src_stride, rows, cols, bit_depth, count_buf); in search_palette_luma()
351 colors = svt_av1_count_colors(src, src_stride, rows, cols, count_buf); in search_palette_luma()
388 if (count_buf[j] > max_count) { in search_palette_luma()
389 max_count = count_buf[j]; in search_palette_luma()
394 count_buf[top_colors[i]] = 0; in search_palette_luma()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dpalette.c344 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in search_palette_luma() local
349 (uint16_t *)src, src_stride, rows, cols, bit_depth, count_buf); in search_palette_luma()
351 colors = svt_av1_count_colors(src, src_stride, rows, cols, count_buf); in search_palette_luma()
388 if (count_buf[j] > max_count) { in search_palette_luma()
389 max_count = count_buf[j]; in search_palette_luma()
394 count_buf[top_colors[i]] = 0; in search_palette_luma()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-bdb/
H A Dmonitor.c646 char count_buf[ BDB_MONITOR_IDX_TYPES ][ SLAP_TEXT_BUFLEN ]; in bdb_monitor_idx_apply() local
659 count_len[ i ] = snprintf( count_buf[ i ], in bdb_monitor_idx_apply()
660 sizeof( count_buf[ i ] ), "%lu", idx->idx_count[ i ] ); in bdb_monitor_idx_apply()
678 ptr = lutil_strcopy( ptr, count_buf[ i ] ); in bdb_monitor_idx_apply()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-bdb/
H A Dmonitor.c646 char count_buf[ BDB_MONITOR_IDX_TYPES ][ SLAP_TEXT_BUFLEN ]; in bdb_monitor_idx_apply() local
659 count_len[ i ] = snprintf( count_buf[ i ], in bdb_monitor_idx_apply()
660 sizeof( count_buf[ i ] ), "%lu", idx->idx_count[ i ] ); in bdb_monitor_idx_apply()
678 ptr = lutil_strcopy( ptr, count_buf[ i ] ); in bdb_monitor_idx_apply()
/dports/lang/gcc48/gcc-4.8.5/libbacktrace/
H A Ddwarf.c1018 struct dwarf_buf count_buf; in read_abbrevs() local
1041 count_buf = abbrev_buf; in read_abbrevs()
1043 while (read_uleb128 (&count_buf) != 0) in read_abbrevs()
1045 if (count_buf.reported_underflow) in read_abbrevs()
1049 read_uleb128 (&count_buf); in read_abbrevs()
1051 read_byte (&count_buf); in read_abbrevs()
1054 read_uleb128 (&count_buf); in read_abbrevs()
1056 read_uleb128 (&count_buf); in read_abbrevs()
1059 if (count_buf.reported_underflow) in read_abbrevs()
1093 count_buf = abbrev_buf; in read_abbrevs()
[all …]

12345