Searched refs:here (Results 1 - 25 of 297) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A DKconfig15 To compile the YAFFS2 file system support as a module, choose M here:
/external/zlib/src/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
/external/zlib/src/contrib/infback9/
H A Dinfback9.c244 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
[all...]
/external/zlib/src/examples/
H A Dzran.c51 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
[all...]
/external/zlib/src/
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 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 Dinflate.c618 code here; /* current decoding table entry */ local
939 here = state->lencode[BITS(state->lenbits)];
940 if ((unsigned)(here.bits) <= bits) break;
943 if (here.val < 16) {
944 DROPBITS(here.bits);
945 state->lens[state->have++] = here.val;
948 if (here.val == 16) {
949 NEEDBITS(here.bits + 2);
950 DROPBITS(here.bits);
960 else if (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...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_armv6.S74 @ The pitch filter loop here is unrolled with 9 multipications.
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c108 * 110xxxxx(2) -- 1st byte of 2 byte sequence (5 payload bits here)
109 * 1110xxxx(2) -- 1st byte of 3 byte sequence (4 payload bits here)
110 * 11110xxx(2) -- 1st byte of 4 byte sequence (3 payload bits here)
119 * appear in payload data... which we do here.
177 * other in args and their values go here, if any
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c108 * 110xxxxx(2) -- 1st byte of 2 byte sequence (5 payload bits here)
109 * 1110xxxx(2) -- 1st byte of 3 byte sequence (4 payload bits here)
110 * 11110xxx(2) -- 1st byte of 4 byte sequence (3 payload bits here)
119 * appear in payload data... which we do here.
177 * other in args and their values go here, if any
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.c108 * 110xxxxx(2) -- 1st byte of 2 byte sequence (5 payload bits here)
109 * 1110xxxx(2) -- 1st byte of 3 byte sequence (4 payload bits here)
110 * 11110xxx(2) -- 1st byte of 4 byte sequence (3 payload bits here)
119 * appear in payload data... which we do here.
177 * other in args and their values go here, if any
/external/valgrind/main/none/tests/ppc32/
H A Dlsw.stdout.exp2 here is
17 here is a
47 here is
50 here is a stringH
/external/valgrind/main/none/tests/ppc64/
H A Dlsw.stdout.exp2 here is
17 here is a
47 here is
50 here is a stringH
/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/valgrind/main/VEX/
H A Dtest_main.c1291 IRAtom* here; local
1305 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, exprvec[i]) );
1306 curr = mkUifU32(mce, here, curr);
1799 /* non-FP after here */
2358 IRAtom *src, *here, *curr; local
2373 here = mkPCastTo( mce, Ity_I32, expr2vbits(mce, d->args[i]) );
2374 curr = mkUifU32(mce, here, curr);
2406 here = mkPCastTo( mce, Ity_I32, src );
2407 curr = mkUifU32(mce, here, curr);
2437 here
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c375 fake entry made here duplicates the [vectors] entry, and so, if at
1253 /* Find the next segment along from 'here', if it is a file/anon/resvn
1255 NSegment const * VG_(am_next_nsegment) ( const NSegment* here, Bool fwds ) argument
1257 Int i = segAddr_to_index(here);
1596 it tries to go in there. Hence change the ownership of it here
1745 merely add it here as an extra segment, because doing the latter
2210 needed. add_segment() will do that, so no need to here. */
2462 fail here, as the inner valgrind believes that a segment is free,
3376 use the new scheme here in case either number is
3402 This isn't specified in /proc/self/maps, so do it here
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c93 these. Could do better here.
328 DiOffT here = c->sli_next; local
330 c->sli_next = here;
334 DiOffT here = c->sli_next; local
336 c->sli_next = here;
387 /* Call here if anything goes wrong */
497 zero. That said, it seems unlikely we'd ever get here if
549 /* 2008-sept-12: moved ML_(pp_GX) from here to d3basics.c, where
1328 resulting DIE offset here is already "cooked". See
1868 /* This case is here becaus
[all...]
H A Dreadmacho.c444 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); local
445 vg_assert(here->addr < next->addr);
446 if (here->addr + here->size > next->addr)
447 here->size = next->addr - here->addr;
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h442 let here = offset_of_reg
443 in [here .. here + sizeof(t) - 1]
449 Int here = layout->o_arg##n; \
451 vg_assert(here >= 0); \
454 here, sizeof(t) \
466 Int here = layout->o_arg##n; \
469 vg_assert(here >= 0); \
493 let here = offset_of_reg
494 in [here
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h48 the tool-visible header file, not here. */
74 /* Find the next segment along from 'here', if it is a file/anon/resvn
76 extern NSegment const* VG_(am_next_nsegment) ( const NSegment* here,
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S50 # not needed, but I had to put it here
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp92 <auxwhat>Expected: stack array "la" of size 200 in frame 1 back from here</auxwhat>
/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...]

Completed in 409 milliseconds

1234567891011>>