Searched refs:psize (Results 26 - 50 of 84) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggparseflac.c42 init_get_bits(&gb, os->buf + os->pstart, os->psize*8);
71 vorbis_comment (s, os->buf + os->pstart + 4, os->psize - 4);
H A Doggdec.h44 unsigned int psize; member in struct:ogg_stream
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dzclient.c307 int psize;
324 psize = PSIZE (p->prefixlen);
326 stream_write (s, (u_char *)&p->prefix, psize);
361 int psize;
378 psize = PSIZE (p->prefixlen);
380 stream_write (s, (u_char *)&p->prefix, psize);
416 int psize;
433 psize = PSIZE (p->prefixlen);
435 stream_write (s, (u_char *)&p->prefix, psize);
470 int psize;
304 int psize; local
323 stream_write (s, (u_char *)&p->prefix, psize); local
358 int psize; local
377 stream_write (s, (u_char *)&p->prefix, psize); local
413 int psize; local
432 stream_write (s, (u_char *)&p->prefix, psize); local
467 int psize; local
486 stream_write (s, (u_char *)&p->prefix, psize); local
[all...]
H A Dstream.c311 u_char psize;
313 psize = PSIZE (p->prefixlen);
315 if ((s->size - s->putp) < psize) return 0;
318 memcpy (s->data + s->putp, &p->u.prefix, psize);
319 s->putp += psize;
324 return psize;
308 u_char psize; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dmachdep.h54 int psize,
63 int psize);
69 int psize);
H A Dpgtable-4k.h76 #define pte_iterate_hashed_subpages(rpte, psize, va, index, shift) \
79 shift = mmu_psize_defs[psize].shift; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dzserv.c309 int psize;
328 psize = PSIZE (p->prefixlen);
330 stream_write (s, (u_char *)&p->u.prefix, psize);
366 int psize;
386 psize = PSIZE (p->prefixlen);
388 stream_write (s, (u_char *)&p->u.prefix, psize);
421 int psize;
437 psize = PSIZE (p->prefixlen);
439 stream_write (s, (u_char *)&p->prefix, psize);
460 int psize;
306 int psize; local
327 stream_write (s, (u_char *)&p->u.prefix, psize); local
363 int psize; local
385 stream_write (s, (u_char *)&p->u.prefix, psize); local
418 int psize; local
436 stream_write (s, (u_char *)&p->prefix, psize); local
457 int psize; local
475 stream_write (s, (u_char *)&p->prefix, psize); local
497 int psize; local
515 stream_write (s, (u_char *)&p->prefix, psize); local
535 int psize; local
556 stream_write (s, (u_char *) &p->u.prefix, psize); local
592 int psize; local
610 stream_write (s, (u_char *)&p->prefix, psize); local
630 int psize; local
651 stream_write (s, (u_char *)&p->u.prefix, psize); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_185.h133 u_int32_t psize; /* page size */ member in struct:__anon1949
162 u_int32_t psize; /* page size */ member in struct:__anon1951
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Djoin.tcl20 proc jointest { {psize 8192} {with_dup_dups 0} {flags 0} } {
48 puts "Join test: ($m $dopt) psize $psize,\
52 build_all $m $psize $opt oa $with_dup_dups
200 proc build_all { method psize opt oaname with_dup_dups {nentries 100} } {
203 $psize $opt $oaname $with_dup_dups
205 $psize $opt $oaname $with_dup_dups
207 $psize $opt $oaname $with_dup_dups
209 $psize $opt $oaname $with_dup_dups
211 $psize
[all...]
H A Dsdb005.tcl54 set psize 8192
57 $testfile [list $method] $psize $duplist $nentries $args
H A Dsdbtest001.tcl68 set psize [lindex $plist $pgsz]
71 build_all_subdb $testfile $methods $psize $duplist $newent
H A Dsdbtest002.tcl46 set psize 4096
62 build_all_subdb $testfile $methods $psize $duplist $newent
H A Dmpoolscript.tcl70 foreach psize $pgsizes {
71 set mp [$e mpool -create -mode 0644 -pagesize $psize file$nfiles]
H A Dmemp001.tcl27 set psize 512
66 file_create $testdir/$fname 50 $psize
69 [$env mpool -create -pagesize $psize -mode 0644 $fname]
H A Dsdbutils.tcl7 proc build_all_subdb { dbname methods psize dups {nentries 100} {dbargs ""}} {
15 $i $m $psize sub$i.db $dbargs
19 proc subdb_build { name nkeys ndups dup_interval method psize subdb dbargs} {
36 -pagesize $psize $dbargs {$name} $subdb"
47 $nkeys unique keys of pagesize $psize"
H A Dsdb006.tcl76 set psize 8192
79 build_all_subdb $testfile [list $method] $psize \
H A Dsdb018.tcl70 set psize 8192
73 build_all_subdb $testfile [list $method] $psize \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dtcrypt.h35 unsigned char psize; member in struct:hash_testvec
76 .psize = 1,
81 .psize = 3,
86 .psize = 14,
91 .psize = 26,
98 .psize = 62,
104 .psize = 80,
121 .psize = 1,
126 .psize = 3,
131 .psize
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_base.c132 int psize; local
148 psize = get_slice_psize(mm, ea);
150 psize = mm->context.user_psize;
157 psize = mmu_vmalloc_psize;
159 psize = mmu_io_psize;
164 psize = mmu_linear_psize;
175 llp = mmu_psize_defs[psize].sllp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_parse.c179 unsigned int psize; local
199 prop = of_get_property(dev, bus->addresses, &psize);
202 psize /= 4;
205 for (i = 0; psize >= onesize; psize -= onesize, prop += onesize, i++)
565 unsigned int psize; local
581 prop = of_get_property(dev, bus->addresses, &psize);
584 psize /= 4;
587 for (i = 0; psize >= onesize; psize
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_memory.c144 int page, psize; local
147 psize = get_aligned_page(size + ALIGN_PAGE_SIZE -1);
152 if (page + psize <= firstpg(blk))
156 if (page + psize > MAX_ALIGN_PAGES)
161 blk = __snd_util_memblk_new(hdr, psize * ALIGN_PAGE_SIZE, p->prev);
166 lastpg(blk) = page + psize - 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/mm/
H A Dblackfin_sram.c187 unsigned long *psize)
203 *psize = best;
466 void *l1sram_alloc_max(size_t *psize) argument
474 addr = _l1_sram_alloc_max(l1_ssram, ARRAY_SIZE(l1_ssram), psize);
186 _l1_sram_alloc_max(struct l1_sram_piece *pfree, int count, unsigned long *psize) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr017/
H A Dt.c27 b_info.psize = 512;
53 r_info.psize = 1024;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_mplsvpn.c94 int psize; local
114 for (; pnt < lim; pnt += psize)
122 psize = PSIZE (prefixlen);
153 memcpy (&p.u.prefix, pnt + 11, psize - 11);
164 if (pnt + psize > lim)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dmemory.c207 int page, psize; local
209 psize = get_aligned_page(size + PAGE_SIZE -1);
213 if (page + psize <= blk->first_page)
217 if (page + psize > emu->max_cache_pages)
222 blk = (struct snd_emu10k1_memblk *)__snd_util_memblk_new(emu->memhdr, psize << PAGE_SHIFT, p->prev);

Completed in 218 milliseconds

1234