/external/elfutils/backends/ |
D | ia64_retval.c | 40 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 8 }, 41 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 8 }, 42 { .atom = DW_OP_reg10 }, { .atom = DW_OP_piece, .number = 8 }, 43 { .atom = DW_OP_reg11 }, { .atom = DW_OP_piece, .number = 8 }, 52 { .atom = DW_OP_regx, .number = 128 + 8 }, \ 53 { .atom = DW_OP_piece, .number = size }, \ 54 { .atom = DW_OP_regx, .number = 128 + 9 }, \ 55 { .atom = DW_OP_piece, .number = size }, \ 56 { .atom = DW_OP_regx, .number = 128 + 10 }, \ 57 { .atom = DW_OP_piece, .number = size }, \ [all …]
|
D | sparc_retval.c | 28 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 4 }, 29 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 4 }, 37 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 }, 38 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 }, 39 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 4 }, 40 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 4 }, 51 { .atom = DW_OP_breg8, .number = 0 }
|
D | x86_64_retval.c | 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 }, 41 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 8 }, 49 { .atom = DW_OP_regx, .number = 33 }, 50 { .atom = DW_OP_piece, .number = 10 }, 51 { .atom = DW_OP_regx, .number = 34 }, 52 { .atom = DW_OP_piece, .number = 10 }, 60 { .atom = DW_OP_reg17 }, { .atom = DW_OP_piece, .number = 16 }, 61 { .atom = DW_OP_reg18 }, { .atom = DW_OP_piece, .number = 16 }, 71 { .atom = DW_OP_breg0, .number = 0 }
|
D | ppc64_retval.c | 40 { .atom = DW_OP_reg3 } 47 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 8 }, 48 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 8 }, 49 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 8 }, 50 { .atom = DW_OP_regx, .number = 36 }, { .atom = DW_OP_piece, .number = 8 }, 61 { .atom = DW_OP_breg3, .number = 0 }
|
D | i386_retval.c | 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 }, 41 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 4 }, 49 { .atom = DW_OP_reg11 } 58 { .atom = DW_OP_breg0, .number = 0 }
|
D | alpha_retval.c | 40 { .atom = DW_OP_reg0 } 47 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 }, 48 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 }, 58 { .atom = DW_OP_breg0, .number = 0 }
|
D | s390_retval.c | 40 { .atom = DW_OP_reg2 }, { .atom = DW_OP_piece, .number = 4 }, 41 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 }, 49 { .atom = DW_OP_reg16 }, 58 { .atom = DW_OP_breg2, .number = 0 }
|
D | ppc_retval.c | 44 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 }, 45 { .atom = DW_OP_reg4 }, { .atom = DW_OP_piece, .number = 4 }, 53 { .atom = DW_OP_regx, .number = 33 } 62 { .atom = DW_OP_breg3, .number = 0 }
|
/external/llvm/test/CodeGen/X86/ |
D | atom-lea-sp.ll | 1 ; RUN: llc < %s -mcpu=atom -mtriple=i686-linux | FileCheck -check-prefix=atom %s 8 ; atom: test1: 9 ; atom: leal -1052(%esp), %esp 10 ; atom-NOT: sub 11 ; atom: call 12 ; atom: leal 1052(%esp), %esp 25 ; atom: test2: 26 ; atom: leal -28(%esp), %esp 27 ; atom: call 28 ; atom: leal 28(%esp), %esp [all …]
|
D | atom-sched.ll | 2 ; RUN: llc <%s -O2 -mcpu=atom -march=x86 -relocation-model=static | FileCheck -check-prefix=atom %s 16 ; atom: imull 17 ; atom-NOT: movl 18 ; atom: imull
|
/external/libxml2/ |
D | xmlregexp.c | 212 xmlRegAtomPtr atom; member 249 xmlRegAtomPtr atom; member 354 static void xmlRegFreeAtom(xmlRegAtomPtr atom); 356 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint); 570 if ((trans->to == -1) || (trans->atom == NULL)) in xmlRegEpxFromParse() 572 atomno = stringRemap[trans->atom->no]; in xmlRegEpxFromParse() 573 if ((trans->atom->data != NULL) && (transdata == NULL)) { in xmlRegEpxFromParse() 596 i, j, trans->atom->no, trans->to, atomno, targetno); in xmlRegEpxFromParse() 612 i, j, trans->atom->no, trans->to, atomno, targetno); in xmlRegEpxFromParse() 618 trans->atom->data; in xmlRegEpxFromParse() [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
D | atom.c | 312 static int AddAtomFixed(AtomTable *atable, const char *s, int atom); 521 int hashindex, atom; in LookUpAddString() local 524 atom = atable->htable.entry[hashindex].value; in LookUpAddString() 525 if (atom == 0) { in LookUpAddString() 526 atom = AllocateAtom(atable); in LookUpAddString() 527 SetAtomValue(atable, atom, hashindex); in LookUpAddString() 529 return atom; in LookUpAddString() 537 const char *GetAtomString(AtomTable *atable, int atom) in GetAtomString() argument 541 if (atom > 0 && atom < atable->nextFree) { in GetAtomString() 542 soffset = atable->amap[atom]; in GetAtomString() [all …]
|
D | symbols.c | 220 Symbol *AddSymbol(SourceLoc *loc, Scope *fScope, int atom, symbolkind kind) in AddSymbol() argument 226 lSymb = NewSymbol(loc, fScope, atom, kind); in AddSymbol() 241 Symbol *LookUpLocalSymbol(Scope *fScope, int atom) in LookUpLocalSymbol() argument 246 ratom = GetReversedAtom(atable, atom); in LookUpLocalSymbol() 270 Symbol *LookUpSymbol(Scope *fScope, int atom) in LookUpSymbol() argument 277 lSymb = LookUpLocalSymbol(fScope, atom); in LookUpSymbol()
|
D | atom.h | 60 const char *GetAtomString(AtomTable *atable, int atom); 61 int GetReversedAtom(AtomTable *atable, int atom); 62 char* GetStringOfAtom(AtomTable *atable, int atom);
|
D | cpp.c | 268 int atom,depth=0; in CPPelse() local 285 atom = yylvalpp->sc_ident; in CPPelse() 286 if (atom == ifAtom || atom == ifdefAtom || atom == ifndefAtom){ in CPPelse() 290 else if (atom == endifAtom) { in CPPelse() 301 if (atom == elseAtom ) { in CPPelse() 315 else if (atom == elifAtom) { in CPPelse() 325 else if((atom==elseAtom) && (!ChkCorrectElseNesting())){ in CPPelse() 839 int atom = 0; in PredefineIntMacro() local 845 atom = LookUpAddString(atable, name); in PredefineIntMacro() 846 symbol = AddSymbol(&location, macros, atom, MACRO_S); in PredefineIntMacro() [all …]
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrInterpreter.cpp | 124 unsigned firstSubpatternId = term.atom.subpatternId; in ParenthesesDisjunctionContext() 125 unsigned numNestedSubpatterns = term.atom.parenthesesDisjunction->m_numSubpatterns; in ParenthesesDisjunctionContext() 148 …return reinterpret_cast<DisjunctionContext*>(&(subpatternBackup[term.atom.parenthesesDisjunction->… in getDisjunctionContext() 157 …size_t size = sizeof(ParenthesesDisjunctionContext) - sizeof(int) + (term.atom.parenthesesDisjunct… in allocParenthesesDisjunctionContext() 380 switch (term.atom.quantityType) { in backtrackPatternCharacter() 393 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) { in backtrackPatternCharacter() 395 if (checkCharacter(term.atom.patternCharacter, term.inputPosition - 1)) in backtrackPatternCharacter() 409 switch (term.atom.quantityType) { in backtrackPatternCasedCharacter() 422 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) { in backtrackPatternCasedCharacter() 424 …if (checkCasedCharacter(term.atom.casedCharacter.lo, term.atom.casedCharacter.hi, term.inputPositi… in backtrackPatternCasedCharacter() [all …]
|
D | YarrInterpreter.h | 92 } atom; member 122 atom.patternCharacter = ch; in ByteTerm() 123 atom.quantityType = quantityType; in ByteTerm() 124 atom.quantityCount = quantityCount; in ByteTerm() 145 atom.casedCharacter.lo = lo; in ByteTerm() 146 atom.casedCharacter.hi = hi; in ByteTerm() 147 atom.quantityType = quantityType; in ByteTerm() 148 atom.quantityCount = quantityCount; in ByteTerm() 157 atom.characterClass = characterClass; in ByteTerm() 158 atom.quantityType = QuantifierFixedCount; in ByteTerm() [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t058rewriteAST41.g | 5 a : atom -> ^(atom atom) ; // NOT CYCLE! (dup atom) 6 atom : INT ;
|
D | t058rewriteAST40.g | 5 a : (atom -> atom) (op='+' r=atom -> ^($op $a $r) )* ; 6 atom : INT ;
|
D | t058rewriteAST38.g | 4 a : atom -> ^({this.adaptor.create(INT,"9")} atom) ; 5 atom : INT ;
|
D | t058rewriteAST39.g | 4 a : atom -> {this.adaptor.create(INT,"9")} atom ; 5 atom : INT ;
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/mexpr/ |
D | MExpr.g | 14 : e=atom { $value = $e.value; } 15 ( '+' e=atom { $value += $e.value; } 16 | '-' e=atom { $value -= $e.value; } 20 atom returns [value]
|
/external/linux-tools-perf/ |
D | builtin-sched.c | 385 process_sched_event(struct task_desc *this_task __used, struct sched_atom *atom) in process_sched_event() argument 389 switch (atom->type) { in process_sched_event() 391 burn_nsecs(atom->duration); in process_sched_event() 394 if (atom->wait_sem) in process_sched_event() 395 ret = sem_wait(atom->wait_sem); in process_sched_event() 399 if (atom->wait_sem) in process_sched_event() 400 ret = sem_post(atom->wait_sem); in process_sched_event() 1004 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local 1005 if (!atom) in add_sched_out_event() 1008 atom->sched_out_time = timestamp; in add_sched_out_event() [all …]
|
/external/libpcap/ |
D | optimize.c | 454 int atom; local 459 atom = atomuse(&s->s); 460 if (atom >= 0) { 461 if (atom == AX_ATOM) { 467 else if (atom < N_ATOMS) { 468 if (!ATOMELEM(def, atom)) 469 use |= ATOMMASK(atom); 474 atom = atomdef(&s->s); 475 if (atom >= 0) { 476 if (!ATOMELEM(use, atom)) [all …]
|
/external/linux-tools-perf/util/ |
D | trace-event-parse.c | 389 if (arg->atom.atom) in free_arg() 390 free(arg->atom.atom); in free_arg() 1256 left->atom.atom = realloc(left->atom.atom, in process_op() 1257 sizeof(left->atom.atom) + 3); in process_op() 1258 strcat(left->atom.atom, " *"); in process_op() 1350 val = strtoll(arg->atom.atom, NULL, 0); in arg_num_eval() 1450 return arg->atom.atom; in arg_eval() 1643 arg->typecast.type = arg->atom.atom; in process_paren() 1687 char *atom; in process_arg_token() local 1708 atom = token; in process_arg_token() [all …]
|