HomeSort by relevance Sort by last modified time
    Searched defs:here (Results 1 - 24 of 24) sorted by null

  /external/e2fsprogs/intl/
finddomain.c 184 struct loaded_l10nfile *here = runp; local
188 free ((char *) here->filename);
189 free (here);
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 197 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);
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/zlib/
inffast.c 90 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 = dcode[hold & dmask]
    [all...]
inftrees.c 53 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.op = (unsigned char)(extra[work[sym]])
    [all...]
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...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_rwops.h 77 Uint8 *here; member in struct:SDL_RWops::__anon17251::__anon17253
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 84 Uint8 *here; member in struct:SDL_RWops::__anon5832::__anon5836
  /external/webkit/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp 130 uint32_t here; local
131 resource_constraints.set_stack_limit(&here - kWorkerMaxStackSize / sizeof(uint32_t*));
  /external/zlib/examples/
zran.c 46 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->bits))
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 84 Uint8 *here; member in struct:SDL_RWops::__anon11214::__anon11218
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 84 Uint8 *here; member in struct:SDL_RWops::__anon12216::__anon12220
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 84 Uint8 *here; member in struct:SDL_RWops::__anon17275::__anon17279
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 301 int here, next; local
307 for ( here=spot; here != SDL_EventQ.tail; here = next ) {
308 next = (here+1)%MAXEVENTS;
309 SDL_EventQ.event[here] = SDL_EventQ.event[next];
  /external/zlib/contrib/infback9/
infback9.c 245 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.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...]
StaticLayout.java 294 int here = start; local
429 (j - 1 < here || !Character.isDigit(chs[j - 1 - start])) &&
448 if (ok != here) {
449 // Log.e("text", "output ok " + here + " to " +ok);
456 here, ok,
467 here = ok;
484 if (ok != here) {
485 // Log.e("text", "output ok " + here + " to " +ok);
492 here, ok,
503 here = ok
1089 int here = start; local
    [all...]
Layout.java 755 int here = min; local
757 int there = here + dirs.mDirections[i];
763 int high = there - 1 + 1, low = here + 1 - 1, guess;
775 if (low < here + 1)
776 low = here + 1;
799 float dist = Math.abs(getPrimaryHorizontal(here) - horiz);
803 best = here;
806 here = there;
924 int here = start; local
926 int there = here + dirs.mDirections[i]
1024 int here = start; local
1207 int here = linestart; local
1398 int here = 0; local
1486 int here = 0; local
    [all...]
  /bionic/libc/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 */
846 onestate here; /* note, macros know this name */ local
850 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
887 case OBACK_: /* ignored here */
901 INIT(here, pc)
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 1127 FT_ULong here; local
1334 FT_ULong here; local
    [all...]
  /system/core/sh/
parser.c 80 struct heredoc *next; /* next here document in list */
81 union node *here; /* redirection node */ member in struct:heredoc
89 struct heredoc *heredoclist; /* list of here documents to read */
389 * Newline or semicolon here is optional (but note
645 struct heredoc *here = heredoc; local
651 TRACE(("Here document %d\n", n->type));
652 if (here->striptabs) {
659 here->eofmark = wordtext;
660 here->next = NULL;
662 heredoclist = here;
682 struct heredoc *here; local
    [all...]
  /external/libxml2/include/libxml/
xpath.h 317 xmlNodePtr here; /* for here() */ member in struct:_xmlXPathContext
  /external/webkit/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 1882 RefPtr<Label> here = generator.emitLabel(generator.newLabel().get()); local
1910 RefPtr<Label> here = generator.emitLabel(generator.newLabel().get()); local
    [all...]

Completed in 1103 milliseconds