Searched refs:leaves (Results 1 - 25 of 116) sorted by relevance

12345

/xsrc/external/mit/fontconfig/dist/fc-lang/
H A Dfc-lang.py39 # we just store the leaves in a dict, we can order the leaves later if needed
42 self.leaves = {} # leaf_number -> leaf data (= 16 uint32)
47 if leaf_num in self.leaves:
48 leaf = self.leaves[leaf_num]
51 self.leaves[leaf_num] = leaf
58 if leaf_num in self.leaves:
59 leaf = self.leaves[leaf_num]
65 keys = sorted(self.leaves.keys())
66 other_keys = sorted(other_cs.leaves
198 leaves = [] variable
[all...]
H A Dfclang.h25 /* total size: 1655 unique leaves: 739 */
40 FcCharLeaf leaves[739]; member in struct:__anon4c2e115d0108
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c153 intptr_t *leaves = FcCharSetLeaves (fcs); local in function:FcCharSetPutLeaf
165 leaves = malloc (alloced * sizeof (*leaves));
167 if (!leaves || !numbers)
169 if (leaves)
170 free (leaves);
187 new_leaves = realloc (leaves, alloced * sizeof (*leaves));
202 distance = (char *) new_leaves - (char *) leaves;
206 leaves
1306 intptr_t *leaves; local in function:FcCharSetSerializeAlloc
1344 intptr_t *leaves, *leaves_serialized; local in function:FcCharSetSerialize
[all...]
H A Dfcdbg.c157 intptr_t *leaves = FcCharSetLeaves (c); local in function:FcCharSetPrint
162 printf ("Leaves: +%d = 0x%x\n", c->leaves_offset, (intptr_t) leaves);
168 i, numbers[i], leaves[i],
169 (intptr_t) FcOffsetToPtr (leaves, leaves[i], FcCharLeaf));
176 intptr_t leaf_offset = leaves[i];
177 FcCharLeaf *leaf = FcOffsetToPtr (leaves, leaf_offset, FcCharLeaf);
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-ld.m456 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_multithread_makecurrent.spec34 objects in parallel, and leaves synchronization for write access
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_multithread_makecurrent.spec34 objects in parallel, and leaves synchronization for write access
/xsrc/external/mit/twm/dist/src/
H A Devents.c1953 Bool leaves; /**< Any LeaveNotifies found for this window */ member in struct:HENScanArgs
1964 ((HENScanArgs *) args)->leaves = True;
2022 scanArgs.leaves = scanArgs.enters = False;
2030 if (!scanArgs.leaves && !scanArgs.enters)
2043 if (Scr->FocusRoot && (!scanArgs.leaves || scanArgs.inferior)) {
2069 if (!scanArgs.leaves && !scanArgs.enters)
2088 if (!scanArgs.leaves || scanArgs.inferior)
2094 (!scanArgs.leaves || scanArgs.inferior))
/xsrc/external/mit/ctwm/dist/
H A Devent_handlers.c3034 Bool leaves; /* Any LeaveNotifies found for this window */ member in struct:HENScanArgs
3047 args->leaves = True;
3098 scanArgs.leaves = scanArgs.enters = False;
3109 if(!scanArgs.leaves && !scanArgs.enters) {
3175 scanArgs.leaves = scanArgs.enters = False;
3178 if(scanArgs.leaves && !scanArgs.inferior) {
3203 scanArgs.leaves = scanArgs.enters = False;
3211 if(!scanArgs.leaves && !scanArgs.enters) {
3227 if(Scr->FocusRoot && (!scanArgs.leaves || scanArgs.inferior)) {
3280 if(!scanArgs.leaves
[all...]
H A DCHANGES.md383 Occupy window no longer loses it and leaves you unable to pull it up
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Disaspec.rst49 The leaves of the tree of instruction bitsets represent every possible
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst743 function to commit an already committed memory region is allowed and leaves its
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst771 function to commit an already committed memory region is allowed and leaves its
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc466 defaulted) to be automatically lowered whenever the pointer leaves a
2421 whenever the pointer leaves it. See the description of the variable
/xsrc/external/mit/xclock/dist/
H A Daclocal.m41478 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/xwininfo/dist/
H A Daclocal.m41478 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/libxkbui/dist/
H A Daclocal.m42167 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/xf86-video-imstt/dist/
H A Daclocal.m42167 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dlibtool.m43050 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Dlibtool.m42845 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/xf86-video-nsc/dist/
H A Daclocal.m42167 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dlibtool.m42840 # gcc leaves a trailing carriage return which upsets mingw
/xsrc/external/mit/libXau/dist/m4/
H A Dlibtool.m43389 # gcc leaves a trailing carriage return, which upsets mingw
/xsrc/external/mit/libXaw/dist/m4/
H A Dlibtool.m43291 # gcc leaves a trailing carriage return, which upsets mingw
/xsrc/external/mit/libXcursor/dist/m4/
H A Dlibtool.m43291 # gcc leaves a trailing carriage return, which upsets mingw

Completed in 96 milliseconds

12345