S 4618 ext/ripper/ripper.c yyformat = S; \
S 6675 gc.c S(major_by);
S 6676 gc.c S(gc_by);
S 6677 gc.c S(immediate_sweep);
S 6678 gc.c S(have_finalizer);
S 6679 gc.c S(state);
S 6681 gc.c S(stress);
S 6682 gc.c S(nofree);
S 6683 gc.c S(oldgen);
S 6684 gc.c S(shady);
S 6685 gc.c S(force);
S 6687 gc.c S(oldmalloc);
S 6689 gc.c S(newobj);
S 6690 gc.c S(malloc);
S 6691 gc.c S(method);
S 6692 gc.c S(capi);
S 6694 gc.c S(none);
S 6695 gc.c S(marking);
S 6696 gc.c S(sweeping);
S 6854 gc.c S(count);
S 6855 gc.c S(heap_allocated_pages);
S 6856 gc.c S(heap_sorted_length);
S 6857 gc.c S(heap_allocatable_pages);
S 6858 gc.c S(heap_available_slots);
S 6859 gc.c S(heap_live_slots);
S 6860 gc.c S(heap_free_slots);
S 6861 gc.c S(heap_final_slots);
S 6862 gc.c S(heap_marked_slots);
S 6863 gc.c S(heap_eden_pages);
S 6864 gc.c S(heap_tomb_pages);
S 6865 gc.c S(total_allocated_pages);
S 6866 gc.c S(total_freed_pages);
S 6867 gc.c S(total_allocated_objects);
S 6868 gc.c S(total_freed_objects);
S 6869 gc.c S(malloc_increase_bytes);
S 6870 gc.c S(malloc_increase_bytes_limit);
S 6872 gc.c S(minor_gc_count);
S 6873 gc.c S(major_gc_count);
S 6874 gc.c S(remembered_wb_unprotected_objects);
S 6875 gc.c S(remembered_wb_unprotected_objects_limit);
S 6876 gc.c S(old_objects);
S 6877 gc.c S(old_objects_limit);
S 6879 gc.c S(oldmalloc_increase_bytes);
S 6880 gc.c S(oldmalloc_increase_bytes_limit);
S 6883 gc.c S(total_generated_normal_object_count);
S 6884 gc.c S(total_generated_shady_object_count);
S 6885 gc.c S(total_shade_operation_count);
S 6886 gc.c S(total_promoted_count);
S 6887 gc.c S(total_remembered_normal_object_count);
S 6888 gc.c S(total_remembered_shady_object_count);
S 6893 gc.c S(gc_stat_heap_used);
S 6894 gc.c S(heap_eden_page_length);
S 6895 gc.c S(heap_tomb_page_length);
S 6896 gc.c S(heap_increment);
S 6897 gc.c S(heap_length);
S 6898 gc.c S(heap_live_slot);
S 6899 gc.c S(heap_free_slot);
S 6900 gc.c S(heap_final_slot);
S 6901 gc.c S(heap_swept_slot);
S 6903 gc.c S(remembered_shady_object);
S 6904 gc.c S(remembered_shady_object_limit);
S 6905 gc.c S(old_object);
S 6906 gc.c S(old_object_limit);
S 6908 gc.c S(total_allocated_object);
S 6909 gc.c S(total_freed_object);
S 6910 gc.c S(malloc_increase);
S 6911 gc.c S(malloc_limit);
S 6913 gc.c S(oldmalloc_increase);
S 6914 gc.c S(oldmalloc_limit);
S 8835 gc.c C(SHADY, S);
S 231 missing/crypt.c static const unsigned char S[8][64] = { /* 48->32 bit substitution tables */
S 744 missing/crypt.c k = S[tableno][k];
S 4621 parse.c yyformat = S; \
S 2939 util.c quorem(Bigint *b, Bigint *S)
S 2952 util.c n = S->wds;
S 2959 util.c sx = S->x;
S 3005 util.c if (cmp(b, S) >= 0) {
S 3010 util.c sx = S->x;
S 3174 util.c Bigint *b, *b1, *delta, *mlo = 0, *mhi = 0, *S;
S 3417 util.c S = mhi = 0;
S 3481 util.c S = mhi = 0;
S 3564 util.c S = i2b(1);
S 3566 util.c S = pow5mult(S, s5);
S 3596 util.c if ((i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f) != 0)
S 3599 util.c if ((i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf) != 0)
S 3617 util.c S = lshift(S, s2);
S 3619 util.c if (cmp(b,S) < 0) {
S 3628 util.c if (ilim < 0 || cmp(b,S = multadd(S,5,0)) <= 0) {
S 3655 util.c dig = quorem(b,S) + '0';
S 3660 util.c delta = diff(S, mhi);
S 3701 util.c j1 = cmp(b, S);
S 3739 util.c *s++ = dig = quorem(b,S) + '0';
S 3760 util.c j = cmp(b, S);
S 3776 util.c Bfree(S);
S 319 vm.c S(global_method_state);
S 320 vm.c S(global_constant_state);
S 321 vm.c S(class_serial);