/external/libepoxy/src/ |
D | dispatch_common.c | 201 #define CONSTRUCT(_func) static void _func (void) __attribute__((constructor)); argument 202 #define DESTRUCT(_func) static void _func (void) __attribute__((destructor)); argument 204 #define CONSTRUCT(_func) \ argument 205 static void _func(void); \ 206 static int _func ## _wrapper(void) { _func(); return 0; } \ 208 __declspec(allocate(".CRT$XCU")) static int (* _array ## _func)(void) = _func ## _wrapper; 210 #define DESTRUCT(_func) \ argument 211 static void _func(void); \ 212 static int _func ## _constructor(void) { atexit (_func); return 0; } \ 214 __declspec(allocate(".CRT$XCU")) static int (* _array ## _func)(void) = _func ## _constructor;
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | arm-macho-calls.s | 4 @ CHECK: <_func>: 5 @ CHECK: bl #0 <_func+0x8> 7 @ CHECK: bl #-12 <_func> 9 .global _func symbol 10 _func: label
|
D | arm-it-block.s | 3 .globl _func symbol 5 _func: label 6 @ CHECK: _func:
|
D | arm-thumb-trustzone.s | 6 .globl _func symbol 11 _func: label 12 @ CHECK: _func
|
D | arm-trustzone.s | 6 .globl _func symbol 11 _func: label 12 @ CHECK: _func
|
D | arm-memory-instructions.s | 3 .globl _func symbol 8 _func: label 9 @ CHECK: _func
|
D | inst-directive-other.s | 17 .globl _func symbol 19 _func: label
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_context.h | 850 #define SVGA_TRY(_func) \ argument 851 ((SVGA_DEBUG & DEBUG_RETRY) ? PIPE_ERROR_OUT_OF_MEMORY : (_func)) 854 #define SVGA_TRY_PTR(_func) \ argument 855 ((SVGA_DEBUG & DEBUG_RETRY) ? NULL : (_func)) 861 #define SVGA_TRY_MAP(_func, _retry) \ argument 862 ((SVGA_DEBUG & DEBUG_RETRY) ? (_retry) = TRUE, NULL : (_func)) 865 #define SVGA_TRY(_func) (_func) argument 867 #define SVGA_TRY_PTR(_func) (_func) argument 869 #define SVGA_TRY_MAP(_func, _retry) (_func) argument 901 #define SVGA_RETRY_CHECK(_svga, _func, _retried) \ argument [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | annotate-parameter-replication.mlir | 13 …%4 = "tf_device.cluster_func"(%ri_0, %3, %2) {func = @_func, device = ""} : (tensor<?xi32>, tensor… 20 // CHECK-LABEL: func @_func 24 func @_func(%arg0: tensor<?xi32>, %arg1: tensor<?xi32>, %arg2: tensor<?xi32>) -> tensor<?xi32> { 49 …%2 = "tf_device.cluster_func"(%0, %1, %ri_2) {func = @_func, device = ""} : (tensor<?xi32>, tensor… 56 // CHECK-LABEL: func @_func 60 …func @_func(%arg0: tensor<?xi32>, %arg1: tensor<?xi32>, %arg2: tensor<!tf.resource<tensor<?xi32>>>… 75 …%2 = "tf_device.cluster_func"(%0, %1) {func = @_func, device = ""} : (tensor<?xi32>, tensor<?xi32>… 80 // CHECK-LABEL: func @_func 82 func @_func(%arg0: tensor<?xi32>, %arg1: tensor<?xi32>) -> tensor<?xi32> {
|
D | tpu_dynamic_padding_mapper.mlir | 254 "tf_device.cluster_func"() {func = @_func, padding_map = 0 : i32} : () -> () 260 func @_func() { 270 "tf_device.cluster_func"() {func = @_func, padding_map = [0 : i32]} : () -> () 276 func @_func() { 286 "tf_device.cluster_func"() {func = @_func, padding_map = ["z"]} : () -> () 292 func @_func() { 307 …"tf_device.cluster_func"(%ri_0, %ri_1) {func = @_func, padding_map = ["\08\FF\FF\FF\FF\FF\FF\FF\FF… 313 func @_func(%arg0: tensor<i1>, %arg1: tensor<i1>) { 328 …"tf_device.cluster_func"(%ri_0, %ri_1) {func = @_func, padding_map = ["\08\01\10\02\18\FF\FF\FF\FF… 334 func @_func(%arg0: tensor<i1>, %arg1: tensor<i1>) {
|
/external/llvm/test/MC/ARM/ |
D | arm-it-block.s | 3 .globl _func symbol 5 _func: label 6 @ CHECK: _func:
|
D | arm-trustzone.s | 6 .globl _func symbol 11 _func: label 12 @ CHECK: _func
|
D | arm-thumb-trustzone.s | 6 .globl _func symbol 11 _func: label 12 @ CHECK: _func
|
D | arm-memory-instructions.s | 3 .globl _func symbol 8 _func: label 9 @ CHECK: _func
|
/external/llvm-project/lld/test/COFF/ |
D | dllexport-mingw.s | 11 # CHECK: Symbol: _func 14 .global _func symbol 19 _func: label
|
/external/python/cpython2/Tools/framer/framer/ |
D | function.py | 129 self._func = func 156 self.__doc__ = self._func.__doc__ 157 self.args = ArgumentList(self._func, self.method) 161 v["PythonName"] = self._func.__name__ 162 s = v["CName"] = "%s_%s" % (self._parent.name, self._func.__name__)
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
D | redefine-symbol.s | 6 # RUN: llvm-objcopy --redefine-sym _func=_cnuf1234 --redefine-sym _foo=_ba --redefine-sym=_notexist… 40 # NOTSTRIPPED: Name: _func 46 .globl _func symbol 47 _func: label
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | inst-directive-other.s | 21 .globl _func symbol 22 _func: label
|
D | shift_extend_op_w_symbol.s | 5 .globl _func symbol 6 _func: label
|
/external/tensorflow/tensorflow/python/ops/ |
D | template.py | 290 self._func = function.defun(func) 292 self._func = func 324 result = self._func(*args, **kwargs) 355 result = self._func(*args, **kwargs) 361 result = self._func(*args, **kwargs) 403 return self._func 603 result = self._func(*args, **kwargs) 608 result = self._func(*args, **kwargs)
|
/external/autotest/client/common_lib/ |
D | decorators.py | 66 self._func = func 70 value = self._func(instance)
|
/external/tensorflow/tensorflow/python/util/ |
D | decorator_utils.py | 142 self._func = func 145 return self._func(owner_cls)
|
/external/llvm-project/llvm/test/DebugInfo/AArch64/ |
D | prologue_end.ll | 15 ; CHECK: bl _func 16 ; CHECK: bl _func
|
/external/llvm/test/DebugInfo/AArch64/ |
D | prologue_end.ll | 16 ; CHECK: bl _func 17 ; CHECK: bl _func
|
/external/llvm-project/llvm/test/DebugInfo/ARM/ |
D | prologue_end.ll | 15 ; CHECK: bl {{_func|Ltmp}} 16 ; CHECK: bl {{_func|Ltmp}}
|