Searched defs:here (Results 1 - 25 of 30) sorted by relevance

12

/external/valgrind/main/none/tests/
H A Dsigstackgrowth.c33 char here; local
35 if (&here < deep) {
47 char here; local
48 deep = &here - SIZE;
H A Dtls.c55 int here = 0; local
60 int b = here++;
62 printf("tls_ptr: case \"%s\" has mismatch: *ip=%d here=%d\n",
/external/e2fsprogs/intl/
H A Dfinddomain.c184 struct loaded_l10nfile *here = runp; local
188 free ((char *) here->filename);
189 free (here);
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c197 const char *here; local
202 while ((here = strtok(NULL,"\t\n ")))
203 if (!strcasecmp(here,text)) {
204 here = strtok(line,"\t\n ");
205 result = text2atm(here,addr,length,flags);
H A Dans.c200 char *here; local
213 here = strchr(buffer,'#');
214 if (here) *here = 0;
231 const char *prefix,*here; local
234 here = strchr(addr,0);
235 while (here > prefix) {
236 *buf++ = *--here;
239 while (here > addr) *buf++ = *addr++;
/external/zlib/src/
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinftrees.c53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here
[all...]
H A Dinfback.c265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here
[all...]
H A Dinflate.c617 code here; /* current decoding table entry */ local
938 here = state->lencode[BITS(state->lenbits)];
939 if ((unsigned)(here.bits) <= bits) break;
942 if (here.val < 16) {
943 DROPBITS(here.bits);
944 state->lens[state->have++] = here.val;
947 if (here.val == 16) {
948 NEEDBITS(here.bits + 2);
949 DROPBITS(here.bits);
959 else if (here
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c27 const MODE_INFO *here,
36 const MODE_INFO *above = here - xd->mode_info_stride;
37 const MODE_INFO *left = here - 1;
152 const MODE_INFO *here,
163 here,
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
149 vp8_find_near_mvs_bias( MACROBLOCKD *xd, const MODE_INFO *here, int_mv mode_mv_sb[2][MB_MODE_COUNT], int_mv best_mv_sb[2], int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c103 const MODE_INFO *here = tmp; local
104 const MODE_INFO *above = here - cm->mode_info_stride;
105 const MODE_INFO *left = here - 1;
124 right = here + 1;
132 below = here + cm->mode_info_stride;
153 right = here + 1;
161 below = here + cm->mode_info_stride;
194 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
195 abs(max_mvx - here->mbmi.mv.as_mv.row));
196 mmvy = MAX(abs(min_mvy - here
[all...]
H A Drdopt.c1523 const MODE_INFO *here,
1531 const MODE_INFO *above = here - xd->mode_info_stride;
1532 const MODE_INFO *left = here - 1;
1547 if(here->mbmi.ref_frame != INTRA_FRAME)
1632 if(here->mbmi.ref_frame == near_ref[near_sadidx[i]])
2130 * we need to save uv_intra_tteob here.
2144 /* Note the rate value returned here includes the cost of
1519 vp8_mv_pred( VP8_COMP *cpi, MACROBLOCKD *xd, const MODE_INFO *here, int_mv *mvp, int refframe, int *ref_frame_sign_bias, int *sr, int near_sadidx[] ) argument
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_rwops.h85 Uint8 *here; member in struct:SDL_RWops::__anon11321::__anon11325
/external/zlib/src/examples/
H A Dzran.c46 use of pointers in the state. The approach here allows for storage of the
249 struct point *here; local
258 here = index->list;
260 while (--ret && here[1].out <= offset)
261 here++;
272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
275 if (here->bits) {
281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here
[all...]
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c303 int here, next; local
309 for ( here=spot; here != SDL_EventQ.tail; here = next ) {
310 next = (here+1)%MAXEVENTS;
311 SDL_EventQ.event[here] = SDL_EventQ.event[next];
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerContextExecutionProxy.cpp123 uint32_t here; local
124 resource_constraints.set_stack_limit(&here - kWorkerMaxStackSize / sizeof(uint32_t*));
/external/zlib/src/contrib/infback9/
H A Dinfback9.c245 code here; /* current decoding table entry */ local
387 here = lencode[BITS(lenbits)];
388 if ((unsigned)(here.bits) <= bits) break;
391 if (here.val < 16) {
392 NEEDBITS(here.bits);
393 DROPBITS(here.bits);
394 state->lens[state->have++] = here.val;
397 if (here.val == 16) {
398 NEEDBITS(here.bits + 2);
399 DROPBITS(here
[all...]
/external/freetype/src/truetype/
H A Dttgxvar.c1127 FT_ULong here; local
1202 /* There is no provision here for a global tuple coordinate section, */
1246 here = FT_Stream_FTell( stream );
1282 FT_Stream_SeekSet( stream, here );
1334 FT_ULong here; local
1379 here = FT_Stream_FTell( stream );
1386 FT_Stream_SeekSet( stream, here );
1438 here = FT_Stream_FTell( stream );
1492 FT_Stream_SeekSet( stream, here );
/external/libxml2/include/libxml/
H A Dxpath.h318 xmlNodePtr here; /* for here() */ member in struct:_xmlXPathContext
/external/libxml2/
H A Dxpointer.c1158 /* in case of syntax error, break here */
1165 * or location set, return here.
1323 * @here: the node that directly contains the XPointer being evaluated or NULL
1332 xmlXPtrNewContext(xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin) { argument
1339 ret->here = here;
1354 xmlXPathRegisterFunc(ret, (xmlChar *)"here",
1742 * Function implementing here() operation
1749 if (ctxt->context->here == NULL)
1752 valuePush(ctxt, xmlXPtrNewLocationSetNodes(ctxt->context->here, NUL
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c452 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); local
453 vg_assert(here->addr < next->addr);
454 if (here->addr + here->size > next->addr)
455 here->size = next->addr - here->addr;
H A Dreaddwarf3.c92 these. Could do better here.
320 Word here = c->region_next; local
322 c->region_next = here;
326 Word here = c->region_next; local
328 c->region_next = here;
379 /* Call here if anything goes wrong */
546 /* 2008-sept-12: moved ML_(pp_GX) from here to d3basics.c, where
1317 resulting DIE offset here is already "cooked". See
1841 /* This case is here because icc9 produced this:
2442 don't know if rolling _ptr_to_member_type in here reall
[all...]
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp1916 RefPtr<Label> here = generator.emitLabel(generator.newLabel().get()); local
1917 RefPtr<RegisterID> exceptionRegister = generator.emitCatch(generator.newTemporary(), tryStartLabel.get(), here.get());
1944 RefPtr<Label> here = generator.emitLabel(generator.newLabel().get()); local
1945 RefPtr<RegisterID> tempExceptionRegister = generator.emitCatch(generator.newTemporary(), tryStartLabel.get(), here.get());
/external/valgrind/main/VEX/
H A Dtest_main.c1268 IRAtom* here; local
1282 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, exprvec[i]) );
1283 curr = mkUifU32(mce, here, curr);
1776 /* non-FP after here */
2335 IRAtom *src, *here, *curr; local
2350 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, d->args[i]) );
2351 curr = mkUifU32(mce, here, curr);
2383 here = mkPCastTo( mce, Ity_I32, src );
2384 curr = mkUifU32(mce, here, curr);
2414 here
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c348 fake entry made here duplicates the [vectors] entry, and so, if at
1226 /* Find the next segment along from 'here', if it is a file/anon/resvn
1228 NSegment const * VG_(am_next_nsegment) ( NSegment* here, Bool fwds ) argument
1230 Int i = segAddr_to_index(here);
1571 it tries to go in there. Hence change the ownership of it here
1722 merely add it here as an extra segment, because doing the latter
2187 needed. add_segment() will do that, so no need to here. */
3360 use the new scheme here in case either number is
3386 This isn't specified in /proc/self/maps, so do it here. This
3498 here
[all...]

Completed in 3715 milliseconds

12