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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 50 typedef unsigned long long int uintptr; typedef
185 typedef unsigned int uintptr; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 50 typedef unsigned long long int uintptr; typedef
185 typedef unsigned int uintptr; typedef
303 #define DISCARD_QUAL(ptr, type) ((type *)(uintptr)(ptr))
  /external/openssh/
readconf.c 359 u_int *uintptr, max_entries = 0; local
611 uintptr = &options->num_system_hostfiles;
614 if (*activep && *uintptr == 0) {
616 if ((*uintptr) >= max_entries)
620 cpptr[(*uintptr)++] = xstrdup(arg);
627 uintptr = &options->num_user_hostfiles;
    [all...]

Completed in 43 milliseconds