HomeSort by relevance Sort by last modified time
    Searched refs:BIT (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 768 if (!(hapd->sta_aid[i] & BIT(j)))
781 hapd->sta_aid[i] |= BIT(j);
1139 | BIT(14) | BIT(15));
    [all...]
sta_info.c 166 ~BIT((sta->aid - 1) % 32);
  /external/mksh/src/
edit.c 59 #define XCF_COMMAND BIT(0) /* Do command completion */
60 #define XCF_FILE BIT(1) /* Do file completion */
61 #define XCF_FULLPATH BIT(2) /* command completion: store full path */
63 #define XCF_IS_COMMAND BIT(3) /* return flag: is command */
64 #define XCF_IS_NOSPACE BIT(4) /* return flag: do not append a space */
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 318 v |= BIT(0);
321 v |= BIT(7);
323 v |= BIT(6);
    [all...]
driver_bsd.c 479 v |= BIT(0);
    [all...]
driver_madwifi.c 296 v |= BIT(0);
    [all...]
driver_nl80211.c     [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 271 There are a few helper macros to make the coding process a bit easier. The first set are related to loading and storing
272 32/64-bit words in little/big endian format. The macros are:
296 There are 32 and 64-bit cyclic rotations as well:
377 /* make a 1024-bit RSA key with the system RNG */
394 lower eight bits contain data. For example, if you want to pass a 256 bit key to a symmetric ciphers setup routine, you
398 For the purposes of this library, the term \textit{byte} will refer to an octet or eight bit word. Typically an array of
546 keys (mainly for test vectors anyways). Ideally, your application should be making at least 256 bit keys. This is not
550 were $0.25$ (a severe bias) a 256-bit string would have about 106 bits of entropy whereas a 128-bit string would have
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 82 #define PIN_LOCKED BIT(0)
83 #define PIN_EXPIRES BIT(1)
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 2504 milliseconds

1 2 34