Searched refs:firstbyte (Results 1 - 13 of 13) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | bitmap.c | 120 int bit, firstbyte, lastbyte, lastbyte_pos, tmp, ret = -1; in ntfs_bitmap_set_bits_in_run() local 131 firstbyte = 1; in ntfs_bitmap_set_bits_in_run() 133 firstbyte = 0; in ntfs_bitmap_set_bits_in_run() 136 bufsize = ((count - (bit ? 8 - bit : 0) + 7) >> 3) + firstbyte; in ntfs_bitmap_set_bits_in_run() 174 lastbyte_pos = ((count + 7) >> 3) + firstbyte; in ntfs_bitmap_set_bits_in_run() 213 tmp = (start_bit >> 3) - firstbyte; in ntfs_bitmap_set_bits_in_run() 226 tmp = (bufsize - firstbyte - lastbyte) << 3; in ntfs_bitmap_set_bits_in_run() 227 if (firstbyte) { in ntfs_bitmap_set_bits_in_run() 228 firstbyte = 0; in ntfs_bitmap_set_bits_in_run()
|
/third_party/curl/lib/ |
H A D | ws.c | 492 msg, ws_frame_name_of_op(enc->firstbyte), in ws_enc_info() 493 (enc->firstbyte & WSBIT_OPCODE_MASK) == WSBIT_OPCODE_CONT ? in ws_enc_info() 495 (enc->firstbyte & WSBIT_FIN)? "" : " NON-FIN", in ws_enc_info() 541 unsigned char firstbyte = 0; in ws_enc_write_head() local 572 firstbyte |= WSBIT_FIN | opcode; in ws_enc_write_head() 576 firstbyte |= WSBIT_FIN | WSBIT_OPCODE_CONT; in ws_enc_write_head() 583 firstbyte |= WSBIT_OPCODE_CONT; in ws_enc_write_head() 586 firstbyte = opcode; in ws_enc_write_head() 590 head[0] = enc->firstbyte = firstbyte; in ws_enc_write_head() [all...] |
H A D | mqtt.h | 57 unsigned char firstbyte; member
|
H A D | ws.h | 61 unsigned char firstbyte; /* first byte of frame we encode */ member
|
H A D | mqtt.c | 645 packet = mq->firstbyte & 0xf0; in mqtt_read_publish() 765 result = Curl_read(data, sockfd, (char *)&mq->firstbyte, 1, &nread); in mqtt_doing() 774 Curl_debug(data, CURLINFO_HEADER_IN, (char *)&mq->firstbyte, 1); in mqtt_doing() 801 if(mq->firstbyte == MQTT_MSG_DISCONNECT) { in mqtt_doing()
|
/third_party/backends/backend/ |
H A D | hs2p.h | 373 unsigned char *firstbyte = (unsigned char *) &val; 375 return (*firstbyte == 255) ? SANE_TRUE : SANE_FALSE;
|
H A D | bh.h | 552 unsigned char *firstbyte = (unsigned char *) &val; in _is_host_little_endian() local 554 return (*firstbyte == 255) ? SANE_TRUE : SANE_FALSE; in _is_host_little_endian()
|
H A D | sm3840_lib.c | 990 unsigned char *firstbyte = (unsigned char *) &testvalue; in fix_endian_short() local 993 if (*firstbyte == 255) in fix_endian_short()
|
H A D | gt68xx.c | 180 uint8_t *firstbyte = (uint8_t *) & testvalue; in calc_little_endian() local 182 if (*firstbyte == 255) in calc_little_endian()
|
H A D | test.c | 272 uint8_t *firstbyte = (uint8_t *) & testvalue; in little_endian() local 274 if (*firstbyte == 255) in little_endian()
|
H A D | coolscan.c | 1454 unsigned char *firstbyte = (unsigned char *) &testvalue; in coolscan_test_little_endian() local 1456 if (*firstbyte == 255) in coolscan_test_little_endian()
|
H A D | mustek.c | 233 uint8_t *firstbyte = (uint8_t *) & testvalue; in little_endian() local 235 if (*firstbyte == 255) in little_endian()
|
H A D | umax.c | 307 unsigned char *firstbyte = (unsigned char *) &testvalue; in umax_test_little_endian() local 309 if (*firstbyte == 255) in umax_test_little_endian()
|
Completed in 32 milliseconds