Home
last modified time | relevance | path

Searched refs:nports (Results 1 – 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
DSDL_bejoystick.cc62 int32 nports; in SDL_SYS_JoystickInit() local
66 nports = joystick.CountDevices(); in SDL_SYS_JoystickInit()
70 for ( i=0; (SDL_numjoysticks < MAX_JOYSTICKS) && (i < nports); ++i ) { in SDL_SYS_JoystickInit()
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h124 char nports; /* number of downstream ports in this hub */ member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Dxorg_xv.c666 int nports = 16, i; in xorg_setup_textured_adapter() local
675 dev_unions = calloc(nports, sizeof(DevUnion)); in xorg_setup_textured_adapter()
709 for (i = 0; i < nports; i++) { in xorg_setup_textured_adapter()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c666 int nports = 16, i; in xorg_setup_textured_adapter() local
675 dev_unions = calloc(nports, sizeof(DevUnion)); in xorg_setup_textured_adapter()
709 for (i = 0; i < nports; i++) { in xorg_setup_textured_adapter()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c2452 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local
2482 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab()
2483 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab()
2487 ports = nports; in wpa_config_set_cred_req_conn_capab()
2496 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab()
2497 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab()
2501 ports = nports; in wpa_config_set_cred_req_conn_capab()