HomeSort by relevance Sort by last modified time
    Searched defs:item_id (Results 1 - 4 of 4) sorted by null

  /external/libmtp/examples/
pathutils.c 61 /* Parses a string to find item_id */
66 uint32_t item_id; local
68 // Check if path is an item_id
70 item_id = strtoul(path, &rest, 0);
73 if (item_id == 0) {
79 return file->item_id;
84 return item_id;
87 item_id = lookup_folder_id(folders,path,"");
88 if (item_id == (uint32_t) -1) {
102 return file->item_id;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
random_op.cc 588 const size_t item_id = item.get_global(0); local
590 size_t offset = item_id * kGroupSize;
591 gen_.Skip(item_id);
642 const size_t item_id = item.get_global(0); local
644 size_t group_index = item_id;
    [all...]
  /external/u-boot/arch/x86/include/asm/
me_common.h 305 u32 item_id:8; member in struct:mbp_item_header
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 267 ItemLoc(uint32_t item_id, uint16_t construction_method,
269 itemId(item_id),
377 uint32_t item_id;
378 if (!source()->getUInt32Var(offset, &item_id, itemFieldSize)) {
381 ALOGV("item[%zu]: id %lld", i, (long long)item_id);
419 ssize_t index = mItemLocs->add(item_id, ItemLoc(
420 item_id, construction_method, data_reference_index, base_offset));
1068 uint32_t item_id; local
1073 if (!source()->getUInt32Var(offset, &item_id, itemIdSize)) {
1076 ALOGV("item_id %d", item_id)
    [all...]

Completed in 1675 milliseconds