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

  /external/syslinux/gpxe/src/core/
debug.c 149 static struct autocolour acs[NUM_AUTO_COLOURS]; local
159 for ( i = 0 ; i < ( sizeof ( acs ) / sizeof ( acs[0] ) ) ; i++ ) {
160 if ( acs[i].stream == stream ) {
161 acs[i].last_used = use;
169 for ( i = 0 ; i < ( sizeof ( acs ) / sizeof ( acs[0] ) ) ; i++ ) {
170 if ( acs[i].last_used < oldest_last_used ) {
171 oldest_last_used = acs[i].last_used;
175 acs[oldest].stream = stream
    [all...]
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.c 310 amdgpu_lookup_or_add_real_buffer(struct amdgpu_cs *acs, struct amdgpu_winsys_bo *bo)
312 struct amdgpu_cs_context *cs = acs->csc;
368 acs->main.base.used_vram += bo->base.size;
370 acs->main.base.used_gart += bo->base.size;
375 static int amdgpu_lookup_or_add_slab_buffer(struct amdgpu_cs *acs,
378 struct amdgpu_cs_context *cs = acs->csc;
387 real_idx = amdgpu_lookup_or_add_real_buffer(acs, bo->u.slab.real);
433 struct amdgpu_cs *acs = amdgpu_cs(rcs); local
434 struct amdgpu_cs_context *cs = acs->csc;
440 index = amdgpu_lookup_or_add_slab_buffer(acs, bo)
981 struct amdgpu_cs *acs = (struct amdgpu_cs*)job; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 471 * ACS - Automatic Channel Selection for AP mode
476 * force the channel to be set to 0, thus enabling ACS.
478 int acs; member in struct:wpa_ssid
  /external/wpa_supplicant_8/src/ap/
ap_config.h 688 u8 acs; member in struct:hostapd_config
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 288 milliseconds