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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-utils.c276 in_index = 0, local
297 for (in_index = 0, out_index = 0;
298 (in_index < in_len) && (out_index < out_len);
299 in_index++, out_index++) {
302 if (a_in[in_index] <= 0x7F) {
308 c = a_in[in_index];
311 } else if ((a_in[in_index] & 0xE0) == 0xC0) {
317 c = a_in[in_index] & 0x1F;
320 } else if ((a_in[in_index] & 0xF0) == 0xE0) {
326 c = a_in[in_index]
434 in_index = 0, local
756 in_index = 0, local
894 in_index = 0, local
1011 gulong in_index = 0, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-utils.c276 in_index = 0, local
297 for (in_index = 0, out_index = 0;
298 (in_index < in_len) && (out_index < out_len);
299 in_index++, out_index++) {
302 if (a_in[in_index] <= 0x7F) {
308 c = a_in[in_index];
311 } else if ((a_in[in_index] & 0xE0) == 0xC0) {
317 c = a_in[in_index] & 0x1F;
320 } else if ((a_in[in_index] & 0xF0) == 0xE0) {
326 c = a_in[in_index]
434 in_index = 0, local
756 in_index = 0, local
894 in_index = 0, local
1011 gulong in_index = 0, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtr.c176 size_t read_chars = 0, in_index = 0, out_index = 0, c, coded, last = -1; local
219 if (in_index == read_chars) {
230 in_index = 0;
232 c = tr_buf[in_index++];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_mv.c1088 unsigned in_index; local
1101 in_index = (readl(mv_ap_base(ap) + EDMA_REQ_Q_IN_PTR_OFS)
1104 pp->crqb[in_index].sg_addr =
1106 pp->crqb[in_index].sg_addr_hi =
1108 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags);
1110 cw = &pp->crqb[in_index].ata_cmd[0];
1171 unsigned in_index; local
1186 in_index = (readl(mv_ap_base(ap) + EDMA_REQ_Q_IN_PTR_OFS)
1189 crqb = (struct mv_crqb_iie *) &pp->crqb[in_index];
1237 unsigned in_index; local
[all...]

Completed in 63 milliseconds