Searched refs:hello_world (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/ |
D | testModule.c | 46 hello_world_t hello_world = NULL; in main() local 57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) { in main() 61 if (hello_world == NULL) { in main() 66 (*hello_world)(); in main()
|
D | testdso.c | 6 XMLPUBFUN int hello_world(void); 8 int hello_world(void) in hello_world() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | fprintf-1.ll | 10 @hello_world = constant [13 x i8] c"hello world\0A\00" 22 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 24 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 46 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 48 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 84 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 86 …@fprintf(%FILE* %fp, i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0, i32 0))
|
D | printf-2.ll | 7 @hello_world = constant [13 x i8] c"hello world\0A\00" 26 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 36 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 38 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0,…
|
D | printf-1.ll | 8 @hello_world = constant [13 x i8] c"hello world\0A\00" 54 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 77 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 79 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0,…
|
D | sprintf-1.ll | 8 @hello_world = constant [13 x i8] c"hello world\0A\00" 23 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 25 ….p0i8.i32(i8* %dst, i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0, i32 0),…
|
/external/llvm/test/DebugInfo/Mips/ |
D | prologue_end.ll | 9 ; void hello_world(void) { 15 define void @hello_world() #0 !dbg !4 { 63 !4 = distinct !DISubprogram(name: "hello_world", scope: !1, file: !1, line: 1, type: !5, isLocal: f…
|
/external/llvm/test/tools/llvm-readobj/ |
D | amdgpu-elf-defs.test | 22 CHECK: Name: hello_world
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | do-it-yourself.txt | 330 >>> hello_world = Router() 331 >>> hello_world.add_route('/', controller=hello) 338 >>> resp = req.get_response(hello_world) 350 >>> resp = req.get_response(hello_world) 435 >>> hello_world = Router() 436 >>> hello_world.add_route('/', controller=hello) 438 >>> resp = req.get_response(hello_world) 450 >>> resp = req.get_response(hello_world) 507 >>> hello_world = RegisterRequest(hello_world)
|
/external/llvm/docs/ |
D | AMDGPUUsage.rst | 158 hello_world:
|
/external/valgrind/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 401 put address of the function to call (e.g. hello_world in EIP (0x8048444))
|
/external/libevent/ |
D | ChangeLog | 724 o Make sample/hello_world work on windows (d89fdba)
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 986 "[\w]+" " <0>hello_world</0>! "
|