/third_party/lame/libmp3lame/ |
H A D | psymodel.c | 361 convert_partition2scalefac(PsyConst_CB2SB_t const *const gd, FLOAT const *eb, FLOAT const *thr, in convert_partition2scalefac() argument 365 int sb, b, n = gd->n_sb; in convert_partition2scalefac() 368 int const bo_sb = gd->bo[sb]; in convert_partition2scalefac() 369 int const npart = gd->npart; in convert_partition2scalefac() 388 FLOAT const w_curr = gd->bo_weight[sb]; in convert_partition2scalefac() 1712 init_numline(PsyConst_CB2SB_t * gd, FLOAT sfreq, int fft_size, in init_numline() argument 1736 gd->numlines[i] = nl; in init_numline() 1737 gd->rnumlines[i] = (nl > 0) ? (1.0f / nl) : 0; in init_numline() 1754 gd->n_sb = sbmax; in init_numline() 1755 gd in init_numline() 1805 compute_bark_values(PsyConst_CB2SB_t const *gd, FLOAT sfreq, int fft_size, FLOAT * bval, FLOAT * bval_width) compute_bark_values() argument 1883 PsyConst_t *gd; psymodel_init() local [all...] |
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
H A D | ltp_tbio.c | 72 struct gendisk *gd; member 485 static int tbio_release(struct gendisk *gd, fmode_t mode) in tbio_release() argument 487 static void tbio_release(struct gendisk *gd, fmode_t mode) in tbio_release() 496 int tbio_media_changed(struct gendisk *gd) in tbio_media_changed() argument 501 int tbio_revalidate(struct gendisk *gd) in tbio_revalidate() argument 539 tbio_dev.gd = alloc_disk(1); in tbio_init() 540 if (!tbio_dev.gd) in tbio_init() 542 tbio_dev.gd->major = TBIO_MAJOR; in tbio_init() 543 tbio_dev.gd->first_minor = 0; in tbio_init() 544 tbio_dev.gd in tbio_init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 889 const struct wpa_gtk_data *gd, in wpa_supplicant_install_gtk() 892 const u8 *_gtk = gd->gtk; in wpa_supplicant_install_gtk() 896 if ((sm->gtk.gtk_len == (size_t) gd->gtk_len && in wpa_supplicant_install_gtk() 897 os_memcmp(sm->gtk.gtk, gd->gtk, sm->gtk.gtk_len) == 0) || in wpa_supplicant_install_gtk() 898 (sm->gtk_wnm_sleep.gtk_len == (size_t) gd->gtk_len && in wpa_supplicant_install_gtk() 899 os_memcmp(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk() 903 gd->keyidx, gd->tx, gd->gtk_len); in wpa_supplicant_install_gtk() 907 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd in wpa_supplicant_install_gtk() 888 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) wpa_supplicant_install_gtk() argument 1007 struct wpa_gtk_data gd; wpa_supplicant_pairwise_gtk() local 1599 wpa_supplicant_process_1_of_2_rsn(struct wpa_sm *sm, const u8 *keydata, size_t keydatalen, u16 key_info, struct wpa_gtk_data *gd) wpa_supplicant_process_1_of_2_rsn() argument 1670 wpa_supplicant_process_1_of_2_wpa(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len, u16 key_info, u16 ver, struct wpa_gtk_data *gd) wpa_supplicant_process_1_of_2_wpa() argument 1832 struct wpa_gtk_data gd; wpa_supplicant_process_1_of_2() local 3421 struct wpa_gtk_data gd; wpa_wnmsleep_install_key() local 4272 struct wpa_gtk_data gd; fils_process_assoc_resp() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 1213 const struct wpa_gtk_data *gd, 1216 const u8 *_gtk = gd->gtk; 1220 if ((sm->gtk.gtk_len == (size_t) gd->gtk_len && 1221 os_memcmp(sm->gtk.gtk, gd->gtk, sm->gtk.gtk_len) == 0) || 1222 (sm->gtk_wnm_sleep.gtk_len == (size_t) gd->gtk_len && 1223 os_memcmp(sm->gtk_wnm_sleep.gtk, gd->gtk, 1227 gd->keyidx, gd->tx, gd->gtk_len); 1231 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd 1212 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) global() argument 1286 wpa_supplicant_install_mlo_gtk(struct wpa_sm *sm, u8 link_id, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) global() argument 1387 struct wpa_gtk_data gd; global() local 1466 struct wpa_gtk_data gd; global() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorcontrast.c | 60 gd = g - br; \ 64 g0 = g + gd * gm; \ 65 b0 = b - gd * gm; \ 66 r0 = r - gd * gm; \ 124 float gd, bd, rd; in colorcontrast_slice8() local 178 float gd, bd, rd; in colorcontrast_slice16() local 230 float gd, bd, rd; in colorcontrast_slice8p() local 282 float gd, bd, rd; in colorcontrast_slice16p() local
|
H A D | af_stereotools.c | 177 double L = src[0], R = src[1], l, r, m, S, gl, gr, gd; in filter_frame() local 186 gd = gl - gr; in filter_frame() 187 gl = 1. + gd; in filter_frame() 188 gr = 1. - gd; in filter_frame() 305 gd = gl - gr; in filter_frame() 306 gl = 1. + gd; in filter_frame() 307 gr = 1. - gd; in filter_frame()
|
H A D | af_adecorrelate.c | 66 const double gd = ff_exp10((gain_lf-gain_hf) / 20.0); in ap_init() local 67 const double sgd = sqrt(gd); in ap_init() 78 ap->b0 = (gd*t - sgd) / ap->a0 * g_hf; in ap_init() 79 ap->b1 = (gd*t + sgd) / ap->a0 * g_hf; in ap_init()
|
H A D | vf_colorspace.c | 257 double rs, gs, bs, rd, gd, bd; in fill_whitepoint_conv_table() local 264 gd = ma[1][0] * xw_dst + ma[1][1] * yw_dst + ma[1][2] * zw_dst; in fill_whitepoint_conv_table() 267 fac[1][1] = gd / gs; in fill_whitepoint_conv_table()
|
/third_party/zlib/examples/ |
H A D | gzappend.c | 386 /* append file "name" to gzip file gd using deflate stream strm -- if last 388 local void gztack(char *name, int gd, z_stream *strm, int last) in gztack() argument 429 len = write(gd, out + CHUNK - strm->avail_out - left, left); in gztack() 449 ret = write(gd, out + 8 - len, len); in gztack() 453 close(gd); in gztack() 468 int gd, level; in main() local 494 gd = gzscan(*argv++, &strm, level); in main() 498 gztack(NULL, gd, &strm, 1); in main() 501 gztack(*argv, gd, &strm, argv[1] == NULL); in main()
|
/third_party/python/Lib/ |
H A D | pkgutil.py | 689 gd = m.groupdict() 690 if gd.get('cln'): 692 mod = importlib.import_module(gd['pkg']) 693 parts = gd.get('obj')
|
H A D | plistlib.py | 145 gd = _dateParser.match(s).groupdict() 148 val = gd[key]
|
/third_party/icu/icu4c/source/i18n/ |
H A D | indiancal.cpp | 261 int32_t gd[3]; in handleComputeFields() local 263 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day in handleComputeFields()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | indiancal.cpp | 261 int32_t gd[3]; in handleComputeFields() local 263 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day in handleComputeFields()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | indiancal.cpp | 261 int32_t gd[3]; in handleComputeFields() local 263 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day in handleComputeFields()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 456 gd = vec_packsu(gd16, zero16); \ 461 out0 = vec_perm(rd, gd, perm3rg0); \ 463 out1 = vec_perm(rd, gd, perm3rg1); \ 472 out0 = vec_perm(bd, gd, perm3rg0); \ 474 out1 = vec_perm(bd, gd, perm3rg1); \ 483 out0 = vec_mergeh(bd, gd); \ 494 out0 = vec_mergeh(rd, gd); \ 506 out1 = vec_mergeh(gd, bd); \ 517 out1 = vec_mergeh(gd, rd); \ 541 vec_u8 rd, bd, gd, a in yuv2rgb_full_X_vsx_template() local 698 vec_u8 rd, bd, gd, ad, out0, out1, tmp8; yuv2rgb_full_2_vsx_template() local 820 vec_u8 rd, bd, gd, ad, out0, out1, tmp8; yuv2rgb_2_vsx_template() local 990 vec_u8 rd, bd, gd, ad, out0, out1, tmp8; yuv2rgb_full_1_vsx_template() local 1120 vec_u8 rd, bd, gd, ad, out0, out1, tmp8; yuv2rgb_1_vsx_template() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | locmap.cpp | 372 ILCID_POSIX_SUBTABLE(gd) { /* Gaelic (Scotland) */ in ILCID_POSIX_SUBTABLE() 373 {0x91, "gd"}, in ILCID_POSIX_SUBTABLE() 839 ILCID_POSIX_MAP(gd), /* gd Gaelic (United Kingdom) 0x91 */
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locmap.cpp | 372 ILCID_POSIX_SUBTABLE(gd) { /* Gaelic (Scotland) */ in ILCID_POSIX_SUBTABLE() 373 {0x91, "gd"}, in ILCID_POSIX_SUBTABLE() 839 ILCID_POSIX_MAP(gd), /* gd Gaelic (United Kingdom) 0x91 */
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locmap.cpp | 372 ILCID_POSIX_SUBTABLE(gd) { /* Gaelic (Scotland) */ in ILCID_POSIX_SUBTABLE() 373 {0x91, "gd"}, in ILCID_POSIX_SUBTABLE() 839 ILCID_POSIX_MAP(gd), /* gd Gaelic (United Kingdom) 0x91 */
|
/third_party/ffmpeg/libavcodec/ |
H A D | cfhd.c | 165 int g, rg, bg, gd; in process_bayer() local 170 gd = b[x]; in process_bayer() 171 gd -= mid; in process_bayer() 174 G1 = g + gd; in process_bayer() 175 G2 = g - gd; in process_bayer()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_etc_decode.c | 336 nir_ssa_def *gd = nir_ibfe_imm(&b, color_y, 16, 3); in build_shader() local 340 nir_ssa_def *g1 = nir_iadd(&b, gb, gd); in build_shader()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 100 const uint8_t gd = (diff >> 8) & 0xff; in PaletteHasNonMonotonousDeltas() local 105 if (gd != 0x00) { in PaletteHasNonMonotonousDeltas() 106 sign_found |= (gd < 0x80) ? 8 : 16; in PaletteHasNonMonotonousDeltas()
|
/third_party/python/Lib/test/ |
H A D | test_dataclasses.py | 1594 gd = GroupDict(0, {'first': a, 'second': b}) 1599 self.assertEqual(asdict(gd), {'id': 0, 'users': {'first': {'name': 'Alice', 'id': 1}, 1770 gd = GroupDict(0, {'first': a, 'second': b}) 1773 self.assertEqual(astuple(gd), (0, {'first': ('Alice', 1), 'second': ('Bob', 2)}))
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 681 la||0==la.length)B=ma;else{b:{var fd=v(e,5);Y=la;var cc=L(fd,ib);if(0==cc.lastIndexOf(Y,0))try{var dc=oc(r,vc(r,cc.substring(Y.length),ka,!1));break b}catch(ec){}dc=!1}if(dc)B=ma;else{var gd=Q(r,ka),hd=N(e),Ua=Qb(u(gd,19),hd);if(null==Ua)B=ma;else{var Z=v(Ua,4),fc=Z.indexOf("$1");if(0>=fc)B=ma;else if(Z=Z.substring(0,fc),Z=L(Z,ib),0==Z.length)B=ma;else{var gc=Ua.clone();Qa(gc,4);ka=[gc];var Aa=v(e,1),Ba=N(e);if(Aa in I){var hc=O(r,Aa,P(Aa)),Va=Qb(ka,Ba);if(null==Va)var ic=Ba;else{var Wa=Va.clone(),
|