Searched refs:wp (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dlshift.c36 mpn_lshift (register mp_ptr wp, argument
40 mpn_lshift (wp, up, usize, cnt)
41 register mp_ptr wp;
61 if (wp != up)
66 wp[i] = up[i];
72 wp += 1;
81 wp[i] = (high_limb << sh_1) | (low_limb >> sh_2);
84 wp[i] = high_limb << sh_1;
H A Drshift.c36 mpn_rshift (register mp_ptr wp, argument
40 mpn_rshift (wp, up, usize, cnt)
41 register mp_ptr wp;
62 if (wp != up)
67 wp[i] = up[i];
73 wp -= 1;
82 wp[i] = (low_limb >> sh_1) | (high_limb << sh_2);
85 wp[i] = low_limb >> sh_1;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c320 CHAR_T *wp = NULL; /* Workspace. */ local
328 CHAR_T *old = wp; \
330 wp = (CHAR_T *) alloca (wpmax * sizeof (wchar_t)); \
332 MEMCPY (wp, old, wpsize); \
334 wp[wpsize++] = (Ch); \
1502 || (wpsize == 1 && (wp[0] == L_('+') || wp[0] == L_('-'))))
1533 num.q = __strtoll_internal (wp, &tw, base, flags & GROUP);
1535 num.uq = __strtoull_internal (wp, &tw, base, flags & GROUP);
1540 num.l = __strtol_internal (wp,
[all...]
/haiku/src/bin/unzip/
H A Dgbloffs.c69 printf(out_format, "wp", (ulg)&G.wp - (ulg)&G);
H A Dglobals.h324 unsigned wp; /* inflate static: current position in slide */ member in struct:Globals
H A Dinflate.c509 /* unsigned wp; moved to globals.h */ /* current position in slide */
693 w = G.wp; /* initialize window position */
796 G.wp = (unsigned)w; /* restore global window pointer */
825 w = G.wp; /* initialize window position */
858 G.wp = (unsigned)w; /* restore global window pointer */
1180 G.wp = 0;
1244 return (FLUSH(G.wp));
H A Dinflatef.c267 /* unsigned wp; moved to globals.h */ /* current position in slide */
451 w = G.wp; /* initialize window position */
554 G.wp = (unsigned)w; /* restore global window pointer */
583 w = G.wp; /* initialize window position */
616 G.wp = (unsigned)w; /* restore global window pointer */
938 G.wp = 0;
1002 return (FLUSH(G.wp));
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.c1778 ieee80211_wme_vap_getparams(struct ieee80211vap *vap, struct chanAccParams *wp) argument
1781 memcpy(wp, &vap->iv_ic->ic_wme.wme_chanParams, sizeof(*wp));
1791 ieee80211_wme_ic_getparams(struct ieee80211com *ic, struct chanAccParams *wp) argument
1794 memcpy(wp, &ic->ic_wme.wme_chanParams, sizeof(*wp));
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h88 uint32 wp:1; member in struct:mc68060_fslw
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h123 u_char wp; member in struct:cistpl_device_t::__anon263

Completed in 68 milliseconds