Searched refs:nib (Results 1 – 9 of 9) sorted by relevance
48 u_char c, nib; in inet_nsap_addr() local63 nib = xtob(c); in inet_nsap_addr()68 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()84 int nib; in inet_nsap_ntoa() local103 nib = *binary >> 4; in inet_nsap_ntoa()104 *ascii++ = nib + (nib < 10 ? '0' : '7'); in inet_nsap_ntoa()105 nib = *binary++ & 0x0f; in inet_nsap_ntoa()106 *ascii++ = nib + (nib < 10 ? '0' : '7'); in inet_nsap_ntoa()
234 tohex (int nib) in tohex() argument236 if (nib < 10) in tohex()237 return '0' + nib; in tohex()239 return 'a' + nib - 10; in tohex()520 int nib; in convert_int_to_ascii() local525 nib = ((ch & 0xf0) >> 4) & 0x0f; in convert_int_to_ascii()526 *to++ = tohex (nib); in convert_int_to_ascii()527 nib = ch & 0x0f; in convert_int_to_ascii()528 *to++ = tohex (nib); in convert_int_to_ascii()599 int nib, sig; in prepare_resume_reply() local[all …]
1576 unsigned char c, nib; in longlong_hexchars() local1596 nib = c >> 4; /* high nibble bits */ in longlong_hexchars()1597 *outbuff++ = hexlate[nib]; in longlong_hexchars()1598 nib = c & 0x0f; /* low nibble bits */ in longlong_hexchars()1599 *outbuff++ = hexlate[nib]; in longlong_hexchars()
127 static int tohex (int nib);2397 tohex (int nib) in tohex() argument2399 if (nib < 10) in tohex()2400 return '0' + nib; in tohex()2402 return 'a' + nib - 10; in tohex()
321 # purposes in YellowStep/Cocoa, including some nib files.
2210 (build_bytes): Remove unused variable 'nib'. Detect overflow in
12886 coffee nib40052 pen nib45535 quill nib
124299 nib
1445 "not work correctly with 'nib' loader">,