Home
last modified time | relevance | path

Searched refs:uoff (Results 1 – 7 of 7) sorted by relevance

/third_party/toybox/toys/other/
Dblkid.c168 int uoff = len-off; in do_blkid() local
173 for (j = 7; j >= 0; --j) s += sprintf(s, "%02X", toybuf[uoff+j]); in do_blkid()
175 s += sprintf(s, "%02X%02X-%02X%02X", toybuf[uoff+3], toybuf[uoff+2], in do_blkid()
176 toybuf[uoff+1], toybuf[uoff]); in do_blkid()
179 s += sprintf(s, "-%02x"+!(0x550 & (1<<j)), toybuf[uoff+j]); in do_blkid()
/third_party/mesa3d/src/freedreno/afuc/
Ddisasm.c653 printlbl("%s", fxn_name(instr->call.uoff)); in disasm_instr()
655 printf(" (%04x)", instr->call.uoff); in disasm_instr()
684 printlbl("%s", label_name(instr->call.uoff, true)); in disasm_instr()
745 label_idx(instr->call.uoff, true); in setup_labels()
748 fxn_idx(instr->call.uoff, true); in setup_labels()
Dasm.c288 instr.call.uoff = resolve_label(ai->label); in emit_instructions()
292 instr.call.uoff = resolve_label(ai->label); in emit_instructions()
Dafuc.h191 uint32_t uoff : 26; /* absolute (unsigned) offset */ member
Demu.c284 emu->branch_target = instr->call.uoff; in emu_instr()
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideobalance.c290 gint yoff, uoff, voff; in gst_video_balance_packed_yuv() local
319 uoff = GST_VIDEO_FRAME_COMP_PSTRIDE (frame, 1); in gst_video_balance_packed_yuv()
336 uptr += uoff; in gst_video_balance_packed_yuv()
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c3985 int uoff, goff; in proposal() local
4005 uoff = get4l(attr,4); in proposal()
4006 uauth = get6h(attr,uoff+2); in proposal()
4007 ucnt = attr[uoff+1] & 255; in proposal()
4014 && (get4l(attr,uoff+8) == 21) && (get4l(attr,goff+8) == 21)) { in proposal()
4021 printf("S-%d-%llu",attr[uoff] & 255,(long long)uauth); in proposal()
4023 printf("-%lu",get4l(attr,uoff+8+4*i)); in proposal()