| /xsrc/external/mit/pixman/dist/test/ |
| H A D | lowlevel_blt_bench_compare.py | 17 import pandas as pd namespace 43 def print_df(df: pd.DataFrame, color: bool, breaks: list[float], drop_cols: list[str]): argument
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Hooks.c | 140 XtPerDisplay pd; local in function:XtHooksOfDisplay
|
| H A D | GCManager.c | 161 _XtGClistFree(Display *dpy, register XtPerDisplay pd) argument 198 register XtPerDisplay pd; local in function:XtAllocateGC 304 XtPerDisplay pd; local in function:XtReleaseGC 347 XtPerDisplay pd = _XtGetPerDisplay(dpy); local in function:XtDestroyGC [all...] |
| H A D | ResConfig.c | 897 XtPerDisplay pd; local in function:_XtResourceConfigurationEH
|
| H A D | Display.c | 171 PerDisplayTablePtr pd; local in function:NewPerDisplay 189 XtPerDisplay pd; local in function:InitPerDisplay 311 XtPerDisplay pd; local in function:XtOpenDisplay 389 XtPerDisplay pd; local in function:XtDisplayInitialize 607 register PerDisplayTablePtr pd, opd = NULL; local in function:_XtSortPerDisplayList 646 register PerDisplayTablePtr pd, opd = NULL; local in function:CloseDisplay 725 XtPerDisplay pd; local in function:XtCloseDisplay 777 XtPerDisplay pd; local in function:XtGetApplicationNameAndClass [all...] |
| H A D | TMkey.c | 226 _XtAllocTMContext(XtPerDisplay pd) argument 261 XtPerDisplay pd; local in function:_XtMatchUsingDontCareMods 360 XtPerDisplay pd; local in function:XtConvertCase 388 XtPerDisplay pd = _XtGetPerDisplay(dpy); local in function:_XtMatchUsingStandardMods 440 _XtBuildKeysymTables(Display * dpy,register XtPerDisplay pd) argument 536 XtPerDisplay pd; local in function:XtTranslateKeycode 557 XtPerDisplay pd; local in function:XtTranslateKey 622 XtPerDisplay pd; local in function:XtSetKeyTranslator 641 XtPerDisplay pd; local in function:XtRegisterCaseConverter 676 XtPerDisplay pd; local in function:XtGetKeysymTable 697 XtPerDisplay pd; local in function:XtKeysymToKeycodeList [all...] |
| H A D | Initialize.c | 488 XtPerDisplay pd; local in function:XtScreenDatabase 770 GetLanguage(Display * dpy,XtPerDisplay pd) argument 838 _XtDisplayInitialize(Display * dpy,XtPerDisplay pd,_Xconst char * name,XrmOptionDescRec * urlist,Cardinal num_urs,int * argc,char ** argv) argument [all...] |
| H A D | NextEvent.c | 1267 XtPerDisplay pd; local in function:_XtRefreshMapping
|
| H A D | Resources.c | 1145 XtPerDisplay pd = _XtGetPerDisplay(_XtDefaultAppContext()->list[0]); local in function:_XtGetApplicationResources
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | cppsetup.c | 41 struct _parse_data *pd = ip->data; local in function:my_if_errors 69 struct _parse_data *pd = ip->data; local in function:lookup_variable 117 struct _parse_data pd = { local in function:cppsetup [all...] |
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFontInfo.c | 72 unsigned char **pd = (unsigned char **) NULL; local in function:FSListFontsWithXInfo [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | SoftwareRenderer.cpp | 237 uint8 *pd = (uint8 *) bitmap->Bits(); local in function:SoftwareRenderer::CopyPixelsOut 277 uint8 *pd = (uint8 *) fBitmap->Bits(); local in function:SoftwareRenderer::CopyPixelsIn
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 171 ppir_dest *pd = &node->dest; local in function:ppir_emit_alu
|
| /xsrc/external/mit/showfont/dist/ |
| H A D | showfont.c | 316 unsigned char *pd; local in function:show_info 275 show_props(FSPropInfo * pi,FSPropOffset * po,unsigned char * pd) argument
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsconvert.c | 89 _fs_convert_props(fsPropInfo *pi, fsPropOffset *po, pointer pd, argument 166 _fs_convert_lfwi_reply(FSFpePtr conn,FontInfoPtr pfi,fsListFontsWithXInfoReply * fsrep,fsPropInfo * pi,fsPropOffset * po,pointer pd) argument
|
| H A D | fserve.c | 861 pointer pd; local in function:fs_read_query_info 2498 pointer pd; local in function:fs_read_list_info
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsconvert.c | 91 _fs_convert_props(fsPropInfo *pi, fsPropOffset *po, pointer pd, argument 168 _fs_convert_lfwi_reply(FSFpePtr conn,FontInfoPtr pfi,fsListFontsWithXInfoReply * fsrep,fsPropInfo * pi,fsPropOffset * po,pointer pd) argument
|
| /xsrc/external/mit/fslsfonts/dist/ |
| H A D | fslsfonts.c | 87 unsigned char *pd; member in struct:__anon7afdab1d0108 515 const unsigned char *pd = list->pd; local in function:show_font_props
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-implementation.c | 183 dummy_combine(pixman_implementation_t * imp,pixman_op_t op,uint32_t * pd,const uint32_t * ps,const uint32_t * pm,int w) argument
|
| H A D | pixman-vmx.c | 2550 uint32_t *pd = (uint32_t *)dst_line; local in function:vmx_composite_over_n_8888_8888_ca 2694 scaled_nearest_scanline_vmx_8888_8888_OVER(uint32_t * pd,const uint32_t * ps,int32_t w,pixman_fixed_t vx,pixman_fixed_t unit_x,pixman_fixed_t src_width_fixed,pixman_bool_t fully_transparent_src) argument [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | pathname.c | 962 char *ppathname, *pdefaults, *pp, *pd; local in function:Lisp_EnoughNamestring
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 175 ppir_dest *pd = &node->dest; local in function:ppir_emit_alu
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 463 CFStringRef pd = CFBundleGetIdentifier(bundle); local in function:setup_env
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 135 platform_find_pci_info(struct xf86_platform_device *pd, char *busid) argument 156 xf86_check_platform_slot(const struct xf86_platform_device *pd) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 543 CFStringRef pd = CFBundleGetIdentifier(bundle); local in function:setup_env
|