Searched refs:eptr (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_frexpf.c31 float __frexpf(float x, int *eptr) argument
33 float __frexpf(x, eptr)
34 float x; int *eptr;
40 *eptr = 0;
46 *eptr = -25;
48 *eptr += (ix>>23)-126;
H A Ds_frexp.c38 double __frexp(double x, int *eptr) argument
40 double __frexp(x, eptr)
41 double x; int *eptr;
47 *eptr = 0;
53 *eptr = -54;
55 *eptr += (ix>>20)-1022;
H A Ds_frexpl.c48 long double __frexpl(long double x, int *eptr) argument
50 long double __frexpl(x, eptr)
51 long double x; int *eptr;
57 *eptr = 0;
63 *eptr = -65;
65 *eptr += ix-16382;
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsistream.c114 const unsigned char *eptr; member in struct:hpgs_mem_istream_stream_st
126 if (stream->gptr >= stream->eptr)
153 return stream->gptr >= stream->eptr;
170 if (stream->data + pos > stream->eptr)
183 if (stream->data + pos > stream->eptr)
189 stream->gptr = stream->eptr-pos;
200 if (stream->gptr < stream->eptr)
202 ret = (stream->eptr - stream->gptr)/size;
261 stream->eptr = ddata+data_size;
269 stream->eptr
[all...]
H A Dhpgsostream.c143 unsigned char *eptr; member in struct:hpgs_mem_ostream_stream_st
153 size_t sz = stream->eptr-stream->data;
169 stream->eptr=stream->data+sz2;
181 if (stream->pptr >= stream->eptr)
195 if (stream->pptr + size*nmemb > stream->eptr)
217 size = stream->eptr - stream->pptr;
324 stream->eptr = stream->data ? stream->data+data_reserve : 0;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dvms-misc.c62 char *eptr; local
68 if ((eptr = getenv("VMS_DEBUG")) != NULL)
70 min_level = atoi(eptr);
102 char *eptr; local
106 if ((eptr = getenv("VMS_DEBUG")) != NULL)
108 min_level = atoi(eptr);
/haiku-fatelf/src/apps/mail/
H A DWords.cpp119 char *nptr, *eptr; local
144 for (nptr = buffer, eptr = buffer + blockSize; nptr < eptr; nptr++) {
195 } // End for (nptr = buffer, eptr = buffer + blockSize;
196 // nptr < eptr; nptr++, entry.size++)
/haiku-fatelf/src/bin/findutils/xargs/
H A Dxargs.c1169 char *eptr;
1172 val = strtol (str, &eptr, 10);
1173 if (eptr == str || *eptr)
1168 char *eptr; local
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddoublest.c295 static long double ldfrexp (long double value, int *eptr);
298 ldfrexp (long double value, int *eptr)
330 *eptr = exp;
297 ldfrexp(long double value, int *eptr) argument
/haiku-fatelf/src/kits/tracker/
H A DPoseView.cpp1343 dirent* eptr = (dirent*)entBuf; local
1348 int32 count = container->GetNextDirents(eptr, 1024, 1);
1355 if ((!hideDotFiles && (!strcmp(eptr->d_name, ".")
1356 || !strcmp(eptr->d_name, "..")))
1357 || (hideDotFiles && eptr->d_name[0] == '.')) {
1361 dirNode.device = eptr->d_pdev;
1362 dirNode.node = eptr->d_pino;
1363 itemNode.device = eptr->d_dev;
1364 itemNode.node = eptr->d_ino;
1370 model = new Model(&dirNode, &itemNode, eptr
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dromaji.c4569 WCHAR_T *ptr = d->buffer_return, *eptr = ptr + d->n_buffer;
4592 len = doKakutei(d, tan, (tanContext)yc, ptr, eptr, (yomiContext *)0);
4611 len = RkwGetKanji(con, ptr, (int)(eptr - ptr));

Completed in 137 milliseconds