Searched refs:MEMCPY (Results 26 - 45 of 45) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/ext/stringio/
H A Dstringio.c1321 MEMCPY(RSTRING_PTR(str), RSTRING_PTR(ptr->string) + ptr->pos, char, len);
/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c549 MEMCPY(digits, ptr, char, DEFAULT_SEED_LEN);
H A Dcompile.c566 MEMCPY(iseq->iseq_encoded, iseq->iseq, VALUE, iseq->iseq_size);
1173 MEMCPY(iseq->arg_opt_table, RARRAY_PTR(labels), VALUE, i);
1298 MEMCPY(iseq->local_table, tbl, ID, size);
2007 MEMCPY(ptr, iobj->operands, VALUE, iobj->operand_size);
H A Ddir.c1529 MEMCPY(buf, start, char, n);
H A Dmarshal.c1580 MEMCPY(digits, RSTRING_PTR(data), char, len * 2);
H A Diseq.c2081 MEMCPY((dst), (src), type, (size)); \
H A Dre.c973 MEMCPY(rm->char_offset, RMATCH(orig)->rmatch->char_offset,
H A Dvariable.c1174 MEMCPY(newptr, ptr, VALUE, len);
H A Dparse.c11737 MEMCPY(buf, p, char, len);
13172 MEMCPY(RSTRING_PTR(_s), (_p), char, (_n)), (_s)) \
H A Dparse.y5241 MEMCPY(buf, p, char, len);
6676 MEMCPY(RSTRING_PTR(_s), (_p), char, (_n)), (_s)) \
H A Dtime.c3493 MEMCPY(tcopy, tobj, struct time_object, 1);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h1242 #define MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) macro
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3808 TLI.getLibcallCallingConv(RTLIB::MEMCPY),
3811 getExternalSymbol(TLI.getLibcallName(RTLIB::MEMCPY),
H A DTargetLowering.cpp262 Names[RTLIB::MEMCPY] = "memcpy";
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c11827 MEMCPY(buf, p, char, len);
13262 MEMCPY(RSTRING_PTR(_s), (_p), char, (_n)), (_s)) \
H A Dripper.y5241 MEMCPY(buf, p, char, len);
6676 MEMCPY(RSTRING_PTR(_s), (_p), char, (_n)), (_s)) \
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/
H A Dbigdecimal.c602 MEMCPY(pv->frac, x->frac, BDIGIT, pv->MaxPrec);
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c487 MEMCPY(buf, vname, WCHAR, numberof(vname) - 1); \
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c7165 MEMCPY(temp, argv, VALUE, argc);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp414 setLibcallName(RTLIB::MEMCPY, "__aeabi_memcpy");
417 setLibcallCallingConv(RTLIB::MEMCPY, CallingConv::ARM_AAPCS);

Completed in 610 milliseconds

12