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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 791 * a. Number bytecodes sequentially (via bc_index) and calculate offsets
968 ((span->bc->bc_index > span->terms[i].precbc->bc_index &&
969 span->bc->bc_index <= span->terms[i].precbc2->bc_index) ||
970 (span->bc->bc_index > span->terms[i].precbc2->bc_index &&
971 span->bc->bc_index <= span->terms[i].precbc->bc_index)))
1286 unsigned long bc_index = 0; local
    [all...]
bytecode.h 219 unsigned long bc_index; member in struct:yasm_bytecode
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
bytecode.pxi 56 property bc_index:
57 def __get__(self): return self.bc.bc_index
58 def __set__(self, value): self.bc.bc_index = value

Completed in 550 milliseconds