HomeSort by relevance Sort by last modified time
    Searched defs:offs (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/libxkbcommon/xkbcommon/
makekeys.py 24 offs = 0 variable
26 entry_offsets[name] = offs
28 offs += len(name) + 1
42 print(' {{ 0x{value:08x}, {offs} }}, /* {name} */'.format(offs=entry_offsets[name], value=value, name=name))
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
dt.c 13 static int append_psci_compatible(void *fdt, int offs, const char *str)
15 return fdt_appendprop(fdt, offs, "compatible", str, strlen(str) + 1);
20 int offs; local
27 offs = fdt_path_offset(fdt, "/");
28 if (offs < 0)
30 offs = fdt_add_subnode(fdt, offs, "psci");
31 if (offs < 0)
33 if (append_psci_compatible(fdt, offs, "arm,psci-1.0"))
35 if (append_psci_compatible(fdt, offs, "arm,psci-0.2")
79 int offs = 0; local
    [all...]
  /external/syslinux/com32/modules/
gpxecmd.c 30 uint16_t offs, seg; member in struct:segoff16
50 fx->Command.offs = OFFS(q);
sanboot.c 30 uint16_t offs, seg; member in struct:segoff16
50 fx->Command.offs = OFFS(q);
meminfo.c 56 ireg.edi.w[0] = OFFS(low_ed);
101 uint16_t offs, seg; member in struct:__anon37083
110 ivt[0x15].seg, ivt[0x15].offs, dosram, dosram << 10, oreg.eax.w[0],
  /external/syslinux/dos/
argv.c 56 size_t offs; local
62 offs = 0;
65 if (get_8_fs(offs++) == '\0')
71 nstr = get_16_fs(offs);
72 offs += 2;
76 while ((c = get_8_fs(offs++)))
  /external/vboot_reference/firmware/2lib/
2common.c 36 uintptr_t offs = p & (align - 1); local
38 if (offs) {
39 offs = align - offs;
41 if (*size < offs)
44 *ptr += offs;
45 *size -= offs;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce_40_2_2.c 62 uint32_t offs = enc->cs->current.cdw - enc->task_info_idx + 3; local
64 enc->cs->current.buf[enc->task_info_idx] = offs;
radeon_vce_52.c 554 uint32_t offs = enc->cs->current.cdw - enc->task_info_idx + 3; local
556 enc->cs->current.buf[enc->task_info_idx] = offs;
  /external/python/cpython2/Modules/zlib/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /external/python/cpython3/Modules/zlib/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /external/syslinux/com32/lib/zlib/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /external/zlib/src/contrib/infback9/
inftree9.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
135 offs[1] = 0;
137 offs[len + 1] = offs[len] + count[len];
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /external/zlib/src/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /frameworks/native/cmds/servicemanager/
binder.h 15 binder_size_t *offs; /* array of offsets */ member in struct:binder_io
  /toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
inftree9.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
135 offs[1] = 0;
137 offs[len + 1] = offs[len] + count[len];
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /toolchain/binutils/binutils-2.27/zlib/
inftrees.c 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
  /external/fio/oslib/
libmtd_legacy.c 239 loff_t offs = 0; local
276 ret = ioctl(fd, MEMGETBADBLOCK, &offs);
  /external/libffi/src/xtensa/
ffi.c 164 unsigned long offs; local
170 offs = (unsigned long) addr - (unsigned long) stack;
174 if (offs < FFI_REGISTER_NARGS * 4
175 && offs + size > FFI_REGISTER_NARGS * 4)
  /external/libopus/celt/
entcode.h 77 opus_uint32 offs; member in struct:ec_ctx
94 return _this->offs;
  /external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
ffi.c 164 unsigned long offs; local
170 offs = (unsigned long) addr - (unsigned long) stack;
174 if (offs < FFI_REGISTER_NARGS * 4
175 && offs + size > FFI_REGISTER_NARGS * 4)
  /external/python/cpython3/Modules/_ctypes/libffi/src/xtensa/
ffi.c 164 unsigned long offs; local
170 offs = (unsigned long) addr - (unsigned long) stack;
174 if (offs < FFI_REGISTER_NARGS * 4
175 && offs + size > FFI_REGISTER_NARGS * 4)

Completed in 722 milliseconds

1 2 3 4 5