Searched refs:gb (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c174 ar9280ChangeGainBoundarySettings(struct ath_hal *ah, uint16_t *gb, argument
197 gb[k] = (uint16_t)(gb[k] - *diff);
205 gb[k] = (uint16_t)min(gb_limit, gb[k]);
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_lib.c185 BIGNUM *kv = NULL, *gb = NULL; local
194 (gb = BN_new()) == NULL || (B = BN_new()) == NULL)
199 if (!BN_mod_exp(gb, g, b, N, bn_ctx) ||
202 !BN_mod_add(B, gb, kv, N, bn_ctx)) {
209 BN_clear_free(gb);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c1701 struct getter_baton *gb = baton;
1704 *mime_type = gb->mime_type;
1711 SVN_ERR(svn_stream_open_readonly(&read_stream, gb->local_abspath,
1805 struct getter_baton gb;
1807 gb.mime_type = svn_hash_gets(prophash, SVN_PROP_MIME_TYPE);
1808 gb.local_abspath = local_abspath;
1813 get_file_for_validation, &gb,
2115 struct getter_baton gb;
2135 gb.mime_type = mime_type;
2136 gb
1699 struct getter_baton *gb = baton; local
1803 struct getter_baton gb; local
2113 struct getter_baton gb; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c1179 struct search_groups_baton gb;
1181 gb.key = key;
1182 gb.match = NULL;
1183 gb.pool = pool;
1184 (void) svn_config_enumerate2(cfg, master_section, search_groups, &gb, pool);
1185 return gb.match;
1165 struct search_groups_baton gb; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c83 struct getter_baton *gb = baton;
84 svn_ra_session_t *ra_session = gb->ra_session;
87 SVN_ERR(svn_ra_get_file(ra_session, "", gb->base_revision_for_url,
192 struct getter_baton gb;
194 gb.ra_session = ra_session;
195 gb.base_revision_for_url = base_revision_for_url;
198 get_file_for_validation, &gb, pool));
81 struct getter_baton *gb = baton; local
190 struct getter_baton gb; local
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh188 gb) KEYLAYOUT_CONSOLE="uk.iso" ;;
290 COUNTRY="gb"
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pinmux.c175 #define GMUX(r, gb, gi, nm, f1, f2, f3, f4) \
179 .gpio_num = GPIO_NUM(GPIO_BANK_##gb, gi), \
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1179 6gb/Y2pst0jV29nKu45RB78saf1vF/N1UvHaJzM0tWEd4N+yJtY2OjVg/eh7DrRL

Completed in 277 milliseconds