Searched refs:PutValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/dbus/
H A Dfile_descriptor.h17 // Ownership is asserted only when PutValue is used and TakeValue can be
51 void PutValue(int value) { function in class:dbus::FileDescriptor
H A Dmessage.cc983 value->PutValue(fd);
/external/jhead/
H A Dexif.c322 static void Put16u(void * Short, unsigned short PutValue) argument
325 ((uchar *)Short)[0] = (uchar)(PutValue>>8);
326 ((uchar *)Short)[1] = (uchar)PutValue;
328 ((uchar *)Short)[0] = (uchar)PutValue;
329 ((uchar *)Short)[1] = (uchar)(PutValue>>8);
362 void Put32u(void * Value, unsigned PutValue) argument
365 ((uchar *)Value)[0] = (uchar)(PutValue>>24);
366 ((uchar *)Value)[1] = (uchar)(PutValue>>16);
367 ((uchar *)Value)[2] = (uchar)(PutValue>>8);
368 ((uchar *)Value)[3] = (uchar)PutValue;
[all...]
H A Djhead.h184 void Put32u(void * Value, unsigned PutValue);

Completed in 176 milliseconds