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

1 2 3

  /bionic/libdl/
libdl_cfi.cpp 48 uintptr_t ofs = CFIShadow::MemToShadowOffset(addr); local
49 if (ofs > CFIShadow::kShadowSize) return CFIShadow::kInvalidShadow;
50 return *reinterpret_cast<uint16_t*>(shadow_base_storage.v + ofs);
  /external/libdrm/intel/
mm.h 42 int ofs, size; member in struct:mem_block
51 drm_private extern struct mem_block *mmInit(int ofs, int size);
  /external/mesa3d/src/gallium/auxiliary/util/
u_mm.h 41 int ofs,size; member in struct:mem_block
52 extern struct mem_block *u_mmInit(int ofs, int size);
  /external/mesa3d/src/mesa/main/
mm.h 39 unsigned ofs; member in struct:mem_block
51 extern struct mem_block *mmInit(unsigned ofs, unsigned size);
  /frameworks/av/media/libnblog/
ReportPerformance.cpp 102 std::ofstream ofs; local
103 ofs.open(outlierName.str(), append ? std::ios::app : std::ios::trunc);
104 if (!ofs.is_open()) {
111 ofs << outlier.first << ", " << outlier.second << "\n";
113 ofs.close();
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServerFactory.java 45 ObservableFrameServer ofs = new ObservableFrameServer(mEphemeralFrameServer); local
46 mFrameServer = ofs;
47 mReadyState = ofs;
  /external/f2fs-tools/fsck/
node.h 92 unsigned int ofs = ofs_of_node(node_page); local
94 if (ofs == 3 || ofs == 4 + NIDS_PER_BLOCK ||
95 ofs == 5 + 2 * NIDS_PER_BLOCK)
98 if (ofs >= 6 + 2 * NIDS_PER_BLOCK) {
99 ofs -= 6 + 2 * NIDS_PER_BLOCK;
100 if (!((long int)ofs % (NIDS_PER_BLOCK + 1)))
dump.c 270 u32 nid, u64 *ofs)
292 *ofs += skip;
301 for (i = 0; i < idx; i++, (*ofs)++) {
304 dump_data_blk(sbi, *ofs * F2FS_BLKSIZE,
309 le32_to_cpu(node_blk->in.nid[i]), ofs);
313 le32_to_cpu(node_blk->in.nid[i]), ofs);
392 u64 ofs = 0; local
403 for (i = 0; i < ADDRS_PER_INODE(&node_blk->i); i++, ofs++)
404 dump_data_blk(sbi, ofs * F2FS_BLKSIZE, le32_to_cpu(
411 le32_to_cpu(node_blk->i.i_nid[i]), &ofs);
    [all...]
  /external/protobuf/conformance/
ConformanceJava.java 12 int ofs = 0; local
14 int read = System.in.read(buf, ofs, len);
18 ofs += read;
ConformanceJavaLite.java 9 int ofs = 0; local
11 int read = System.in.read(buf, ofs, len);
15 ofs += read;
conformance_cpp.cc 65 size_t ofs = 0; local
67 ssize_t bytes_read = read(fd, (char*)buf + ofs, len);
76 ofs += bytes_read;
conformance_test_runner.cc 204 size_t ofs = 0; local
206 ssize_t bytes_read = read(fd, (char*)buf + ofs, len);
220 ofs += bytes_read;
  /libcore/ojluni/src/main/java/java/security/
MessageDigestSpi.java 111 int ofs = input.arrayOffset(); local
114 engineUpdate(b, ofs + pos, lim - pos);
SignatureSpi.java 149 int ofs = input.arrayOffset(); local
152 engineUpdate(b, ofs + pos, lim - pos);
  /libcore/ojluni/src/main/java/javax/crypto/
MacSpi.java 107 int ofs = input.arrayOffset(); local
110 engineUpdate(b, ofs + pos, lim - pos);
  /system/netd/server/
ResolverStats.h 52 // Read the serialized resolverstats starting at |in[ofs]|.
53 ssize_t decode(const std::vector<int32_t>& in, ssize_t ofs);
66 size_t ofs = out->size(); local
67 out->resize(ofs + STATS_COUNT);
68 int32_t* cur = &(*out)[ofs];
78 // Read the serialized resolverstats starting at |in[ofs]|.
79 inline ssize_t ResolverStats::decode(const std::vector<int32_t>& in, ssize_t ofs) {
80 if (ofs < 0 || static_cast<size_t>(ofs) + STATS_COUNT > in.size()) {
83 const int32_t* cur = &in[ofs];
109 ssize_t ofs = 0; local
    [all...]
  /external/mesa3d/src/mesa/x86/
common_x86.c 295 GLuint ofs; local
297 for (ofs = 0; ofs < 3; ofs++)
298 _mesa_x86_cpuid(0x80000002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name + (16*ofs)+8), (GLuint *)(cpu_name + (16*ofs)+12));
  /system/netd/tests/benchmarks/
dns_benchmark.cpp 122 const uint32_t ofs = arc4random_uniform(getMappings().size()); local
123 const auto& mapping = getMappings()[ofs];
  /external/libunwind/src/coredump/
_UCD_create.c 146 off_t ofs = (_64bits ? elf_header64.e_phoff : elf_header32.e_phoff); local
147 if (lseek(fd, ofs, SEEK_SET) != ofs)
254 Debug(2, " ofs:%08llx va:%08llx filesize:%08llx memsize:%08llx flg:%x",
  /external/opencv/cv/src/
cvfeatureselect.cpp 190 int j = count, ofs = (int)((uchar*)(ptr_data[i]) - eig->data.ptr); local
191 y = ofs / eig->step;
192 x = (ofs - y * eig->step)/sizeof(float);
cvfilter.cpp 205 int i, j, k, ofs; local
250 ofs = (anchor.x-x_range.start_index)*pix_sz;
282 border_tab[i + j] = idx + ofs + j;
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 73 static u16_t snmp_varbind_list_enc(struct snmp_varbind_root *root, struct pbuf *p, u16_t ofs);
142 u16_t ofs; local
147 ofs = snmp_resp_header_enc(m_stat, p);
150 snmp_varbind_list_enc(&emptyvb, p, ofs);
154 snmp_varbind_list_enc(&m_stat->outvb, p, ofs);
264 u16_t ofs; local
267 ofs = snmp_trap_header_enc(&trap_msg, p);
268 snmp_varbind_list_enc(&trap_msg.outvb, p, ofs);
489 u16_t ofs; local
491 ofs = 0
546 u16_t ofs; local
    [all...]
  /external/iproute2/misc/
lnstat.c 183 int ofs = 0; local
192 snprintf(th.hdr[0]+ofs, width+2, "%*.*s|", width, width,
198 snprintf(th.hdr[h]+ofs, width+2,
202 snprintf(th.hdr[h]+ofs, width+2,
207 ofs += width+1;
211 for (i = 0; i < ofs; i++) {
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 68 unsigned ofs = (buf_offset * addr->bytes_per_pixel) % st->ctx->Const.TextureBufferOffsetAlignment; local
69 if (ofs != 0) {
70 if (ofs % addr->bytes_per_pixel != 0)
73 skip_pixels = ofs / addr->bytes_per_pixel;

Completed in 318 milliseconds

1 2 3