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

  /external/yaffs2/yaffs2/
yaffs_mtdif.c 42 static inline void translate_spare2oob(const yaffs_Spare *spare, __u8 *oob)
44 oob[0] = spare->tagByte0;
45 oob[1] = spare->tagByte1;
46 oob[2] = spare->tagByte2;
47 oob[3] = spare->tagByte3;
48 oob[4] = spare->tagByte4;
49 oob[5] = spare->tagByte5 & 0x3f;
50 oob[5] |= spare->blockStatus == 'Y' ? 0: 0x80;
51 oob[5] |= spare->pageStatus == 0 ? 0: 0x40;
52 oob[6] = spare->tagByte6
    [all...]
  /external/bluetooth/bluez/src/
Android.mk 22 oob.c \
  /system/extras/ext4_utils/
allocate.c 125 printf("OOB list:\n");
609 /* Reserve the next blocks for oob data (indirect or extent blocks) */
612 struct region *oob = split_allocation(alloc, blocks); local
615 if (oob == NULL)
618 while (oob && oob != alloc->list.iter) {
619 next = oob->next;
620 region_list_remove(&alloc->list, oob);
621 region_list_append(&alloc->oob_list, oob);
622 oob = next
    [all...]
  /frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp 248 notify->setInt32("oob", true);
622 int32_t oob; local
623 if (msg->findInt32("oob", &oob) && oob) {
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 374 dbus_bool_t oob = TRUE; local
    [all...]

Completed in 170 milliseconds