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

  /external/iproute2/tc/
q_cbq.c 188 struct tc_cbq_ovl ovl; local
203 memset(&ovl, 0, sizeof(ovl));
444 struct tc_cbq_ovl *ovl = NULL; local
479 if (RTA_PAYLOAD(tb[TCA_CBQ_OVL_STRATEGY]) < sizeof(*ovl))
482 (unsigned) sizeof(*ovl));
484 ovl = RTA_DATA(tb[TCA_CBQ_OVL_STRATEGY]);
  /external/fio/engines/
windowsaio.c 366 OVERLAPPED *ovl; local
378 if (!GetQueuedCompletionStatus(ctx->iocp, &bytes, &ulKey, &ovl, 250) && ovl == NULL)
381 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o);
384 if (ovl->Internal == ERROR_SUCCESS) {
385 io_u->resid = io_u->xfer_buflen - ovl->InternalHigh;
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spu_ovl.S 65 #define ovl reserved4 define
124 * __ovly_return, prev ovl index, caller return addr, undefined.
134 shlqbyi ovl, $lr, 4 # 1,4 0
139 shli off1, ovl, 4 # 0,4 4
166 stqr ovl, __ovly_current # 1,6 18
206 rotmi ovl, target, -18 # 0,4 -1
213 shli off2, ovl, 4 # 0,4 3
214 stqr ovl, __ovly_current # 1,6 3
228 shli off2, ovl, 4 # 0,4 2
231 stqr ovl, __ovly_current # 1,6
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 895 vertex_t** const ovl = &out[outi][0]; local
896 vertex_t** output = ovl;
944 ivl = ovl;
961 vertex_t** const ovl = &out[outi][0]; local
962 vertex_t** output = ovl;
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 1041 struct ocfs_volume_label ovl; local
1045 memcpy(&ovl, buf+512, sizeof(ovl));
1053 blkid_set_tag(probe->dev, "LABEL", ovl.label, ocfslabellen(ovl));
1055 set_uuid(probe->dev, ovl.vol_id, 0);
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 329 struct dss2_ovl_info ovl; member in struct:dsscomp_check_ovl_data
344 struct dss2_ovl_info ovl, wb; member in struct:dsscomp_wb_copy_data
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 351 unsigned int ovl; member in struct:got_entry
704 /* A section in an overlay area called .ovl.init is not
708 if (strncmp (s->name, ".ovl.init", 9) != 0)
768 if (strncmp (s0->name, ".ovl.init", 9) != 0)
777 if (strncmp (s->name, ".ovl.init", 9) != 0)
1061 unsigned int ovl = 0; local
1071 ovl = spu_elf_section_data (isec->output_section)->u.o.ovl_index;
1090 htab->stub_count[ovl] += 1;
1098 if (ovl == 0)
1103 if (g->addend == addend && g->ovl == 0
1195 unsigned int ovl, dest_ovl, set_id; local
1689 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
1778 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
4942 unsigned int ovl = 0; local
4975 unsigned int ovl = overlay_index (sec); local
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 4930 OverloadExpr *ovl = find.Expression; local
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 14045 } ovl; local
14251 } ovl; local
15396 } ovl; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 269 milliseconds