| /external/dropbear/libtomcrypt/src/pk/ecc/ |
| ecc_ansi_x963_export.c | 41 if (ltc_ecc_is_valid_idx(key->idx) == 0) {
|
| /external/e2fsprogs/debugfs/ |
| set_fields.c | 197 char *arg, *delim, *idx, *tmp; local 215 idx = strchr(arg, '['); 216 if (idx) { 217 *idx++ = 0; 218 delim = idx + strlen(idx) - 1; 219 if (!*idx || *delim != ']') 220 idx = 0; 227 if (idx) { 228 array_idx = strtol(idx, &tmp, 0) 431 char name[40], idx[40]; local [all...] |
| /external/elfutils/libdwfl/ |
| dwfl_lineinfo.c | 61 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx];
|
| /external/freetype/include/freetype/internal/services/ |
| svsfnt.h | 59 FT_UInt idx,
|
| /external/libselinux/src/ |
| context.c | 152 static int set_comp(context_private_t * n, int idx, const char *str) 163 ((*p == ':' || *p == ' ') && idx != COMP_RANGE)) { 171 conditional_free(&n->component[idx]); 172 n->component[idx] = t;
|
| /external/linux-tools-perf/util/ui/browsers/ |
| map.c | 92 u32 *idx = symbol__browser_index(sym); local 95 self->b.index = self->b.top_idx = *idx; 148 u32 *idx = symbol__browser_index(pos); local 149 *idx = mb.b.nr_entries;
|
| /external/openssl/crypto/asn1/ |
| x_x509.c | 151 int X509_set_ex_data(X509 *r, int idx, void *arg) 153 return(CRYPTO_set_ex_data(&r->ex_data,idx,arg)); 156 void *X509_get_ex_data(X509 *r, int idx) 158 return(CRYPTO_get_ex_data(&r->ex_data,idx));
|
| x_crl.c | 214 int idx; 262 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++) 265 ext = sk_X509_EXTENSION_value(exts, idx); 448 int idx; 459 idx = sk_X509_REVOKED_find(crl->crl->revoked, &rtmp); 460 if(idx < 0) 463 for(;idx < sk_X509_REVOKED_num(crl->crl->revoked); idx++ [all...] |
| /external/openssl/crypto/ecdh/ |
| ech_lib.c | 250 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg) 256 return(CRYPTO_set_ex_data(&ecdh->ex_data,idx,arg)); 259 void *ECDH_get_ex_data(EC_KEY *d, int idx) 265 return(CRYPTO_get_ex_data(&ecdh->ex_data,idx));
|
| /external/openssl/crypto/ecdsa/ |
| ecs_lib.c | 262 int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg) 268 return(CRYPTO_set_ex_data(&ecdsa->ex_data,idx,arg)); 271 void *ECDSA_get_ex_data(EC_KEY *d, int idx) 277 return(CRYPTO_get_ex_data(&ecdsa->ex_data,idx));
|
| /external/openssl/crypto/perlasm/ |
| x86nasm.pl | 36 { my($size,$addr,$reg1,$reg2,$idx)=@_; 58 { $idx!=0 or $idx=1; 59 $ret .= "$reg2*$idx";
|
| /external/openssl/crypto/x509v3/ |
| pcy_cache.c | 263 int idx; local 266 idx = sk_X509_POLICY_DATA_find(cache->data, &tmp); 267 if (idx == -1) 269 return sk_X509_POLICY_DATA_value(cache->data, idx);
|
| /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
| VideoEditorBuffer.h | 57 M4OSA_UInt32 idx; /**< Index of the buffer inside the pool */ member in struct:__anon16130
|
| /frameworks/base/services/sensorservice/ |
| SensorFusion.cpp | 83 const ssize_t idx = mClients.indexOf(ident); local 85 if (idx < 0) { 89 if (idx >= 0) { 90 mClients.removeItemsAt(idx);
|
| /frameworks/rs/driver/ |
| rsdCore.h | 29 typedef void (*WorkerCallback_t)(void *usr, uint32_t idx);
|
| rsdVertexArray.h | 53 void logAttrib(uint32_t idx, uint32_t slot) const;
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| connector.h | 50 * idx and val are unique identifiers which 56 __u32 idx; member in struct:cb_id 73 * registering/unregistering idx/val in range [first, first+range]. 84 * group - notification receiver's idx.
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| connector.h | 50 * idx and val are unique identifiers which 56 __u32 idx; member in struct:cb_id 73 * registering/unregistering idx/val in range [first, first+range]. 84 * group - notification receiver's idx.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| connector.h | 50 * idx and val are unique identifiers which 56 __u32 idx; member in struct:cb_id 73 * registering/unregistering idx/val in range [first, first+range]. 84 * group - notification receiver's idx.
|
| /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
| FramebufferData.h | 59 void detachObject(int idx);
|
| /system/core/sh/ |
| exec.c | 119 shellexec(char **argv, char **envp, const char *path, int idx, int vforked) 130 if (--idx < 0 && pathopt == NULL) { 379 int idx; local 385 idx = cmdp->param.index; 390 } while (--idx >= 0); 430 int idx; local 510 idx = -1; 514 idx++; 528 if (fullname[0] == '/' && idx <= prev) { 529 if (idx < prev 697 int idx; local [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| commands.c | 274 unsigned int nlines, idx; 289 idx = 0; 311 if (idx == nlines) 317 lines[idx++] = savestring (p, end - p); 323 if (idx != nlines) 325 nlines = idx; 335 for (idx = 0; idx < nlines; ++idx) 339 for (p = lines[idx]; 272 unsigned int nlines, idx; local [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| TypeListItem.java | 101 int idx = typeIds.indexOf(one); local 103 " " + Hex.u2(idx) + " // " + one.toHuman());
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| TypeListItem.java | 101 int idx = typeIds.indexOf(one); local 103 " " + Hex.u2(idx) + " // " + one.toHuman());
|
| /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/ |
| RealmChoiceCallbackTest.java | 44 public static final int [] idx = {2, 3}; field in class:RealmChoiceCallbackTest 58 rc.setSelectedIndexes(idx);
|