HomeSort by relevance Sort by last modified time
    Searched full:symtab (Results 151 - 175 of 2049) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi 127 def __cinit__(self, symtab):
128 if not isinstance(symtab, SymbolTable):
130 self.iter = yasm_symtab_first((<SymbolTable>symtab).symtab)
145 def __cinit__(self, symtab):
146 if not isinstance(symtab, SymbolTable):
148 self.iter = yasm_symtab_first((<SymbolTable>symtab).symtab)
163 def __cinit__(self, symtab):
164 if not isinstance(symtab, SymbolTable)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
symrec.c 136 yasm_symtab *symtab = yasm_xmalloc(sizeof(yasm_symtab)); local
137 symtab->sym_table = HAMT_create(0, yasm_internal_error_);
138 SLIST_INIT(&symtab->non_table_syms);
139 symtab->case_sensitive = 1;
140 return symtab;
144 yasm_symtab_set_case_sensitive(yasm_symtab *symtab, int sensitive)
146 symtab->case_sensitive = sensitive;
184 symtab_get_or_new_in_table(yasm_symtab *symtab, /*@only@*/ char *name)
186 yasm_symrec *rec = symrec_new_common(name, symtab->case_sensitive);
191 if (!symtab->case_sensitive)
    [all...]
  /external/libsepol/include/sepol/policydb/
symtab.h 7 * A symbol table (symtab) maintains associations between symbol
19 * all symtab datums. It should the first element in every
20 * struct that will be used in a symtab to allow the specific
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_variables.cpp 387 add_variable(exec_list *instructions, glsl_symbol_table *symtab,
391 ir_variable *var = new(symtab) ir_variable(type, name, mode);
418 symtab->add_variable(var);
423 add_uniform(exec_list *instructions, glsl_symbol_table *symtab,
427 add_variable(instructions, symtab, name, type, ir_var_uniform, -1);
471 add_builtin_variable(exec_list *instructions, glsl_symbol_table *symtab,
477 const glsl_type *const type = symtab->get_type(proto->type);
482 add_uniform(instructions, symtab, proto->name, type);
484 add_variable(instructions, symtab, proto->name, type, proto->mode,
490 add_builtin_constant(exec_list *instructions, glsl_symbol_table *symtab,
509 glsl_symbol_table *const symtab = state->symbols; local
535 glsl_symbol_table *const symtab = state->symbols; local
716 glsl_symbol_table *const symtab = state->symbols; local
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp 387 add_variable(exec_list *instructions, glsl_symbol_table *symtab,
391 ir_variable *var = new(symtab) ir_variable(type, name, mode);
418 symtab->add_variable(var);
423 add_uniform(exec_list *instructions, glsl_symbol_table *symtab,
427 add_variable(instructions, symtab, name, type, ir_var_uniform, -1);
471 add_builtin_variable(exec_list *instructions, glsl_symbol_table *symtab,
477 const glsl_type *const type = symtab->get_type(proto->type);
482 add_uniform(instructions, symtab, proto->name, type);
484 add_variable(instructions, symtab, proto->name, type, proto->mode,
490 add_builtin_constant(exec_list *instructions, glsl_symbol_table *symtab,
509 glsl_symbol_table *const symtab = state->symbols; local
535 glsl_symbol_table *const symtab = state->symbols; local
716 glsl_symbol_table *const symtab = state->symbols; local
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libdl.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libdl.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
crtbegin_dynamic.o 
  /external/elfutils/tests/
testfile20.bz2 
testfile20.index.bz2 
  /external/llvm/test/Object/Inputs/
IsNAN.o 
shared-object-test.elf-i386 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/
crtend.o 
crti.o 
crtn.o 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/armv7-a/
crtend.o 
crtendS.o 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/armv7-a/thumb/
crtend.o 
crtendS.o 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/
crtend.o 
crtendS.o 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/thumb/
crtend.o 
crtendS.o 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/armv7-a/
crtend.o 
crtendS.o 

Completed in 722 milliseconds

1 2 3 4 5 67 8 91011>>