HomeSort by relevance Sort by last modified time
    Searched refs:curval (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 95 #define curval (parser_nasm->tokval) macro
97 #define INTNUM_val (curval.intn)
98 #define FLTNUM_val (curval.flt)
99 #define DIRECTIVE_NAME_val (curval.str_val)
100 #define FILENAME_val (curval.str_val)
101 #define STRING_val (curval.str)
102 #define SIZE_OVERRIDE_val (curval.int_info)
103 #define DECLARE_DATA_val (curval.int_info)
104 #define RESERVE_SPACE_val (curval.int_info)
105 #define INSN_val (curval.bc
    [all...]
nasm-parse.c 87 #define get_next_token() (curtok = nasm_parser_lex(&curval, parser_nasm))
108 yasm_intnum_destroy(curval.intn);
111 yasm_floatnum_destroy(curval.flt);
119 yasm_xfree(curval.str_val);
122 yasm_xfree(curval.str.contents);
125 yasm_bc_destroy(curval.bc);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 136 #define curval (parser_gas->tokval) macro
138 #define INTNUM_val (curval.intn)
139 #define FLTNUM_val (curval.flt)
140 #define STRING_val (curval.str)
141 #define REG_val (curval.arch_data)
142 #define REGGROUP_val (curval.arch_data)
143 #define SEGREG_val (curval.arch_data)
144 #define TARGETMOD_val (curval.arch_data)
145 #define ID_val (curval.str.contents)
146 #define ID_len (curval.str.len
    [all...]
gas-parse.c 83 #define get_next_token() (curtok = gas_parser_lex(&curval, parser_gas))
104 yasm_intnum_destroy(curval.intn);
107 yasm_floatnum_destroy(curval.flt);
112 yasm_xfree(curval.str.contents);
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
attributes.c 412 const xmlChar *curval, *endval; local
413 curval = value;
414 while (*curval != 0) {
415 while (IS_BLANK(*curval)) curval++;
416 if (*curval == 0)
418 endval = curval;
420 curval = xmlDictLookup(style->dict, curval, endval - curval);
    [all...]
  /external/libxslt/libxslt/
attributes.c 412 const xmlChar *curval, *endval; local
413 curval = value;
414 while (*curval != 0) {
415 while (IS_BLANK(*curval)) curval++;
416 if (*curval == 0)
418 endval = curval;
420 curval = xmlDictLookup(style->dict, curval, endval - curval);
    [all...]
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 1018 ulong curval = m_val; local
1026 curval |= val << bit_idx;
1030 *((ulong*&)m_current)++ = curval | ((unsigned)val >> -bit_idx);
1036 curval = val << bit_idx;
1039 m_val = curval;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 334 self.curval = value
339 self.set(self.curval + n)
  /external/libpcap/
optimize.c 551 static int curval; variable
569 curval = 0;
592 val = ++curval;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 155 milliseconds