HomeSort by relevance Sort by last modified time
    Searched refs:size_arg (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/tests/aiostress/
aio-stress.c 1236 off_t parse_size(char *size_arg, off_t mult) {
1240 c = size_arg[strlen(size_arg) - 1];
1242 size_arg[strlen(size_arg) - 1] = '\0';
1244 num = atoi(size_arg);
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 1261 off_t parse_size(char *size_arg, off_t mult)
1266 c = size_arg[strlen(size_arg) - 1];
1268 size_arg[strlen(size_arg) - 1] = '\0';
1270 num = atoi(size_arg);
    [all...]
  /external/v8/src/heap/
spaces.h     [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 208 void MacroAssembler::EnsureEmitPoolsFor(size_t size_arg) {
212 VIXL_ASSERT(IsUint32(size_arg));
213 uint32_t size = static_cast<uint32_t>(size_arg);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator_test.cc 3054 Literal size_arg = LiteralUtil::CreateR0<uint32>(3); local
    [all...]

Completed in 427 milliseconds