/external/bison/src/ |
assoc.h | 30 } assoc; typedef in typeref:enum:__anon7212 32 char const *assoc_to_string (assoc a);
|
assoc.c | 24 #include "assoc.h" 28 assoc_to_string (assoc a)
|
symtab.h | 29 # include "assoc.h" 92 assoc assoc; member in struct:symbol 160 Do nothing if invoked with \c undef_assoc as \c assoc. */ 161 void symbol_precedence_set (symbol *sym, int prec, assoc a, location loc);
|
parse-gram.h | 186 assoc assoc; member in union:GRAM_STYPE
|
gram.c | 258 symbols[i]->prec, symbols[i]->assoc, 266 fprintf (out, "Num (Prec, Assoc, Useful, Ritem Range) Lhs -> Rhs (Ritem range) [Num]\n"); 279 rule_i->prec ? rule_i->prec->assoc : 0,
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
TestExpressionFeatures.g3 | 116 | e '^'<assoc=right>^ e 121 | e ('='<assoc=right>^ 122 |'+='<assoc=right>^ 123 |'-='<assoc=right>^ 124 |'*='<assoc=right>^ 125 |'/='<assoc=right>^ 126 |'&='<assoc=right>^ 127 |'|='<assoc=right>^ 128 |'^='<assoc=right>^ 129 |'>>='<assoc=right> [all...] |
/external/valgrind/coregrind/ |
m_cache.c | 65 #define add_icache(level, size, assoc, linesize) \ 68 VEX_CACHE_INIT(INSN_CACHE, level, size, linesize, assoc)); \ 71 #define add_dcache(level, size, assoc, linesize) \ 74 VEX_CACHE_INIT(DATA_CACHE, level, size, linesize, assoc)); \ 77 #define add_ucache(level, size, assoc, linesize) \ 80 VEX_CACHE_INIT(UNIFIED_CACHE, level, size, linesize, assoc)); \ 83 #define add_itcache(level, size, assoc) \ 86 VEX_CACHE_INIT(INSN_CACHE, level, size, 0, assoc); \ 91 #define add_I1(size, assoc, linesize) add_icache(1, size, assoc, linesize 295 UInt assoc = ((*(UInt *)&info[4] >> 22) & 0x3ff) + 1; local 416 UInt size, line_size, assoc; local 598 UInt assoc = get_associativity(level, is_insn_cache); local [all...] |
/external/llvm/test/MC/COFF/ |
linkonce-invalid.s | 10 .section assoc
|
/external/libxml2/doc/ |
libxml-doc.el | 134 (if (not (assoc symbol libxmldoc-symbols)) 136 ((assoc (thing-at-point 'symbol) libxmldoc-symbols) 140 ((assoc (concat "*" (thing-at-point 'symbol)) libxmldoc-symbols) 158 (list (cdr (assoc symbol libxmldoc-symbols)))))
|
/external/valgrind/cachegrind/ |
cg_arch.h | 37 Int assoc; member in struct:__anon26219
|
cg_arch.c | 47 if ((cache->size % (cache->line_size * cache->assoc) != 0) || 48 (-1 == VG_(log2)(cache->size/cache->line_size/cache->assoc))) 70 /* Then check assoc <= (size / line size) (seg faults otherwise). */ 71 if (cache->assoc > (cache->size / cache->line_size)) { 93 cache->assoc = (Int)i2; 96 if (cache->assoc != i2) goto overflow; 140 c->size, c->assoc, c->line_size); 214 if (LLc->size == 0 || LLc->assoc == 0 || LLc->line_size == 0) 217 tl_assert(LLc->size > 0 && LLc->assoc > 0 && LLc->line_size > 0); 220 UInt old_assoc = (UInt)LLc->assoc; [all...] |
cg_sim.c | 43 Int assoc; member in struct:__anon26240 53 /* By this point, the size/assoc/line_size has been checked. */ 59 c->assoc = config.assoc; 62 c->sets = (c->size / c->line_size) / c->assoc; 67 if (c->assoc == 1) { 72 c->size, c->line_size, c->assoc); 76 sizeof(UWord) * c->sets * c->assoc); 78 for (i = 0; i < c->sets * c->assoc; i++) 94 set = &(c->tags[set_no * c->assoc]); [all...] |
/external/valgrind/callgrind/ |
sim.c | 71 int assoc; member in struct:__anon26256 158 for (i = 0; i < c->sets * c->assoc; i++) 161 for (i = 0; i < c->sets * c->assoc; i++) { 168 c->tags[i] = i % c->assoc; /* init lower bits as pointer */ 175 /* By this point, the size/assoc/line_size has been checked. */ 179 c->assoc = config.assoc; 183 c->sets = (c->size / c->line_size) / c->assoc; 193 if (c->assoc == 1) { 199 c->size, c->line_size, c->assoc, [all...] |
/external/opencv3/3rdparty/libjasper/ |
jp2_dec.c | 90 static int jp2_getct(int colorspace, int type, int assoc); 371 jas_image_setcmpttype(dec->image, newcmptno, jp2_getct(jas_image_clrspc(dec->image), cdefent->type, cdefent->assoc)); 392 dec->cdef->data.cdef.ents[i].type, dec->cdef->data.cdef.ents[i].assoc)); 523 static int jp2_getct(int colorspace, int type, int assoc) 525 if (type == 1 && assoc == 0) { 528 if (type == 0 && assoc >= 1 && assoc <= 65534) { 531 switch (assoc) { 544 switch (assoc) { 557 switch (assoc) { [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_priv.c | 261 struct privsep_cmd_associate *assoc; local 268 if (len < sizeof(*assoc)) { 273 assoc = buf; 274 if (sizeof(*assoc) + assoc->wpa_ie_len > len) { 280 bssid = assoc->bssid; 283 params.ssid = assoc->ssid; 284 if (assoc->ssid_len > SSID_MAX_LEN) 286 params.ssid_len = assoc->ssid_len; 287 params.freq.mode = assoc->hwmode [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftmac.c | 366 AsscEntry* assoc; local 372 assoc = (AsscEntry*)( fond_data + sizeof ( FamRec ) + 2 ); 377 if ( 0 == EndianS16_BtoN( assoc[i].fontSize ) ) 399 AsscEntry* assoc; local 409 assoc = (AsscEntry*)( fond_data + sizeof ( FamRec ) + 2 ); 410 base_assoc = assoc; 419 assoc += face_index; /* add on the face_index! */ 423 if ( EndianS16_BtoN( assoc->fontSize ) == 0 ) 426 *sfnt_id = EndianS16_BtoN( assoc->fontID ); [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftmac.c | 366 AsscEntry* assoc; local 372 assoc = (AsscEntry*)( fond_data + sizeof ( FamRec ) + 2 ); 377 if ( 0 == EndianS16_BtoN( assoc[i].fontSize ) ) 399 AsscEntry* assoc; local 409 assoc = (AsscEntry*)( fond_data + sizeof ( FamRec ) + 2 ); 410 base_assoc = assoc; 419 assoc += face_index; /* add on the face_index! */ 423 if ( EndianS16_BtoN( assoc->fontSize ) == 0 ) 426 *sfnt_id = EndianS16_BtoN( assoc->fontID ); [all...] |
/development/ide/emacs/ |
android-common.el | 116 (alias (assoc product android-product-alias-map)))
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
LeftRecursiveRuleAnalyzer.java | 14 public static enum ASSOC { left, right }; 31 public Map<Integer, ASSOC> altAssociativity = new HashMap<Integer, ASSOC>(); 64 ASSOC assoc = ASSOC.left; local 66 String a = (String)t.terminalOptions.get("assoc"); 68 if ( a.equals(ASSOC.right.toString()) ) { 69 assoc = ASSOC.right [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/ |
ftmac.c | 701 AsscEntry* assoc; local 707 assoc = (AsscEntry*)( fond_data + sizeof ( FamRec ) + 2 ); 712 if ( 0 == EndianS16_BtoN( assoc[i].fontSize ) ) 733 AsscEntry* assoc; local 743 assoc = (AsscEntry*)( fond_data + sizeof ( FamRec ) + 2 ); 744 base_assoc = assoc; 753 assoc += face_index; /* add on the face_index! */ 757 if ( EndianS16_BtoN( assoc->fontSize ) == 0 ) 760 *sfnt_id = EndianS16_BtoN( assoc->fontID ); [all...] |
/ndk/tests/build/issue56508-gcc4.7-ICE/jni/ |
extraMachine.c | 88 Sint16 assoc; member in struct:filerep
|
/external/valgrind/VEX/pub/ |
libvex.h | 255 UInt assoc; /* set associativity */ member in struct:__anon26114 262 .line_sizeB = _line_size, .assoc = _assoc, \ [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
format.c | 383 const bfd_target * const *assoc = bfd_associated_vector; local 385 while ((right_targ = *assoc++) != NULL)
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateList.java | 840 * @param assoc 842 private void putHead(String key, TemplateSubPatternAssociation assoc) 846 m_textPatterns = assoc; 848 m_docPatterns = assoc; 850 m_commentPatterns = assoc; 852 m_patternTable.put(key, assoc);
|
/prebuilts/go/darwin-x86/src/go/ast/ |
commentmap.go | 194 var assoc Node 204 assoc = pg 211 assoc = p 219 assoc = q 221 cmap.addComment(assoc, r.comment)
|