HomeSort by relevance Sort by last modified time
    Searched defs:here (Results 26 - 50 of 73) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Initializer.cpp 138 // FIXME: Can we even get here during initialization now that we bail out when GetEntered returns an empty handle?
271 uint32_t here; local
272 isolate->SetStackLimit(reinterpret_cast<uintptr_t>(&here - kWorkerMaxStackSize / sizeof(uint32_t*)));
  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNode.h 68 NodeType* here() const { return static_cast<NodeType*>(const_cast<TreeNode*>(this)); } function in class:WTF::TreeNode
87 newChild->m_parent = here();
103 child->m_parent = here();
180 typename TreeNode<T>::NodeType* first = current->here();
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mr_dissim.c 104 const MODE_INFO *here = tmp; local
105 const MODE_INFO *above = here - cm->mode_info_stride;
106 const MODE_INFO *left = here - 1;
125 right = here + 1;
133 below = here + cm->mode_info_stride;
154 right = here + 1;
162 below = here + cm->mode_info_stride;
195 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
196 abs(max_mvx - here->mbmi.mv.as_mv.row));
197 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col)
    [all...]
  /external/chromium_org/third_party/zlib/
infback.c 256 code here; /* current decoding table entry */ local
392 here = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(here.bits) <= bits) break;
396 if (here.val < 16) {
397 NEEDBITS(here.bits);
398 DROPBITS(here.bits);
399 state->lens[state->have++] = here.val;
402 if (here.val == 16) {
403 NEEDBITS(here.bits + 2);
404 DROPBITS(here.bits)
    [all...]
inflate.c 602 code here; /* current decoding table entry */ local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 103 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->mbmi.mv.as_mv.col)
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 265 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.val == 17)
    [all...]
fx_zlib_inflate.c 618 code here; /* current decoding table entry */ local
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
ans.c 200 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/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 85 Uint8 *here; member in struct:SDL_RWops::__anon13056::__anon13060
  /external/qemu/distrib/zlib-1.2.8/
infback.c 265 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.val == 17)
    [all...]
inflate.c 618 code here; /* current decoding table entry */ local
    [all...]
  /external/zlib/src/examples/
zran.c 51 use of pointers in the state. The approach here allows for storage of the
254 struct point *here; local
263 here = index->list;
265 while (--ret && here[1].out <= offset)
266 here++;
277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
280 if (here->bits) {
286 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits))
    [all...]
  /external/zlib/src/
infback.c 265 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.val == 17)
    [all...]
inflate.c 618 code here; /* current decoding table entry */ local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c 103 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->mbmi.mv.as_mv.col)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_rwops.h 85 Uint8 *here; member in struct:SDL_RWops::__anon63256::__anon63260
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_rwops.h 85 Uint8 *here; member in struct:SDL_RWops::__anon63281::__anon63285
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_rwops.h 85 Uint8 *here; member in struct:SDL_RWops::__anon63306::__anon63310
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 330 RuntimeException here = new RuntimeException("here"); local
331 here.fillInStackTrace();
332 Log.i(TAG, "Unbinding " + conn, here);
384 RuntimeException here = new RuntimeException("here"); local
385 here.fillInStackTrace();
386 Log.i(TAG, "Binding " + mCurConnection, here);
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 303 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/zlib/src/contrib/infback9/
infback9.c 244 code here; /* current decoding table entry */ local
385 here = lencode[BITS(lenbits)];
386 if ((unsigned)(here.bits) <= bits) break;
389 if (here.val < 16) {
390 NEEDBITS(here.bits);
391 DROPBITS(here.bits);
392 state->lens[state->have++] = here.val;
395 if (here.val == 16) {
396 NEEDBITS(here.bits + 2);
397 DROPBITS(here.bits)
    [all...]
  /frameworks/base/core/java/android/text/
AutoText.java 133 int here = mTrie[TRIE_ROOT]; local
138 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) {
139 if (c == mTrie[here + TRIE_C]) {
141 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) {
142 int off = mTrie[here + TRIE_OFF];
148 here = mTrie[here + TRIE_CHILD];
153 if (here == TRIE_NULL)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 111 const char *offp; /* offsets work from here */
113 const char *endp; /* end of string -- virtual NUL here */
114 const char *coldp; /* can be no match starting before here */
311 /* despite initial appearances, there is no match here */
364 const char *stp; /* string matched by it cannot pass here */
978 onestate here; /* note, macros know this name */ local
984 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
1021 case OBACK_: /* ignored here */
1035 INIT(here, pc)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 75 char *offp; /* offsets work from here */
77 char *endp; /* end of string -- virtual NUL here */
78 char *coldp; /* can be no match starting before here */
256 /* despite initial appearances, there is no match here */
297 char *stp; /* string matched by it cannot pass here */
848 onestate here; /* note, macros know this name */ local
852 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
889 case OBACK_: /* ignored here */
903 INIT(here, pc)
    [all...]

Completed in 1389 milliseconds

12 3