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

<<21222324252627282930>>

  /external/openssl/crypto/dh/
dh_lib.c 247 int DH_set_ex_data(DH *d, int idx, void *arg)
249 return(CRYPTO_set_ex_data(&d->ex_data,idx,arg));
252 void *DH_get_ex_data(DH *d, int idx)
254 return(CRYPTO_get_ex_data(&d->ex_data,idx));
  /external/openssl/crypto/dsa/
dsa_lib.c 278 int DSA_set_ex_data(DSA *d, int idx, void *arg)
280 return(CRYPTO_set_ex_data(&d->ex_data,idx,arg));
283 void *DSA_get_ex_data(DSA *d, int idx)
285 return(CRYPTO_get_ex_data(&d->ex_data,idx));
  /external/openssl/crypto/engine/
eng_lib.c 211 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg)
213 return(CRYPTO_set_ex_data(&e->ex_data, idx, arg));
216 void *ENGINE_get_ex_data(const ENGINE *e, int idx)
218 return(CRYPTO_get_ex_data(&e->ex_data, idx));
  /external/openssl/crypto/perlasm/
x86gas.pl 70 { my($addr,$reg1,$reg2,$idx)=@_;
83 { $idx!= 0 or $idx=1;
84 $ret .= "($reg1,$reg2,$idx)";
x86masm.pl 38 { my($size,$addr,$reg1,$reg2,$idx)=@_;
56 { $idx!=0 or $idx=1;
57 $ret .= "$reg2*$idx";
  /external/openssl/crypto/pkcs12/
p12_crt.c 68 int idx; local
70 idx = EVP_PKEY_get_attr_by_NID(pkey, nid, -1);
71 if (idx < 0)
73 attr = EVP_PKEY_get_attr(pkey, idx);
  /external/openssl/crypto/rsa/
rsa_lib.c 280 int RSA_set_ex_data(RSA *r, int idx, void *arg)
282 return(CRYPTO_set_ex_data(&r->ex_data,idx,arg));
285 void *RSA_get_ex_data(const RSA *r, int idx)
287 return(CRYPTO_get_ex_data(&r->ex_data,idx));
  /external/openssl/crypto/txt_db/
txt_db.h 105 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value);
  /external/openssl/crypto/x509/
x509_req.c 190 int idx, *pnid; local
197 idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);
198 if (idx == -1)
200 attr = X509_REQ_get_attr(req, idx);
  /external/openssl/include/openssl/
txt_db.h 105 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value);
  /external/oprofile/libregex/
op_regex.cpp 205 regular_expression_replace::get_match(regmatch_t const * match, char idx) const
207 size_t sub_expr = subexpr_index(idx);
209 throw bad_regex("expect group index: " + idx);
211 throw bad_regex("illegal group index :" + idx);
op_regex.h 103 // return the match of throw if idx is invalid
104 regmatch_t const & get_match(regmatch_t const * match, char idx) const;
  /external/srtp/crypto/cipher/
cipher.c 139 status = cipher_set_iv(c, test_case->idx);
206 status = cipher_set_iv(c, test_case->idx);
307 status = cipher_set_iv(c, test_case->idx);
332 status = cipher_set_iv(c, test_case->idx);
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.h 138 QPair<QString, QScriptValue> initScriptValues(uint idx);
  /external/webkit/Source/WebCore/platform/text/
Base64.cpp 153 for (unsigned idx = 0; idx < len; idx++) {
154 unsigned ch = data[idx];
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 684 idx = 16 bit value specifies the frame index
728 Word16 idx, // i : index
791 st->old_T0_med, &max1, st->wght_flg, &ol_gain_flg[idx],
794 if (ol_gain_flg[idx] > 0)
823 if (sub(idx, 1) == 0)
870 Word16 idx, /* i : index */
935 st->old_T0_med, &max1, st->wght_flg, &ol_gain_flg[idx],
938 if (ol_gain_flg[idx] > 0)
968 if (sub(idx, 1, pOverflow) == 0)
  /frameworks/base/include/androidfw/
ResourceTypes.h 452 const char16_t* stringAt(size_t idx, size_t* outLen) const;
455 const char* string8At(size_t idx, size_t* outLen) const;
459 const String8 string8ObjectAt(size_t idx) const;
462 const ResStringPool_span* styleAt(size_t idx) const;
678 // Returns -1 if no namespace, -2 if idx out of range.
679 int32_t getAttributeNamespaceID(size_t idx) const;
680 const uint16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
682 int32_t getAttributeNameID(size_t idx) const;
683 const uint16_t* getAttributeName(size_t idx, size_t* outLen) const;
684 uint32_t getAttributeNameResID(size_t idx) const
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java 70 int idx = 0; local
75 desc[idx] = new AnnotationMember(name,
78 desc[idx] = new AnnotationMember(name, t, type, element);
80 idx++;
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedWriterTest.java 132 int idx = sw.toString().length(); local
134 assertEquals(idx + testCharArray.length, sw.toString().length());
136 assertEquals(idx + testCharArray.length, sw.toString().length());
138 assertEquals(idx + testCharArray.length, sw.toString().length());
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Serializer.java 204 int idx = 0; local
207 buf[idx++] = (byte) (i & 0x7f);
211 while (idx > 1) {
212 out.write(buf[--idx] | 0x80);
  /system/security/keystore-engine/
eng_keystore.cpp 94 int keyhandle_new(void*, void*, CRYPTO_EX_DATA* ad, int idx, long, void*) {
95 return CRYPTO_set_ex_data(ad, idx, NULL);
111 int keyhandle_dup(CRYPTO_EX_DATA* to, CRYPTO_EX_DATA*, void *ptrRef, int idx, long, void *) {
120 (void) CRYPTO_set_ex_data(to, idx, keyhandle_copy);
  /external/bluetooth/glib/glib/
goption.c 1208 gint idx,
1231 if (*new_idx > idx)
1240 if (idx < *argc - 1)
1244 value = (*argv)[idx + 1];
1245 add_pending_null (context, &((*argv)[idx + 1]), NULL);
1246 *new_idx = idx + 1;
1250 if ((*argv)[idx + 1][0] == '-')
1254 value = (*argv)[idx + 1];
1255 add_pending_null (context, &((*argv)[idx + 1]), NULL);
1256 *new_idx = idx + 1
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 371 public void storeToArrays(float[] pos, float[] tc, short[] idx, byte[] colors, int quadIdx){
403 idx[0] = i0; idx[1] = i1; idx[2] = i2;
404 idx[3] = i0; idx[4] = i2; idx[5] = i3;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 268 int idx = theCD->numtracks++; local
271 theCD->track[idx].id = value;
274 theCD->track[idx].offset = value;
276 theCD->track[idx].type = (isDataTrack == kCFBooleanTrue) ? SDL_DATA_TRACK : SDL_AUDIO_TRACK;
280 theCD->track[idx-1].length = theCD->track[idx].offset - theCD->track[idx-1].offset;
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 243 uint16_t* idx = NULL; local
251 idx = idxBase;
277 prevIdx, &idx);
292 firstQPtIdx + i, &idx);
307 firstCPtIdx + i, &idx);
322 GrAssert((idx - idxBase) <= maxIdxs);
325 *indexCnt = idx - idxBase;

Completed in 1274 milliseconds

<<21222324252627282930>>