HomeSort by relevance Sort by last modified time
    Searched full:cand (Results 1 - 25 of 49) sorted by null

1 2

  /external/wpa_supplicant/
preauth.c 360 struct rsn_pmksa_candidate *cand, *prev, *pos; local
374 cand = sm->pmksa_candidates;
375 while (cand) {
376 if (os_memcmp(cand->bssid, bssid, ETH_ALEN) == 0) {
378 prev->next = cand->next;
380 sm->pmksa_candidates = cand->next;
383 prev = cand;
384 cand = cand->next;
387 if (cand) {
    [all...]
driver_wext.c 445 const struct iw_pmkid_cand *cand; local
449 if (len < sizeof(*cand))
452 cand = (const struct iw_pmkid_cand *) ev;
453 addr = (const u8 *) cand->bssid.sa_data;
456 "flags=0x%x index=%d bssid=" MACSTR, cand->flags,
457 cand->index, MAC2STR(addr));
461 data.pmkid_candidate.index = cand->index;
462 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 362 struct rsn_pmksa_candidate *cand, *prev, *pos; local
377 cand = sm->pmksa_candidates;
378 while (cand) {
379 if (os_memcmp(cand->bssid, bssid, ETH_ALEN) == 0) {
381 prev->next = cand->next;
383 sm->pmksa_candidates = cand->next;
386 prev = cand;
387 cand = cand->next;
390 if (cand) {
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
me_utils.cpp 110 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx)
118 p1 = cand - lx - 1;
119 p2 = cand - lx;
120 p3 = cand - 1;
121 p4 = cand;
166 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx)
174 p1 = cand - lx - 1;
175 p2 = cand - lx;
176 p3 = cand - 1;
177 p4 = cand;
    [all...]
motion_est.cpp 774 UChar *ref, *cand, *ncand = NULL, *cur8; local
883 cand = ref + i + j * lx;
885 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
892 ncand = cand;
906 cand = ref + i + j * lx;
907 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
914 ncand = cand;
921 ncand = cand;
955 cand = ref + i + j * lx;
965 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info)
1183 UChar *cand; local
1269 UChar *cand, *ref; local
    [all...]
mp4enc_lib.h 126 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx);
127 void GetHalfPelMBRegion_SSE(UChar *cand, UChar *hmem, Int lx);
128 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx);
findhalfpel.cpp 191 UChar *cand, *cur8; local
235 cand = ncand8[comp+1];
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info);
mp4lib_int.h 246 void (*GetHalfPelMBRegion)(UChar *cand, UChar *hmem, Int lx);
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
motion_est.cpp 964 uint8 *ref, *cand, *ncand; local
1267 uint8 *cand; local
    [all...]
findhalfpel.cpp 61 uint8* cand; local
83 cand = hpel_cand[0];
86 dmin = SATD_MB(cand, cur, 65535); // get Hadamaard transform SAD
608 /* assuming cand always has a pitch of 24 */
609 int SATD_MB(uint8 *cand, uint8 *cur, int dmin)
615 cost = AVCSAD_Macroblock_C(cand, cur, dmin, NULL);
avcenc_lib.h 653 \param "cand" "Pointer to a candidate."
658 int SATD_MB(uint8 *cand, uint8 *cur, int dmin);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 213 String cand = nspStack[i]; local
217 if (nspStack[j].equals(cand)) {
218 cand = null;
222 if (cand != null)
223 return cand;
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 299 double cand = freqs[freq_pos]; local
301 if (freq_codes_df_[i] == cand) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 513 String cand = mDecInfo.mCandidatesList.get(pStart + i);
514 float candidateWidth = mCandidatesPaint.measureText(cand);
545 cand = getLimitedCandidateForDrawing(cand,
553 canvas.drawText(cand, xPos + centerOffset, yPos,
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c 533 const struct iw_pmkid_cand *cand; local
537 if (len < sizeof(*cand))
540 cand = (const struct iw_pmkid_cand *) ev;
541 addr = (const u8 *) cand->bssid.sa_data;
544 "flags=0x%x index=%d bssid=" MACSTR, cand->flags,
545 cand->index, MAC2STR(addr));
549 data.pmkid_candidate.index = cand->index;
550 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
driver_wext.c 397 const struct iw_pmkid_cand *cand; local
401 if (len < sizeof(*cand))
404 cand = (const struct iw_pmkid_cand *) ev;
405 addr = (const u8 *) cand->bssid.sa_data;
408 "flags=0x%x index=%d bssid=" MACSTR, cand->flags,
409 cand->index, MAC2STR(addr));
413 data.pmkid_candidate.index = cand->index;
414 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
q_gain_p.cpp 124 gain_cind -- Array of type Word16 -- pitch gain cand. indices (3),
184 Word16 gain_cind[], /* o : pitch gain cand. indices (3),MR795 only, Q0 */
q_gain_p.h 112 Word16 gain_cind[], /* o : pitch gain cand. indices (3),MR795 only, Q0 */
qgain795.cpp 136 g_pitch_cind[] -- Word16 array -- Pitch gain cand. indices (3), Q0
210 Word16 g_pitch_cind[], /* i : Pitch gain cand. indices (3), Q0 */
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
q_gain_p.cpp 124 gain_cind -- Array of type Word16 -- pitch gain cand. indices (3),
184 Word16 gain_cind[], /* o : pitch gain cand. indices (3),MR795 only, Q0 */
q_gain_p.h 112 Word16 gain_cind[], /* o : pitch gain cand. indices (3),MR795 only, Q0 */
qgain795.cpp 136 g_pitch_cind[] -- Word16 array -- Pitch gain cand. indices (3), Q0
210 Word16 g_pitch_cind[], /* i : Pitch gain cand. indices (3), Q0 */
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 1391 NJ_CHAR *wkc, *cand; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-g++.1     [all...]

Completed in 165 milliseconds

1 2