Searched defs:print_value (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/none/tests/solaris/
H A Dcontext_link.c7 static void print_value(int value) function
21 /* Execution resumes here when print_value() returns. */
30 /* Call print_value(). */
31 makecontext(&uc, print_value, 1, 42);
/external/valgrind/memcheck/tests/vbit-test/
H A Dutil.c82 print_value(FILE *fp, value_t val, unsigned num_bits) function
127 print_value(fp, opnd->value, opnd->vbits.num_bits);
/external/iproute2/tc/
H A Dem_meta.c437 static inline int print_value(FILE *fd, int type, struct rtattr *rta) function
469 return print_value(fd, type, rta);
/external/vulkan-validation-layers/loader/
H A DcJSON.c467 static char *print_value(cJSON *item, int depth, int fmt, printbuffer *p);
515 char *cJSON_Print(cJSON *item) { return print_value(item, 0, 1, 0); }
516 char *cJSON_PrintUnformatted(cJSON *item) { return print_value(item, 0, 0, 0); }
523 return print_value(item, 0, fmt, &p);
561 static char *print_value(cJSON *item, int depth, int fmt, printbuffer *p) { function
698 print_value(child, depth + 1, fmt, p);
728 ret = print_value(child, depth + 1, fmt, 0);
899 print_value(child, depth, fmt, p);
943 entries[i++] = ret = print_value(child, depth, fmt, 0);

Completed in 257 milliseconds