Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dlib.c179 char *path, *tmpPtr; in test_ENAMETOOLONG_path() local
207 tmpPtr = path + strlen(path); in test_ENAMETOOLONG_path()
209 tmpPtr += sprintf(tmpPtr, "/%s", tmp_path); in test_ENAMETOOLONG_path()
216 tmpPtr = path + pathLength; in test_ENAMETOOLONG_path()
217 *tmpPtr++ = '/'; in test_ENAMETOOLONG_path()
220 *tmpPtr++ = 'z'; in test_ENAMETOOLONG_path()
223 *tmpPtr = '\0'; in test_ENAMETOOLONG_path()
Dlib64.c179 char *path, *tmpPtr; in test_ENAMETOOLONG_path() local
207 tmpPtr = path + strlen(path); in test_ENAMETOOLONG_path()
209 tmpPtr += sprintf(tmpPtr, "/%s", tmp_path); in test_ENAMETOOLONG_path()
216 tmpPtr = path + pathLength; in test_ENAMETOOLONG_path()
217 *tmpPtr++ = '/'; in test_ENAMETOOLONG_path()
220 *tmpPtr++ = 'z'; in test_ENAMETOOLONG_path()
223 *tmpPtr = '\0'; in test_ENAMETOOLONG_path()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_gfx_mem.cpp227 Value* tmpPtr; in TrackerHelper() local
236 tmpPtr = Ptr; in TrackerHelper()
243 tmpPtr = PTR_TO_INT(Ptr, mInt64Ty); in TrackerHelper()
256 tmpPtr, in TrackerHelper()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1240 uint32_t *tmpPtr; in r600_set_constant_buffer() local
1243 if (!(tmpPtr = malloc(size))) { in r600_set_constant_buffer()
1249 tmpPtr[i] = util_cpu_to_le32(((uint32_t *)ptr)[i]); in r600_set_constant_buffer()
1253 tmpPtr, &cb->buffer_offset, &cb->buffer); in r600_set_constant_buffer()
1254 free(tmpPtr); in r600_set_constant_buffer()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp915 const Formattable* tmpPtr = source.getArray(cnt); in format() local
916 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); in format()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp920 const Formattable* tmpPtr = source.getArray(cnt); in format() local
921 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); in format()
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp920 const Formattable* tmpPtr = source.getArray(cnt); in format() local
921 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp920 const Formattable* tmpPtr = source.getArray(cnt); in format() local
921 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); in format()