Searched defs:ofs (Results 1 - 25 of 41) sorted by relevance

12

/external/strace/test/
H A Dx32_lseek.c23 long ofs = 0x12345678901; local
31 (long) (ofs),
36 printf((r == ofs) ? "64-bit offset used\n" : "Kernel truncated offset\n");
H A Dx32_mmap.c1 // Test program which explores whether mmap's ofs parameter
23 long ofs = 0x12345670000; // fails if not page-aligned local
35 (long) (ofs) // ofs
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_mm.h41 int ofs,size; member in struct:mem_block
52 extern struct mem_block *u_mmInit(int ofs, int size);
H A Du_mm.c45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
70 u_mmInit(int ofs, int size) argument
98 block->ofs = ofs;
114 if (startofs > p->ofs) {
118 newblock->ofs = startofs;
119 newblock->size = p->size - (startofs - p->ofs);
142 newblock->ofs = startofs + size;
194 startofs = (p->ofs
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmm.h39 unsigned ofs; member in struct:mem_block
51 extern struct mem_block *mmInit(unsigned ofs, unsigned size);
H A Dmm.c43 fprintf(stderr, " Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
51 fprintf(stderr, " FREE Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
61 mmInit(unsigned ofs, unsigned size) argument
89 block->ofs = ofs;
105 if (startofs > p->ofs) {
109 newblock->ofs = startofs;
110 newblock->size = p->size - (startofs - p->ofs);
133 newblock->ofs = startofs + size;
181 startofs = (p->ofs
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_mm.h41 int ofs,size; member in struct:mem_block
52 extern struct mem_block *u_mmInit(int ofs, int size);
H A Du_mm.c45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
70 u_mmInit(int ofs, int size) argument
98 block->ofs = ofs;
114 if (startofs > p->ofs) {
118 newblock->ofs = startofs;
119 newblock->size = p->size - (startofs - p->ofs);
142 newblock->ofs = startofs + size;
194 startofs = (p->ofs
[all...]
/external/mesa3d/src/mesa/main/
H A Dmm.h39 unsigned ofs; member in struct:mem_block
51 extern struct mem_block *mmInit(unsigned ofs, unsigned size);
H A Dmm.c43 fprintf(stderr, " Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
51 fprintf(stderr, " FREE Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
61 mmInit(unsigned ofs, unsigned size) argument
89 block->ofs = ofs;
105 if (startofs > p->ofs) {
109 newblock->ofs = startofs;
110 newblock->size = p->size - (startofs - p->ofs);
133 newblock->ofs = startofs + size;
181 startofs = (p->ofs
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dcommon_x86.c283 GLuint ofs; local
285 for (ofs = 0; ofs < 3; ofs++)
286 _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));
/external/mesa3d/src/mesa/x86/
H A Dcommon_x86.c283 GLuint ofs; local
285 for (ofs = 0; ofs < 3; ofs++)
286 _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));
/external/chromium_org/components/query_parser/
H A Dsnippet_unittest.cc111 size_t ofs = 0; local
112 while ((ofs = document_folded.find(*qw, ofs)) != std::string::npos) {
113 match_positions.push_back(std::make_pair(ofs, ofs + qw->size()));
114 ofs += qw->size();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
/external/f2fs-tools/fsck/
H A Ddump.c139 u32 nid, u64 *ofs)
161 *ofs += skip;
170 for (i = 0; i < idx; i++, (*ofs)++) {
173 dump_data_blk(*ofs * F2FS_BLKSIZE,
178 le32_to_cpu(node_blk->in.nid[i]), ofs);
182 le32_to_cpu(node_blk->in.nid[i]), ofs);
193 u64 ofs = 0; local
206 for (i = 0; i < ADDRS_PER_INODE(&node_blk->i); i++, ofs++)
207 dump_data_blk(ofs * F2FS_BLKSIZE,
214 node_blk->i.i_nid[i], &ofs);
138 dump_node_blk(struct f2fs_sb_info *sbi, int ntype, u32 nid, u64 *ofs) argument
[all...]
/external/iproute2/misc/
H A Dlnstat.c165 int ofs = 0; local
179 snprintf(th.hdr[0]+ofs, width+2, fmt,
185 snprintf(th.hdr[h]+ofs, width+2, fmt, "");
188 snprintf(th.hdr[h]+ofs, width+2, fmt, cname);
192 ofs += width+1;
196 for (i = 0; i < ofs; i++) {
/external/libunwind/src/coredump/
H A D_UCD_create.c146 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/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
/external/opencv/cv/src/
H A Dcvfeatureselect.cpp190 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);
H A Dcvfilter.cpp205 int i, j, k, ofs; local
250 ofs = (anchor.x-x_range.start_index)*pix_sz;
282 border_tab[i + j] = idx + ofs + j;
/external/qemu/include/qemu/
H A Dtimer.h886 uint32_t cur, ofs; local
890 ofs = cc >> 32;
891 return cur - ofs;
/external/bzip2/
H A Dbzip2recover.c468 Int32 ofs, k; local
479 ofs = split - outFileName;
482 strcat (outFileName, inFileName + ofs);
/external/tcpdump/
H A Dsmbutil.c172 name_ptr(const u_char *buf, int ofs, const u_char *maxbuf) argument
177 p = buf + ofs;
211 name_extract(const u_char *buf, int ofs, const u_char *maxbuf, char *name) argument
213 const u_char *p = name_ptr(buf, ofs, maxbuf);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c61 int decode_xfer_read (char *buf, const char **annex, CORE_ADDR *ofs, unsigned int *len) argument
73 decode_m_packet (buf, ofs, len);
735 CORE_ADDR ofs; local
743 if (decode_xfer_read (arg_own_buf + 20, &annex, &ofs, &len) < 0) {
782 if (ofs > doc_len) {
787 VG_(lseek) (fd, ofs, VKI_SEEK_SET);
790 len_read, ofs + len_read < doc_len);
799 CORE_ADDR ofs; local
804 if (decode_xfer_read (arg_own_buf + 16, &annex, &ofs, &len) < 0
828 if (ofs >
[all...]
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c578 static int nand_block_isbad(struct mtd_info *mtd, loff_t ofs) argument
583 static int nand_block_markbad(struct mtd_info *mtd, loff_t ofs) argument

Completed in 499 milliseconds

12