/third_party/alsa-lib/test/ |
H A D | midiloop.c | 68 int i, j, k, opos, ipos, patsize; in main() local 142 k = ipos = opos = err = 0; in main() 145 for (j = 0; j < i; j++, ipos++) in main() 147 printf("ipos = %i, i[0x%x] != o[0x%x]\n", ipos, ibuf[j], obuf[k]); in main() 151 printf("match success: ipos = %i, opos = %i [%i:0x%x]\n", ipos, opos, k, obuf[k]); in main()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lejp.c | 78 ctx->ipos = 0; in lejp_construct() 279 ctx->i[ctx->ipos++] = 0; in lejp_parse() 280 if (ctx->ipos > LWS_ARRAY_SIZE(ctx->i)) { in lejp_parse() 479 ctx->i[ctx->ipos++] = 0; in lejp_parse() 480 if (ctx->ipos > LWS_ARRAY_SIZE(ctx->i)) { in lejp_parse() 501 ctx->ipos = (unsigned char)ctx->st[ctx->sp - 1].i; in lejp_parse() 666 if (ctx->ipos) in lejp_parse() 667 ctx->i[ctx->ipos - 1]++; in lejp_parse() 687 ctx->ipos = (unsigned char)ctx->st[ctx->sp - 1].i; in lejp_parse() 728 ctx->ipos in lejp_parse() [all...] |
H A D | lecp.c | 216 assert(ctx->ipos); in lecp_pop() 217 ctx->ipos--; in lecp_pop() 246 int r, il = ctx->ipos; in lwcp_completed() 514 if (ctx->ipos + 1u >= LWS_ARRAY_SIZE(ctx->i)) in lecp_parse() 517 ctx->i[ctx->ipos++] = 0; in lecp_parse() 527 ctx->ipos--; in lecp_parse()
|
/third_party/libwebsockets/test-apps/ |
H A D | test-lejp.c | 56 if (ctx->ipos) { in cb() 60 for (n = 0; n < ctx->ipos; n++) in cb()
|
H A D | test-lecp.c | 107 if (ctx->ipos) { in cb() 111 for (n = 0; n < ctx->ipos; n++) in cb()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aptxenc.c | 216 int pos, ipos, channel, sample, output_size, ret; in aptx_encode_frame() local 225 for (pos = 0, ipos = 0; pos < output_size; pos += s->block_size, ipos += 4) { in aptx_encode_frame() 230 samples[channel][sample] = (int32_t)AV_RN32A(&frame->data[channel][4*(ipos+sample)]) >> 8; in aptx_encode_frame()
|
/third_party/elfutils/src/ |
H A D | ar.c | 135 static enum { ipos_none, ipos_before, ipos_after } ipos; variable 175 if (ipos != ipos_none) in main() 327 ipos = ipos_after; in parse_opt() 332 ipos = ipos_before; in parse_opt() 1173 if (ipos == ipos_before) in do_oper_insert() 1189 if (unlikely (ipos != ipos_none || oper == oper_move)) in do_oper_insert() 1329 if (ipos != ipos_before && after_memberelem == NULL) in do_oper_insert()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.c | 174 const char *ipos = hex; in hexstr2bin() local 178 a = hex2byte(ipos); in hexstr2bin() 182 ipos += 2; in hexstr2bin()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 730 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules() 731 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules() 761 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules() 762 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbitblb.cpp | 715 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules() 716 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules() 746 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules() 747 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbitblb.cpp | 729 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules() 730 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules() 760 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules() 761 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
|
/third_party/backends/backend/ |
H A D | coolscan.h | 285 Image_Pos_t ipos[6]; /* positions for 6 images */ member
|
H A D | coolscan.c | 1580 { s->ipos[ima].start=getnbyte(ptr,4); in get_feeder_type_LS30() 1581 s->ipos[ima].offset=getnbyte(ptr+4,4); in get_feeder_type_LS30() 1582 s->ipos[ima].end=getnbyte(ptr+8,4); in get_feeder_type_LS30() 1583 s->ipos[ima].height=getnbyte(ptr+12,4); in get_feeder_type_LS30()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-lejp.h | 253 uint8_t ipos; /* index stack depth */ member
|
H A D | lws-lecp.h | 285 uint8_t ipos; /* index stack depth */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | x509v3.c | 88 char *ipos, *opos; in x509_str_strip_whitespace() local 91 ipos = opos = a; in x509_str_strip_whitespace() 93 while (*ipos) { in x509_str_strip_whitespace() 94 if (remove_whitespace && x509_whitespace(*ipos)) in x509_str_strip_whitespace() 95 ipos++; in x509_str_strip_whitespace() 97 remove_whitespace = x509_whitespace(*ipos); in x509_str_strip_whitespace() 98 *opos++ = *ipos++; in x509_str_strip_whitespace()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | x509v3.c | 88 char *ipos, *opos; in x509_str_strip_whitespace() local 91 ipos = opos = a; in x509_str_strip_whitespace() 93 while (*ipos) { in x509_str_strip_whitespace() 94 if (remove_whitespace && x509_whitespace(*ipos)) in x509_str_strip_whitespace() 95 ipos++; in x509_str_strip_whitespace() 97 remove_whitespace = x509_whitespace(*ipos); in x509_str_strip_whitespace() 98 *opos++ = *ipos++; in x509_str_strip_whitespace()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 201 const char *ipos = hex; in hexstr2bin() local 205 a = hex2byte(ipos); in hexstr2bin() 209 ipos += 2; in hexstr2bin()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 1395 u8 *info = NULL, *ipos; in parse_3gpp_cell_net() local 1413 ipos = info; in parse_3gpp_cell_net() 1414 *ipos++ = 0; /* GUD - Version 1 */ in parse_3gpp_cell_net() 1415 *ipos++ = 3 + count * 3; /* User Data Header Length (UDHL) */ in parse_3gpp_cell_net() 1416 *ipos++ = 0; /* PLMN List IEI */ in parse_3gpp_cell_net() 1418 *ipos++ = 1 + count * 3; in parse_3gpp_cell_net() 1419 *ipos++ = count; /* Number of PLMNs */ in parse_3gpp_cell_net() 1441 *ipos++ = ((mcc[1] - '0') << 4) | (mcc[0] - '0'); in parse_3gpp_cell_net() 1443 *ipos++ = (((mnc_len == 2) ? 0xf0 : ((mnc[2] - '0') << 4))) | in parse_3gpp_cell_net() 1446 *ipos in parse_3gpp_cell_net() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 1465 u8 *info = NULL, *ipos; in parse_3gpp_cell_net() local 1483 ipos = info; in parse_3gpp_cell_net() 1484 *ipos++ = 0; /* GUD - Version 1 */ in parse_3gpp_cell_net() 1485 *ipos++ = 3 + count * 3; /* User Data Header Length (UDHL) */ in parse_3gpp_cell_net() 1486 *ipos++ = 0; /* PLMN List IEI */ in parse_3gpp_cell_net() 1488 *ipos++ = 1 + count * 3; in parse_3gpp_cell_net() 1489 *ipos++ = count; /* Number of PLMNs */ in parse_3gpp_cell_net() 1511 *ipos++ = ((mcc[1] - '0') << 4) | (mcc[0] - '0'); in parse_3gpp_cell_net() 1513 *ipos++ = (((mnc_len == 2) ? 0xf0 : ((mnc[2] - '0') << 4))) | in parse_3gpp_cell_net() 1516 *ipos in parse_3gpp_cell_net() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 845 struct ureg_src ipos, itex; in nvc0_blitter_make_vp() local 853 ipos = ureg_DECL_vs_input(ureg, 0); in nvc0_blitter_make_vp() 857 ureg_MOV(ureg, ureg_writemask(opos, TGSI_WRITEMASK_XY ), ipos); in nvc0_blitter_make_vp()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 135 private static final int ipos = 1; field in DiagBigDecimalTest 462 TestFmwk.assertTrue("cin005", ((new ohos.global.icu.math.BigDecimal(ipos)).toString()).equals("1")); in diagconstructors()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 132 private static final int ipos = 1; field in DiagBigDecimalTest 459 TestFmwk.assertTrue("cin005", ((new com.ibm.icu.math.BigDecimal(ipos)).toString()).equals("1")); in diagconstructors()
|