HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 1076 - 1100 of 1388) sorted by null

<<41424344454647484950>>

  /external/openssl/ssl/
ssl_ciph.c 646 int ssl_get_handshake_digest(int idx, long *mask, const EVP_MD **md)
648 if (idx <0||idx>=SSL_MD_NUM_IDX)
652 *mask = ssl_handshake_digest_flag[idx];
654 *md = ssl_digest_methods[idx];
    [all...]
ssl.h     [all...]
  /external/qemu/target-i386/
translate.c 513 static inline void gen_op_lds_T0_A0(int idx)
515 int mem_index = (idx >> 2) - 1;
516 switch(idx & 3) {
530 static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0)
532 int mem_index = (idx >> 2) - 1;
533 switch(idx & 3) {
554 static inline void gen_op_ld_T0_A0(int idx)
556 gen_op_ld_v(idx, cpu_T[0], cpu_A0);
559 static inline void gen_op_ldu_T0_A0(int idx)
561 gen_op_ld_v(idx, cpu_T[0], cpu_A0)
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 2342 int idx = 0; local
3772 int* idx = CV_NODE_IDX( mat, node ); local
3782 int* idx; local
3827 int* idx; local
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3541 int32_t idx = Res_GETENTRY(p.ident); local
3685 int32_t idx = t->getPublicIndex(); local
    [all...]
  /external/dbus/dbus/
dbus-message.c 755 DBusBasicValue idx; local
761 _dbus_type_reader_read_basic(&real->u.reader, &idx);
763 if (idx.u32 >= real->message->n_unix_fds)
768 idx.u32,
773 if ((nfd = _dbus_dup(real->message->unix_fds[idx.u32], error)) < 0)
2156 DBusBasicValue idx; local
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 598 int idx; local
602 idx = 0;
604 r = usbi_get_config_index_by_value(dev, active_config, &idx);
607 if (idx == -1)
611 r = get_config_descriptor(DEVICE_CTX(dev), fd, idx, tmp, sizeof(tmp));
622 r = get_config_descriptor(DEVICE_CTX(dev), fd, idx, buf,
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
ts.h 402 void *TS_REQ_get_ext_d2i(TS_REQ *a, int nid, int *crit, int *idx);
463 void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx);
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 1279 int32_t idx; local
2954 int32_t idx; local
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-data.c 160 GList *idx; local
202 GList *idx; local
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 173 var idx = 1;
180 newApp.app_launch_index = idx;
182 newApp.id = apps[i].id + '-' + idx;
183 idx++;
  /external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc 320 int idx = g_slist_index(filters, selected_filter); local
322 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 479 int idx = inIdx.get(tri * components + comp) + globalVertIndex; local
480 outIdx.put((globalTriIndex + tri) * components + comp, idx);
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 200 int idx = inIdx.get(tri * components + comp) + globalVertIndex; local
201 outIdx.put((globalTriIndex + tri) * components + comp, idx);
  /external/openssl/crypto/store/
store.h 117 int STORE_set_ex_data(STORE *r,int idx,void *arg);
118 void *STORE_get_ex_data(STORE *r, int idx);
  /external/qemu/target-mips/
helper.c 595 void r4k_invalidate_tlb (CPUState *env, int idx, int use_extra)
603 tlb = &env->tlb->mmu.r4k.tlb[idx];
  /external/wpa_supplicant_8/src/ap/
ap_config.c 317 if (a->idx != b->idx || a->default_len != b->default_len)
ap_drv_ops.c 413 const u8 *addr, int idx, u8 *seq)
417 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 474 static void write_wep_key(FILE *f, int idx, struct wpa_ssid *ssid)
479 res = os_snprintf(field, sizeof(field), "wep_key%d", idx);
  /frameworks/rs/driver/
rsdBcc.cpp 250 static void wc_xy(void *usr, uint32_t idx) {
269 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
279 static void wc_x(void *usr, uint32_t idx) {
298 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
  /frameworks/rs/
rs.spec 423 param RsAllocation *idx
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 269 for this_file in "$1".?o? "$1".aux "$1".?? "$1".idx; do

Completed in 1485 milliseconds

<<41424344454647484950>>