search for: msize

Displaying 10 results from an estimated 10 matches for "msize".

Did you mean: size
2010 Mar 24
1
Omega: behavior msize when collapsing results
Hello list, I have a problem with the value of the result size ($msize in omegascript) when collapsing results. The index contains 151452 documents. I'm using Omega 1.0.18 on FreeBSD (I tried both the version in ports and the latest one from xapian.org). This is my indexscript: uniqueid: boolean=Q unique=Q field=uniqueid objectid: field=objectid boolean=XID val...
2015 Oct 10
3
[PATCH] Extend Multiboot1 with support for ELF64 file format
...matches Grub. However, if + * e_entry falls within the p_vaddr range of this PHDR, then + * adjust it to match the p_paddr range... this is how Grub + * behaves, so it's by definition correct (it doesn't have to + * make sense...) + */ + addr_t addr = ph64->p_paddr; + addr_t msize = ph64->p_memsz; + addr_t dsize = min(msize, ph64->p_filesz); + + if (eh64->e_entry >= ph64->p_vaddr + && eh64->e_entry < ph64->p_vaddr + msize) + regs.eip = eh64->e_entry + (ph64->p_paddr - ph64->p_vaddr); + + dprintf("Segment at 0x%08x da...
2014 Jan 21
2
seg fault on search
I have written a very simple function to return the match count based on the simplesearch.cc code. It fails with a seg fault. The relevant code is: -------------------- int ftQuery(char* qs, const char* dbname,char* results, int msize) { long docid; char* op; char fullDB[1024]; string queryString; sprintf(fullDB,"/var/lib/fulltext/%s",dbname); queryString=qs; try { Database db; db.add_database(Database(fullDB)...
2006 Jan 03
1
opensearch template
..._NAME}?DB=$dbname&amp;P=$html{$query}</link> <description>Search results for "$html{$query}" at xapian.org</description> <language>en</language> <copyright>(C)2005, Xapian.org</copyright> <openSearch:totalResults>$msize</openSearch:totalResults> <openSearch:startIndex>$add{topdoc,1}</openSearch:startIndex> <openSearch:itemsPerPage>$hitsperpage</openSearch:itemsPerPage> $hitlist{ <item> <title>$html{$or{$field{title},$field{caption}}}</title>...
2017 Mar 22
2
GSoC 2017: Letor Click Data Mining
..._ENTRY string in query.cc that I can across while on the word_in_list PR: "$or{$env{REMOTE_HOST},$env{REMOTE_ADDR},-}\t" "[$date{$now,%d/%b/%Y:%H:%M:%S} +0000]\t" "$if{$cgi{X},add,$if{$cgi{MORELIKE},morelike,query}}\t" "$dbname\t" "$query\t" "$msize$if{$env{HTTP_REFERER},\t$env{HTTP_REFERER}}"; Could you explain the meaning of third and and last strings? > You need to think more carefully about the layers involved here. We don't > want to post-process the output of a template... Yes, so I thought about it in detail and I thin...
2007 Jan 28
1
omega: $field{sample} clarification
...ult" /> <input type="hidden" name="DEFAULTOP" value="AND" /> <input type="text" name="P" value="" /> </div> </form> ---query <p>Searched $nice{$dbsize} document in $time seconds, $msize match found.</p> $hitlist{} <p> <a href="$field{url}">$html{$or{$field{caption},$field{url}}}</a> </p> <div id="fieldsample"> <p>$field{sample}</p> </div> ---output > Searched 1 document in 0.000277...
1998 Jun 26
3
ip_masq+dhcpd+samba+2nics
Hello guys, I'm at my wits end.. hope someone can help.. this is the deal. I have setup a linux box to serve as a "gateway" for our internal lan. Running 2.0.34 slakware. I have 2 nic cards.. One for our "internal" lan (192.168.2.0) and the "external" lan..I have gotten the OS to see both of them, but when trying to get DHCP to work with both, it kept barfing..
2012 Feb 03
3
[PATCH 1/4] nouveau: Allow allocating BOs at specific offsets
...index 2bf6c03..7e4fc01 100644 --- a/drivers/gpu/drm/nouveau/nouveau_vm.c +++ b/drivers/gpu/drm/nouveau/nouveau_vm.c @@ -225,7 +225,8 @@ nouveau_vm_get(struct nouveau_vm *vm, u64 size, u32 page_shift, int ret; mutex_lock(&vm->mm.mutex); - ret = nouveau_mm_get(&vm->mm, page_shift, msize, 0, align, &vma->node); + ret = nouveau_mm_get(&vm->mm, page_shift, 0, msize, 0, align, + &vma->node); if (unlikely(ret != 0)) { mutex_unlock(&vm->mm.mutex); return ret; diff --git a/drivers/gpu/drm/nouveau/nv04_crtc.c b/drivers/gpu/drm/nouveau/nv04_crtc.c...
2017 Mar 21
2
GSoC 2017: Letor Click Data Mining
Hi Olly. Thanks for your reply to the previous email. To have an appropriate subject I've started this new thread for further discussions. > There's a $log{} command available in Omega templates. We can't log from > the result page template, as the clicks happen after that is used, but we > could make result links redirect via a second Omega template which does > the
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed