Searched refs:ASIZE (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dpj.h34 #define ASIZE(x) ((x) & 0x7) macro
/macosx-10.10/emacs-93/emacs/src/
H A Dccl.c1122 || prog_id >= ASIZE (Vccl_program_table)
1528 size = ASIZE (Vcode_conversion_map_vector);
1537 size = ASIZE (map);
1683 map_vector_size = ASIZE (Vcode_conversion_map_vector);
1710 size = ASIZE (map);
1803 if (j >= ASIZE (Vcode_conversion_map_vector))
1820 size = ASIZE (map);
1971 veclen = ASIZE (result);
2053 || XINT (val) >= ASIZE (Vccl_program_table))
2057 || ASIZE (slo
[all...]
H A Dfontset.c383 int size = ASIZE (Vfontset_table);
423 return (id >= 0 && id < ASIZE (Vfontset_table) - 1);
896 for (i = 0; i < ASIZE (Vfontset_table); i++)
960 for (id = 0; id < ASIZE (Vfontset_table); id++)
1163 if (!VECTORP (elt) || ASIZE (elt) < 1 || !NATNUMP (AREF (elt, 0)))
1200 for (id = 0; id < ASIZE (Vfontset_table); id++)
1462 * ASIZE (Vfontset_table));
1463 for (i = 0; i < ASIZE (Vfontset_table); i++)
1570 for (i = 0; i < ASIZE (Vfontset_table); i++)
H A Dfns.c155 XSETFASTINT (val, ASIZE (sequence));
163 XSETFASTINT (val, ASIZE (sequence) & PSEUDOVECTOR_SIZE_MASK);
1271 size = ASIZE (string);
1393 size = ASIZE (string);
1730 for (i = n = 0; i < ASIZE (seq); ++i)
1734 if (n != ASIZE (seq))
1738 for (i = n = 0; i < ASIZE (seq); ++i)
2259 EMACS_INT size = ASIZE (o1);
2263 if (ASIZE (o2) != size)
2336 size = ASIZE (arra
[all...]
H A Dkeymap.c631 if (NATNUMP (idx) && XFASTINT (idx) < ASIZE (binding))
723 int len = ASIZE (binding);
928 if (NATNUMP (idx) && XFASTINT (idx) < ASIZE (elt))
1093 for (i = 0; i < ASIZE (elt); i++)
1165 if (VECTORP (def) && ASIZE (def) > 0 && CONSP (AREF (def, 0)))
1167 Lisp_Object tmp = Fmake_vector (make_number (ASIZE (def)), Qnil);
1168 int i = ASIZE (def);
1638 = AREF (key, SYMBOLP (AREF (key, 0)) && ASIZE (key) > 1 ? 1 : 0);
2136 for (i = 0; i < ASIZE (elt); i++)
H A Ddoc.c401 if ((ASIZE (fun) & PSEUDOVECTOR_SIZE_MASK) <= COMPILED_DOC_STRING)
564 if ((ASIZE (fun) & PSEUDOVECTOR_SIZE_MASK) > COMPILED_DOC_STRING)
H A Dindent.c434 n = ASIZE (charvec);
581 n = ASIZE (charvec);
1023 n = ASIZE (charvec);
1620 n = ASIZE (charvec);
H A Dw32menu.c473 int len = ASIZE (item);
1483 menu_items_allocated = VECTORP (menu_items) ? ASIZE (menu_items) : 0;
1490 for (i = 0; i < ASIZE (items); i += 4)
1564 for (i = 0; i < ASIZE (items); i += 4)
1593 for (i = 0; i < ASIZE (items); i += 4)
H A Dcallproc.c907 && ASIZE (eol_type) == 3
H A Dmacmenu.c323 menu_items_allocated = (VECTORP (menu_items) ? ASIZE (menu_items) : 0);
1809 menu_items_allocated = VECTORP (menu_items) ? ASIZE (menu_items) : 0;
H A Dxmenu.c326 menu_items_allocated = (VECTORP (menu_items) ? ASIZE (menu_items) : 0);
2247 menu_items_allocated = VECTORP (menu_items) ? ASIZE (menu_items) : 0;
H A Dkeyboard.c967 if (this_command_key_count >= ASIZE (this_command_keys))
969 2 * ASIZE (this_command_keys),
5583 if (button >= ASIZE (button_down_location))
5836 ASIZE (wheel_syms));
5889 if (event->code >= ASIZE (mouse_syms))
H A Ddata.c767 if ((ASIZE (fun) & PSEUDOVECTOR_SIZE_MASK) > COMPILED_INTERACTIVE)
H A Deval.c2055 return ((ASIZE (fun) & PSEUDOVECTOR_SIZE_MASK) > COMPILED_INTERACTIVE
H A Dgtkutil.c3779 xassert (ASIZE (image) >= idx);
H A Dlisp.h580 #define ASIZE(ARRAY) XVECTOR ((ARRAY))->size
578 #define ASIZE macro
H A Dxdisp.c3856 for (i = 0; i < ASIZE (prop); ++i)
4348 for (i = 0; i < ASIZE (prop); ++i)
4416 for (i = 0; i < ASIZE (prop); ++i)
8008 xassert (i == ASIZE (vector));
9539 xassert (ASIZE (image) >= idx);
H A Dimage.c5205 else if (VECTORP (matrix) && ASIZE (matrix) >= 9)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_exp.c311 # define ASIZE 128 macro
316 if(an <= ASIZE && pn <= ASIZE && mn <= ASIZE)
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dpj-dis.c151 int size = ASIZE (op->arg[a]);
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSvCmd.c1231 ASET, ARESET, AGET, ANAMES, ASIZE, AEXISTS, AISBOUND,
1264 } else if (index == ASIZE) {
1212 ASET, ARESET, AGET, ANAMES, ASIZE, AEXISTS, AISBOUND, enumerator in enum:options

Completed in 531 milliseconds