HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 476 - 500 of 832) sorted by null

<<11121314151617181920>>

  /external/llvm/autoconf/m4/
ltdl.m4 263 [Define if libtool can extract symbol lists from object files.])
379 [Define if dlsym() requires a leading underscore in symbol names.])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 269 [Define if libtool can extract symbol lists from object files.])
385 [Define if dlsym() requires a leading underscore in symbol names.])
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-explicit.s 8 # even if the target symbol is local.
  /external/lzma/C/
Ppmd7.h 91 (p->HiBitsFlag = p->HB2Flag[p->FoundState->Symbol]) + \
92 2 * p->HB2Flag[Ppmd7Context_OneState(p->MinContext)->Symbol] + \
136 void Ppmd7_EncodeSymbol(CPpmd7 *p, CPpmd7z_RangeEnc *rc, int symbol);
  /external/qemu/distrib/jpeg-6b/
jcphuff.c 276 * Emit (or just count) a Huffman symbol.
281 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol)
284 entropy->count_ptrs[tbl_no][symbol]++;
287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
312 * Emit any pending EOBRUN symbol.
432 /* Count/emit the Huffman-coded symbol for the number of bits */
531 /* Count/emit Huffman symbol for run length / number of bits */
699 /* Count/emit Huffman symbol for run length / number of bits */
776 /* Flush out buffered data (all we care about is counting the EOB symbol) */
    [all...]
  /external/stlport/test/unit/
money_facets_test.cpp 95 * The international currency symbol. The operand is a four-character
97 * international currency symbol in accordance with those specified
99 * to separate the international currency symbol from the monetary quantity.
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
245 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
344 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
409 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 119 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
286 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
392 /// finalizeSymbol - finalize the symbol value
543 // calculate the possible symbol value
545 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
546 if (symbol->hasFragRef()) {
547 uint64_t value = symbol->fragRef()->getOutputOffset();
549 symbol->fragRef()->frag()->getParent()->getSection().addr();
560 sym_value, // symbol valu
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 95 * The international currency symbol. The operand is a four-character
97 * international currency symbol in accordance with those specified
99 * to separate the international currency symbol from the monetary quantity.
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
245 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
344 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
409 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 95 * The international currency symbol. The operand is a four-character
97 * international currency symbol in accordance with those specified
99 * to separate the international currency symbol from the monetary quantity.
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
245 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
344 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
409 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
  /cts/tools/dasm/src/java_cup/
production.java 101 /* count use of each rhs symbol */
288 * @param type_map a hash table mapping labels to declared symbol types.
306 /* extract the type of the labeled symbol */
349 * @param type_map a hash table mapping labels to declared symbol types.
355 Hashtable label_types) /* map from labels to symbol stack types */
435 * @param lhs_type the object type associated with the LHS symbol.
613 symbol sym;
667 symbol sym;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 120 } else if ( formatName.equals( "symbol" ) ) {
121 return symbol( idString );
205 private String symbol( String value ) { method in class:RubyTarget.RubyRenderer
  /external/bison/src/
state.c 79 errs_new (int num, symbol **tokens)
120 accessing symbol: $end. */
239 state_errs_set (state *s, int num, symbol **tokens)
291 xml_printf (out, level + 1, "<symbol>%s</symbol>",
  /external/chromium_org/v8/test/mjsunit/harmony/
symbols.js 35 function IndirectSymbol() { return new Symbol }
39 symbols.push(Symbol())
40 symbols.push(Symbol(undefined))
41 symbols.push(Symbol("66"))
42 symbols.push(Symbol(66))
43 symbols.push(Symbol(Symbol()))
44 symbols.push((new Symbol).valueOf())
45 symbols.push((new Symbol()).valueOf())
46 symbols.push((new Symbol(Symbol())).valueOf()
    [all...]
  /external/linux-tools-perf/util/
sort.c 7 const char default_sort_order[] = "comm,dso,symbol";
54 .se_header = "Symbol",
61 .se_header = "Parent symbol",
84 { .name = "symbol", .entry = &sort_sym, },
176 /* --sort symbol */
239 struct symbol *sym_l = left->parent;
240 struct symbol *sym_r = right->parent;
304 else if (!strcmp(sd->name, "symbol"))
  /external/strace/
io.c 396 tprintf("%s", iop->symbol);
398 tprintf(" or %s", iop->symbol);
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 844 UNumberFormatSymbol symbol,
852 if(fmt==NULL || (uint16_t)symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
865 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
871 UNumberFormatSymbol symbol,
879 if(fmt==NULL || (uint16_t)symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
891 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
  /external/chromium_org/tools/symsrc/
pefile.py 952 """Holds imported symbol's information.
954 ordinal: Ordinal of the symbol
955 name: Name of the symbol
956 bound: If the symbol is bound, this contains
970 ordinal: ordinal of the symbol
971 address: address of the symbol
972 name: name of the symbol (None if the symbol is
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 220 struct Symbol {
235 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
246 inline explicit Symbol(const TYPE* value) { \
275 const Symbol kNullSymbol;
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
341 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
343 inline Symbol FindSymbol(const string& key) const;
347 // declaring Symbol in descriptor.h, which would drag all kinds of othe
3883 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
3918 Symbol symbol = builder_->LookupSymbol(name_part, local
4266 Symbol symbol = local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 150 UChar symbol[20]; local
610 symbol[0] = (UChar)(0x41 + i);
611 symbol[1] = (UChar)(0x61 + i);
612 unum_setSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, 2, &status);
619 resultlength = unum_getSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, sizeof(symbol)/U_SIZEOF_UCHAR, &status);
624 if(resultlength != 2 || symbol[0] != 0x41 + i || symbol[1] != 0x61 + i) {
625 log_err("Failure in unum_getSymbol(%d): got unexpected symbol\n", i);
628 /*try getting from a bogus symbol*/
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 223 var symbol, preErrorSymbol, state, action, a, r, yyval = {}, p, len, newState, expected;
229 if (symbol == null)
230 symbol = lex();
231 action = table[state] && table[state][symbol];
242 errStr = "Parse error on line " + (yylineno + 1) + ":\n" + this.lexer.showPosition() + "\nExpecting " + expected.join(", ") + ", got '" + this.terminals_[symbol] + "'";
244 errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == 1?"end of input":"'" + (this.terminals_[symbol] || symbol) + "'");
246 this.parseError(errStr, {text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, loc: yyloc, expected: expected})
    [all...]
  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 65 ** mNegation Perform negation heuristics on the symbol drifts.
99 static Switch gZeroDriftSwitch = {"--zerodrift", "-z", 0, NULL, "Output zero drift data." DESC_NEWLINE "Reports symbol changes even when there is no net drift."};
100 static Switch gNegationSwitch = {"--negation", "-n", 0, NULL, "Use negation heuristics." DESC_NEWLINE "When symbol sizes are inferred by offset, order changes cause noise." DESC_NEWLINE "This helps see through the noise by eliminating equal and opposite drifts."};
152 ** Symbol level stats.
394 char* symbol = NULL; local
421 symbol = strrchr(theLine, '\t') + 1;
446 ** the symbol
567 if(0 == strcmp(symbol, theObject->mSymbols[symbolIndex].mSymbol))
585 theObject->mSymbols[symbolIndex].mSymbol = strdup(symbol);
589 ERROR_REPORT(retval, symbol, "Unable to duplicate string.")
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 237 struct Symbol {
253 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
264 inline explicit Symbol(const TYPE* value) { \
293 const Symbol kNullSymbol;
295 typedef hash_map<const char*, Symbol,
298 typedef hash_map<PointerStringPair, Symbol,
345 // Symbol references must be resolved, via DescriptorBuilder::FindSymbol and
346 // friends. If the pending file references an unknown symbol
349 // defining that symbol, and that file has not yet been built by the pool,
384 // Find symbols. This returns a null Symbol (symbol.IsNull() is true
1343 Symbol symbol = tables_->FindSymbol(prefix); local
4335 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
4715 Symbol symbol = local
    [all...]
  /external/v8/src/
heap.cc 568 // Helper class for verifying the symbol table.
575 // Check that the symbol is actually a symbol.
2669 Object* symbol; local
2968 String* symbol; local
5156 Object* symbol = NULL; local
5171 Object* symbol = NULL; local
5188 Object* symbol = NULL; local
5206 Object* symbol = NULL; local
6816 String* symbol; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 240 symbol = super
241 @debug_listener.consume_node( symbol )
242 return( symbol )
  /external/chromium/chrome/browser/resources/keyboard/
main.js 12 var SYMBOL_MODE = 'symbol';
150 * @param {Character} symbol The Character for SYMBOL_MODE.
154 function Key(key, shift, num, symbol) {
163 this.modes_[SYMBOL_MODE] = symbol;
310 * The symbol key: switches the keyboard into symbol mode.

Completed in 952 milliseconds

<<11121314151617181920>>