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

  /external/tcpdump/
print-mobile.c 68 const struct mobile_ip *mob; local
73 mob = (const struct mobile_ip *)bp;
75 if (length < MOBILE_SIZE || !ND_TTEST(*mob)) {
81 proto = EXTRACT_16BITS(&mob->proto);
82 crc = EXTRACT_16BITS(&mob->hcheck);
90 ND_PRINT((ndo, "%s ", ipaddr_string(ndo, &mob->osrc)));
95 ND_PRINT((ndo, "> %s ", ipaddr_string(ndo, &mob->odst)));
98 vec[0].ptr = (const uint8_t *)(const void *)mob;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 54 * A factor applied to the maximum mob memory size to determine
81 } mob; member in union:vmw_buffer_relocation::__anon34105
140 * The amount of surface, GMR or MOB memory that is referred by the commands
226 if (reloc->mob.id)
227 *reloc->mob.id = ptr.gmrId;
228 if (reloc->mob.offset_into_mob)
229 *reloc->mob.offset_into_mob = ptr.offset;
446 reloc->mob.id = id;
447 reloc->mob.offset_into_mob = offset_into_mob;
632 /* Queries are backed by one big MOB */
    [all...]
  /external/tensorflow/tensorflow/python/profiler/
model_analyzer_test.py 475 def check_min(nodes, mm=0, mam=0, mcm=0, mb=0, mpb=0, mrb=0, mob=0):
489 if mob > 0:
490 self.assertGreaterEqual(n.output_bytes, mob)
491 check_min(n.children, mm, mam, mcm, mb, mpb, mrb, mob)
544 check_min(tfprof_node.children, mob=min_val)
    [all...]

Completed in 4048 milliseconds