Searched refs:stable (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c117 static int InitStringTable(StringTable *stable) argument
119 stable->strings = (char *) malloc(INIT_STRING_TABLE_SIZE);
120 if (!stable->strings)
123 stable->nextFree = 1;
124 stable->size = INIT_STRING_TABLE_SIZE;
133 static void FreeStringTable(StringTable *stable) argument
135 if (stable->strings)
136 free(stable->strings);
137 stable->strings = NULL;
138 stable
179 AddString(StringTable *stable, const char *s) argument
274 Match(HashTable *htable, StringTable *stable, const char *s, int hashloc) argument
294 StringTable stable; // String table. member in struct:AtomTable_Rec
[all...]
/external/openssl/crypto/asn1/
H A Da_strnid.c66 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
206 if(!stable) return NULL;
207 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
209 return sk_ASN1_STRING_TABLE_value(stable, idx);
219 if(!stable) stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
220 if(!stable) {
238 if(new_nid) sk_ASN1_STRING_TABLE_push(stable, tmp);
245 tmp = stable;
247 stable
[all...]
/external/javassist/src/main/javassist/compiler/
H A DJavac.java38 SymbolTable stable; field in class:Javac
66 stable = new SymbolTable();
89 ASTList mem = p.parseMember1(stable);
148 md = p.parseMethod2(stable, md);
212 SymbolTable stb = new SymbolTable(stable);
284 va.index(i), stable);
313 index, stable);
333 return gen.recordParams(params, isStatic, "$", "$args", "$$", stable);
362 use0, varNo, target, stable);
397 (useResultVar ? resultVarName : null), stable);
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Ddcs.php33 * stable release of GeSHi of version 1.1.x (or later) that allows for highlighting
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex223 longer than boot time require to store allocated labels at stable
331 labels at stable storage and restore them back after reboot before the first
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h262 enum nfs3_stable_how stable; member in struct:nfs_writeargs
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl403 we will always load from the stable the first time. The br.cexit
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4547 say a SPARC machine. Internally, these functions have a table of literal characters and their numerical ASCII values. This provides a stable conversion provided
4571 say a SPARC machine. Internally, these functions have a table of literal characters and their numerical ASCII values. This provides a stable conversion provided
/external/chromium/third_party/libevent/
H A Dconfigure2378 VERSION=1.4.13-stable

Completed in 254 milliseconds