Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 750417) sorted by last modified time

12345678910>>...30017

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dbitwise.c40 void oggpack_writeinit(oggpack_buffer *b){ in oggpack_writeinit()
51 int oggpack_writecheck(oggpack_buffer *b){ in oggpack_writecheck()
239 void oggpack_reset(oggpack_buffer *b){ in oggpack_reset()
246 void oggpackB_reset(oggpack_buffer *b){ in oggpackB_reset()
332 long oggpack_look1(oggpack_buffer *b){ in oggpack_look1()
362 void oggpack_adv1(oggpack_buffer *b){ in oggpack_adv1()
370 void oggpackB_adv1(oggpack_buffer *b){ in oggpackB_adv1()
461 long oggpack_read1(oggpack_buffer *b){ in oggpack_read1()
503 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes()
507 long oggpack_bits(oggpack_buffer *b){ in oggpack_bits()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dbitwise.c40 void oggpack_writeinit(oggpack_buffer *b){ in oggpack_writeinit()
51 int oggpack_writecheck(oggpack_buffer *b){ in oggpack_writecheck()
239 void oggpack_reset(oggpack_buffer *b){ in oggpack_reset()
246 void oggpackB_reset(oggpack_buffer *b){ in oggpackB_reset()
332 long oggpack_look1(oggpack_buffer *b){ in oggpack_look1()
362 void oggpack_adv1(oggpack_buffer *b){ in oggpack_adv1()
370 void oggpackB_adv1(oggpack_buffer *b){ in oggpackB_adv1()
461 long oggpack_read1(oggpack_buffer *b){ in oggpack_read1()
503 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes()
507 long oggpack_bits(oggpack_buffer *b){ in oggpack_bits()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dbitwise.c40 void oggpack_writeinit(oggpack_buffer *b){ in oggpack_writeinit()
51 int oggpack_writecheck(oggpack_buffer *b){ in oggpack_writecheck()
239 void oggpack_reset(oggpack_buffer *b){ in oggpack_reset()
246 void oggpackB_reset(oggpack_buffer *b){ in oggpackB_reset()
332 long oggpack_look1(oggpack_buffer *b){ in oggpack_look1()
362 void oggpack_adv1(oggpack_buffer *b){ in oggpack_adv1()
370 void oggpackB_adv1(oggpack_buffer *b){ in oggpackB_adv1()
461 long oggpack_read1(oggpack_buffer *b){ in oggpack_read1()
503 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes()
507 long oggpack_bits(oggpack_buffer *b){ in oggpack_bits()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dcodebook.c274 int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b){ in vorbis_book_encode()
296 STIN long decode_packed_entry_number(codebook *book, oggpack_buffer *b){ in decode_packed_entry_number()
358 long vorbis_book_decode(codebook *book, oggpack_buffer *b){ in vorbis_book_decode()
371 long vorbis_book_decodevs_add(codebook *book,float *a,oggpack_buffer *b,int n){ in vorbis_book_decodevs_add()
391 long vorbis_book_decodev_add(codebook *book,float *a,oggpack_buffer *b,int n){ in vorbis_book_decodev_add()
439 long vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,int n){ in vorbis_book_decodev_set()
463 oggpack_buffer *b,int n){ in vorbis_book_decodevv_add()
H A Dinfo.c579 private_state *b=v->backend_state; in vorbis_analysis_headerout() local
H A Dlsp.c298 static int comp(const void *a,const void *b){ in comp()
H A Dos.h52 # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) argument
H A Dpsy.c544 static void bark_noise_hybridmp(int n,const long *b, in bark_noise_hybridmp()
911 static int apsort(const void *a, const void *b){ in apsort()
H A Dsharedbook.c163 long _book_maptype1_quantvals(const static_codebook *b){ in _book_maptype1_quantvals()
196 float *_book_unquantize(const static_codebook *b,int n,int *sparsemap){ in _book_unquantize()
261 void vorbis_staticbook_destroy(static_codebook *b){ in vorbis_staticbook_destroy()
270 void vorbis_book_clear(codebook *b){ in vorbis_book_clear()
307 static int sort32a(const void *a,const void *b){ in sort32a()
536 void run_test(static_codebook *b,float *comp){ in run_test()
H A Dbitrate.c66 private_state *b=vd->backend_state; in vorbis_bitrate_managed() local
77 private_state *b=vd->backend_state; in vorbis_bitrate_addblock() local
231 private_state *b=vd->backend_state; in vorbis_bitrate_flushpacket() local
H A Dfloor1.c130 static int icomp(const void *a,const void *b){ in icomp()
515 double b=(bn*xyb-xb*yb)/denom; in fit_line() local
H A Danalysis.c82 float b=toBARK((4000.f*j/n)+.25); in _analysis_output_always() local
H A Dblock.c184 private_state *b=NULL; in _vds_shared_init() local
296 private_state *b=NULL; in vorbis_analysis_init() local
320 private_state *b=v->backend_state; in vorbis_dsp_clear() local
392 private_state *b=v->backend_state; in vorbis_analysis_buffer() local
528 private_state *b=v->backend_state; in vorbis_analysis_blockout() local
724 private_state *b=v->backend_state; in vorbis_synthesis_blockin() local
1042 private_state *b=v->backend_state; in vorbis_window() local
H A Dfloor0.c175 codebook *b=ci->fullbooks+info->books[booknum]; in floor0_inverse1() local
H A Dmapping0.c103 int i,b; in mapping0_unpack() local
242 private_state *b=vb->vd->backend_state; in mapping0_forward() local
710 private_state *b=vd->backend_state; in mapping0_inverse() local
H A Dsynthesis.c28 private_state *b= vd ? vd->backend_state : 0; in vorbis_synthesis() local
96 private_state *b=vd->backend_state; in vorbis_synthesis_trackonly() local
/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Dsteamcompmgr.cpp1046 paint_message (const char *message, int Y, float r, float g, float b) in paint_message()
/dports/x11-wm/wmii/wmii-3.6/cmd/
H A Dutil.c129 max(int a, int b) { in max()
136 min(int a, int b) { in min()
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Dclient.c855 bsstrcmp(const void *a, const void *b) { in bsstrcmp()
860 strpcmp(const void *a, const void *b) { in strpcmp()
H A Dx11.c39 eqrect(Rectangle a, Rectangle b) { in eqrect()
505 Biobuf *b; in loadfont() local
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dsafemalloc.h37 #define NEW_ARRAY_ZEROED(a, b) ((a *)safecalloc(b, sizeof(a))) argument
38 #define NEW_ARRAY(a, b) ((a *)safemalloc(b*sizeof(a))) argument
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c526 double r, double g, double b) { in solid_picture()
1639 const int b = extents.bottom; in win_paint_win() local
H A Dc2.h38 c2_b_t *b; member
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dfuse.c853 struct dirbuf *b, in dirbuf_add()
893 struct dirbuf b; in compiz_readdir() local
/dports/x11-wm/jewel/jewel-0.12.41/goodies/setrootimage/
H A Dimage.cc30 # define MIN(a, b) ((a < b) ? a : b) argument
34 # define MAX(a, b) ((a < b) ? b : a) argument
169 register unsigned int x, y, r = 0, g = 0, b = 0, i, off; in renderXImage() local
441 register unsigned char r, g, b, rr ,gg ,bb; in bevel1() local
644 unsigned char r, g, b, rr ,gg ,bb, *pr = red + width + 1, in bevel2() local
895 register unsigned char r, g, b; in vgradient() local
1499 int i = 0, ii, p, r, g, b; in BImageControl() local
1510 for (int b = 0; b < colors_per_channel; b++, i++) { in BImageControl() local
1752 unsigned char *b) in getColor()
1816 short **r, short **g, short **b, in getDitherBuffers()

12345678910>>...30017