| /external/dropbear/libtomcrypt/src/headers/ |
| tomcrypt_pk.h | 197 int idx; member in struct:__anon6128 199 /** pointer to domain parameters; either points to NIST curves (identified by idx >= 0) or user supplied curve */
|
| /external/freetype/include/freetype/internal/ |
| psaux.h | 75 FT_Int idx, [all...] |
| /external/freetype/src/truetype/ |
| ttgload.c | 72 FT_UInt idx, 76 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw ); 95 FT_UInt idx, 100 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah ); [all...] |
| /external/linux-tools-perf/ |
| builtin-report.c | 100 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
|
| /external/linux-tools-perf/util/ |
| probe-event.c | 1435 int ret, idx; local [all...] |
| /external/llvm/lib/CodeGen/ |
| RegisterCoalescer.cpp | [all...] |
| /external/opencv/cv/src/ |
| cvfundam.cpp | 356 int* idx = (int*)cvStackAlloc( modelPoints*sizeof(idx[0]) ); local 370 idx[i] = idx_i = cvRandInt(&rng) % count; 372 if( idx_i == idx[j] ) [all...] |
| /external/openssl/crypto/pkcs7/ |
| pkcs7.h | 346 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
|
| /external/openssl/crypto/store/ |
| str_lib.c | 212 int STORE_set_ex_data(STORE *r, int idx, void *arg) 214 return(CRYPTO_set_ex_data(&r->ex_data,idx,arg)); 217 void *STORE_get_ex_data(STORE *r, int idx) 219 return(CRYPTO_get_ex_data(&r->ex_data,idx)); [all...] |
| /external/openssl/include/openssl/ |
| pkcs7.h | 346 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
|
| /external/qemu/target-mips/ |
| cpu.h | 602 void r4k_invalidate_tlb (CPUState *env, int idx, int use_extra);
|
| op_helper.c | 1542 int idx; local 1609 int idx; local [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
| driver_hostap.c | 211 param->u.crypt.idx = key_idx;
|
| /external/wpa_supplicant_8/src/ap/ |
| wpa_auth_ft.c | 376 const u8 *addr, int idx, u8 *seq) 380 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq); 704 enum wpa_alg alg, const u8 *addr, int idx, 709 return wpa_auth->cb.set_key(wpa_auth->cb.ctx, vlan_id, alg, addr, idx, [all...] |
| /frameworks/base/media/java/android/media/ |
| MediaScanner.java | 816 int idx = album.indexOf('/', previousSlash + 1); 817 if (idx < 0 || idx >= lastSlash) { 820 previousSlash = idx; [all...] |
| /packages/apps/Music/src/com/android/music/ |
| MusicUtils.java | 1354 int idx = (sLogPtr + i); local [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
| soc.h | 166 int snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char *xid);
|
| vx_core.h | 111 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw);
|
| /external/llvm/lib/Target/X86/ |
| X86ISelLowering.cpp | 63 /// simple subregister reference. Idx is an index in the 128 bits we 67 SDValue Idx, 81 if (isa<ConstantSDNode>(Idx)) { 82 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); 105 /// simple superregister reference. Idx is an index in the 128 bits 110 SDValue Idx, 113 if (isa<ConstantSDNode>(Idx)) { 118 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); 3310 int idx = Mask[i]; local 4020 int idx = SVOp->getMaskElt(i); local 5578 int idx = MaskVals[i]; local 5590 int idx = MaskVals[i]; local 5675 int idx = MaskVals[i]; local 5699 int idx = MaskVals[i]; local [all...] |
| /external/antlr/antlr-3.4/runtime/Python/antlr3/ |
| recognizers.py | 651 for idx, localFollowSet in reversed(list(enumerate(self._state.following))): 658 if idx > 0: [all...] |
| /external/clang/include/clang/Analysis/ |
| CFG.h | 731 const signed Idx; 732 explicit BlkExprNumTy(signed idx) : Idx(idx) {} 733 explicit BlkExprNumTy() : Idx(-1) {} 734 operator bool() const { return Idx >= 0; } 735 operator unsigned() const { assert(Idx >=0); return (unsigned) Idx; } [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.launcher.jar | |
| org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
| /external/icu4c/common/ |
| rbbi.cpp | 1425 int32_t idx = fLastRuleStatusIndex + fData->fRuleStatusTable[fLastRuleStatusIndex]; local [all...] |
| /external/opencv/cvaux/include/ |
| cvaux.h | [all...] |