/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | field.h | 37 } ALIGNED gf_s, gf[1]; typedef 44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy() 49 static INLINE_UNUSED void gf_add_RAW(gf out, const gf a, const gf b); 50 static INLINE_UNUSED void gf_sub_RAW(gf out, const gf a, const gf b); 51 static INLINE_UNUSED void gf_bias(gf inou [all...] |
H A D | f_generic.c | 14 static const gf MODULUS = { 21 void gf_serialize(uint8_t *serial, const gf x, int with_hibit) in gf_serialize() 26 gf red; in gf_serialize() 46 mask_t gf_hibit(const gf x) in gf_hibit() 48 gf y; in gf_hibit() 56 mask_t gf_lobit(const gf x) in gf_lobit() 58 gf y; in gf_lobit() 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, in gf_deserialize() 100 void gf_strong_reduce(gf a) in gf_strong_reduce() 141 /* Subtract two gf element [all...] |
H A D | curve448.c | 42 static void gf_invert(gf y, const gf x, int assert_nonzero) in gf_invert() 45 gf t1, t2; in gf_invert() 64 gf a, b, c, d; in point_double_internal() 107 gf eu; in pniels_to_pt() 128 gf a, b, c; in add_niels_to_pt() 149 gf a, b, c; in sub_niels_from_pt() 170 gf L0; in add_pniels_to_pt() 180 gf L0; in sub_pniels_from_pt() 192 gf in ossl_curve448_point_eq() [all...] |
H A D | point_448.h | 26 gf a, b, c; 30 gf z; 57 gf x, y, z, t;
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | field.h | 37 } ALIGNED gf_s, gf[1]; typedef 44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy() 49 static INLINE_UNUSED void gf_add_RAW(gf out, const gf a, const gf b); 50 static INLINE_UNUSED void gf_sub_RAW(gf out, const gf a, const gf b); 51 static INLINE_UNUSED void gf_bias(gf inou [all...] |
H A D | f_generic.c | 14 static const gf MODULUS = { 21 void gf_serialize(uint8_t *serial, const gf x, int with_hibit) in gf_serialize() 26 gf red; in gf_serialize() 46 mask_t gf_hibit(const gf x) in gf_hibit() 48 gf y; in gf_hibit() 56 mask_t gf_lobit(const gf x) in gf_lobit() 58 gf y; in gf_lobit() 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, in gf_deserialize() 100 void gf_strong_reduce(gf a) in gf_strong_reduce() 141 /* Subtract two gf element [all...] |
H A D | curve448.c | 42 static void gf_invert(gf y, const gf x, int assert_nonzero) in gf_invert() 45 gf t1, t2; in gf_invert() 64 gf a, b, c, d; in point_double_internal() 107 gf eu; in pniels_to_pt() 128 gf a, b, c; in add_niels_to_pt() 149 gf a, b, c; in sub_niels_from_pt() 170 gf L0; in add_pniels_to_pt() 180 gf L0; in sub_pniels_from_pt() 192 gf in ossl_curve448_point_eq() [all...] |
H A D | point_448.h | 26 gf a, b, c; 30 gf z; 57 gf x, y, z, t;
|
/third_party/lame/frontend/ |
H A D | timestatus.c | 194 brhist_init_package(lame_global_flags const* gf) in brhist_init_package() argument 197 if (brhist_init(gf, lame_get_VBR_min_bitrate_kbps(gf), lame_get_VBR_max_bitrate_kbps(gf))) { in brhist_init_package() 203 brhist_init(gf, 128, 128); /* Dirty hack */ in brhist_init_package() 209 encoder_progress_begin( lame_global_flags const* gf in encoder_progress_begin() 214 brhist_init_package(gf); in encoder_progress_begin() 226 lame_print_config(gf); /* print useful information about options being used */ in encoder_progress_begin() 236 console_printf("Encoding as %g kHz ", 1.e-3 * lame_get_out_samplerate(gf)); in encoder_progress_begin() 243 switch (lame_get_VBR(gf)) { in encoder_progress_begin() [all...] |
H A D | lame_main.c | 98 init_files(lame_global_flags * gf, char const *inPath, char const *outPath) in init_files() argument 112 * set gf.samplerate, gf.num_channels, gf.num_samples. in init_files() 116 if (init_infile(gf, inPath) < 0) { in init_files() 120 if ((outf = init_outfile(outPath, lame_get_decode_only(gf))) == NULL) { in init_files() 274 print_trailing_info(lame_global_flags * gf) in print_trailing_info() argument 276 if (lame_get_findReplayGain(gf)) { in print_trailing_info() 277 int RadioGain = lame_get_RadioGain(gf); in print_trailing_info() 288 if (global_ui_config.print_clipping_info && lame_get_decode_on_the_fly(gf)) { in print_trailing_info() 328 write_xing_frame(lame_global_flags * gf, FILE * outf, size_t offset) write_xing_frame() argument 365 write_id3v1_tag(lame_t gf, FILE * outf) write_id3v1_tag() argument 389 lame_encoder_loop(lame_global_flags * gf, FILE * outf, int nogap, char *inPath, char *outPath) lame_encoder_loop() argument 519 lame_encoder(lame_global_flags * gf, FILE * outf, int nogap, char *inPath, char *outPath) lame_encoder() argument 531 lame_main(lame_t gf, int argc, char **argv) lame_main() argument [all...] |
H A D | mp3x.c | 32 lame_main(lame_t gf, int argc, char **argv) in lame_main() argument 39 lame_set_errorf(gf, &frontend_errorf); in lame_main() 40 lame_set_debugf(gf, &frontend_debugf); in lame_main() 41 lame_set_msgf(gf, &frontend_msgf); in lame_main() 46 ret = parse_args(gf, argc, argv, inPath, outPath, NULL, NULL); in lame_main() 50 (void) lame_set_analysis(gf, 1); in lame_main() 52 if (init_infile(gf, inPath) < 0) { in lame_main() 56 lame_init_params(gf); in lame_main() 57 lame_print_config(gf); in lame_main() 60 gtkcontrol(gf, inPat in lame_main() [all...] |
H A D | mp3rtp.c | 131 lame_main(lame_t gf, int argc, char **argv) in lame_main() argument 177 lame_set_errorf(gf, &frontend_errorf); in lame_main() 178 lame_set_debugf(gf, &frontend_debugf); in lame_main() 179 lame_set_msgf(gf, &frontend_msgf); in lame_main() 183 * struct pointed to by 'gf'. If you want to parse your own arguments, in lame_main() 185 * skip this call and set the values of interest in the gf struct. in lame_main() 196 parse_args(gf, argc_mod, argv_mod, inPath, outPath, NULL, NULL); in lame_main() 200 /* open the output file. Filename parsed into gf.inPath */ in lame_main() 214 * open the file with name gf.inFile, try to parse the headers and in lame_main() 215 * set gf in lame_main() [all...] |
H A D | brhist.c | 85 brhist_init(const lame_global_flags * gf, const int bitrate_kbps_min, const int bitrate_kbps_max) in brhist_init() argument 90 lame_bitrate_kbps(gf, brhist.kbps); in brhist_init() 171 progress_line(const lame_global_flags * gf, int full, int frames) in progress_line() argument 178 int fsize = lame_get_framesize(gf); in progress_line() 179 int srate = lame_get_out_samplerate(gf); in progress_line() 303 brhist_disp(const lame_global_flags * gf) in brhist_disp() argument 320 lame_bitrate_stereo_mode_hist(gf, br_sm_hist); in brhist_disp() 321 lame_bitrate_hist(gf, br_hist); in brhist_disp() 322 lame_stereo_mode_hist(gf, st_mode); in brhist_disp() 323 lame_block_type_hist(gf, bl_typ in brhist_disp() [all...] |
H A D | timestatus.h | 29 void encoder_progress_begin( lame_global_flags const* gf 32 void encoder_progress( lame_global_flags const* gf ); 33 void encoder_progress_end(lame_global_flags const* gf);
|
H A D | main.c | 96 extern int lame_main(lame_t gf, int argc, char *argv[]); 474 lame_t gf; in c_main() local 492 gf = lame_init(); /* initialize libmp3lame */ in c_main() 493 if (NULL == gf) { in c_main() 498 ret = lame_main(gf, argc, argv); in c_main() 499 lame_close(gf); in c_main()
|
H A D | brhist.h | 31 int brhist_init(const lame_global_flags * gf, const int bitrate_kbps_min, 33 void brhist_disp(const lame_global_flags * gf);
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_32/ |
H A D | f_impl.h | 23 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW() 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() 39 void gf_bias(gf a, int amt) in gf_bias() 48 void gf_weak_reduce(gf a) in gf_weak_reduce()
|
H A D | f_impl32.c | 24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) in gf_mul() 73 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b) in gf_mulw_unsigned() 101 void gf_sqr(gf_s * RESTRICT cs, const gf as) in gf_sqr()
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl.h | 21 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW() 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() 42 void gf_bias(gf a, int amt) in gf_bias() 46 void gf_weak_reduce(gf a) in gf_weak_reduce()
|
/third_party/openssl/crypto/ec/curve448/arch_32/ |
H A D | f_impl.h | 23 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW() 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() 39 void gf_bias(gf a, int amt) in gf_bias() 48 void gf_weak_reduce(gf a) in gf_weak_reduce()
|
H A D | f_impl32.c | 24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) in gf_mul() 73 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b) in gf_mulw_unsigned() 101 void gf_sqr(gf_s * RESTRICT cs, const gf as) in gf_sqr()
|
/third_party/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl.h | 21 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW() 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() 42 void gf_bias(gf a, int amt) in gf_bias() 46 void gf_weak_reduce(gf a) in gf_weak_reduce()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Gradient.java | 19 GradientFactory gf) throws IllegalArgumentException { in Gradient() 20 super(makeGradient(colors, pos, tm, lm, gf)); in Gradient() 24 GradientFactory gf) throws IllegalArgumentException { in Gradient() 25 super(makeGradient(colors, pos, tm, lm, gf)); in Gradient() 29 GradientFactory gf) throws IllegalArgumentException { in makeGradient() 43 return gf.make(fcolors, pos, tm.ordinal(), lm != null ? lm.getNativeInstance() : 0); in makeGradient() 47 GradientFactory gf) throws IllegalArgumentException { in makeGradient() 56 return gf.make(colors, pos, tm.ordinal(), lm != null ? lm.getNativeInstance() : 0); in makeGradient() 18 Gradient(int[] colors, float[] pos, TileMode tm, Matrix lm, GradientFactory gf) Gradient() argument 23 Gradient(float[] colors, float[] pos, TileMode tm, Matrix lm, GradientFactory gf) Gradient() argument 28 makeGradient(int[] colors, float[] pos, TileMode tm, Matrix lm, GradientFactory gf) makeGradient() argument 46 makeGradient(float[] colors, float[] pos, TileMode tm, Matrix lm, GradientFactory gf) makeGradient() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | intersectionTypeOverloading.js | 9 var gf: G & F; variable 14 var y = gf("abc"); 22 var gf;
variable 25 var y = gf("abc");
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_gradfun_init.c | 91 av_cold void ff_gradfun_init_x86(GradFunContext *gf) in ff_gradfun_init_x86() argument 97 gf->filter_line = gradfun_filter_line_mmxext; in ff_gradfun_init_x86() 99 gf->filter_line = gradfun_filter_line_ssse3; in ff_gradfun_init_x86() 102 gf->blur_line = gradfun_blur_line_sse2; in ff_gradfun_init_x86()
|