Searched refs:here (Results 176 - 200 of 297) sorted by relevance

1234567891011>>

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp252 // supports @LINE, @LINE+number, @LINE-number expressions. The check here
442 // FIXME: One easy improvement here is have the regex lib generate a single
522 // Print the "possible intended match here" line if we found something
523 // reasonable and not equal to what we showed in the "scanning from here"
527 SourceMgr::DK_Note, "possible intended match here");
949 // Print the "scanning from here" line. If the current position is at the
954 "scanning from here");
1053 SourceMgr::DK_Note, "'next' match was here");
1055 "previous match ended here");
1063 SourceMgr::DK_Note, "'next' match was here");
[all...]
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec115 and converting back (using the mapping described here).
/external/openssl/crypto/modes/asm/
H A Dghash-parisc.pl152 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug
413 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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]])
2133 * we need to save uv_intra_tteob here.
2147 /* 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/chromium_org/third_party/libxml/src/
H A Dxpointer.c1151 /* in case of syntax error, break here */
1158 * or location set, return here.
1315 * @here: the node that directly contains the XPointer being evaluated or NULL
1324 xmlXPtrNewContext(xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin) { argument
1331 ret->here = here;
1346 xmlXPathRegisterFunc(ret, (xmlChar *)"here",
1734 * Function implementing here() operation
1741 if (ctxt->context->here == NULL)
1744 valuePush(ctxt, xmlXPtrNewLocationSetNodes(ctxt->context->here, NUL
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1524 const MODE_INFO *here,
1532 const MODE_INFO *above = here - xd->mode_info_stride;
1533 const MODE_INFO *left = here - 1;
1548 if(here->mbmi.ref_frame != INTRA_FRAME)
1633 if(here->mbmi.ref_frame == near_ref[near_sadidx[i]])
2133 * we need to save uv_intra_tteob here.
2147 /* Note the rate value returned here includes the cost of
1520 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/libxml2/
H A Dxpointer.c1151 /* in case of syntax error, break here */
1158 * or location set, return here.
1316 * @here: the node that directly contains the XPointer being evaluated or NULL
1325 xmlXPtrNewContext(xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin) { argument
1332 ret->here = here;
1347 xmlXPathRegisterFunc(ret, (xmlChar *)"here",
1737 * Function implementing here() operation
1744 if (ctxt->context->here == NULL)
1747 valuePush(ctxt, xmlXPtrNewLocationSetNodes(ctxt->context->here, NUL
[all...]
/external/valgrind/main/helgrind/
H A Dhg_main.c148 here. Sigh. */
151 /* Allow libhb to get at the list of locks stored here. Ditto
1475 /* Hmm. What should we do here, that actually makes any sense?
1613 all thread exits go through here. */
1628 /* Not much to do here:
1721 notified here multiple times for the same joinee.) See also
1726 thread holds any locks. No need to check here. */
2056 // anything we should do here?
2223 tl_assert(0); // cond var found above, and not here ???
2604 // anything we should do here
3704 Lock* here; local
[all...]
H A Dlibhb_core.c1823 listed here if we have been notified thereof by libhb_async_exit.
2077 ScalarTS* here = &vts->ts[i]; local
2078 if (UNLIKELY(here->thrid >= me_thrid))
2081 out->ts[hi] = *here;
2101 ScalarTS* here = &vts->ts[i]; local
2102 if (me_thrid == here->thrid) { /* case (c) */
2103 if (UNLIKELY(here->tym >= (1ULL << SCALARTS_N_TYMBITS) - 2ULL)) {
2108 out->ts[hi].thrid = here->thrid;
2109 out->ts[hi].tym = here->tym + 1;
2446 /* We can only get here i
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex207 % and nothing on the terminal. We don't just call \tracingall here,
717 % And a page break here is fine.
778 % if you have multiple lines of stuff to put here, you'll need to
832 % the \llap here moves out into the left-hand margin.
915 % The idea here is the same as in \startdefun, \cartouche, etc.: if
918 % prevent a page break here.
1041 % So open here the files we need to have open while reading the input.
1314 % use \def rather than \let here because we redefine \chapentry et
1399 % special-casing \var here?
2200 % By the way, for comparison, here'
[all...]
/external/bison/data/
H A Dglr.c223 right-hand sides. Unlike the standard yacc.c template, here we set
444 ]dnl Do not use b4_int_type_for here, since there are places where
1322 * mode, so this branch is never taken. It is here in
2032 /* There are many possibilities here to consider:
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dnvvertparse.c1439 * so we reset it here.
/external/mesa3d/src/mesa/program/
H A Dnvvertparse.c1439 * so we reset it here.
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java1025 throw new RuntimeException("Can't get here.");
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c38 #error You must choose your operating system here
/external/stlport/
H A Dconfigure.bat106 echo The first parameter must be the compiler name, here are the available
367 REM Type from evc3 and/or PocketPC 2002 SDK reported here
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg6 // The Java version of Boolean returns "true" and "false", so they map to themselves here.
269 * memoization stuff in here either; it's a waste. As
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm238 ; off of v, so set a flag here based on this.
/external/libvorbis/doc/
H A D02-bitpacking.tex191 'b00' and 'b11'. Two things are worth noting here:
H A D05-comment.tex177 here to help with standardization.
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm238 ; off of v, so set a flag here based on this.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm247 ;# Inverse transpose is similar, except here I -> (I+3) mod 7 and the
351 ;# exploit the saturation here. if the answer is negative
466 ;# start the fitering here
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm247 ;# Inverse transpose is similar, except here I -> (I+3) mod 7 and the
351 ;# exploit the saturation here. if the answer is negative
466 ;# start the fitering here
/external/bison/
H A Dmaint.mk113 # Old releases are stored here.
151 # Doing it here saves us from having to set LC_ALL elsewhere in this file.
192 # The patsubst here is to replace each sc_% rule with its sc_%.z wrapper
253 # names here as well.
1602 # Without gnulib's progname module, you might put program_name here.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm380 ; load up 2 dc words here == 2*16 = doubleword

Completed in 2340 milliseconds

1234567891011>>