HomeSort by relevance Sort by last modified time
    Searched refs:be16_to_cpu (Results 1 - 22 of 22) sorted by null

  /external/syslinux/gpxe/src/core/
uuid.c 43 be16_to_cpu ( uuid->canonical.b ),
44 be16_to_cpu ( uuid->canonical.c ),
45 be16_to_cpu ( uuid->canonical.d ),
  /external/syslinux/core/fs/xfs/
xfs_dinode.c 50 if (be16_to_cpu(core->di_magic) !=
51 be16_to_cpu(*(uint16_t *)XFS_DINODE_MAGIC)) {
53 xfs_debug("magic number 0x%04x", (be16_to_cpu(core->di_magic)));
xfs_readdir.c 51 if (be16_to_cpu(core->di_mode) & S_IFDIR)
53 else if (be16_to_cpu(core->di_mode) & S_IFREG)
55 else if (be16_to_cpu(core->di_mode) & S_IFLNK)
168 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
169 p += be16_to_cpu(dup->length);
224 if (be16_to_cpu(leaf->hdr.info.magic) != XFS_DIR2_LEAF1_MAGIC) {
232 if (file->offset + 1 > be16_to_cpu(leaf->hdr.count))
307 if (be16_to_cpu(node->hdr.info.magic) != XFS_DA_NODE_MAGIC) {
314 XFS_PVT(inode)->i_btree_offset >= be16_to_cpu(node->hdr.count))
325 if (be16_to_cpu(leaf->hdr.info.magic) != XFS_DIR2_LEAFN_MAGIC)
    [all...]
xfs_dir2.c 227 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) {
230 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) {
234 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) {
286 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
287 p += be16_to_cpu(dup->length);
326 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) {
329 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) {
333 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) {
379 if (be16_to_cpu(leaf->hdr.info.magic) != XFS_DIR2_LEAF1_MAGIC) {
390 for (lep = leaf->ents, low = 0, high = be16_to_cpu(leaf->hdr.count) - 1
    [all...]
misc.h 44 static inline uint16_t be16_to_cpu(uint16_t val) function
xfs.c 141 if (be16_to_cpu(blk->bb_level) == 0)
152 nextents = be16_to_cpu(blk->bb_numrecs);
309 xfs_debug("magic number 0x%04x", be16_to_cpu(core->di_magic));
317 if ((be16_to_cpu(core->di_mode) & S_IFMT) != S_IFDIR) {
362 info->inodesize = be16_to_cpu(sb->sb_inodesize);
xfs.h 519 be16_to_cpu(dup->length) - sizeof(uint16_t));
  /external/syslinux/com32/include/netinet/
in.h 12 #define ntohs(x) be16_to_cpu(x)
  /external/blktrace/
blktrace.h 72 #define be16_to_cpu(x) __bswap_16(x) macro
79 #define be16_to_cpu(x) (x) macro
117 t->cpu = be16_to_cpu(t->cpu);
118 t->error = be16_to_cpu(t->error);
119 t->pdu_len = be16_to_cpu(t->pdu_len);
  /external/blktrace/btt/
mmap.c 67 tp->cpu = be16_to_cpu(t->cpu);
68 tp->error = be16_to_cpu(t->error);
69 tp->pdu_len = be16_to_cpu(t->pdu_len);
  /external/syslinux/extlinux/
misc.h 44 static inline uint16_t be16_to_cpu(uint16_t val) function
  /external/syslinux/gpxe/src/include/
big_bswap.h 19 #define be16_to_cpu(x) (x) macro
little_bswap.h 21 #define be16_to_cpu(x) __bswap_16(x) macro
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 26 #define be16_to_cpu(n) ntohs(n) macro
  /external/syslinux/gpxe/src/net/
tcpip.c 110 value = be16_to_cpu ( value );
  /external/syslinux/com32/include/
byteswap.h 66 #define be16_to_cpu(x) bswap_16(x) macro
89 #define be16_to_cpu(x) (x) macro
128 return be16_to_cpu(up->x);
  /external/syslinux/com32/lib/jpeg/
tinyjpeg.c 207 #define be16_to_cpu(x) (((x)[0]<<8)|(x)[1]) macro
454 height = be16_to_cpu(stream+3);
455 width = be16_to_cpu(stream+5);
509 dqt_block_end = stream + be16_to_cpu(stream);
538 height = be16_to_cpu(stream+3);
539 width = be16_to_cpu(stream+5);
615 length = be16_to_cpu(stream) - 2;
658 length = be16_to_cpu(stream);
665 priv->restart_interval = be16_to_cpu(stream+2);
747 chuck_len = be16_to_cpu(stream)
    [all...]
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 152 #define be16_to_cpu(x) (((x)[0]<<8)|(x)[1]) macro
188 height = be16_to_cpu(stream+3);
189 width = be16_to_cpu(stream+5);
205 dqt_block_end = stream + be16_to_cpu(stream);
234 height = be16_to_cpu(stream+3);
235 width = be16_to_cpu(stream+5);
318 length = be16_to_cpu(stream) - 2;
371 length = be16_to_cpu(stream);
378 priv->restart_interval = be16_to_cpu(stream+2);
434 chuck_len = be16_to_cpu(stream)
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtnic.c 600 mtnic->fw_ver = ((u64) be16_to_cpu(cmd->rev_maj) << 32) |
601 ((u64) be16_to_cpu(cmd->rev_min) << 16) |
602 (u64) be16_to_cpu(cmd->rev_smin);
603 mtnic->fw.ifc_rev = be16_to_cpu(cmd->ifc_rev);
612 mtnic->fw.fw_pages.num = be16_to_cpu(cmd->fw_pages);
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
int13.c 694 if ( signature != be16_to_cpu ( 0x55aa ) ) {
  /external/blktrace/btreplay/
btrecord.c 523 pdu_len = be16_to_cpu(t.pdu_len);
  /external/e2fsprogs/debugfs/
logdump.c 530 tag_flags = be16_to_cpu(tag->t_flags);

Completed in 440 milliseconds