| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | inffixed.h | 10 local const uInt fixed_bl = 9; 11 local const uInt fixed_bd = 5; 12 local const inflate_huft fixed_tl[] = { 142 local const inflate_huft fixed_td[] = {
|
| H A D | infblock.h | 17 local inflate_blocks_statef * inflate_blocks_new OF(( 22 local int inflate_blocks OF(( 27 local void inflate_blocks_reset OF(( 32 local int inflate_blocks_free OF((
|
| H A D | infcodes.h | 17 local inflate_codes_statef *inflate_codes_new OF(( 22 local int inflate_codes OF(( 27 local void inflate_codes_free OF((
|
| H A D | inftrees.h | 38 local int inflate_trees_bits OF(( 45 local int inflate_trees_dynamic OF(( 56 local int inflate_trees_fixed OF((
|
| H A D | inftrees.c | 15 local const char inflate_copyright[] = 30 local int huft_build OF(( 43 local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */ 47 local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */ 50 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */ 54 local const uInt cpdext[30] = { /* Extra bits for distance codes */ 95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */ 299 local int inflate_trees_bits( /* c, bb, tb, hp, z) */ 327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ 397 local in [all...] |
| /xsrc/external/mit/libXau/dist/ |
| H A D | AuRead.c | 78 Xauth local = { 0, 0, NULL, 0, NULL, 0, NULL, 0, NULL }; local in function:XauReadAuth 81 if (read_short (&local.family, auth_file) == 0) { 84 if (read_counted_string (&local.address_length, &local.address, auth_file) 88 if (read_counted_string (&local.number_length, &local.number, auth_file) 92 if (read_counted_string (&local.name_length, &local.name, auth_file) == 0) { 95 if (read_counted_string (&local.data_length, &local [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imLcFlt.c | 48 DefTree *b = ic->private.local.base.tree; 60 ic->private.local.brl_pressed |= 64 if(!ic->private.local.brl_committing 65 || ev->xkey.time - ic->private.local.brl_release_start > 300) { 66 ic->private.local.brl_committing = ic->private.local.brl_pressed; 67 ic->private.local.brl_release_start = ev->xkey.time; 69 ic->private.local.brl_pressed &= ~(1<<(keysym-XK_braille_dot_1)); 70 if(!ic->private.local.brl_pressed && ic->private.local [all...] |
| H A D | imLcGIc.c | 44 ic->private.local.ic_resources, 45 ic->private.local.ic_num_resources,
|
| H A D | imThaiIc.c | 50 ((Xim)ic->core.im)->private.local.current_ic = (XIC)NULL; 63 DefTreeBase *b = &ic->private.local.base; 65 if(((Xim)ic->core.im)->private.local.current_ic == (XIC)ic) { 69 Xfree(ic->private.local.ic_resources); 70 ic->private.local.ic_resources = NULL; 91 XIC current_ic = ((Xim)ic->core.im)->private.local.current_ic; 99 ((Xim)ic->core.im)->private.local.current_ic = (XIC)ic; 112 DefTreeBase *b = &ic->private.local.base; 113 ic->private.local.thai.comp_state = 0; 114 ic->private.local [all...] |
| H A D | imLcIc.c | 44 ((Xim)ic->core.im)->private.local.current_ic = (XIC)NULL; 58 if(((Xim)ic->core.im)->private.local.current_ic == (XIC)ic) { 59 ((Xim)ic->core.im)->private.local.current_ic = (XIC)NULL; 65 Xfree(ic->private.local.ic_resources); 66 ic->private.local.ic_resources = NULL; 82 XIC current_ic = ((Xim)ic->core.im)->private.local.current_ic; 90 ((Xim)ic->core.im)->private.local.current_ic = (XIC)ic; 104 ic->private.local.composed = 0; 105 ic->private.local.context = ((Xim)ic->core.im)->private.local [all...] |
| H A D | imThaiIm.c | 85 XimLocalPrivateRec* private = &im->private.local; 183 if (im->private.local.ctom_conv) { 184 _XlcCloseConverter(im->private.local.ctom_conv); 185 im->private.local.ctom_conv = NULL; 187 if (im->private.local.ctow_conv) { 188 _XlcCloseConverter(im->private.local.ctow_conv); 189 im->private.local.ctow_conv = NULL; 191 if (im->private.local.ctoutf8_conv) { 192 _XlcCloseConverter(im->private.local.ctoutf8_conv); 193 im->private.local [all...] |
| H A D | imLcSIc.c | 49 ic->private.local.ic_resources, 50 ic->private.local.ic_num_resources,
|
| H A D | imLcLkup.c | 52 DefTree *b = ic->private.local.base.tree; 53 char *mb = ic->private.local.base.mb; 60 ( (ic->private.local.composed != 0) 61 ||(ic->private.local.brl_committed != 0))) { 62 if (ic->private.local.brl_committed != 0) { /* Braille Event */ 63 unsigned char pattern = ic->private.local.brl_committed; 86 ret = strlen(&mb[b[ic->private.local.composed].mb]); 91 memcpy(buffer, &mb[b[ic->private.local.composed].mb], ret); 92 if(keysym) *keysym = b[ic->private.local.composed].ks; 135 DefTree *b = ic->private.local [all...] |
| H A D | imLcIm.c | 113 } else if(strcmp(im->core.im_name, "local") == 0 || 152 XimFreeDefaultTree(&im->private.local.base); 153 im->private.local.top = 0; 179 if (im->private.local.ctom_conv) { 180 _XlcCloseConverter(im->private.local.ctom_conv); 181 im->private.local.ctom_conv = NULL; 183 if (im->private.local.ctow_conv) { 184 _XlcCloseConverter(im->private.local.ctow_conv); 185 im->private.local.ctow_conv = NULL; 187 if (im->private.local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrdriext.h | 32 WindowPtr local ; member in struct:__anon6140fc600108
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | tex3d-layout.lua | 11 local posix = require "posix" 15 local allblits = {} 16 local nallblits = 0 17 local r = rnn.init("a630") 48 local blit = {} 69 local base = pkt[4].BASE_LO | (pkt[5].BASE_HI << 32) 70 local width0 = pkt[1].WIDTH 71 local height0 = pkt[1].HEIGHT 72 local depth0 = pkt[5].DEPTH 79 local basebas [all...] |
| H A D | analyze.lua | 13 local posix = require "posix" 30 local results = {} 32 local test = nil 33 local gpuname = nil 34 local testname = nil 39 local n = 0; 51 local gpu = results[gpuname] 68 local regtbl = {} 69 local draw = {["primtype"] = primtype, ["regs"] = regtbl} 70 local did [all...] |
| H A D | texturator-to-unit-test-5xx.lua | 10 local posix = require "posix" 14 local r = rnn.init("a530") 15 local found_tex = 0 17 local allblits = {} 18 local nallblits = 0 21 local first_blit = nil 24 local blit = allblits[n] 59 local blit = {} 83 local blit = {} 104 local bas [all...] |
| H A D | texturator-to-unit-test.lua | 10 local posix = require "posix" 14 local r = rnn.init("a630") 15 local found_tex = 0 17 local allblits = {} 18 local nallblits = 0 21 local first_blit = nil 24 local blit = allblits[n] 54 local blit = {} 56 local type = "???"; 95 local bas [all...] |
| H A D | parse-submits.lua | 3 --local posix = require "posix" 15 local r = rnn.init("a630") 18 local mrts = {} 19 local allmrts = {} -- includes historical render targets 23 local mrt = {} 37 local sources = {} 41 local source = {} 52 local binw 53 local binh 54 local nbin [all...] |
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | authutil.c | 242 IceAuthFileEntry local; local in function:IceReadAuthFileEntry 245 local.protocol_name = NULL; 246 local.protocol_data = NULL; 247 local.network_id = NULL; 248 local.auth_name = NULL; 249 local.auth_data = NULL; 251 if (!read_string (auth_file, &local.protocol_name)) 255 &local.protocol_data_length, &local.protocol_data)) 258 if (!read_string (auth_file, &local [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | colormapst.h | 60 /* LOCO -- a local color for a PseudoColor cell. DirectColor maps always 78 LOCO local; member in union:_CMEntry::__anon395ab799040a
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | Android.glsl.gen.mk | 30 intermediates := $(call local-generated-sources-dir) 48 MESA_GEN_GLSL_H := $(addprefix $(call local-generated-sources-dir)/, \ 53 define local-l-or-ll-to-c-or-cpp 67 define local-yy-to-cpp-and-h 80 $(call local-l-or-ll-to-c-or-cpp) 83 $(call local-yy-to-cpp-and-h,.cpp) 88 $(call local-l-or-ll-to-c-or-cpp)
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | doublechr.c | 224 XTermDraw local = *params; local in function:xterm_Double_index 227 TScreen *screen = TScreenOf(local.xw); 230 local.attr_flags &= BOLD; 231 TRACE(("xterm_Double_index chrset=%#x, flags=%#x\n", local.this_chrset, local.attr_flags)); 234 if (data[n].chrset == (unsigned) local.this_chrset 235 && data[n].flags == local.attr_flags) { 298 XTermDraw local = *params; local in function:xterm_DoubleGC 302 local.draw_flags |= NORESOLUTION; 303 nname = xtermSpecialFont(&local); [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | dri3info.c | 104 struct stat remote, local; local in function:get_device_path 112 if (stat(buf, &local)) 115 if (local.st_mode == remote.st_mode && 116 local.st_rdev == remote.st_rdev) 120 if (stat(buf, &local)) 123 if (local.st_mode == remote.st_mode && 124 local.st_rdev == remote.st_rdev)
|