Home
last modified time | relevance | path

Searched refs:_g (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm/test/MC/COFF/
Dcv-inline-linetable-unreachable.s9 .def _g;
13 .globl _g symbol
15 _g: # @g label
64 .long Lfunc_end0-_g
66 .secrel32 _g
67 .secidx _g
95 .cv_linetable 0, _g, Lfunc_end0
Dcv-def-range.s9 .def _g;
13 .globl _g symbol
15 _g: # @g label
66 .long Lfunc_end0-_g # Code size
70 .secrel32 _g # Function section relative address
71 .secidx _g # Function section index
94 .cv_linetable 0, _g, Lfunc_end0
Dcv-empty-linetable.s20 jmp _g # TAILCALL
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DELF_x86_64_StubBuf.s2 # RUN: llvm-rtdyld -print-alloc-requests -triple=x86_64-pc-linux -dummy-extern _g=196608 -verify %T…
18 callq _g
19 callq _g
20 callq _g
/external/python/cpython2/Lib/
Dtypes.py47 def _g(): function
49 GeneratorType = type(_g())
84 del sys, _f, _g, _C, _x # Not for export
/external/llvm/test/MC/MachO/
Dsymbol-diff.s2 _g: label
5 _g.eh:
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dsymbol-diff.s2 _g: label
5 _g.eh:
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_yuv.h62 const float _g = CLAMP(g, 0.0f, 1.0f); in util_format_rgb_float_to_yuv() local
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv()
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); in util_format_rgb_float_to_yuv()
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv()
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local
118 *g = CLAMP(_g, 0, 255); in util_format_yuv_to_rgb_8unorm()
/external/syslinux/gpxe/src/drivers/net/ath5k/
Drfgain.h455 #define AR5K_GAIN_CHECK_ADJUST(_g) \ argument
456 ((_g)->g_current <= (_g)->g_low || (_g)->g_current >= (_g)->g_high)
/external/llvm/test/CodeGen/X86/
Dsibcall-byval.ll9 ; 32: jmp _g
12 ; 64: jmp _g
D2010-07-06-asm-RIP.ll12 ; CHECK: _g:
Dinalloca-stdcall.ll9 ; CHECK-LABEL: _g:
Dtail-dup-catchret.ll24 ; CHECK: calll _g
Dbyval-callee-cleanup.ll20 ; CHECK-LABEL: _g:
/external/clang/test/CXX/over/over.oper/over.literal/
Dp2.cpp28 void operator "" _g(const char *);
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-07-06-asm-RIP.ll12 ; CHECK: _g:
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-04-15-AndVFlagPeepholeBug.ll6 ; CHECK: blxle _g
Dalign.ll38 ;DARWIN: _g:
/external/llvm/test/CodeGen/ARM/
D2011-04-15-AndVFlagPeepholeBug.ll6 ; CHECK: blle _g
Dalign.ll38 ;DARWIN: _g:
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-call.ll10 ; DARWIN: blx _g
Dthumb2-call-tc.ll11 ; DARWIN: blx _g
/external/llvm/test/CodeGen/PowerPC/
D2010-05-03-retaddr1.ll18 ; CHECK: _g:
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2010-05-03-retaddr1.ll18 ; CHECK: _g:
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-call-tc.ll11 ; DARWIN: blx _g

123