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

  /external/llvm/test/MC/AArch64/
arm64-nv-cond.s 5 ccmp x0,x0,#0,nv label
10 // CHECK: ccmp x0, x0, #0, nv // encoding: [0x00,0xf0,0x40,0xfa]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonGSUBBuilder.java 484 Feature ccmp = new Feature("ccmp"); local
486 addLookups(ccmp, lookups);
487 // addLookups(ccmp, commonLookups);
488 // addLookups(ccmp, inheritedLookups);
490 featureList.addFeature(ccmp);
494 scriptList.addFeature(scriptTag, "(default)", ccmp);
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 190 int wpa2 = 0, ccmp = 0; local
193 * Many existing WPS APs do not know how to negotiate WPA2 or CCMP in
195 * TKIP+CCMP). Try to use scan results to figure out whether the AP
218 ccmp = 1;
223 ccmp = 1;
239 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
242 wpa_printf(MSG_DEBUG, "WPS: Add CCMP into the credential "
306 * configured for mixed mode operation (WPA+WPA2 and TKIP+CCMP).
    [all...]
  /external/tcpdump/
print-decnet.c 1154 struct ccmsg *ccmp = (struct ccmsg *)nspp; local
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 1409 void Assembler::ccmp(const Register& rn, function in class:v8::internal::Assembler
    [all...]

Completed in 367 milliseconds