Home
last modified time | relevance | path

Searched refs:p_end (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_preauth.c81 char *p_end = NULL; in _preauth_get_string_value() local
87 p_end = p; in _preauth_get_string_value()
95 if (p_start == NULL || p_end == NULL) { in _preauth_get_string_value()
99 len = p_end - p_start; in _preauth_get_string_value()
114 char *p_start, *p_end, *pt; in _preauth_parse_auth_rsp_string() local
130 p_start = p_end = NULL; in _preauth_parse_auth_rsp_string()
133 if (p_end != NULL) { in _preauth_parse_auth_rsp_string()
137 p_end = pt; in _preauth_parse_auth_rsp_string()
142 if (p_start == NULL || p_end == NULL) { in _preauth_parse_auth_rsp_string()
145 len = p_end - p_start; in _preauth_parse_auth_rsp_string()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibunicode.c943 const uint8_t *p, *p_end; in unicode_script() local
966 p_end = unicode_script_table + countof(unicode_script_table); in unicode_script()
968 while (p < p_end) { in unicode_script()
998 p_end = unicode_script_ext_table + countof(unicode_script_ext_table); in unicode_script()
1000 while (p < p_end) { in unicode_script()
1061 const uint8_t *p, *p_end; in unicode_general_category1() local
1065 p_end = unicode_gc_table + countof(unicode_gc_table); in unicode_general_category1()
1067 while (p < p_end) { in unicode_general_category1()
1113 const uint8_t *p, *p_end; in unicode_prop1() local
1117 p_end = p + unicode_prop_len_table[prop_idx]; in unicode_prop1()
[all …]
A Dquickjs.c3881 p_end = p_start + buf_len; in JS_NewStringLen()
3883 while (p < p_end && *p < 128) in JS_NewStringLen()
3888 if (p == p_end) { in JS_NewStringLen()
3895 while (p < p_end) { in JS_NewStringLen()
3916 if (p < p_end) { in JS_NewStringLen()
6379 const uint8_t *p_end, *p; in find_line_num() local
6389 p_end = p + b->debug.pc2line_len; in find_line_num()
6392 while (p < p_end) { in find_line_num()
28726 const uint8_t *p_end, *p_next, *p; in dump_pc2line() local
28736 p_end = buf + len; in dump_pc2line()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_gauge.c407 lv_point_t p_end; in lv_gauge_draw_needle() local
437 p_end.x = p_end_low.x + x_mod; in lv_gauge_draw_needle()
438 p_end.y = p_end_low.y + y_mod; in lv_gauge_draw_needle()
446 lv_draw_line(&p_mid, &p_end, mask, &style_needle, opa_scale); in lv_gauge_draw_needle()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.c331 FT_Byte* p_end; in cff_index_load_offsets() local
344 p_end = p + data_size; in cff_index_load_offsets()
349 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets()
354 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets()
359 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets()
364 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpng.c929 png_const_bytep p, p_end;
934 p_end = png_ptr->chunk_list;
935 p = p_end + png_ptr->num_chunk_list*5; /* beyond end */
948 while (p > p_end);
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c18827 if (p < p_end) { in duk_unicode_case_convert_string()
20265 p_end = p_buf + sz; in duk_load_function()
21038 while (p < p_end) { in duk__base64_encode_helper()
21043 if (p < p_end) { in duk__base64_encode_helper()
21326 if (p >= p_end) { in duk__base64_decode_helper()
30445 if (p >= p_end) { in duk__push_hstring_readable_unicode()
30834 if (p >= p_end) { in duk_decode_string()
30868 if (p >= p_end) { in duk_map_string()
30955 if (p == p_end) { in duk_trim()
30961 p = p_end; in duk_trim()
[all …]
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c920 FT_Byte* p_end = ends; in tt_cmap4_validate() local
929 end = TT_NEXT_USHORT( p_end ); in tt_cmap4_validate()

Completed in 365 milliseconds