HomeSort by relevance Sort by last modified time
    Searched refs:atom (Results 1 - 25 of 39) sorted by null

1 2

  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_OBJECT_INIT_RANGE.S 26 <<<<<<< HEAD:vm/mterp/x86-atom/OP_INVOKE_OBJECT_INIT_RANGE.S
29 >>>>>>> 10185db0:vm/mterp/x86-atom/OP_INVOKE_DIRECT_EMPTY.S
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.h 45 // atom.h
60 const char *GetAtomString(AtomTable *atable, int atom);
61 int GetReversedAtom(AtomTable *atable, int atom);
62 char* GetStringOfAtom(AtomTable *atable, int atom);
preprocess.h 51 char* GetStringOfAtom(AtomTable *atable, int atom);
atom.c 46 // atom.c
207 int value; // Atom (symbol) value
287 /////////////////////////////////////////// Atom table: ///////////////////////////////////////
295 HashTable htable; // Hashes string to atom number and token value. Multiple strings can
296 // have the same token value but each unique string is a unique atom.
297 int *amap; // Maps atom value to offset in string table. Atoms all map to unique
299 // of the atom table that map to "<undefined>". The lowest 256 atoms
302 // language tokens with their atom values equal to the token value.
304 int *arev; // Reversed atom for symbol table use.
312 static int AddAtomFixed(AtomTable *atable, const char *s, int atom);
521 int hashindex, atom; local
582 int atom; local
    [all...]
symbols.h 88 int name; // Name atom
105 Symbol *AddSymbol(SourceLoc *loc, Scope *fScope, int atom, symbolkind kind);
106 Symbol *LookUpLocalSymbol(Scope *fScope, int atom);
107 Symbol *LookUpSymbol(Scope *fScope, int atom);
symbols.c 174 * lAddToTree() - Using a binary tree is not a good idea for basic atom values because they
220 Symbol *AddSymbol(SourceLoc *loc, Scope *fScope, int atom, symbolkind kind)
226 lSymb = NewSymbol(loc, fScope, atom, kind);
241 Symbol *LookUpLocalSymbol(Scope *fScope, int atom)
246 ratom = GetReversedAtom(atable, atom);
270 Symbol *LookUpSymbol(Scope *fScope, int atom)
277 lSymb = LookUpLocalSymbol(fScope, atom);
cpp.h 57 int MacroExpand(int atom, yystypepp * yylvalpp);
cpp.c 268 int atom,depth=0; local
285 atom = yylvalpp->sc_ident;
286 if (atom == ifAtom || atom == ifdefAtom || atom == ifndefAtom){
290 else if (atom == endifAtom) {
301 if (atom == elseAtom ) {
315 else if (atom == elifAtom) {
325 else if((atom==elseAtom) && (!ChkCorrectElseNesting())){
839 int atom = 0 local
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 92 } atom; member in union:JSC::Yarr::ByteTerm::__anon13141
122 atom.patternCharacter = ch;
123 atom.quantityType = quantityType;
124 atom.quantityCount = quantityCount;
145 atom.casedCharacter.lo = lo;
146 atom.casedCharacter.hi = hi;
147 atom.quantityType = quantityType;
148 atom.quantityCount = quantityCount;
157 atom.characterClass = characterClass;
158 atom.quantityType = QuantifierFixedCount
    [all...]
YarrInterpreter.cpp 124 unsigned firstSubpatternId = term.atom.subpatternId;
125 unsigned numNestedSubpatterns = term.atom.parenthesesDisjunction->m_numSubpatterns;
148 return reinterpret_cast<DisjunctionContext*>(&(subpatternBackup[term.atom.parenthesesDisjunction->m_numSubpatterns << 1]));
157 size_t size = sizeof(ParenthesesDisjunctionContext) - sizeof(int) + (term.atom.parenthesesDisjunction->m_numSubpatterns << 1) * sizeof(int) + sizeof(DisjunctionContext) - sizeof(uintptr_t) + disjunction->m_frameSize * sizeof(uintptr_t);
380 switch (term.atom.quantityType) {
393 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
395 if (checkCharacter(term.atom.patternCharacter, term.inputPosition - 1))
409 switch (term.atom.quantityType) {
422 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
424 if (checkCasedCharacter(term.atom.casedCharacter.lo, term.atom.casedCharacter.hi, term.inputPosition - 1)
    [all...]
  /external/libxml2/
xmlregexp.c 212 xmlRegAtomPtr atom; member in struct:_xmlRegTrans
247 xmlRegAtomPtr atom; member in struct:_xmlAutomata
350 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
352 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
460 * 3/ build a table state x atom for the transitions
563 if ((trans->to == -1) || (trans->atom == NULL))
565 atomno = stringRemap[trans->atom->no];
566 if ((trans->atom->data != NULL) && (transdata == NULL)) {
579 * if the same atom can generate transitions to 2 different
588 printf("Indet: state %d trans %d, atom %d to %d : %d to %d\n"
3168 xmlRegAtomPtr atom; local
3725 xmlRegAtomPtr atom; local
4210 xmlRegAtomPtr atom; local
5621 xmlRegAtomPtr atom; local
5661 xmlRegAtomPtr atom; local
5721 xmlRegAtomPtr atom; local
5789 xmlRegAtomPtr atom; local
5875 xmlRegAtomPtr atom; local
5944 xmlRegAtomPtr atom; local
6023 xmlRegAtomPtr atom; local
    [all...]
  /dalvik/vm/mterp/
rebuild.sh 23 for arch in portable allstubs armv5te armv5te-vfp armv7-a armv7-a-neon x86 x86-atom; do TARGET_ARCH_EXT=$arch make -f Makefile-mterp; done
  /external/mesa3d/src/glsl/
s_expression.cpp 61 return NULL; // no atom
63 // Check if the atom is a number.
89 s_expression *atom = read_atom(ctx, src); local
90 if (atom != NULL)
91 return atom;
  /external/freetype/include/freetype/
ftbdf.h 66 * Property is a string atom.
108 * u.atom ::
109 * The atom string, if type is @BDF_PROPERTY_TYPE_ATOM.
121 const char* atom; member in union:BDF_PropertyRec_::__anon5884
  /dalvik/vm/
ReconfigureDvm.mk 22 # for now, disable x86-atom variant
23 ifeq ($(dvm_arch_variant),x86-atom)
  /external/libpcap/
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))
1144 register int atom; local
1170 register int atom; local
1296 int atom; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 152 //# Item 10: atom
154 $atom =
155 $atom_char + '+' + // # some number of atom characters...
156 '(?!' + $atom_char + ')'; // # ..not followed by something that could be part of an atom
165 //# Item 7: word is an atom or quoted string
168 $atom + // # Atom
173 //# Item 12: domain-ref is just an atom
174 $domain_ref = $atom;
226 //# Like atom-char, but without listing space, and uses phrase_ctrl
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 11 TARGET_ARCH_VARIANT := x86-atom
  /external/elfutils/libdw/
dwarf_getloclist.c 28 uint8_t atom; member in struct:loclist
107 switch ((newloc->atom = *data++))
276 result[n].atom = loclist->atom;
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp 253 GdkAtom atom = gtk_drag_dest_find_target(widget, context, list.get()); local
254 if (atom != GDK_NONE)
255 dropAtoms.append(atom);
  /system/core/libcutils/
Android.mk 109 ifeq ($(TARGET_ARCH_VARIANT),x86-atom)
112 else # !x86-atom
114 endif # !x86-atom
  /build/core/combo/
TARGET_linux-x86.mk 98 ifeq ($(TARGET_ARCH_VARIANT),x86-atom)
99 TARGET_GLOBAL_CFLAGS += -march=atom -mstackrealign -DUSE_SSSE3 -DUSE_SSE2 -mfpmath=sse
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 21 // A value from the Atom enum and the actual name that should be used to
24 WmIpc::AtomType atom; member in struct:chromeos::__anon2648::AtomInfo
28 // Each value from the Atom enum must be present here.
39 bool SetIntProperty(XID xid, Atom xatom, const std::vector<int>& values) {
150 static Atom wm_s0_atom = type_to_atom_[ATOM_WM_S0];
153 static_cast<Atom>(event.data.l[1]) == wm_s0_atom) {
174 scoped_array<Atom> atoms(new Atom[kNumAtoms]);
186 type_to_atom_[kAtomInfos[i].atom] = atoms[i];
  /external/freetype/src/sfnt/
ttbdf.c 217 aprop->u.atom = (const char*)bdf->strings + value;
sfdriver.c 366 *acharset_encoding = encoding.u.atom;
367 *acharset_registry = registry.u.atom;

Completed in 492 milliseconds

1 2