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/tcpdump/
print-decnet.c 711 struct ccmsg *ccmp = (struct ccmsg *)nspp; local
720 TCHECK(*ccmp);
721 services = EXTRACT_LE_8BITS(ccmp->cc_services);
722 info = EXTRACT_LE_8BITS(ccmp->cc_info);
723 segsize = EXTRACT_LE_16BITS(ccmp->cc_segsize);
724 optlen = EXTRACT_LE_8BITS(ccmp->cc_optlen);
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 180 int wpa2 = 0, ccmp = 0; local
183 * Many existing WPS APs do not know how to negotiate WPA2 or CCMP in
185 * TKIP+CCMP). Try to use scan results to figure out whether the AP
208 ccmp = 1;
213 ccmp = 1;
229 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
232 wpa_printf(MSG_DEBUG, "WPS: Add CCMP into the credential "
294 * configured for mixed mode operation (WPA+WPA2 and TKIP+CCMP).
    [all...]
  /external/vixl/src/a64/
assembler-a64.cc 864 void Assembler::ccmp(const Register& rn, function in class:vixl::Assembler
868 ConditionalCompare(rn, operand, nzcv, cond, CCMP);
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 1411 void Assembler::ccmp(const Register& rn, function in class:v8::internal::Assembler
    [all...]

Completed in 192 milliseconds