Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Ddash.c46 const char *next_ptr; in dash_read_tmpl_id() local
49 if (av_strstart(identifier, "$$", &next_ptr)) { in dash_read_tmpl_id()
51 *ptr = next_ptr; in dash_read_tmpl_id()
52 } else if (av_strstart(identifier, "$RepresentationID$", &next_ptr)) { in dash_read_tmpl_id()
57 *ptr = next_ptr; in dash_read_tmpl_id()
59 if (av_strstart(identifier, "$Number", &next_ptr)) in dash_read_tmpl_id()
61 else if (av_strstart(identifier, "$Bandwidth", &next_ptr)) in dash_read_tmpl_id()
63 else if (av_strstart(identifier, "$Time", &next_ptr)) in dash_read_tmpl_id()
72 if (next_ptr[0] == '$') { // no dash format-tag in dash_read_tmpl_id()
74 *ptr = &next_ptr[1]; in dash_read_tmpl_id()
[all …]
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzutil.c68 local int next_ptr = 0; variable
97 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
98 table[next_ptr].org_ptr = buf; in zcalloc()
103 table[next_ptr++].new_ptr = buf; in zcalloc()
115 for (n = 0; n < next_ptr; n++) { in zcfree()
119 while (++n < next_ptr) { in zcfree()
122 next_ptr--; in zcfree()
/third_party/node/deps/zlib/
Dzutil.c187 local int next_ptr = 0; variable
217 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
218 table[next_ptr].org_ptr = buf; in zcalloc()
223 table[next_ptr++].new_ptr = buf; in zcalloc()
237 for (n = 0; n < next_ptr; n++) { in zcfree()
241 while (++n < next_ptr) { in zcfree()
244 next_ptr--; in zcfree()
/third_party/zlib/
Dzutil.c204 local int next_ptr = 0; variable
235 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
236 table[next_ptr].org_ptr = buf; in zcalloc()
241 table[next_ptr++].new_ptr = buf; in zcalloc()
256 for (n = 0; n < next_ptr; n++) { in zcfree()
260 while (++n < next_ptr) { in zcfree()
263 next_ptr--; in zcfree()
/third_party/skia/third_party/externals/zlib/
Dzutil.c202 local int next_ptr = 0; variable
233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
234 table[next_ptr].org_ptr = buf; in zcalloc()
239 table[next_ptr++].new_ptr = buf; in zcalloc()
254 for (n = 0; n < next_ptr; n++) { in zcfree()
258 while (++n < next_ptr) { in zcfree()
261 next_ptr--; in zcfree()
/third_party/libwebsockets/win32port/zlib/
Dzutil.c201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
231 table[next_ptr].org_ptr = buf; in zcalloc()
236 table[next_ptr++].new_ptr = buf; in zcalloc()
248 for (n = 0; n < next_ptr; n++) { in zcfree()
252 while (++n < next_ptr) { in zcfree()
255 next_ptr--; in zcfree()
/third_party/node/deps/v8/third_party/zlib/
Dzutil.c202 local int next_ptr = 0; variable
233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
234 table[next_ptr].org_ptr = buf; in zcalloc()
239 table[next_ptr++].new_ptr = buf; in zcalloc()
254 for (n = 0; n < next_ptr; n++) { in zcfree()
258 while (++n < next_ptr) { in zcfree()
261 next_ptr--; in zcfree()
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc1008 void** next_ptr = &variable_pointers_feature_.pNext; in CreateDeviceWithFeatures2() local
1011 *next_ptr = &float16_int8_feature_; in CreateDeviceWithFeatures2()
1012 next_ptr = &float16_int8_feature_.pNext; in CreateDeviceWithFeatures2()
1016 *next_ptr = &storage_8bit_feature_; in CreateDeviceWithFeatures2()
1017 next_ptr = &storage_8bit_feature_.pNext; in CreateDeviceWithFeatures2()
1021 *next_ptr = &storage_16bit_feature_; in CreateDeviceWithFeatures2()
1022 next_ptr = &storage_16bit_feature_.pNext; in CreateDeviceWithFeatures2()
1026 *next_ptr = &subgroup_size_control_feature_; in CreateDeviceWithFeatures2()
1027 next_ptr = &subgroup_size_control_feature_.pNext; in CreateDeviceWithFeatures2()