Searched refs:key_off (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dbnode.c138 int i, off, key_off; local
148 key_off = hfs_bnode_read_u16(node, off);
149 dprint(DBG_BNODE_MOD, " %d", key_off);
154 tmp = (hfs_bnode_read_u8(node, key_off) | 1) + 1;
157 dprint(DBG_BNODE_MOD, " (%d,%d", tmp, hfs_bnode_read_u8(node, key_off));
158 hfs_bnode_read(node, &cnid, key_off + tmp, 4);
163 tmp = hfs_bnode_read_u8(node, key_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dbnode.c298 int i, off, key_off; local
308 key_off = hfs_bnode_read_u16(node, off);
309 dprint(DBG_BNODE_MOD, " %d", key_off);
314 tmp = hfs_bnode_read_u16(node, key_off) + 2;
318 hfs_bnode_read(node, &cnid, key_off + tmp, 4);
323 tmp = hfs_bnode_read_u16(node, key_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbnode.c298 int i, off, key_off; local
308 key_off = hfs_bnode_read_u16(node, off);
309 dprint(DBG_BNODE_MOD, " %d", key_off);
314 tmp = hfs_bnode_read_u16(node, key_off) + 2;
318 hfs_bnode_read(node, &cnid, key_off + tmp, 4);
323 tmp = hfs_bnode_read_u16(node, key_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c594 u_int32_t key_off, key_size, pagesize, size, space; local
600 key_off = 0;
646 key_off = (u_int32_t)(np - dbuf);
670 key_off = ((inp[indx] - HOFFSET(pg)) +
836 *offp-- = (int32_t)key_off;
869 *offp-- = (int32_t)key_off;
903 *offp-- = (int32_t)key_off;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c1052 int32_t *endp, key_off, *offp, *saveoffp; local
1058 key_off = 0;
1162 key_off = (int32_t)(np - dbuf);
1207 key_off = (int32_t)((inp[indx] - HOFFSET(pg))
1235 *offp-- = (int32_t)key_off;
1270 *offp-- = (int32_t)key_off;
1325 *offp-- = (int32_t)key_off;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmov.c1325 int key_off = sc->keyframes && sc->keyframes[0] == 1; local
1338 keyframe = !sc->keyframe_count || current_sample+key_off == sc->keyframes[stss_index];

Completed in 178 milliseconds