Searched refs:period_pos (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | webmdashenc.c | 287 char **period_pos) in split_filename() argument 292 *period_pos = strchr(*underscore_pos, '.'); in split_filename() 293 if (!*period_pos) in split_filename() 357 char *underscore_pos, *period_pos; in write_adaptation_set() local 361 ret = split_filename(filename->value, &underscore_pos, &period_pos); in write_adaptation_set() 379 char buf[25], *representation_id = buf, *underscore_pos, *period_pos; in write_adaptation_set() local 387 ret = split_filename(filename->value, &underscore_pos, &period_pos); in write_adaptation_set() 391 *period_pos = '\0'; in write_adaptation_set() 399 *period_pos = '.'; in write_adaptation_set()
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-posix.cc | 1135 char* period_pos = strchr(buffer, '.'); in InitializeTlsBaseOffset() local 1136 *period_pos = '\0'; in InitializeTlsBaseOffset()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 110 char* period_pos = strchr(buffer, '.'); in OSHasAVXSupport() local 111 DCHECK_NOT_NULL(period_pos); in OSHasAVXSupport() 112 *period_pos = '\0'; in OSHasAVXSupport()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.cc | 63 char* period_pos = strchr(buffer, '.'); in OSHasAVXSupport() local 64 DCHECK_NOT_NULL(period_pos); in OSHasAVXSupport() 65 *period_pos = '\0'; in OSHasAVXSupport()
|