Home
last modified time | relevance | path

Searched refs:next_position (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc280 size_t next_position = code->find(kArgsPrefix); in ResolveSelectorsPass() local
281 while (next_position != std::string::npos) { in ResolveSelectorsPass()
282 size_t arg_pos = next_position; in ResolveSelectorsPass()
283 next_position += strlen(kArgsPrefix); in ResolveSelectorsPass()
284 std::string object_name = GetNextWord(*code, next_position); in ResolveSelectorsPass()
285 char next = (*code)[next_position + object_name.size()]; in ResolveSelectorsPass()
287 next_position += object_name.size() + 1; in ResolveSelectorsPass()
288 std::string selector_name = GetNextWord(*code, next_position); in ResolveSelectorsPass()
289 next_position += selector_name.size(); in ResolveSelectorsPass()
290 next = (*code)[next_position]; in ResolveSelectorsPass()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc672 size_t next_position = code->find(kArgsPrefix); in ResolveSelectorsPass() local
673 while (next_position != std::string::npos) { in ResolveSelectorsPass()
674 size_t arg_pos = next_position; in ResolveSelectorsPass()
675 next_position += strlen(kArgsPrefix); in ResolveSelectorsPass()
676 std::string object_name = GetNextWord(*code, next_position); in ResolveSelectorsPass()
677 char next = (*code)[next_position + object_name.size()]; in ResolveSelectorsPass()
679 next_position += object_name.size() + 1; in ResolveSelectorsPass()
680 std::string selector_name = GetNextWord(*code, next_position); in ResolveSelectorsPass()
681 next_position += selector_name.size(); in ResolveSelectorsPass()
682 next = (*code)[next_position]; in ResolveSelectorsPass()
[all …]
/external/libchrome/base/i18n/
Drtl.cc230 size_t next_position = position; in GetFirstStrongCharacterDirection() local
231 U16_NEXT(string, next_position, length, character); in GetFirstStrongCharacterDirection()
235 position = next_position; in GetFirstStrongCharacterDirection()
263 size_t next_position = position; in GetStringDirection() local
264 U16_NEXT(string, next_position, length, character); in GetStringDirection()
271 position = next_position; in GetStringDirection()
411 size_t next_position = position; in StringContainsStrongRTLChars() local
412 U16_NEXT(string, next_position, length, character); in StringContainsStrongRTLChars()
420 position = next_position; in StringContainsStrongRTLChars()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Darguments.cc94 size_t next_position = code->find(kArgsPrefix); in RenameArgs() local
95 while (next_position != std::string::npos) { in RenameArgs()
96 size_t arg_pos = next_position + strlen(kArgsPrefix); in RenameArgs()
99 next_position = code->find(kArgsPrefix, arg_pos + arg_name.size()); in RenameArgs()
/external/ltp/testcases/kernel/fs/inode/
Dinode01.c620 int next_position; in increment_name() local
629 next_position = --position; /* */ in increment_name()
630 increment_name(next_position); /* increment the */ in increment_name()
Dinode02.c722 int next_position; in increment_name() local
731 next_position = --position; /* */ in increment_name()
732 increment_name(next_position); /* increment the */ in increment_name()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp192 spv_position next_position) { in getWord() argument
193 *next_position = current_position_; in getWord()
194 return spvtools::getWord(text_, next_position, word); in getWord()
Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dtext_handler.cpp192 spv_position next_position) { in getWord() argument
193 *next_position = current_position_; in getWord()
194 return spvtools::getWord(text_, next_position, word); in getWord()
Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.cpp192 spv_position next_position) { in getWord() argument
193 *next_position = current_position_; in getWord()
194 return spvtools::getWord(text_, next_position, word); in getWord()
Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);