/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream03.c | 55 off_t opos; in main() local 190 opos = ftello(stream); in main() 192 if (opos != 0) { in main() 194 "file pointer descrepancy 1 (opos=%" PRId64 in main() 195 ", wanted opos=0)", (int64_t) opos); in main() 205 opos = ftello(stream); in main() 207 if (opos != strlen(junk)) { in main() 209 "strlen(junk)=%zi: file pointer descrepancy 2 (opos=%" in main() 210 PRId64 ")", strlen(junk), (int64_t) opos); in main() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | uuid.c | 18 u8 *opos; in uuid_str2bin() local 21 opos = bin; in uuid_str2bin() 23 if (hexstr2bin(pos, opos, 4)) in uuid_str2bin() 26 opos += 4; in uuid_str2bin() 28 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 31 opos += 2; in uuid_str2bin() 33 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 36 opos += 2; in uuid_str2bin() 38 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 41 opos in uuid_str2bin() [all...] |
H A D | common.c | 175 u8 *opos = buf; in hexstr2bin() local 181 *opos++ = a; in hexstr2bin()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | uuid.c | 18 u8 *opos; in uuid_str2bin() local 21 opos = bin; in uuid_str2bin() 23 if (hexstr2bin(pos, opos, 4)) in uuid_str2bin() 26 opos += 4; in uuid_str2bin() 28 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 31 opos += 2; in uuid_str2bin() 33 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 36 opos += 2; in uuid_str2bin() 38 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 41 opos in uuid_str2bin() [all...] |
H A D | common.c | 202 u8 *opos = buf; in hexstr2bin() local 208 *opos++ = a; in hexstr2bin()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.c | 2261 edge->opos = FT_MulFix( seg->pos, scale ); in FT_LOCAL_DEF() 2262 edge->pos = edge->opos; in FT_LOCAL_DEF() 2945 dist = stem_edge->opos - base_edge->opos; in af_latin_align_linked_edge() 2946 base_delta = base_edge->pos - base_edge->opos; in af_latin_align_linked_edge() 2956 FT_TRACE5(( " LINK: edge %ld (opos=%.2f) linked to %.2f," in af_latin_align_linked_edge() 2958 stem_edge - hints->axis[dim].edges, stem_edge->opos / 64.0, in af_latin_align_linked_edge() 2973 serif->pos = base->pos + ( serif->opos - base->opos ); in af_latin_align_serif_edge() 3080 FT_TRACE5(( " BLUE_ANCHOR: edge %ld (opos in af_latin_hint_edges() [all...] |
H A D | afcjk.c | 1120 edge->opos = FT_MulFix( seg->pos, scale ); in af_cjk_hints_compute_edges() 1121 edge->pos = edge->opos; in af_cjk_hints_compute_edges() 1620 FT_Pos dist = stem_edge->opos - base_edge->opos; in af_cjk_align_linked_edge() 1629 FT_TRACE5(( " CJKLINK: edge %ld @%d (opos=%.2f) linked to %.2f," in af_cjk_align_linked_edge() 1632 stem_edge->opos / 64.0, stem_edge->pos / 64.0, in af_cjk_align_linked_edge() 1647 serif->pos = base->pos + ( serif->opos - base->opos ); in af_cjk_align_serif_edge() 1700 org_len = edge2->opos - edge->opos; in af_hint_normal_stem() [all...] |
H A D | afhints.c | 707 " blue opos pos flags\n" )); in af_glyph_hints_dump_edges() 717 (int)edge->opos / 64.0, in af_glyph_hints_dump_edges() 723 edge->opos / 64.0, in af_glyph_hints_dump_edges() 1444 u = edge->pos - ( edge->opos - ou ); in af_glyph_hints_align_strong_points() 1459 u = edge->pos + ( ou - edge->opos ); in af_glyph_hints_align_strong_points()
|
H A D | afhints.h | 291 FT_Pos opos; /* original, scaled position */ member
|
H A D | afloader.c | 438 FT_Pos old_rsb = loader->pp2.x - edge2->opos; in FT_LOCAL_DEF() 440 FT_Pos old_lsb = edge1->opos; /* - loader->pp1.x */ in FT_LOCAL_DEF()
|
/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() 148 if (opos > 0) in main() 151 printf("match success: ipos = %i, opos = %i [%i:0x%x]\n", ipos, opos, k, obuf[k]); in main() 152 k++; opos++; in main() 178 printf("Time diff: %lliusec (%lli bytes/sec)\n", diff, ((long long)opos * 1000000) / diff); in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aptxdec.c | 144 int pos, opos, channel, sample, ret; in aptx_decode_frame() local 158 for (pos = 0, opos = 0; opos < frame->nb_samples; pos += s->block_size, opos += 4) { in aptx_decode_frame() 168 AV_WN32A(&frame->data[channel][4*(opos+sample)], in aptx_decode_frame()
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | nup.cc | 14 int opos=-1,fpos=-1,spos=-1; in dump() local 27 opos=0; in dump() 30 opos=2; in dump() 34 if ( (opos==-1)||(fpos==-1)||(spos==-1) ) { in dump() 40 order[opos+fpos],order[(opos+2)%4+spos]); in dump()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_gpsk_common.c | 42 u8 *opos; in eap_gpsk_gkdf_cmac() local 55 opos = buf; in eap_gpsk_gkdf_cmac() 63 os_memcpy(opos, hash, clen); in eap_gpsk_gkdf_cmac() 64 opos += clen; in eap_gpsk_gkdf_cmac() 77 u8 *opos; in eap_gpsk_gkdf_sha256() local 90 opos = buf; in eap_gpsk_gkdf_sha256() 98 os_memcpy(opos, hash, clen); in eap_gpsk_gkdf_sha256() 99 opos += clen; in eap_gpsk_gkdf_sha256()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_gpsk_common.c | 42 u8 *opos; in eap_gpsk_gkdf_cmac() local 55 opos = buf; in eap_gpsk_gkdf_cmac() 63 os_memcpy(opos, hash, clen); in eap_gpsk_gkdf_cmac() 64 opos += clen; in eap_gpsk_gkdf_cmac() 77 u8 *opos; in eap_gpsk_gkdf_sha256() local 90 opos = buf; in eap_gpsk_gkdf_sha256() 98 os_memcpy(opos, hash, clen); in eap_gpsk_gkdf_sha256() 99 opos += clen; in eap_gpsk_gkdf_sha256()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_common.c | 31 u8 hash[SHA256_MAC_LEN], *opos; in wps_kdf() local 46 opos = res; in wps_kdf() 53 os_memcpy(opos, hash, SHA256_MAC_LEN); in wps_kdf() 54 opos += SHA256_MAC_LEN; in wps_kdf() 57 os_memcpy(opos, hash, left); in wps_kdf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_common.c | 31 u8 hash[SHA256_MAC_LEN], *opos; in wps_kdf() local 46 opos = res; in wps_kdf() 53 os_memcpy(opos, hash, SHA256_MAC_LEN); in wps_kdf() 54 opos += SHA256_MAC_LEN; in wps_kdf() 57 os_memcpy(opos, hash, left); in wps_kdf()
|
/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() 98 *opos++ = *ipos++; in x509_str_strip_whitespace() 102 *opos-- = '\0'; in x509_str_strip_whitespace() 103 if (opos > a && x509_whitespace(*opos)) in x509_str_strip_whitespace() 104 *opos = '\0'; 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() 98 *opos++ = *ipos++; in x509_str_strip_whitespace() 102 *opos-- = '\0'; in x509_str_strip_whitespace() 103 if (opos > a && x509_whitespace(*opos)) in x509_str_strip_whitespace() 104 *opos = '\0'; in x509_str_strip_whitespace()
|
/third_party/curl/src/ |
H A D | tool_urlglob.c | 102 size_t opos = *posp-1; in glob_set() local 115 return GLOBERROR("unmatched brace", opos, CURLE_URL_MALFORMAT); in glob_set()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 5429 u8 *opos; in wpa_auth_resend_m3() local 5537 opos = pos; in wpa_auth_resend_m3() 5539 if (pos - opos >= 2 + RSN_SELECTOR_LEN + WPA_IGTK_KDE_PREFIX_LEN) { in wpa_auth_resend_m3() 5541 opos += 2 + RSN_SELECTOR_LEN + 2; in wpa_auth_resend_m3() 5542 os_memset(opos, 0, 6); /* clear PN */ in wpa_auth_resend_m3() 5613 u8 *opos; in wpa_auth_resend_group_m1() local 5636 opos = pos; in wpa_auth_resend_group_m1() 5638 if (pos - opos >= in wpa_auth_resend_group_m1() 5641 opos += 2 + RSN_SELECTOR_LEN + 2; in wpa_auth_resend_group_m1() 5642 os_memset(opos, in wpa_auth_resend_group_m1() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 4992 u8 *opos; in wpa_auth_resend_m3() local 5091 opos = pos; in wpa_auth_resend_m3() 5093 if (pos - opos >= 2 + RSN_SELECTOR_LEN + WPA_IGTK_KDE_PREFIX_LEN) { in wpa_auth_resend_m3() 5095 opos += 2 + RSN_SELECTOR_LEN + 2; in wpa_auth_resend_m3() 5096 os_memset(opos, 0, 6); /* clear PN */ in wpa_auth_resend_m3() 5170 u8 *opos; in wpa_auth_resend_group_m1() local 5195 opos = pos; in wpa_auth_resend_group_m1() 5197 if (pos - opos >= in wpa_auth_resend_group_m1() 5200 opos += 2 + RSN_SELECTOR_LEN + 2; in wpa_auth_resend_group_m1() 5201 os_memset(opos, in wpa_auth_resend_group_m1() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 846 struct ureg_dst opos, otex; in nvc0_blitter_make_vp() local 852 opos = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0); in nvc0_blitter_make_vp() 857 ureg_MOV(ureg, ureg_writemask(opos, TGSI_WRITEMASK_XY ), ipos); in nvc0_blitter_make_vp()
|