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

1 2

  /xsrc/external/mit/fontconfig/dist/doc/
fcweight.fncs 29 the numbers from OpenType specification's OS/2 usWeight numbers, which
30 are also similar to CSS font-weight numbers. If input is negative,
fcvalue.fncs 58 Compares two values. Integers and Doubles are compared as numbers; otherwise
  /xsrc/external/mit/fontconfig/dist/src/
fccharset.c 101 FcChar16 *numbers = FcCharSetNumbers(fcs); local
106 if (!numbers)
111 page = numbers[mid];
119 if (high < 0 || (high < fcs->num && numbers[high] < num))
154 FcChar16 *numbers = FcCharSetNumbers (fcs); local
166 numbers = malloc (alloced * sizeof (*numbers));
167 if (!leaves || !numbers)
171 if (numbers)
172 free (numbers);
1307 FcChar16 *numbers; local
1345 FcChar16 *numbers, *numbers_serialized; local
    [all...]
fcdbg.c 158 FcChar16 *numbers = FcCharSetNumbers (c); local
163 printf ("Numbers: +%d = 0x%x\n", c->numbers_offset, (intptr_t) numbers);
168 i, numbers[i], leaves[i],
180 printf ("%04x:", numbers[i]);
  /xsrc/external/mit/xedit/dist/lisp/
math.c 106 * &rest numbers
110 LispObj *number, *numbers; local
112 numbers = ARGUMENT(0);
114 if (CONSP(numbers)) {
115 number = CAR(numbers);
117 numbers = CDR(numbers);
118 if (!CONSP(numbers)) {
128 mul_number_object(&num, CAR(numbers));
129 numbers = CDR(numbers)
142 LispObj *number, *numbers; local
    [all...]
  /xsrc/external/mit/xterm/dist/
run-tic.in 83 # large numbers (used in xterm-direct) and large entries (an issue with
105 fake|test 32-bit numbers,
  /xsrc/external/mit/xterm/dist/vttests/
blink.pl 113 -n write line-numbers
erase.pl 143 -n write line-numbers
halves.pl 191 -n write line-numbers
wrap.pl 140 -n write line-numbers
insdelln.pl 263 -n write line-numbers
scroll.pl 262 -n write line-numbers
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_texture_signed_rgba.spec 112 numbers).
118 a framebuffer clamped to [0,1] all converted numbers will be in the range
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
gen_pack.py 191 assert(not num_str.startswith('0') and 'octals numbers not allowed')
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_texture_signed_rgba.spec 112 numbers).
118 a framebuffer clamped to [0,1] all converted numbers will be in the range
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
gen_pack.py 186 * of tile numbers. */
264 assert(not num_str.startswith('0') and 'octals numbers not allowed')
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
X11Application.m 814 const char *numbers) {
830 if (numbers[i] != 0) {
831 number = [[NSString alloc] initWithFormat:@"%d", numbers[i]];
  /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
gen_pack_header.py 224 assert not num_str.startswith('0'), 'octals numbers not allowed'
  /xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
gen_pack_header.py 90 assert(not num_str.startswith('0') and 'octals numbers not allowed')
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
gen_pack_header.py 94 assert(not num_str.startswith('0') and 'octals numbers not allowed')
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 143 // All numbers with -1 in $r3 have their result ready in $r0d, return them
gm107.asm 165 // All numbers with -1 in $r3 have their result ready in $r0d, return them
gk104.asm 601 // All numbers with -1 in $r3 have their result ready in $r0d, return them
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 143 // All numbers with -1 in $r3 have their result ready in $r0d, return them
gm107.asm 165 // All numbers with -1 in $r3 have their result ready in $r0d, return them

Completed in 17 milliseconds

1 2