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

  /external/ltrace/sysdeps/linux-gnu/ia64/
plt.c 34 #define BUNDLE_SIZE 16
58 int entries = (lte->plt_size - 4 * BUNDLE_SIZE) / (3 * BUNDLE_SIZE);
63 lte->plt_addr + (4 * BUNDLE_SIZE) + (BUNDLE_SIZE * entries) +
64 (2 * ndx * BUNDLE_SIZE);
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 7 # size in the inclusive range [1, bundle_size] is inserted. An appropriate CHECK
18 BUNDLE_SIZE = 2 ** BUNDLE_SIZE_POW2
46 for instlen in range(1, BUNDLE_SIZE + 1):
47 for offset in range(0, BUNDLE_SIZE):
50 print(ALIGNTO.format(2 * BUNDLE_SIZE))
57 base_offset = ntest * 2 * BUNDLE_SIZE
70 if offset + instlen == BUNDLE_SIZE:
73 elif offset + instlen < BUNDLE_SIZE:
75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen)
77 else: # offset + instlen > BUNDLE_SIZE
    [all...]

Completed in 941 milliseconds