Searched refs:quote_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Ddumpsexp.c406 char quote_buf[10]; local
593 quote_buf[quote_idx++] = c;
619 quote_buf[quote_idx++] = c;
622 push_data ((unsigned int)quote_buf[0] * 8 * 8
623 + (unsigned int)quote_buf[1] * 8
624 + (unsigned int)quote_buf[2]);
634 quote_buf[quote_idx++] = c;
637 push_data (xtoi_1 (quote_buf[0]) * 16
638 + xtoi_1 (quote_buf[1]));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Ddumpsexp.c406 char quote_buf[10]; local
593 quote_buf[quote_idx++] = c;
619 quote_buf[quote_idx++] = c;
622 push_data ((unsigned int)quote_buf[0] * 8 * 8
623 + (unsigned int)quote_buf[1] * 8
624 + (unsigned int)quote_buf[2]);
634 quote_buf[quote_idx++] = c;
637 push_data (xtoi_1 (quote_buf[0]) * 16
638 + xtoi_1 (quote_buf[1]));

Completed in 163 milliseconds