HomeSort by: relevance | last modified time | path
    Searched refs:local (Results 1 - 25 of 147) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/freetype/dist/src/gzip/
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[] = {
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((
infcodes.h 17 local inflate_codes_statef *inflate_codes_new OF((
22 local int inflate_codes OF((
27 local void inflate_codes_free OF((
inftrees.h 38 local int inflate_trees_bits OF((
45 local int inflate_trees_dynamic OF((
56 local int inflate_trees_fixed OF((
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 int fixed_built = 0
    [all...]
  /xsrc/external/mit/libXau/dist/
AuRead.c 78 Xauth local = { 0, 0, NULL, 0, NULL, 0, NULL, 0, NULL }; local
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.data, auth_file) == 0)
    [all...]
  /xsrc/external/mit/freetype/dist/docs/reference/assets/fonts/
material-icons.css 13 */@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:local("Material Icons"),local("MaterialIcons-Regular"),url("specimen/MaterialIcons-Regular.woff2") format("woff2"),url("specimen (…)
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
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.brl_committing)
    [all...]
imLcGIc.c 44 ic->private.local.ic_resources,
45 ic->private.local.ic_num_resources,
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.thai.keysym = 0
    [all...]
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.top
    [all...]
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.ctoutf8_conv = NULL
    [all...]
imLcSIc.c 49 ic->private.local.ic_resources,
50 ic->private.local.ic_num_resources,
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.base.tree
    [all...]
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.ctoutf8_conv)
    [all...]
  /xsrc/external/mit/xorg-cf-files/dist/
cross.def 6 * given your local configuration.
19 #define StdIncDir /skiff/local/arm-linux/include
22 #define PostIncDir /skiff/local/lib/gcc-lib/arm-linux/2.95.2/include
23 #define CcCmd /skiff/local/bin/arm-linux-gcc
26 #define CplusplusCmd /skiff/local/bin/arm-linux-g++
28 #define RanlibCmd /skiff/local/bin/arm-linux-ranlib
36 #define LdPostLib -L/skiff/local/arm-linux/lib
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
ephyrdriext.h 32 WindowPtr local ; member in struct:__anon10463
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
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 basebase = bos.base(base
    [all...]
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 didx = tblsz(test["draws"]
    [all...]
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 base = pkt[4].BASE_LO | (pkt[5].BASE_HI << 32
    [all...]
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 base = pkt[4].BASE_LO | (pkt[5].BASE_HI << 32
    [all...]
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/freetype/dist/builds/atari/
FNames.SIC 13 local i,entries,directory,file;
32 local newfile,err;
  /xsrc/external/mit/libICE/dist/src/
authutil.c 242 IceAuthFileEntry local; local
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.network_id)
    [all...]
  /xsrc/external/mit/xorg-server/dist/include/
colormapst.h 60 /* LOCO -- a local color for a PseudoColor cell. DirectColor maps always
78 LOCO local; member in union:_CMEntry::__anon10211

Completed in 19 milliseconds

1 2 3 4 5 6