Lines Matching refs:uintptr_t
159 static uintptr_t
167 uintptr_t res = name_ct; in find_name()
169 uintptr_t idx; in find_name()
175 return (uintptr_t)val; in find_name()
185 return (uintptr_t)(name_ct - 1); in find_name()
201 res = (uintptr_t)~0; /* may yet find full match */ in find_name()
258 uintptr_t
262 uintptr_t res = 0UL; in optionEnumerationVal()
268 switch ((uintptr_t)pOpts) { in optionEnumerationVal()
269 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionEnumerationVal()
276 case (uintptr_t)OPTPROC_EMIT_SHELL: in optionEnumerationVal()
290 case (uintptr_t)OPTPROC_RETURN_VALNAME: in optionEnumerationVal()
297 return (uintptr_t)INVALID_STR; in optionEnumerationVal()
327 uintptr_t bits = (uintptr_t)pOD->optCookie; in set_memb_shell()
331 bits &= ((uintptr_t)1 << (uintptr_t)name_ct) - (uintptr_t)1; in set_memb_shell()
348 uintptr_t mask = (1UL << (uintptr_t)nm_ct) - 1UL; in set_memb_names()
349 uintptr_t bits = (uintptr_t)od->optCookie & mask; in set_memb_names()
365 bits = (uintptr_t)od->optCookie & mask; in set_memb_names()
405 static uintptr_t
408 uintptr_t res = (uintptr_t)od->optCookie; in check_membership_start()
464 static uintptr_t
497 uintptr_t sv = od->optArg.argIntptr; in optionMemberList()
529 switch ((uintptr_t)opts) { in optionSetMembers()
530 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionSetMembers()
534 case (uintptr_t)OPTPROC_EMIT_SHELL: in optionSetMembers()
538 case (uintptr_t)OPTPROC_RETURN_VALNAME: in optionSetMembers()
552 uintptr_t res = check_membership_start(od, &arg, &invert); in optionSetMembers()
592 uintptr_t bit = strtoul(arg, &pz, 0); in optionSetMembers()
610 if (nm_ct < (8 * sizeof(uintptr_t))) in optionSetMembers()