Searched defs:here (Results 1 - 25 of 29) 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/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;
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, MV *nearest, MV *nearby, MV *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
/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/qemu/distrib/sdl-1.2.15/include/
H A DSDL_rwops.h85 Uint8 *here; member in struct:SDL_RWops::__anon11069::__anon11073
/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/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.
319 Word here = c->region_next; local
321 c->region_next = here;
325 Word here = c->region_next; local
327 c->region_next = here;
378 /* Call here if anything goes wrong */
467 /* 2008-sept-12: moved ML_(pp_GX) from here to d3basics.c, where
1649 /* This case is here because icc9 produced this:
2227 don't know if rolling _ptr_to_member_type in here really is
3412 /* We'll park the harvested type information in here
[all...]
/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/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.c362 fake entry made here duplicates the [vectors] entry, and so, if at
1240 /* Find the next segment along from 'here', if it is a file/anon/resvn
1242 NSegment const * VG_(am_next_nsegment) ( NSegment* here, Bool fwds ) argument
1244 Int i = segAddr_to_index(here);
1585 it tries to go in there. Hence change the ownership of it here
1735 merely add it here as an extra segment, because doing the latter
2213 needed. add_segment() will do that, so no need to here. */
3376 use the new scheme here in case either number is
3402 This isn't specified in /proc/self/maps, so do it here. This
/external/libvpx/vp8/encoder/
H A Drdopt.c1525 const MODE_INFO *here,
1533 const MODE_INFO *above = here - xd->mode_info_stride;
1534 const MODE_INFO *left = here - 1;
1549 if(here->mbmi.ref_frame != INTRA_FRAME)
1632 if(here->mbmi.ref_frame == near_ref[near_sadidx[i]])
1980 // Note the rate value returned here includes the cost of coding the BPRED mode : x->mbmode_cost[x->e_mbd.frame_type][BPRED];
1521 vp8_mv_pred( VP8_COMP *cpi, MACROBLOCKD *xd, const MODE_INFO *here, MV *mvp, int refframe, int *ref_frame_sign_bias, int *sr, int near_sadidx[] ) argument
/external/valgrind/main/helgrind/
H A Dhg_main.c144 here. Sigh. */
147 /* Allow libhb to get at the list of locks stored here. Ditto
1439 /* Hmm. What should we do here, that actually makes any sense?
1577 all thread exits go through here. */
1592 /* Not much to do here:
1685 notified here multiple times for the same joinee.) See also
1690 thread holds any locks. No need to check here. */
2009 // anything we should do here?
2494 // anything we should do here?
2965 here ou
3594 Lock* here; local
[all...]

Completed in 1838 milliseconds

12