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

12

/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/chrome/browser/history/
H A Dsnippet_unittest.cc109 size_t ofs = 0; local
110 while ((ofs = document_folded.find(*qw, ofs)) != std::string::npos) {
111 match_positions.push_back(std::make_pair(ofs, ofs + qw->size()));
112 ofs += qw->size();
/external/chromium_org/chrome/browser/history/
H A Dsnippet_unittest.cc109 size_t ofs = 0; local
110 while ((ofs = document_folded.find(*qw, ofs)) != std::string::npos) {
111 match_positions.push_back(std::make_pair(ofs, ofs + qw->size()));
112 ofs += qw->size();
/external/qemu/
H A Dqemu-timer.h296 uint32_t cur, ofs; local
300 ofs = cc >> 32;
301 return cur - ofs;
/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/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/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/bzip2/
H A Dbzip2recover.c468 Int32 ofs, k; local
479 ofs = split - outFileName;
482 strcat (outFileName, inFileName + ofs);
/external/chromium_org/content/common/
H A Dplugin_list_posix.cc365 std::string::size_type ofs = 0; local
369 std::string::size_type end = description.find(':', ofs);
372 mime_type.mime_type = description.substr(ofs, end - ofs);
373 ofs = end + 1;
375 end = description.find(':', ofs);
378 const std::string extensions = description.substr(ofs, end - ofs);
380 ofs = end + 1;
382 end = description.find(';', ofs);
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dmap.h365 static inline map_word inline_map_read(struct map_info *map, unsigned long ofs) argument
370 r.x[0] = __raw_readb(map->virt + ofs);
372 r.x[0] = __raw_readw(map->virt + ofs);
374 r.x[0] = __raw_readl(map->virt + ofs);
377 r.x[0] = __raw_readq(map->virt + ofs);
380 memcpy_fromio(r.x, map->virt+ofs, map->bankwidth);
385 static inline void inline_map_write(struct map_info *map, const map_word datum, unsigned long ofs) argument
388 __raw_writeb(datum.x[0], map->virt + ofs);
390 __raw_writew(datum.x[0], map->virt + ofs);
392 __raw_writel(datum.x[0], map->virt + ofs);
[all...]
/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/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc559 int64 ofs = ftell(new_file_.get()); local
560 if (ofs == -1)
568 int64 expected_size = ofs + sizeof(ChunkHeader);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc563 int64 ofs = ftell(new_file_.get()); local
564 if (ofs == -1)
572 int64 expected_size = ofs + sizeof(ChunkHeader);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c55 int decode_xfer_read (char *buf, char **annex, CORE_ADDR *ofs, unsigned int *len) argument
67 decode_m_packet (buf, ofs, len);
537 CORE_ADDR ofs; local
545 if (decode_xfer_read (arg_own_buf + 20, &annex, &ofs, &len) < 0) {
584 if (ofs > doc_len) {
589 VG_(lseek) (fd, ofs, VKI_SEEK_SET);
592 len_read, ofs + len_read < doc_len);
601 CORE_ADDR ofs; local
606 if (decode_xfer_read (arg_own_buf + 16, &annex, &ofs, &len) < 0
630 if (ofs >
[all...]

Completed in 1080 milliseconds

12