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

  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 89 static int32_t int32_max = INT32_MAX; local
98 Limits req_limits = {&int32_min, &int32_max,
decode_alltypes_pointer.c 130 TEST(alltypes.req_limits->int32_max && *alltypes.req_limits->int32_max == INT32_MAX);
  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 71 alltypes.req_limits.int32_max = INT32_MAX;
decode_alltypes.c 174 TEST(alltypes.req_limits.int32_max == INT32_MAX);
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 162 TEST(decoded.int32_max == INT32_MAX);
encode_alltypes_callback.c 147 limits.int32_max = INT32_MAX;

Completed in 68 milliseconds