Searched defs:idx (Results 651 - 675 of 1374) sorted by relevance

<<21222324252627282930>>

/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c630 UInt pol, UInt idx,
634 vassert((idx >> 1) == 0);
648 if (idx) {
665 if (idx) {
698 UInt pol, UInt idx,
702 vassert((idx >> 1) == 0);
716 if (idx) {
733 if (idx) {
810 UInt idx = (imm8 >> 6) & 1; // imm8[6] 1==msb/bytemask local
840 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTR
625 compute_PCMPxSTRx_gen_output( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
693 compute_PCMPxSTRx_gen_output_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
1061 UInt idx = (imm8 >> 6) & 1; // imm8[6] 1==msb/bytemask local
[all...]
/external/valgrind/main/callgrind/
H A Dbbcc.c160 UInt idx; local
173 idx = bbcc_hash_idx(bb, cxt, current_bbccs.size);
174 bbcc = current_bbccs.table[idx];
321 UInt idx; local
333 idx = bbcc_hash_idx(bbcc->bb, bbcc->cxt, current_bbccs.size);
334 bbcc->next = current_bbccs.table[idx];
335 current_bbccs.table[idx] = bbcc;
821 UInt level, idx; local
845 idx = level -1;
846 if (bbcc->rec_array[idx])
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c312 VG_(printf)("clone child has SETTLS: tls info at %p: idx=%d "
647 Int idx; local
664 idx = info->entry_number;
666 if (idx == -1) {
671 for (idx = 1; idx < VEX_GUEST_X86_GDT_NENT; idx++) {
672 if (gdt[idx].LdtEnt.Words.word1 == 0
673 && gdt[idx].LdtEnt.Words.word2 == 0)
677 if (idx
699 Int idx; local
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc463 WebRtc_UWord16 idx = _nextFreeIdx[_activeQueue]; local
466 _level[_activeQueue][idx] = level;
467 _length[_activeQueue][idx] = length;
468 memcpy(_messageQueue[_activeQueue][idx], traceMessage, length);
477 warning_msg, _length[_activeQueue][idx]);
530 for(WebRtc_UWord16 idx = 0; idx <localNextFreeIdx; idx++)
532 TraceLevel localLevel = _level[localQueueActive][idx];
535 _callback->Print(localLevel, _messageQueue[localQueueActive][idx],
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c175 int idx, int skip_radar)
201 if (ret_chan && idx == channel_idx) {
204 return idx;
254 /* Return start channel idx we will use for mode->channels[idx] */
296 /* Get idx */
309 /* Get idx for seg1 */
173 dfs_find_channel(struct hostapd_iface *iface, struct hostapd_channel_data **ret_chan, int idx, int skip_radar) argument
H A Dwpa_auth_glue.c269 const u8 *addr, int idx, u8 *key,
281 return hostapd_drv_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0,
286 static int hostapd_wpa_auth_get_seqnum(void *ctx, const u8 *addr, int idx, argument
290 return hostapd_get_seqnum(hapd->conf->iface, hapd, addr, idx, seq);
268 hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c1127 int idx = sm->user_eap_method_index; local
1140 } else if (sm->user && idx < EAP_MAX_METHODS &&
1141 (sm->user->methods[idx].vendor != EAP_VENDOR_IETF ||
1142 sm->user->methods[idx].method != EAP_TYPE_NONE)) {
1143 *vendor = sm->user->methods[idx].vendor;
1144 next = sm->user->methods[idx].method;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h564 * @idx: Index of the member to be removed
567 size_t idx)
569 if (idx < nmemb - 1)
570 os_memmove(((unsigned char *) ptr) + idx * size,
571 ((unsigned char *) ptr) + (idx + 1) * size,
572 (nmemb - idx - 1) * size);
566 os_remove_in_array(void *ptr, size_t nmemb, size_t size, size_t idx) argument
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c175 int idx, int skip_radar)
201 if (ret_chan && idx == channel_idx) {
204 return idx;
254 /* Return start channel idx we will use for mode->channels[idx] */
296 /* Get idx */
309 /* Get idx for seg1 */
173 dfs_find_channel(struct hostapd_iface *iface, struct hostapd_channel_data **ret_chan, int idx, int skip_radar) argument
H A Dwpa_auth_glue.c269 const u8 *addr, int idx, u8 *key,
281 return hostapd_drv_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0,
286 static int hostapd_wpa_auth_get_seqnum(void *ctx, const u8 *addr, int idx, argument
290 return hostapd_get_seqnum(hapd->conf->iface, hapd, addr, idx, seq);
268 hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c1127 int idx = sm->user_eap_method_index; local
1140 } else if (sm->user && idx < EAP_MAX_METHODS &&
1141 (sm->user->methods[idx].vendor != EAP_VENDOR_IETF ||
1142 sm->user->methods[idx].method != EAP_TYPE_NONE)) {
1143 *vendor = sm->user->methods[idx].vendor;
1144 next = sm->user->methods[idx].method;
/external/wpa_supplicant_8/src/utils/
H A Dos.h564 * @idx: Index of the member to be removed
567 size_t idx)
569 if (idx < nmemb - 1)
570 os_memmove(((unsigned char *) ptr) + idx * size,
571 ((unsigned char *) ptr) + (idx + 1) * size,
572 (nmemb - idx - 1) * size);
566 os_remove_in_array(void *ptr, size_t nmemb, size_t size, size_t idx) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_learn.c238 int idx, *n; local
243 idx = data->probe_idx;
245 if (!in_array(freqs, data->supp_freqs[idx])) {
247 "%u", data->supp_freqs[idx]);
248 data->probe_idx = idx + 1;
255 freqs[count] = data->supp_freqs[idx];
261 idx++;
262 if (data->supp_freqs[idx] == 0)
263 idx = 0;
264 } while (idx !
[all...]
H A Dconfig_file.c599 static void write_wep_key(FILE *f, int idx, struct wpa_ssid *ssid) argument
604 res = os_snprintf(field, sizeof(field), "wep_key%d", idx);
H A Dconfig_winreg.c818 static void write_wep_key(HKEY hk, int idx, struct wpa_ssid *ssid) argument
822 os_snprintf(field, sizeof(field), "wep_key%d", idx);
H A Dctrl_iface_named_pipe.c481 int idx; local
500 idx = 0;
517 idx++;
H A Dctrl_iface_unix.c652 int idx, res; local
662 idx = 0;
664 io[idx].iov_base = "IFNAME=";
665 io[idx].iov_len = 7;
666 idx++;
667 io[idx].iov_base = (char *) ifname;
668 io[idx].iov_len = os_strlen(ifname);
669 idx++;
670 io[idx].iov_base = " ";
671 io[idx]
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.c175 int idx, int skip_radar)
201 if (ret_chan && idx == channel_idx) {
204 return idx;
254 /* Return start channel idx we will use for mode->channels[idx] */
296 /* Get idx */
309 /* Get idx for seg1 */
173 dfs_find_channel(struct hostapd_iface *iface, struct hostapd_channel_data **ret_chan, int idx, int skip_radar) argument
H A Dwpa_auth_glue.c269 const u8 *addr, int idx, u8 *key,
281 return hostapd_drv_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0,
286 static int hostapd_wpa_auth_get_seqnum(void *ctx, const u8 *addr, int idx, argument
290 return hostapd_get_seqnum(hapd->conf->iface, hapd, addr, idx, seq);
268 hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c1127 int idx = sm->user_eap_method_index; local
1140 } else if (sm->user && idx < EAP_MAX_METHODS &&
1141 (sm->user->methods[idx].vendor != EAP_VENDOR_IETF ||
1142 sm->user->methods[idx].method != EAP_TYPE_NONE)) {
1143 *vendor = sm->user->methods[idx].vendor;
1144 next = sm->user->methods[idx].method;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h564 * @idx: Index of the member to be removed
567 size_t idx)
569 if (idx < nmemb - 1)
570 os_memmove(((unsigned char *) ptr) + idx * size,
571 ((unsigned char *) ptr) + (idx + 1) * size,
572 (nmemb - idx - 1) * size);
566 os_remove_in_array(void *ptr, size_t nmemb, size_t size, size_t idx) argument
/external/guava/guava/lib/
H A Djdiff.jar ... jdiff.API) int existsNew jdiff.PackageAPI oldPkg int idx int existsOld jdiff.PackageAPI newPkg int idx jdiff. ...
/external/aac/libAACdec/src/
H A Daacdecoder.cpp1802 UCHAR idx[(8)]; local
1806 FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx));
1809 FDKmemcpy(idx, self->channelIndices, sizeof(idx));
1813 self->channelIndices[self->channelOutputMapping[chOutMapIdx][c]] = idx[c];
H A Dblock.cpp558 int idx = CBlock_DecodeHuffmanWord(bs,hcb); local
563 tmp = (FIXP_DBL)((idx & mask)-offset);
564 idx >>= bits;
/external/blktrace/btt/
H A Dinlines.h342 int idx = (nbytes >> 9) - 1; local
343 return min(idx, N_HIST_BKTS-1);

Completed in 470 milliseconds

<<21222324252627282930>>