HomeSort by relevance Sort by last modified time
    Searched refs:cs_count (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_cs.h 44 int cs_count = 0; (void) cs_count; (void) cs_winsys;
50 cs_count = size; \
54 if (cs_count != 0) \
55 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
56 cs_count, __FUNCTION__, __FILE__, __LINE__); \
57 cs_count = 0; \
60 #define CS_USED_DW(x) cs_count -= (x)
122 assert(cs_count == 0); \
r300_cb.h 71 int cs_count = 0; \
73 (void) cs_count; (void) cs_ptr
77 cs_count = (size); \
84 cs_count = (size); \
89 if (cs_count != 0) \
90 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
91 cs_count, __FUNCTION__, __FILE__, __LINE__); \
94 #define CB_USED_DW(x) cs_count -= x
  /external/mesa3d/src/gallium/drivers/r300/
r300_cs.h 44 int cs_count = 0; (void) cs_count; (void) cs_winsys;
50 cs_count = size; \
54 if (cs_count != 0) \
55 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
56 cs_count, __FUNCTION__, __FILE__, __LINE__); \
57 cs_count = 0; \
60 #define CS_USED_DW(x) cs_count -= (x)
122 assert(cs_count == 0); \
r300_cb.h 71 int cs_count = 0; \
73 (void) cs_count; (void) cs_ptr
77 cs_count = (size); \
84 cs_count = (size); \
89 if (cs_count != 0) \
90 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
91 cs_count, __FUNCTION__, __FILE__, __LINE__); \
94 #define CB_USED_DW(x) cs_count -= x
  /external/wpa_supplicant_8/src/ap/
hostapd.h 215 u8 cs_count; member in struct:hostapd_data
ctrl_iface_ap.c 498 settings->cs_count = strtol(pos, &end, 10);
500 wpa_printf(MSG_ERROR, "chanswitch: invalid cs_count provided");
hostapd.c     [all...]
beacon.c 283 *eid++ = hapd->cs_count;
dfs.c 869 csa_settings.cs_count = 5;
  /external/wpa_supplicant_8/src/drivers/
driver.h 1296 u8 cs_count; member in struct:csa_settings
    [all...]
driver_nl80211.c     [all...]

Completed in 272 milliseconds