HomeSort by relevance Sort by last modified time
    Searched defs:assoc (Results 1 - 25 of 50) sorted by null

1 2

  /external/bison/src/
assoc.h 30 } assoc; typedef in typeref:enum:__anon6624
32 char const *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
parse-gram.c 345 assoc assoc; member in union:GRAM_STYPE
    [all...]
  /external/valgrind/cachegrind/
cg_arch.h 37 Int assoc; member in struct:__anon25381
cg_sim.c 43 Int assoc; member in struct:__anon25402
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...]
  /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/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/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...]
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 88 Sint16 assoc; member in struct:filerep
  /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...]
  /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/clang/lib/Sema/
SemaPseudoObject.cpp 147 Expr *assoc = gse->getAssocExpr(i); local
148 if (i == resultIndex) assoc = rebuild(assoc);
149 assocs[i] = assoc;
    [all...]
  /external/opencv3/3rdparty/libjasper/
jp2_cod.h 216 uint_fast16_t assoc; member in struct:__anon20847
  /external/valgrind/callgrind/
sim.c 71 int assoc; member in struct:__anon25418
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...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 1286 Assoc<Spec, Bounds> assoc = Assoc.of(Spec.class, Bounds.class); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 1181 Assoc<Spec, Bounds> assoc = Assoc.of(Spec.class, Bounds.class); local
    [all...]
  /external/valgrind/VEX/pub/
libvex.h 255 UInt assoc; /* set associativity */ member in struct:__anon25276
262 .line_sizeB = _line_size, .assoc = _assoc, \
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 259 #define DOT11_ASSOC_REQ_FIXED_LEN 4 /* length of assoc frame without info elts */
266 #define DOT11_REASSOC_REQ_FIXED_LEN 10 /* length of assoc frame without info elts */
273 #define DOT11_ASSOC_RESP_FIXED_LEN 6 /* length of assoc resp frame without info elts */
865 #define FC_SUBTYPE_ASSOC_REQ 0 /* assoc. request *
2734 uint8 assoc; \/* # of assoc STAs *\/ member in struct:brcm_ie
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 559 wl_join_assoc_params_t assoc; /* optional field, but it must include the fixed portion member in struct:wl_extjoin_params
564 #define WL_EXTJOIN_PARAMS_FIXED_SIZE (OFFSETOF(wl_extjoin_params_t, assoc) + \
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 

Completed in 851 milliseconds

1 2