Searched refs:byte (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | io_util.c | 131 writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid) { in writeSingle() argument 133 char c = (char) byte; in writeSingle()
|
D | NetworkInterface.c | 658 int byte, bit, plen = 0; in mask_address_to_mask_length() local 660 for (byte = 0; byte < size && val[byte] == 0xff; byte++) { in mask_address_to_mask_length() 663 if (byte < size) { in mask_address_to_mask_length() 665 if (val[byte] & (1 << bit)) plen++; in mask_address_to_mask_length()
|
D | io_util.h | 52 void writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid);
|
/libcore/luni/src/main/native/ |
D | libcore_io_Posix.cpp | 1678 u_char byte = value; in Posix_setsockoptByte() local 1679 …inusOne(env, "setsockopt", TEMP_FAILURE_RETRY(setsockopt(fd, level, option, &byte, sizeof(byte)))); in Posix_setsockoptByte()
|