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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libdw/
dwarf_addrdie.c 42 Dwarf_Off off; local
47 NULL, NULL, &off) != 0)
50 return INTUSE(dwarf_offdie) (dbg, off, result);
dwarf_formstring.c 68 uint64_t off; local
70 attrp->cu->offset_size, &off, IDX_debug_str, 1))
73 return (const char *) dbg_ret->sectiondata[IDX_debug_str]->d_buf + off;
  /external/elfutils/libdwfl/
dwfl_module_addrname.c 34 GElf_Off off; local
36 return INTUSE(dwfl_module_addrinfo) (mod, addr, &off, &sym,
  /hardware/interfaces/light/utils/
main.cpp 44 const static LightState off = { local
50 Status ret = service->setLight(type, off);
52 error("Failed to shut off screen for type " +
  /bionic/libc/kernel/uapi/linux/tc_ematch/
tc_em_nbyte.h 24 __u16 off; member in struct:tcf_em_nbyte
  /external/dagger2/examples/simple/src/main/java/coffee/
Heater.java 5 void off(); method in interface:Heater
ElectricHeater.java 11 @Override public void off() { method in class:ElectricHeater
  /external/iproute2/include/uapi/linux/tc_ematch/
tc_em_nbyte.h 9 __u16 off; member in struct:tcf_em_nbyte
  /external/kernel-headers/original/uapi/linux/tc_ematch/
tc_em_nbyte.h 9 __u16 off; member in struct:tcf_em_nbyte
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_ematch/
tc_em_nbyte.h 8 __u16 off; member in struct:tcf_em_nbyte
  /external/autotest/client/cros/power/
power_strip.py 20 def off(self, outlet, delay=0): member in class:PowerStrip
21 self.command('off', outlet, delay)
  /external/elfutils/libelf/
elf_getphdrnum.c 88 Elf64_Off off = (elf->class == ELFCLASS32 local
91 if (unlikely (off == 0))
97 if (unlikely (off >= elf->maximum_size))
113 if (unlikely (elf->maximum_size - off < *dst * phdr_size))
114 *dst = (elf->maximum_size - off) / phdr_size;
  /external/elfutils/tests/
strptr.c 77 size_t off = 0; local
78 const char *str = elf_strptr (elf, ndx, off);
81 printf ("[%zx] '%s'\n", off, str);
82 off += strlen (str) + 1;
83 str = elf_strptr (elf, ndx, off);
arls.c 90 off_t off = elf_getaroff (subelf); local
99 (unsigned long long int) off,
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Interp.h 52 int off = (int)(xfrac * CTAPS); local
54 tmpf[0] = in[0] * ciTable[off + 40];
55 tmpf[0] += in[1] * ciTable[off];
56 tmpf[0] += in[2] * ciTable[40 - off];
57 tmpf[0] += in[3] * ciTable[80 - off];
59 tmpf[1] = in[0] * ciTable[off + 40];
60 tmpf[1] += in[1] * ciTable[off];
61 tmpf[1] += in[2] * ciTable[40 - off];
62 tmpf[1] += in[3] * ciTable[80 - off];
64 tmpf[2] = in[0] * ciTable[off + 40]
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetln.c 69 size_t off; local
97 * As a bonus, though, we can leave off the __SMOD.
105 for (len = fp->_r, off = 0;; len += fp->_r) {
115 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
116 len - off);
117 off = len;
129 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
getdelim.c 50 size_t len, newlen, off; local
65 off = 0;
83 if (off > SSIZE_MAX || len + 1 > SSIZE_MAX - off) {
87 newlen = off + len + 1; /* reserve space for NUL terminator */
113 (void)memcpy((*buf + off), fp->_p, len);
117 off += len;
123 if (off == 0)
127 *(*buf + off) = '\0';
128 return off;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetstr.c 102 size_t off; local
137 * As a bonus, though, we can leave off the __SMOD.
145 for (len = fp->_r, off = 0;; len += fp->_r) {
155 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
156 len - off);
157 off = len;
169 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
  /external/autotest/client/tests/tracing_microbenchmark/
tracers.py 11 off = base_tracer.Tracer variable
  /external/elfutils/lib/
crc32_file.c 44 off_t off = 0; local
73 off += mapsize;
76 fd, off) == mapped);
82 off))) > 0)
84 off += count;
  /external/fio/lib/
pattern.h 22 unsigned int off; member in struct:pattern_fmt
45 unsigned int off, const char *buf, unsigned int len);
  /external/libunwind/include/
remote.h 54 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
62 val >>= 8*off; local
64 val >>= 8*(WSIZE - 1 - off);
74 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
77 assert ((off & 0x1) == 0);
84 val >>= 8*off; local
86 val >>= 8*(WSIZE - 2 - off);
96 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
99 assert ((off & 0x3) == 0);
106 val >>= 8*off; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
bitreader_buffer.c 18 const size_t off = rb->bit_offset; local
19 const size_t p = off >> 3;
20 const int q = 7 - (int)(off & 0x7);
23 rb->bit_offset = off + 1;
bitwriter_buffer.c 22 const int off = (int)wb->bit_offset; local
23 const int p = off / CHAR_BIT;
24 const int q = CHAR_BIT - 1 - off % CHAR_BIT;
31 wb->bit_offset = off + 1;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
11-1.c 9 * The off argument is constrained to be aligned and sized
14 * was specified) or off is not a multiple of the page size as returned by
18 * 1. Set 'off' a value which is not a multiple of page size;
46 off_t off; local
69 off = page_size + 1;
71 pa = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, off);
79 printf("Got EINVAL when 'off' is not multiple of page size\n");
85 " when 'off' is not a multiple of page size, get: %s\n",

Completed in 357 milliseconds

1 2 3 4 5 6 7 8 91011>>