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

/freebsd-10.3-release/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-10.3-release/crypto/openssl/crypto/srp/
H A Dsrp_lib.c182 BIGNUM *kv = NULL, *gb = NULL; local
191 (gb = BN_new()) == NULL || (B = BN_new()) == NULL)
196 if (!BN_mod_exp(gb, g, b, N, bn_ctx) ||
199 !BN_mod_add(B, gb, kv, N, bn_ctx)) {
206 BN_clear_free(gb);
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c1594 struct getter_baton *gb = baton;
1597 *mime_type = gb->mime_type;
1604 SVN_ERR(svn_stream_open_readonly(&read_stream, gb->local_abspath,
1698 struct getter_baton gb;
1700 gb.mime_type = svn_hash_gets(prophash, SVN_PROP_MIME_TYPE);
1701 gb.local_abspath = local_abspath;
1706 get_file_for_validation, &gb,
2008 struct getter_baton gb;
2028 gb.mime_type = mime_type;
2029 gb
1592 struct getter_baton *gb = baton; local
1696 struct getter_baton gb; local
2006 struct getter_baton gb; local
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c1047 struct search_groups_baton gb;
1049 gb.key = key;
1050 gb.match = NULL;
1051 gb.pool = pool;
1052 (void) svn_config_enumerate2(cfg, master_section, search_groups, &gb, pool);
1053 return gb.match;
1033 struct search_groups_baton gb; local
/freebsd-10.3-release/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-10.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh188 gb) KEYLAYOUT_CONSOLE="uk.iso" ;;
290 COUNTRY="gb"

Completed in 166 milliseconds