Searched refs:next_ptr (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | dash.c | 45 const char *next_ptr; in dash_read_tmpl_id() local 48 if (av_strstart(identifier, "$$", &next_ptr)) { in dash_read_tmpl_id() 50 *ptr = next_ptr; in dash_read_tmpl_id() 51 } else if (av_strstart(identifier, "$RepresentationID$", &next_ptr)) { in dash_read_tmpl_id() 56 *ptr = next_ptr; in dash_read_tmpl_id() 58 if (av_strstart(identifier, "$Number", &next_ptr)) in dash_read_tmpl_id() 60 else if (av_strstart(identifier, "$Bandwidth", &next_ptr)) in dash_read_tmpl_id() 62 else if (av_strstart(identifier, "$Time", &next_ptr)) in dash_read_tmpl_id() 68 // (next_ptr now points at the first '%' at the beginning of the format-tag) in dash_read_tmpl_id() 71 if (next_ptr[ in dash_read_tmpl_id() [all...] |
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zutil.c | 68 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/libwebsockets/win32port/zlib/ |
H A D | zutil.c | 201 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/zlib/ |
H A D | zutil.c | 187 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/ |
H A D | zutil.c | 194 local int next_ptr = 0; variable 225 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc() 226 table[next_ptr].org_ptr = buf; in zcalloc() 231 table[next_ptr++].new_ptr = buf; in zcalloc() 246 for (n = 0; n < next_ptr; n++) { in zcfree() 250 while (++n < next_ptr) { in zcfree() 253 next_ptr--; in zcfree()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zutil.c | 202 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/skia/third_party/externals/zlib/ |
H A D | zutil.c | 202 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/ |
H A D | config_helper_vulkan.cc | 1027 void** next_ptr = &variable_pointers_feature_.pNext; in CreateDeviceWithFeatures2() local 1030 *next_ptr = &float16_int8_feature_; in CreateDeviceWithFeatures2() 1031 next_ptr = &float16_int8_feature_.pNext; in CreateDeviceWithFeatures2() 1035 *next_ptr = &storage_8bit_feature_; in CreateDeviceWithFeatures2() 1036 next_ptr = &storage_8bit_feature_.pNext; in CreateDeviceWithFeatures2() 1040 *next_ptr = &storage_16bit_feature_; in CreateDeviceWithFeatures2() 1041 next_ptr = &storage_16bit_feature_.pNext; in CreateDeviceWithFeatures2() 1045 *next_ptr = &subgroup_size_control_feature_; in CreateDeviceWithFeatures2() 1046 next_ptr = &subgroup_size_control_feature_.pNext; in CreateDeviceWithFeatures2() 1050 *next_ptr in CreateDeviceWithFeatures2() [all...] |
Completed in 5 milliseconds