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

  /hardware/broadcom/wlan/bcm4329/src/shared/
aiutils.c 41 uint32 *addrl, uint32 *addrh, uint32 *sizel, uint32 *sizeh);
81 uint32 *addrl, uint32 *addrh, uint32 *sizel, uint32 *sizeh)
102 *sizel = szd & SD_SZ_MASK;
106 *sizel = AD_SZ_BASE << (sz >> AD_SZ_SHIFT);
109 sp, ad, st, *sizeh, *sizel, *addrh, *addrl));
155 uint32 mpd, asd, addrl, addrh, sizel, sizeh; local
193 &addrl, &addrh, &sizel, &sizeh);
221 asd = get_asd(sih, &eromptr, 0, 0, AD_ST_SLAVE, &addrl, &addrh, &sizel, &sizeh);
225 &sizel, &sizeh);
229 if ((addrh != 0) || (sizeh != 0) || (sizel != SI_CORE_SIZE))
    [all...]
  /build/tools/droiddoc/src/
ClearPage.java 183 long sizel = from.length(); local
185 int size = sizel > maxsize ? maxsize : (int)sizel;

Completed in 24 milliseconds