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

1 2 3

  /external/chromium_org/third_party/mesa/src/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);
u_mm.c 45 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)
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 + mask) & ~mask
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mm.h 39 unsigned ofs; member in struct:mem_block
51 extern struct mem_block *mmInit(unsigned ofs, unsigned size);
mm.c 43 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)
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 + mask) & ~mask
    [all...]
  /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);
u_mm.c 45 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)
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 + mask) & ~mask
    [all...]
  /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);
mm.c 43 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)
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 + mask) & ~mask
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
file.h 33 std::ofstream ofs(filename.c_str(), std::ios::binary);
36 std::ostream_iterator<char>(ofs));
  /device/asus/fugu/dumpstate/
dumpstate.c 63 int ofs = 0; local
65 base64_output3(&buffer[ofs], 3);
67 ofs += 3;
75 memmove(buffer, &buffer[ofs], left);
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
bbm.h 68 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
mtd.h 123 int (*lock) (struct mtd_info *mtd, loff_t ofs, size_t len);
124 int (*unlock) (struct mtd_info *mtd, loff_t ofs, size_t len);
129 int (*block_isbad) (struct mtd_info *mtd, loff_t ofs);
130 int (*block_markbad) (struct mtd_info *mtd, loff_t ofs);
  /external/chromium_org/components/query_parser/
snippet_unittest.cc 111 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/f2fs-tools/fsck/
dump.c 139 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 283 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/
common_x86.c 283 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/libpcap/msdos/
pktdrvr.c 363 static char pktStr[9] = "PKT DRVR"; /* ASCIIZ string at ofs 3 */
828 WORD ofs = _farpeekw (_dos_ds, realBase+rxOutOfs); local
830 if (ofs != _farpeekw (_dos_ds, realBase+rxInOfs))
835 head.firstCount = _farpeekw (_dos_ds, realBase+ofs);
836 head.secondCount = _farpeekw (_dos_ds, realBase+ofs+2);
837 head.handle = _farpeekw (_dos_ds, realBase+ofs+4);
843 dosmemget (realBase+ofs+6, len, buf);
848 ofs += sizeof (RX_ELEMENT);
849 if (ofs > LAST_RX_BUF)
851 else _farpokew (_dos_ds, realBase+rxOutOfs, ofs);
859 WORD ofs; local
894 WORD ofs = *(WORD*) (realBase+rxOutOfs); local
925 WORD ofs; local
1246 unsigned sel, ofs; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h 32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
  /external/opencv/cvaux/src/
enmin.cpp 401 int ofs;
409 ofs = tempVtxIdx == u;
410 if( !ofs )
440 } /* if( !ofs ) */
442 graphEdge = graphEdge -> next[ ofs ];
451 ofs = tempVtxIdx == u;
452 if( ofs )
488 } /* if( ofs ) */
490 graphEdge = graphEdge -> next[ ofs ];
554 int ofs;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_mm.c 119 return (unsigned char *) mm->map + mm_buf->block->ofs;
159 *offset += mm_buf->block->ofs;
216 assert(0 <= (pb_size)mm_buf->block->ofs && (pb_size)mm_buf->block->ofs < mm->size);
217 assert(size <= (pb_size)mm_buf->block->size && (pb_size)mm_buf->block->ofs + (pb_size)mm_buf->block->size <= mm->size);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_mm.c 119 return (unsigned char *) mm->map + mm_buf->block->ofs;
159 *offset += mm_buf->block->ofs;
216 assert(0 <= (pb_size)mm_buf->block->ofs && (pb_size)mm_buf->block->ofs < mm->size);
217 assert(size <= (pb_size)mm_buf->block->size && (pb_size)mm_buf->block->ofs + (pb_size)mm_buf->block->size <= mm->size);
  /external/iproute2/misc/
lnstat.c 165 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++) {
  /development/ndk/platforms/android-9/arch-mips/include/asm/
gt64120.h 525 #define __GT_READ(ofs) (*(volatile u32 *)(GT64120_BASE+(ofs)))
526 #define __GT_WRITE(ofs, data) do { *(volatile u32 *)(GT64120_BASE+(ofs)) = (data); } while (0)
527 #define GT_READ(ofs) le32_to_cpu(__GT_READ(ofs))
529 #define GT_WRITE(ofs, data) __GT_WRITE(ofs, cpu_to_le32(data))

Completed in 557 milliseconds

1 2 3