search for: nhdr

Displaying 5 results from an estimated 5 matches for "nhdr".

Did you mean: hdr
2018 Jan 04
1
Linker Option support for ELF
...     SUCCESS ... SECTION DATA 2. (0002)                       SHDR$K_SHT_NOTE 00000000000000A8 (168.) bytes ".note" FileAddr Offset in Section 2. (0002) -------- --------------------------- 000000C0 00000000  Note Entry 0. 000000C0 00000000    Note Name Size: 0000000000000008       8. nhdr$q_nh_namesz 000000C8 00000008    Note Descriptor size: 000000000000002A      42. nhdr$q_nh_descsz 000000D0 00000010    Note Type: 0000000000000001       1. NT_VMS_MHD nhdr$q_nh_type 000000D8 00000018    Note Name:                  "IPF/VMS" 000000E0 00000020    Descriptor: 000000E0 0000...
2015 Dec 15
8
[PATCH] xfs: Add support for v3 directories
...ev, bno); + blk = get_cache(fs->fs_dev, bno); } } @@ -593,110 +628,99 @@ struct inode *xfs_dir2_node_find_entry(const char *dname, struct inode *parent, xfs_dinode_t *core) { block_t fsblkno; - xfs_da_intnode_t *node = NULL; + xfs_da_node_hdr_t *nhdr; uint32_t hashwant; - uint32_t hash = 0; + uint32_t hash; + uint16_t i; + uint16_t count; xfs_da_node_entry_t *btree; - uint16_t max; - uint16_t span; - uint16_t probe; int error; + xfs_dir2_leaf_hdr_t *lhdr; xfs_dir2_data_hdr_t *data_hdr; - xfs_dir2_l...
2012 Mar 27
1
two lmer questions - formula with related variables and output interpretation
...xed variables plus (1|Brood). Site, tide.h.l, tide.inc.out, MF.vs.OF, Human Disturbance Rate (HDr), Human Disturbance proportion of time(HDp), non-Human Disturbance (two variables as for Human Disturbance) and Age and mean.foraging.rate. As so: gm1<-lmer(Feeding~Site+tide.level+MF.vs.OF+HDr+HDp+NHDr+NHDp+Age+mean.for.rate+(1|Brood), data=AllBrood, REML=TRUE) I wished to put all the factors together to explore which ones really did influence the time spent feeding and used 'dredge' command to run all possible combinations and then averaged the models with an AICc Delta<2. I was expe...
2008 Jul 29
2
Unexpected b_hdr change.
...a, bp, done, private, priority, flags, arc_flags, zb); rw_exit(&pbuf->b_hdr->b_datalock); <--- THIS ONE The only possiblity was that b_hdr for pbuf was changed somewhere. We diagnozed this further and the b_hdr field is changed in arc_release() function, here: buf->b_hdr = nhdr; Backtrace for this change is the following: arc_release() at arc_release+0x4ec dbuf_write() at dbuf_write+0x26b dbuf_sync_list() at dbuf_sync_list+0x3eb dbuf_sync_list() at dbuf_sync_list+0x17f dbuf_sync_list() at dbuf_sync_list+0x17f dbuf_sync_list() at dbuf_sync_list+0x17f dbuf_sync_list() at...
2012 Mar 23
3
Using MuMIn - error message
Hello, I hope that you can bare with me. I am new to models, but I think I have a pretty godd understanding of how to run them now, including how to use AICc and Anova. The issue is that I have many factors that I wish to compare so doing each one at a time would take forever. I came across the MuMIn package and I was so excited, however I am getting an error message and i don't know why.