HomeSort by: relevance | last modified time | path
    Searched defs:arg_args_raw (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
hook.c 12 static uintptr_t arg_args_raw[4]; variable
25 memset(arg_args_raw, 77, sizeof(arg_args_raw));
69 memcpy(arg_args_raw, args_raw, sizeof(uintptr_t) * nargs);
74 int cmp = memcmp(args_raw_expected, arg_args_raw,
242 expect_u64_eq((uintptr_t)1, arg_args_raw[0], "Wrong argument");
255 expect_u64_eq((uintptr_t)&ptr, arg_args_raw[0], "Wrong argument");
256 expect_u64_eq((uintptr_t)1024, arg_args_raw[1], "Wrong argument");
257 expect_u64_eq((uintptr_t)1, arg_args_raw[2], "Wrong argument");
270 expect_u64_eq((uintptr_t)1024, arg_args_raw[0], "Wrong argument")
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
hook.c 12 static uintptr_t arg_args_raw[4]; variable
25 memset(arg_args_raw, 77, sizeof(arg_args_raw));
69 memcpy(arg_args_raw, args_raw, sizeof(uintptr_t) * nargs);
75 args_raw_expected, arg_args_raw, sizeof(uintptr_t) * nargs);
240 expect_u64_eq((uintptr_t)1, arg_args_raw[0], "Wrong argument");
253 expect_u64_eq((uintptr_t)&ptr, arg_args_raw[0], "Wrong argument");
254 expect_u64_eq((uintptr_t)1024, arg_args_raw[1], "Wrong argument");
255 expect_u64_eq((uintptr_t)1, arg_args_raw[2], "Wrong argument");
267 expect_u64_eq((uintptr_t)1024, arg_args_raw[0], "Wrong argument")
    [all...]

Completed in 121 milliseconds