Searched refs:lp (Results 26 - 50 of 58) sorted by relevance

123

/haiku-fatelf/src/libs/tiff/
H A Dtif_fax3.c373 long* lp; local
397 lp = (long*) cp;
401 *lp++ = 0L;
403 cp = (unsigned char*) lp;
432 lp = (long*) cp;
436 *lp++ = -1L;
438 cp = (unsigned char*) lp;
818 long* lp; local
828 lp = (long*) bp;
829 while ((bits >= (int32)(8 * sizeof(long))) && (0 == *lp)) {
877 long* lp; local
[all...]
H A Dtif_dirwrite.c609 uint32* lp; local
611 TIFFGetField(tif, fip->field_tag, &wc2, &lp);
614 TIFFGetField(tif, fip->field_tag, &wc, &lp);
617 if (!TIFFWriteLongArray(tif, dir, lp))
625 uint32* lp; local
626 TIFFGetField(tif, fip->field_tag, &lp);
627 if (!TIFFWriteLongArray(tif, dir, lp))
H A Dtif_dirread.c1872 register uint32* lp; local
1884 lp = *lpp;
1885 _TIFFmemset( lp, 0, sizeof(uint32) * nstrips );
1900 lp[i] = dp[i];
1919 lp[i] = dp[i];
1925 status = TIFFFetchLongArray(tif, dir, lp);
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-ospf6.c276 register const u_int32_t *lp;
401 lp = lsap->lsa_un.un_sla.sla_tosmetric;
402 while ((u_char *)lp < ls_end) {
405 TCHECK(*lp);
406 ul = EXTRACT_32BITS(lp);
410 ++lp;
H A Dprint-juniper.c796 struct juniper_cookie_table_t *lp = juniper_cookie_table; local
850 while (lp->s != NULL) {
851 if (lp->pictype == l2info->pictype) {
853 l2info->cookie_len += lp->cookie_len;
885 lp->s,
904 ++lp;
/haiku-fatelf/src/bin/coreutils/src/
H A Duniq.c213 char const *lp = line->buffer;
219 while (i < size && isblank (to_uchar (lp[i])))
221 while (i < size && !isblank (to_uchar (lp[i])))
212 char const *lp = line->buffer; local
/haiku-fatelf/src/libs/ncurses/test/
H A Dblue.c266 char live[NSUITS + 1], *lp = live; local
272 (void) printw(" %c ", *lp++ = 'a' + i);
275 *lp = '\0';
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5112.c48 uint16_t *lp, uint16_t listSize,
565 ar5212GetLowerUpperIndex(uint16_t v, uint16_t *lp, uint16_t listSize, argument
569 uint16_t *ep = lp+listSize;
575 if (target < lp[0]) {
585 for (tp = lp; tp < ep; tp++) {
591 *vlo = *vhi = tp - lp;
599 *vlo = tp - lp;
H A Dar2316.c252 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, argument
256 const int16_t *ep = lp+listSize;
262 if (target < lp[0]) {
272 for (tp = lp; tp < ep; tp++) {
278 *vlo = *vhi = tp - (const int16_t *) lp;
286 *vlo = tp - (const int16_t *) lp;
H A Dar2317.c229 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, argument
233 const int16_t *ep = lp+listSize;
239 if (target < lp[0]) {
249 for (tp = lp; tp < ep; tp++) {
255 *vlo = *vhi = tp - (const int16_t *) lp;
263 *vlo = tp - (const int16_t *) lp;
H A Dar2413.c246 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, argument
250 const uint16_t *ep = lp+listSize;
256 if (target < lp[0]) {
266 for (tp = lp; tp < ep; tp++) {
272 *vlo = *vhi = tp - (const uint16_t *) lp;
280 *vlo = tp - (const uint16_t *) lp;
H A Dar2425.c247 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, argument
251 const uint16_t *ep = lp+listSize;
257 if (target < lp[0]) {
267 for (tp = lp; tp < ep; tp++) {
273 *vlo = *vhi = tp - (const uint16_t *) lp;
281 *vlo = tp - (const uint16_t *) lp;
H A Dar5413.c289 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, argument
293 const uint16_t *ep = lp+listSize;
299 if (target < lp[0]) {
309 for (tp = lp; tp < ep; tp++) {
315 *vlo = *vhi = tp - (const uint16_t *) lp;
323 *vlo = tp - (const uint16_t *) lp;
H A Dar5212_reset.c2472 ar5212GetLowerUpperValues(uint16_t v, uint16_t *lp, uint16_t listSize, argument
2476 uint16_t *ep = lp+listSize;
2481 if (target < (uint32_t)(lp[0] * EEP_SCALE - EEP_DELTA)) {
2482 *vlo = *vhi = lp[0];
2491 for (; lp < ep; lp++) {
2496 if (abs(lp[0] * EEP_SCALE - target) < EEP_DELTA) {
2497 *vlo = *vhi = lp[0];
2504 if (target < (uint32_t)(lp[1] * EEP_SCALE - EEP_DELTA)) {
2505 *vlo = lp[
[all...]
/haiku-fatelf/src/bin/network/telnetd/
H A Dtelnetd.c682 char *lp; local
684 if ((lp = getpty()) == NULL)
687 if ((pty = open(lp, 2)) >= 0) {
688 strlcpy(line,lp,sizeof(line));
/haiku-fatelf/src/system/libroot/posix/time/
H A Dlocaltime_fading_out.c1443 register const struct lsinfo * lp; local
1462 lp = &sp->lsis[i];
1463 if (*timep >= lp->ls_trans) {
1464 if (*timep == lp->ls_trans) {
1465 hit = ((i == 0 && lp->ls_corr > 0) ||
1466 lp->ls_corr > sp->lsis[i - 1].ls_corr);
1477 corr = lp->ls_corr;
2020 register struct lsinfo * lp; local
2026 lp = &sp->lsis[i];
2027 if (*timep >= lp
[all...]
/haiku-fatelf/src/bin/less/
H A Dsearch.c1518 register char *pp, *lp; local
1524 for (pp = pattern, lp = buf; *pp == *lp; pp++, lp++)
1525 if (pp == pattern_end || lp == buf_end)
1532 *pend = lp;
/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_name.c1132 labellen(const u_char *lp) argument
1135 u_char l = *lp;
1144 if ((bitlen = *(lp + 1)) == 0)
/haiku-fatelf/src/bin/gdb/readline/
H A Ddisplay.c200 expand_prompt (pmt, lp, lip, niflp)
202 int *lp, *lip, *niflp;
211 if (lp)
212 *lp = strlen (r);
252 if (lp)
253 *lp = rl;
/haiku-fatelf/src/bin/bash/lib/readline/
H A Ddisplay.c251 expand_prompt (pmt, lp, lip, niflp, vlp)
253 int *lp, *lip, *niflp, *vlp;
262 if (lp)
263 *lp = strlen (r);
269 *vlp = lp ? *lp : strlen (r);
346 if (lp)
347 *lp = rl;
/haiku-fatelf/headers/libs/agg/
H A Dagg_rasterizer_outline_aa.h406 line_parameters lp(x1, y1, x2, y2, lprev);
411 m_ren->line3(lp,
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap298 lp=$(printf "$p1\n$p2\n" | LANG=C sort -n | tail -n1)
299 if [ "$lp" = "$p2" ]; then
/haiku-fatelf/src/libs/compat/freebsd_network/compat/net/
H A Dif_media.h97 void ifmedia_list_add(struct ifmedia *mp, struct ifmedia_entry *lp,
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_dirread.c1221 register uint32* lp; local
1233 lp = *lpp;
1245 *lp++ = *wp++;
1249 status = TIFFFetchLongArray(tif, dir, lp);
/haiku-fatelf/src/bin/network/traceroute/
H A Dtraceroute.c1115 u_int32_t *lp = (u_int32_t *)&icp->icmp_ip; local
1120 for (i = 4; i < cc ; i += sizeof(*lp))
1121 Printf("%2d: x%8.8x\n", i, *lp++);

Completed in 262 milliseconds

123