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

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/qemu/
H A Dqemu-timer.h296 uint32_t cur, ofs; local
300 ofs = cc >> 32;
301 return cur - ofs;
/external/quake/quake/src/QW/client/
H A Dr_sky.c100 int ofs, baseofs; local
125 ofs = baseofs + ((x+xshift) & SKYMASK);
130 *(unsigned *)&bottommask[ofs]) |
131 *(unsigned *)&bottomsky[ofs];
139 ofs = baseofs + ((x+xshift) & SKYMASK);
142 *(byte *)&bottommask[ofs]) |
143 *(byte *)&bottomsky[ofs];
164 int ofs, baseofs; local
184 ofs = baseofs + ((x+xshift) & SKYMASK);
189 *(unsigned *)&bottommask[ofs]) |
223 int ofs, baseofs; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_sky.cpp100 int ofs, baseofs; local
125 ofs = baseofs + ((x+xshift) & SKYMASK);
130 *(unsigned *)&bottommask[ofs]) |
131 *(unsigned *)&bottomsky[ofs];
139 ofs = baseofs + ((x+xshift) & SKYMASK);
142 *(byte *)&bottommask[ofs]) |
143 *(byte *)&bottomsky[ofs];
164 int ofs, baseofs; local
184 ofs = baseofs + ((x+xshift) & SKYMASK);
189 *(unsigned *)&bottommask[ofs]) |
223 int ofs, baseofs; local
[all...]
H A Dpr_edict.cpp38 ddef_t *ED_FieldAtOfs (int ofs);
148 ddef_t *ED_GlobalAtOfs (int ofs) argument
156 if (def->ofs == ofs)
167 ddef_t *ED_FieldAtOfs (int ofs) argument
175 if (def->ofs == ofs)
269 return (eval_t *)((char *)&ed->u.v + def->ofs*4);
381 char *PR_GlobalString (int ofs) argument
389 val = (void *)&pr_globals[ofs];
407 PR_GlobalStringNoContents(int ofs) argument
[all...]
H A Dpr_comp.h32 #define OFS_PARM0 4 // leave 3 ofs for each parm to hold vectors
132 unsigned short ofs; member in struct:__anon12387
/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/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;
H A Dcvhough.cpp994 int ofs = *(int*)cvGetSeqElem( centers, i ); local
995 y = ofs/(acols+2) - 1;
996 x = ofs - (y+1)*(acols+2) - 1;
H A Dcvimgwarp.cpp290 const int* ofs, const int* xofs ) \
309 sum += _src[ofs[k]] + _src[ofs[k+1]] + \
310 _src[ofs[k+2]] + _src[ofs[k+3]]; \
313 sum += _src[ofs[k]]; \
595 int cn, const int* ofs, const int *xofs );
719 int* ofs = (int*)cvStackAlloc( (area + dsize.width*cn)*sizeof(int) ); local
720 int* xofs = ofs + area;
728 ofs[
1085 int k, type, depth, cn, *ofs = 0; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.cpp147 int ofs = 1 + side2; local
152 unsigned char* next = pixels + ofs * stride + channels[step];
163 for (i = 0; i < limit; ptr += stride, next += stride, ++i, ++ofs) {
165 sum += ((ofs < dim) ? *next : alpha2) - alpha1;
168 for (; ofs < dim; ptr += stride, prev += stride, next += stride, ++i, ++ofs) {
H A DShadowBlur.cpp264 int ofs = 1 + side2; local
270 unsigned char* next = pixels + ofs * stride + channels[step];
283 for (i = 0; i < limit; ptr += stride, next += stride, ++i, ++ofs) {
285 sum += ((ofs < dim) ? *next : alpha2) - alpha1;
289 for (; ofs < dim; ptr += stride, prev += stride, next += stride, ++i, ++ofs) {
/external/bzip2/
H A Dbzip2recover.c468 Int32 ofs, k; local
479 ofs = split - outFileName;
482 strcat (outFileName, inFileName + ofs);
/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/quake/quake/src/QW/server/
H A Dpr_edict.c36 ddef_t *ED_FieldAtOfs (int ofs);
144 ddef_t *ED_GlobalAtOfs (int ofs) argument
152 if (def->ofs == ofs)
163 ddef_t *ED_FieldAtOfs (int ofs) argument
171 if (def->ofs == ofs)
264 return (eval_t *)((char *)&ed->v + def->ofs*4);
375 char *PR_GlobalString (int ofs) argument
383 val = (void *)&pr_globals[ofs];
401 PR_GlobalStringNoContents(int ofs) argument
[all...]
H A Dpr_comp.h31 #define OFS_PARM0 4 // leave 3 ofs for each parm to hold vectors
131 unsigned short ofs; member in struct:__anon12143
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c53 int decode_xfer_read (char *buf, char **annex, CORE_ADDR *ofs, unsigned int *len) argument
65 decode_m_packet (buf, ofs, len);
521 CORE_ADDR ofs; local
529 if (decode_xfer_read (arg_own_buf + 20, &annex, &ofs, &len) < 0) {
576 if (ofs > doc_len) {
581 VG_(lseek) (fd, ofs, VKI_SEEK_SET);
584 len_read, ofs + len_read < doc_len);
593 CORE_ADDR ofs; local
598 if (decode_xfer_read (arg_own_buf + 16, &annex, &ofs, &len) < 0
622 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
/external/opencv/cvaux/src/
H A Dcvhmm.cpp816 int ofs = -m*obs_x*n_states; local
824 mp[l + ofs] += mp[l] * state[l].weight[m];
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c791 int ofs = 0; \
797 ofs += *(Type *)srcbuf; \
802 if(ofs < right) { \
806 if(left - ofs > 0) { \
807 start = left - ofs; \
812 startcol = ofs + start; \
820 ofs += run; \
821 } else if(!ofs) \
823 if(ofs == w) { \
824 ofs
866 int ofs = 0; local
1132 int ofs; local
1854 int ofs = 0; local
[all...]
/external/svox/pico/lib/
H A Dpicokpr.c274 extern picokpr_VarStrPtr picokpr_getVarStrPtr(picokpr_Preproc preproc, picokpr_StrArrOffset ofs) argument
276 picoos_uint8 * p = (picoos_uint8 *)&(((kpr_SubObj)preproc)->rStrArr[ofs]);
331 extern picokpr_LexCat picokpr_getLexCat(picokpr_Preproc preproc, picokpr_LexCatArrOffset ofs) argument
333 picoos_uint8 * p = (picoos_uint8 *)&(((kpr_SubObj)preproc)->rLexCatArr[ofs]);
342 extern picoos_int32 picokpr_getAttrValArrInt32(picokpr_Preproc preproc, picokpr_AttrValArrOffset ofs) argument
344 picoos_uint8 * p = (picoos_uint8 *)&(((kpr_SubObj)preproc)->rAttrValArr[ofs]);
361 extern picokpr_OutItemArrOffset picokpr_getOutItemNextOfs(picokpr_Preproc preproc, picokpr_OutItemArrOffset ofs) argument
363 picoos_uint8 * p = (picoos_uint8 *)&(((kpr_SubObj)preproc)->rOutItemArr[ofs]);
369 extern picoos_int32 picokpr_getOutItemType(picokpr_Preproc preproc, picokpr_OutItemArrOffset ofs) argument
371 picoos_uint8 * p = (picoos_uint8 *)&(((kpr_SubObj)preproc)->rOutItemArr[ofs]);
377 picokpr_getOutItemStrOfs(picokpr_Preproc preproc, picokpr_OutItemArrOffset ofs) argument
388 picokpr_getOutItemStr(picokpr_Preproc preproc, picokpr_OutItemArrOffset ofs) argument
399 picokpr_getOutItemVal(picokpr_Preproc preproc, picokpr_OutItemArrOffset ofs) argument
415 picokpr_getOutItemArgOfs(picokpr_Preproc preproc, picokpr_OutItemArrOffset ofs) argument
430 picokpr_getTokSetNP(picokpr_Preproc preproc, picokpr_TokArrOffset ofs) argument
467 picokpr_getTokSetWP(picokpr_Preproc preproc, picokpr_TokArrOffset ofs) argument
503 picokpr_getTokNextOfs(picokpr_Preproc preproc, picokpr_TokArrOffset ofs) argument
511 picokpr_getTokAltLOfs(picokpr_Preproc preproc, picokpr_TokArrOffset ofs) argument
524 picokpr_getTokAltROfs(picokpr_Preproc preproc, picokpr_TokArrOffset ofs) argument
536 picokpr_getTokAttribOfs(picokpr_Preproc preproc, picokpr_TokArrOffset ofs) argument
552 picokpr_getProdPrefCost(picokpr_Preproc preproc, picokpr_ProdArrOffset ofs) argument
569 picokpr_getProdNameOfs(picokpr_Preproc preproc, picokpr_ProdArrOffset ofs) argument
581 picokpr_getProdATokOfs(picokpr_Preproc preproc, picokpr_ProdArrOffset ofs) argument
589 picokpr_getProdETokOfs(picokpr_Preproc preproc, picokpr_ProdArrOffset ofs) argument
605 picokpr_getCtxCtxNameOfs(picokpr_Preproc preproc, picokpr_CtxArrOffset ofs) argument
616 picokpr_getCtxNetNameOfs(picokpr_Preproc preproc, picokpr_CtxArrOffset ofs) argument
627 picokpr_getCtxProdNameOfs(picokpr_Preproc preproc, picokpr_CtxArrOffset ofs) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3041 int ofs = 0; local
3057 for( ; edge; edge = edge->next[ofs] )
3059 ofs = start_vtx == edge->vtx[1];
3060 assert( ofs == 1 || start_vtx == edge->vtx[0] );
3210 int ofs, prev_ofs; local
3226 for( ofs = prev_ofs = 0, prev_edge = 0, edge = start_vtx->first; edge != 0;
3227 prev_ofs = ofs, prev_edge = edge, edge = edge->next[ofs] )
3229 ofs = start_vtx == edge->vtx[1];
3230 assert( ofs
[all...]

Completed in 1143 milliseconds

12