| /prebuilts/go/linux-x86/src/runtime/ |
| asm_arm64.s | 313 #define DISPATCH(NAME,MAXSIZE) \ 326 DISPATCH(runtime·call32, 32) 327 DISPATCH(runtime·call64, 64) 328 DISPATCH(runtime·call128, 128) 329 DISPATCH(runtime·call256, 256) 330 DISPATCH(runtime·call512, 512) 331 DISPATCH(runtime·call1024, 1024) 332 DISPATCH(runtime·call2048, 2048) 333 DISPATCH(runtime·call4096, 4096) 334 DISPATCH(runtime·call8192, 8192 [all...] |
| asm_mipsx.s | 286 #define DISPATCH(NAME,MAXSIZE) \ 299 DISPATCH(runtime·call16, 16) 300 DISPATCH(runtime·call32, 32) 301 DISPATCH(runtime·call64, 64) 302 DISPATCH(runtime·call128, 128) 303 DISPATCH(runtime·call256, 256) 304 DISPATCH(runtime·call512, 512) 305 DISPATCH(runtime·call1024, 1024) 306 DISPATCH(runtime·call2048, 2048) 307 DISPATCH(runtime·call4096, 4096 [all...] |
| asm_ppc64x.s | 340 #define DISPATCH(NAME,MAXSIZE) \ 354 DISPATCH(runtime·call32, 32) 355 DISPATCH(runtime·call64, 64) 356 DISPATCH(runtime·call128, 128) 357 DISPATCH(runtime·call256, 256) 358 DISPATCH(runtime·call512, 512) 359 DISPATCH(runtime·call1024, 1024) 360 DISPATCH(runtime·call2048, 2048) 361 DISPATCH(runtime·call4096, 4096) 362 DISPATCH(runtime·call8192, 8192 [all...] |
| asm_386.s | 550 #define DISPATCH(NAME,MAXSIZE) \ 562 DISPATCH(runtime·call16, 16) 563 DISPATCH(runtime·call32, 32) 564 DISPATCH(runtime·call64, 64) 565 DISPATCH(runtime·call128, 128) 566 DISPATCH(runtime·call256, 256) 567 DISPATCH(runtime·call512, 512) 568 DISPATCH(runtime·call1024, 1024) 569 DISPATCH(runtime·call2048, 2048) 570 DISPATCH(runtime·call4096, 4096 [all...] |
| asm_amd64p32.s | 381 #define DISPATCH(NAME,MAXSIZE) \ 393 DISPATCH(runtime·call16, 16) 394 DISPATCH(runtime·call32, 32) 395 DISPATCH(runtime·call64, 64) 396 DISPATCH(runtime·call128, 128) 397 DISPATCH(runtime·call256, 256) 398 DISPATCH(runtime·call512, 512) 399 DISPATCH(runtime·call1024, 1024) 400 DISPATCH(runtime·call2048, 2048) 401 DISPATCH(runtime·call4096, 4096 [all...] |
| asm_s390x.s | 375 #define DISPATCH(NAME,MAXSIZE) \ 388 DISPATCH(runtime·call32, 32) 389 DISPATCH(runtime·call64, 64) 390 DISPATCH(runtime·call128, 128) 391 DISPATCH(runtime·call256, 256) 392 DISPATCH(runtime·call512, 512) 393 DISPATCH(runtime·call1024, 1024) 394 DISPATCH(runtime·call2048, 2048) 395 DISPATCH(runtime·call4096, 4096) 396 DISPATCH(runtime·call8192, 8192 [all...] |
| asm_amd64.s | 495 #define DISPATCH(NAME,MAXSIZE) \ 507 DISPATCH(runtime·call32, 32) 508 DISPATCH(runtime·call64, 64) 509 DISPATCH(runtime·call128, 128) 510 DISPATCH(runtime·call256, 256) 511 DISPATCH(runtime·call512, 512) 512 DISPATCH(runtime·call1024, 1024) 513 DISPATCH(runtime·call2048, 2048) 514 DISPATCH(runtime·call4096, 4096) 515 DISPATCH(runtime·call8192, 8192 [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| asm_ppc64x.s | 340 #define DISPATCH(NAME,MAXSIZE) \ 354 DISPATCH(runtime·call32, 32) 355 DISPATCH(runtime·call64, 64) 356 DISPATCH(runtime·call128, 128) 357 DISPATCH(runtime·call256, 256) 358 DISPATCH(runtime·call512, 512) 359 DISPATCH(runtime·call1024, 1024) 360 DISPATCH(runtime·call2048, 2048) 361 DISPATCH(runtime·call4096, 4096) 362 DISPATCH(runtime·call8192, 8192 [all...] |
| asm_386.s | 550 #define DISPATCH(NAME,MAXSIZE) \ 562 DISPATCH(runtime·call16, 16) 563 DISPATCH(runtime·call32, 32) 564 DISPATCH(runtime·call64, 64) 565 DISPATCH(runtime·call128, 128) 566 DISPATCH(runtime·call256, 256) 567 DISPATCH(runtime·call512, 512) 568 DISPATCH(runtime·call1024, 1024) 569 DISPATCH(runtime·call2048, 2048) 570 DISPATCH(runtime·call4096, 4096 [all...] |
| asm_amd64p32.s | 381 #define DISPATCH(NAME,MAXSIZE) \ 393 DISPATCH(runtime·call16, 16) 394 DISPATCH(runtime·call32, 32) 395 DISPATCH(runtime·call64, 64) 396 DISPATCH(runtime·call128, 128) 397 DISPATCH(runtime·call256, 256) 398 DISPATCH(runtime·call512, 512) 399 DISPATCH(runtime·call1024, 1024) 400 DISPATCH(runtime·call2048, 2048) 401 DISPATCH(runtime·call4096, 4096 [all...] |
| asm_s390x.s | 375 #define DISPATCH(NAME,MAXSIZE) \ 388 DISPATCH(runtime·call32, 32) 389 DISPATCH(runtime·call64, 64) 390 DISPATCH(runtime·call128, 128) 391 DISPATCH(runtime·call256, 256) 392 DISPATCH(runtime·call512, 512) 393 DISPATCH(runtime·call1024, 1024) 394 DISPATCH(runtime·call2048, 2048) 395 DISPATCH(runtime·call4096, 4096) 396 DISPATCH(runtime·call8192, 8192 [all...] |
| asm_amd64.s | 495 #define DISPATCH(NAME,MAXSIZE) \ 507 DISPATCH(runtime·call32, 32) 508 DISPATCH(runtime·call64, 64) 509 DISPATCH(runtime·call128, 128) 510 DISPATCH(runtime·call256, 256) 511 DISPATCH(runtime·call512, 512) 512 DISPATCH(runtime·call1024, 1024) 513 DISPATCH(runtime·call2048, 2048) 514 DISPATCH(runtime·call4096, 4096) 515 DISPATCH(runtime·call8192, 8192 [all...] |
| /external/mesa3d/src/mesa/drivers/osmesa/ |
| osmesa.c | [all...] |
| /external/clang/include/clang/AST/ |
| RecursiveASTVisitor.h | 231 /// \brief Recursively visit a template name and dispatch to the 237 /// \brief Recursively visit a template argument and dispatch to the 244 /// \brief Recursively visit a template argument location and dispatch to the 519 // If we have a binary expr, dispatch to the subcode of the binop. A smart 552 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 627 #define DISPATCH(NAME, CLASS, VAR) \ 639 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); 695 #undef DISPATCH [all...] |
| /external/mesa3d/src/mesa/drivers/x11/ |
| glxapi.c | 27 * This is the GLX API dispatcher. It uses a dispatch table but that's 69 #define DISPATCH(FUNC, ARGS, MESSAGE) \ 85 /* Display -> Dispatch caching */ 96 /* search list of display/dispatch pairs for this display */ 109 /* Setup the dispatch table */ 1145 * Return size of the GLX dispatch table, in entries, not bytes. 1162 * Initialize all functions in given dispatch table to be no-ops 1168 nop_func *dispatch = (nop_func *) t; local 1172 dispatch[i] = generic_no_op_func; 1352 * This function does not get dispatched through the dispatch tabl [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 538 // If we have a binary expr, dispatch to the subcode of the binop. A smart 571 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 645 #define DISPATCH(NAME, CLASS, VAR) \ 657 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); 713 #undef DISPATCH [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 538 // If we have a binary expr, dispatch to the subcode of the binop. A smart 571 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 645 #define DISPATCH(NAME, CLASS, VAR) \ 657 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); 713 #undef DISPATCH [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 538 // If we have a binary expr, dispatch to the subcode of the binop. A smart 571 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 645 #define DISPATCH(NAME, CLASS, VAR) \ 657 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); 713 #undef DISPATCH [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 548 // If we have a binary expr, dispatch to the subcode of the binop. A smart 581 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 665 #define DISPATCH(NAME, CLASS, VAR) \ 677 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 548 // If we have a binary expr, dispatch to the subcode of the binop. A smart 581 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 665 #define DISPATCH(NAME, CLASS, VAR) \ 677 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 548 // If we have a binary expr, dispatch to the subcode of the binop. A smart 581 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 665 #define DISPATCH(NAME, CLASS, VAR) \ 677 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 548 // If we have a binary expr, dispatch to the subcode of the binop. A smart 581 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 665 #define DISPATCH(NAME, CLASS, VAR) \ 677 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 538 // If we have a binary expr, dispatch to the subcode of the binop. A smart 571 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 645 #define DISPATCH(NAME, CLASS, VAR) \ 657 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); 713 #undef DISPATCH [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 538 // If we have a binary expr, dispatch to the subcode of the binop. A smart 571 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 645 #define DISPATCH(NAME, CLASS, VAR) \ 657 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); 713 #undef DISPATCH [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
| RecursiveASTVisitor.h | 242 /// \brief Recursively visit a template name and dispatch to the 248 /// \brief Recursively visit a template argument and dispatch to the 255 /// \brief Recursively visit a template argument location and dispatch to the 538 // If we have a binary expr, dispatch to the subcode of the binop. A smart 571 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt. 645 #define DISPATCH(NAME, CLASS, VAR) \ 657 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); 713 #undef DISPATCH [all...] |