Searched refs:ADJUST (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfts.c1132 #define ADJUST(p) { \ macro
1139 ADJUST(p);
1143 ADJUST(p);
/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c64 } ADJUST; typedef in typeref:struct:iseq_adjust_data
333 static ADJUST *new_adjust_body(rb_iseq_t *iseq, LABEL *label, int line);
626 static ADJUST *
629 return (ADJUST *)compile_data_alloc(iseq, sizeof(ADJUST));
897 static ADJUST *
900 ADJUST *adjust = compile_data_alloc_adjust(iseq);
1404 ADJUST *adjust = (ADJUST *)list;
1581 ADJUST *adjus
[all...]

Completed in 140 milliseconds