HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 751 - 775 of 960) sorted by null

<<313233343536373839

  /external/opencore/baselibs/gen_data_structures/src/
sorted_list.h 252 int idx = 0; local
285 idx++;
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
pitch_ol.cpp 675 idx = 16 bit value specifies the frame index
729 Word16 idx, // i : frame index
866 if (sub(idx, 1) == 0)
946 Word16 idx, /* i : frame index */
    [all...]
  /external/openssl/crypto/bn/
bn_ctx.c 330 static int BN_STACK_push(BN_STACK *st, unsigned int idx)
347 st->indexes[(st->depth)++] = idx;
  /external/openssl/crypto/rsa/
rsa.h 389 int RSA_set_ex_data(RSA *r,int idx,void *arg);
390 void *RSA_get_ex_data(const RSA *r, int idx);
  /external/openssl/include/openssl/
rsa.h 389 int RSA_set_ex_data(RSA *r,int idx,void *arg);
390 void *RSA_get_ex_data(const RSA *r, int idx);
  /external/v8/test/mjsunit/
regexp-string-methods.js 39 String.prototype.charAt = function(idx) { return 'g'; };
  /external/wpa_supplicant/
config.c 963 const char *value, int idx)
970 line, idx, value);
975 line, idx, value);
981 os_snprintf(title, sizeof(title), "wep_key%d", idx);
1027 static char * wpa_config_write_wep_key(struct wpa_ssid *ssid, int idx)
1029 if (ssid->wep_key_len[idx] == 0)
1031 return wpa_config_write_string(ssid->wep_key[idx],
1032 ssid->wep_key_len[idx]);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 676 idx = 16 bit value specifies the frame index
730 Word16 idx, // i : frame index
867 if (sub(idx, 1) == 0)
947 Word16 idx, /* i : frame index */
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 1406 int idx; local
1768 int idx = challenge.indexOf(" "); local
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 1325 nls_uint32 idx = hash_val % domain->hash_size; local
    [all...]
dcigettext.c 749 nls_uint32 idx = hash_val % domain->hash_size; local
755 W (domain->must_swap_hash_tab, domain->hash_tab[idx]);
781 if (idx >= domain->hash_size - incr)
782 idx -= domain->hash_size - incr;
784 idx += incr;
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 172 int idx; local
173 for (idx = 0; idx < (int)(sizeof(param)/sizeof(param[0])); idx++) {
174 delete param[idx].locale;
175 param[idx].locale = NULL;
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 971 int idx; \/* index into table *\/ local
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 812 S32 idx, idx2; local
814 for (idx=0; idx<4; idx++)
817 os_sprintf(cmd, (PS8)"SET_NETWORK %d wep_key%d ", NetworkID, idx);
820 os_sprintf(TempBuf, (PS8)"%02x", pWpaCore->WpaSupplParams.wep_key[idx][idx2]);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
trafficAdmControl.c 1005 TI_UINT8 idx; local
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 812 S32 idx, idx2; local
814 for (idx=0; idx<4; idx++)
817 os_sprintf(cmd, (PS8)"SET_NETWORK %d wep_key%d ", NetworkID, idx);
820 os_sprintf(TempBuf, (PS8)"%02x", pWpaCore->WpaSupplParams.wep_key[idx][idx2]);
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
trafficAdmControl.c 995 TI_UINT8 idx; local
    [all...]
  /external/qemu/
exec.c 2893 unsigned int idx; local
2909 unsigned int idx; local
2990 int idx, eidx; local
    [all...]
  /bionic/linker/
linker.c 1261 unsigned idx; local
1464 unsigned idx; local
    [all...]
  /dalvik/vm/analysis/
DexOptimize.c 43 * instruction with index "idx".
1355 u4 idx; local
1493 u4 idx; local
    [all...]
  /external/srec/srec/crec/
srec_context.c 91 #define IDX_TO_PTR(idx, base) (idx == 0xFFFFFFFFu ? NULL : base + idx)
2897 asr_uint32_t idx; local
2924 asr_uint32_t idx; local
2953 asr_uint32_t idx[2]; local
2979 asr_uint32_t idx; local
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo.c 773 const char *idx; local
780 idx = &cmd[1];
782 idx = NULL;
784 if (idx)
785 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1);
796 if (idx) {
807 if (idx) {
    [all...]
  /dalvik/vm/jdwp/
JdwpEvent.c 441 * padding. Besides, the odds of "idx" being equal while the others aren't
447 return pLoc1->idx == pLoc2->idx &&
883 basket.threadId, pLoc->idx);
1077 pThrowLoc->classId, pThrowLoc->methodId, pThrowLoc->idx,
1084 pCatchLoc->classId, pCatchLoc->methodId, pCatchLoc->idx,
    [all...]
  /development/simulator/app/
LogWindow.cpp 740 int idx; local
742 idx = (int) priority - (int) ANDROID_LOG_VERBOSE;
743 if (idx < 0 || idx >= NELEM(gLogLevels))
745 return gLogLevels[idx].name.ToAscii();
    [all...]
  /external/icu4c/common/
rbbiscan.cpp 768 for (int idx = 0; idx < rulesLength; ) {
769 UChar ch = rules[idx++];
771 while (idx < rulesLength
774 ch = rules[idx++];
    [all...]

Completed in 1402 milliseconds

<<313233343536373839