| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| stub.c | 36 #include "stub.h" 65 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local 68 stub_name = &public_string_pool[(size_t) stub->name]; 74 * Return the public stub with the given name. 84 * Add a dynamic stub. 89 struct mapi_stub *stub; local 97 stub = &dynamic_stubs[idx]; 100 stub->addr = entry_generate( 102 if (!stub->addr) 105 stub->name = (const void *) strdup(name) 122 struct mapi_stub *stub = NULL; local 162 const struct mapi_stub *stub = local [all...] |
| stub.h | 48 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias); 51 stub_get_name(const struct mapi_stub *stub); 54 stub_get_slot(const struct mapi_stub *stub); 57 stub_get_addr(const struct mapi_stub *stub);
|
| mapi_glapi.c | 34 #include "stub.h" 82 * Fill-in the dispatch stub for the named function. 85 * a dispatch stub may be created created for the function. A pointer to this 129 const struct mapi_stub *stub; local 136 stub = stub_find_public(funcName); 137 if (!stub) 138 stub = stub_find_dynamic(funcName, 0); 140 slot = (stub) ? stub_get_slot(stub) : -1; 144 /* use the first existing stub as the alias * 155 struct mapi_stub *stub; local 184 const struct mapi_stub *stub; local 211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local 223 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local 234 const struct mapi_stub *stub = stub_find_by_slot(offset); local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| stub.c | 36 #include "stub.h" 65 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local 68 stub_name = &public_string_pool[(unsigned long) stub->name]; 74 * Return the public stub with the given name. 84 * Add a dynamic stub. 89 struct mapi_stub *stub; local 97 stub = &dynamic_stubs[idx]; 100 stub->addr = entry_generate( 102 if (!stub->addr) 105 stub->name = (const void *) strdup(name) 122 struct mapi_stub *stub = NULL; local 162 const struct mapi_stub *stub = local [all...] |
| stub.h | 48 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias); 51 stub_get_name(const struct mapi_stub *stub); 54 stub_get_slot(const struct mapi_stub *stub); 57 stub_get_addr(const struct mapi_stub *stub);
|
| mapi_glapi.c | 34 #include "stub.h" 82 * Fill-in the dispatch stub for the named function. 85 * a dispatch stub may be created created for the function. A pointer to this 129 const struct mapi_stub *stub; local 136 stub = stub_find_public(funcName); 137 if (!stub) 138 stub = stub_find_dynamic(funcName, 0); 140 slot = (stub) ? stub_get_slot(stub) : -1; 144 /* use the first existing stub as the alias * 155 struct mapi_stub *stub; local 175 const struct mapi_stub *stub; local 199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local 211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local 222 const struct mapi_stub *stub = stub_find_by_slot(offset); local [all...] |
| Android.mk | 41 stub.c \
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| backward_references_hq.c | 43 ZopfliNode stub; local 45 stub.length = 1; 46 stub.distance = 0; 47 stub.dcode_insert_length = 0; 48 stub.u.cost = kInfinity; 49 for (i = 0; i < length; ++i) array[i] = stub;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| lvp_private.h | 111 lvp_finishme("stub %s", __func__); \ 115 #define stub() \ macro 117 lvp_finishme("stub %s", __func__); \
|
| lvp_device.c | 1903 stub(); 1912 stub();
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_private.h | 268 radv_finishme("stub %s", __func__); \ 272 #define stub() \ macro 274 radv_finishme("stub %s", __func__); \
|
| radv_device.c | 3478 stub(); 3487 stub();
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| configure | 1991 --with-int10=BACKEND int10 backend: vm86, x86emu or stub 27577 *freebsd*) DEFAULT_INT10=stub ;; [all...] |
| /xsrc/external/mit/xorg-server/dist/ |
| configure | 2208 --with-int10=BACKEND int10 backend: vm86, x86emu or stub 26180 DEFAULT_INT10="stub" 26202 *freebsd*) DEFAULT_INT10=stub ;; 28205 # who knows whether they'll stub that too in a future libc.) So, 28338 # functions on Solaris that doesn't have a non-functional libc stub. 32548 XORG_OS_SUBDIR="stub" 32551 XORG_OS_SUBDIR="stub" 34636 ac_config_files="$ac_config_files Makefile glx/Makefile include/Makefile composite/Makefile damageext/Makefile dbe/Makefile dix/Makefile doc/Makefile doc/dtrace/Makefile man/Makefile fb/Makefile glamor/Makefile record/Makefile config/Makefile mi/Makefile miext/Makefile miext/sync/Makefile miext/damage/Makefile miext/shadow/Makefile miext/rootless/Makefile os/Makefile pseudoramiX/Makefile randr/Makefile render/Makefile xkb/Makefile Xext/Makefile Xi/Makefile xfixes/Makefile exa/Makefile dri3/Makefile present/Makefile hw/Makefile hw/xfree86/Makefile hw/xfree86/Xorg.sh hw/xfree86/common/Makefile hw/xfree86/ddc/Makefile hw/xfree86/dixmods/Makefile hw/xfree86/doc/Makefile hw/xfree86/dri/Makefile hw/xfree86/dri2/Makefile hw/xfree86/dri2/pci_ids/Makefile hw/xfree86/drivers/Makefile hw/xfree86/drivers/inputtest/Makefile hw/xfree86/drivers/modesetting/Makefile hw/xfree86/exa/Makefile hw/xfree86/exa/man/Makefile hw/xfree86/fbdevhw/Makefile hw/xfree86/fbdevhw/man/Makefile hw/xfree86/glamor_egl/Makefile hw/xfree86/i2c/Makefile hw/xfree86/int10/Makefile hw/xfree86/loader/Makefile hw/xfree86/man/Makefile hw/xfree86/modes/Makefile hw/xfree86/os-support/Makefile hw/xfree86/os-support/bsd/Makefile hw/xfree86/os-support/bus/Makefile hw/xfree86/os-support/hurd/Makefile hw/xfree86/os-support/misc/Makefile hw/xfree86/os-support/linux/Makefile hw/xfree86/os-support/solaris/Makefile hw/xfree86/os-support/stub/Makefile hw/xfree86/parser/Makefile hw/xfree86/ramdac/Makefile hw/xfree86/shadowfb/Makefile hw/xfree86/vgahw/Makefile hw/xfree86/x86emu/Makefile hw/xfree86/xkb/Makefile hw/xfree86/utils/Makefile hw/xfree86/utils/man/Makefile hw/xfree86/utils/gtf/Makefile hw/vfb/Makefile hw/vfb/man/Makefile hw/xnest/Makefile hw/xnest/man/Makefile hw/xwin/Makefile hw/xwin/dri/Makefile hw/xwin/glx/Makefile hw/xwin/man/Makefile hw/xwin/winclipboard/Makefile hw/xquartz/Makefile hw/xquartz/GL/Makefile hw/xquartz/bundle/Makefile hw/xquartz/man/Makefile hw/xquartz/mach-startup/Makefile hw/xquartz/pbproxy/Makefile hw/xquartz/xpr/Makefile hw/kdrive/Makefile hw/kdrive/ephyr/Makefile hw/kdrive/ephyr/man/Makefile hw/kdrive/src/Makefile test/Makefile xserver.ent xorg-server.pc" 36118 "hw/xfree86/os-support/stub/Makefile") CONFIG_FILES="$CONFIG_FILES hw/xfree86/os-support/stub/Makefile" ; [all...] |