HomeSort by relevance Sort by last modified time
    Searched defs:_func (Results 1 - 17 of 17) sorted by null

  /external/llvm/test/MC/AArch64/
basic-a64-instructions.s 2 .globl _func
11 _func: label
12 // CHECK: _func
    [all...]
  /external/llvm/test/MC/ARM/
arm-it-block.s 3 .globl _func
5 _func: label
6 @ CHECK: _func:
arm-thumb-trustzone.s 6 .globl _func
11 _func: label
12 @ CHECK: _func
arm-trustzone.s 6 .globl _func
11 _func: label
12 @ CHECK: _func
basic-thumb-instructions.s 9 .globl _func
20 _func: label
21 @ CHECK: _func
basic-thumb2-instructions.s 4 .globl _func
15 _func: label
16 @ CHECK: _func
    [all...]
arm-memory-instructions.s 3 .globl _func
8 _func: label
9 @ CHECK: _func
basic-arm-instructions.s 4 .globl _func
12 _func: label
13 @ CHECK: _func
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_cortex_a8_b.s 14 .global _func
15 .type _func,%function
16 _func: label
18 .size _func,.-_func
29 b.w _func
arm_cortex_a8_b_cond.s 14 .global _func
15 .type _func,%function
16 _func: label
18 .size _func,.-_func
29 beq.w _func
arm_cortex_a8_bl.s 14 .global _func
15 .type _func,%function
16 _func: label
18 .size _func,.-_func
29 bl _func
arm_cortex_a8_blx.s 13 .global _func
14 .type _func,%function
15 _func: label
17 .size _func,.-_func
28 blx _func
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i135409-3.s 4 .type _func, @function
5 _func: label
13 .size _func, .-_func
i135409-1.s 7 .type _func, @function
8 _func: label
13 .size _func, . - _func
i135409-2.s 13 .type _func, @function
14 _func: label
20 .size _func, . - _func
  /external/opencv3/3rdparty/jinja2/
_compat.py 124 def _func(): function
126 function_type = type(_func)
127 generator_type = type(_func())
  /external/chromium-trace/catapult/third_party/Paste/paste/
wsgilib.py 592 _func = globals()[_name] variable
593 if (hasattr(_func, 'func_globals')
594 and _func.func_globals['__name__'] != __name__):
595 globals()[_name] = _warn_deprecated(_func)

Completed in 467 milliseconds